@font-face {
    font-family: "FilosofiaOT";
    src: url("../fonts/FilosofiaOT-Regular.otf") format("truetype");
}


@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}

.empresa{
    background: #000;
    font-family: 'FilosofiaOT';
}

body {
    position: relative;
}

html,body, header {
    padding: 0;
    margin: 0;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../img/fondos/vegadetordin_fondo_bn.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 6em;
}

p, fieldset{
    font-family: 'FilosofiaOT';
    font-size: 1.2em;
    text-align: left;
}

.content{
    padding-bottom: 5em;
    padding-top: 5em;

}

h2{
    padding-top: 1em;
    text-align: center;
}

#cookies-privacidad h2 {
    text-align: left;
}


h1, h2, nav, .quesot{
    font-family: 'BebasNeue';
}

h1, .quesot{
    color: #5B8F22;
}

nav {
    background-color: #5B8F22;
    background: #5B8F22;
    text-align: center;
}

hr {
    border-color: #5B8F22;
}

hr.divisor-secciones {
    margin: 5rem 0;
}


footer {
    position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: white;
    padding: 2em;
    font-family: 'FilosofiaOT';

}

.page-footer a {
    color: #fff;
}

.titulo-left {
    text-align: left;
}

.info .row {
    margin-bottom: 3em;
}

.info {
    background-color: white;
    padding-top: 11em;
}

.con {
    padding-bottom: 7.5em;
}

.quesoi{
    background-color: white;
    padding-bottom: 18.2em;
    opacity: 0.75;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #83c227;
}


.navbar-collapse {
    font-size: 1.5rem;
}


.checkbox a:hover {
    color: #000;
}



/* bootstrap.min.css | https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */

a {
    /* color: #007bff; */
    color: #5B8F22;
}



/* bootstrap.min.css | https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */

.navbar-dark .navbar-toggler {
    /* color: rgba(255,255,255,.5); */
    /* border-color: rgba(255,255,255,.1); */
    color: rgba(255,255,255,.7);
    border-color: rgba(255,255,255,.7);
}

.navbar-toggler {
    /* font-size: 1.25rem; */
    /* border: 1px solid transparent; */
    font-size: 1.5rem;
    border: 2px solid transparent;
}

.navbar-dark .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/* bootstrap.min.css | https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */

.img-fluid {
    /* max-width: 100%; */
    width: 100%;
}



/* Elemento | http://localhost:63342/vegadetordin_web_sp/index.html?_ijt=8s1ti8nl556t7cv9a3dqglsrie#contacto */

.btn {
    background-color: #5B8F22;
    color: #ffffff;
    min-width: 10em;
    font-size: 1.5em;
    min-height: 2.5em;
    margin-top: 1.5em;
}



/* bootstrap.min.css | https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */

label {
    margin-top: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}


/* GoogleMaps   */
iframe {
    max-width: 100%;
    height: 480px;
}


#one {

    margin: 20em 0;

}

#one a {

    font-size: 2em;
    color: #5B8F22;

}


#one a:hover {

    color: #000;

}

footer h2 {
    padding: 0;
}

footer a:hover {
    color: #fff;
}

.card h3 {
    text-align: left;
}


#recaptcha {
    margin-top: 1em;
}


.wpsw-social-links {
    text-align: right;
    font-size: 48px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.wpsw-social-links a:hover {
    text-decoration: none;
    color: #5B8F22;
}

.lema {
    margin-right: 0;
}

/*   TIENDA   */
.tienda {
    background-color: #22258f;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #22258f;
}


.tienda:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #22258f;
}


.tienda-llamada-accion {
    padding: 12px 0 0 0;
    background-color: #5B8F22;
    font-family: "BebasNeue";
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #fff;
    min-width: 7em;
}
