/*Autor SVDigital*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
.logo {
    width: 200px;
    height: 60px;
    margin-top: 5px;
}
h1 {
    font-size: 1.8rem;
}
a {
    color: black;
    font-family: 'Open Sans', sans-serif;
}

/*Navegacion*/
.barra {
    background-color: white;
}
.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: black;
}
.dropdown-toggle {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-toggle:hover {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}
.nav-link {
    transition: all .2s ease-in-out;
    margin: 0 2rem;
}
.nav-link:hover {
    background-color: rgb(148,186,51);
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-menu .dropdown-item {
    color: #000;
    text-transform: uppercase;
}
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: rgb(148,186,51);
}
.navbar-toggler {
    background-color: rgb(148,186,51);
}
.nav-item {
    margin-left: 20px;
}
.active {
    background-color: rgb(148,186,51);
    border-radius: 10px;
}

/*Slider*/
#slider .btn-success {
    background-color: rgb(148,186,51);
    border: none;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
#slider .btn-success:hover {
    background-color: rgb(148,186,51);
    border: none;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}

.img-thumbnail {
    border-radius: 15px;
    border-color: rgb(148,186,51);
}
/*@media (min-width: 768px){
    .carousel-inner img {
        width: 100%;
        max-height: 600px;
    }
    .carousel-inner{
    height: 400px;
    }
    .carousel-caption {
        margin-bottom: 200px;
    }
    
}*/
/*Remoto*/
.seccion a {
    font-size: 2.1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.seccion a:hover {
    color: rgb(148,186,51);
    text-decoration: none;
    font-size: 2.1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/*Frontal*/
.frontal {
    background-color: rgb(148,186,51);
    color: white;
    padding: 8px 0px 3px 0px;
}

/*Cajas*/
.card {
    border-color: rgb(148,186,51);
    font-size: 1.1rem;
    margin: 1rem;
}
.card a {
    color: #757472;
}
.card:hover {
    box-shadow: 0px 0px 15px rgb(148,186,51);
    -webkit-box-shadow: 0px 0px 15px rgb(148,186,51);
    -moz-box-shadow: 0px 0px 15px rgb(148,186,51);
    font-size: 1.1rem;
}
.card a:hover {
    text-decoration: none;
    color: #000000;
}

/*Footer*/
.footer-sitio {
    background-color: #757472;
    color: #ffffff;
}
.footer-sitio h3{
    font-size: 1.5rem;
}
.footer-sitio p {
    font-size: .9rem;
}
.footer-sitio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-sitio ul li {
    position: relative;
    display: inline-block;
    padding: 0.4rem;
    font-size: 1.1rem;
}
.footer-sitio ul li a {
    color: #ffffff;
 }
.footer-sitio hr {
    background-color: #d1d1d1;
}
.copyright {
    font-size: .8rem;
    color: #d1d1d1;
}
.email {
    color: rgb(148,186,51);
}
.email:hover {
    color: rgb(174, 236, 16);
    text-decoration: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../image/top_move.png) no-repeat;
}
.avisoLegal a {
    color: rgb(148,186,51);
    text-decoration: none;
}
.avisoLegal a:hover {
    color: rgb(174, 236, 16);
}

/*Presentacion*/
.presentacion p {
    font-family: 'Open Sans', sans-serif;
    color: #979797;
    font-size: 1.6rem;
}

/*Hero*/
.hero {
    position: relative;
}
.hero h1 {
    position: absolute;
    bottom: 2rem;
    right: 0;
    background-color: rgb(148,186,51);
    font-weight: 900;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.hero img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* para IE8 y anterior */
}

/*Contacto*/
.formulario-contacto  {
    border: 2px solid #979797;
    background-color: #ffffff;
}
.formulario-contacto .btn-primary {
    border-radius: 25;
    background-color: rgb(148,186,51);
    border: none;
    padding: .5rem 5rem;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease-in-out;
}
.formulario-contacto .btn-primary:hover {
    border-radius: 25;
    background-color: rgb(182, 224, 75);
    border: none;
    padding: .5rem 5rem;
}
.enlace-formulario {
    color: rgb(148, 206, 1);
}
.enlace-formulario:hover {
    color: rgb(182, 224, 75);
    text-decoration: none;
}
.btn-success {
    background-color: rgb(148,186,51);
    border: none;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
.btn-success:hover {
    background-color:rgb(148, 206, 1);
    border: none;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
#errorName, #errorEmail, #errorMessage, #errorCheck {
    display: none;
    margin-top: -1.2em;
}
#checkpublicidad{
    margin-left: 1.3em;
}

/*Categorias*/
.categoria {   
    margin-bottom: 40px;
}
.categoria h3::after {
    content: "";
    display: block;
    margin: 0 auto 20px auto;
    height: 1px;
    width: 180px;
    background-color:  rgb(148,186,51);
    margin-top: 10px;
}
.categoria p {
    color: #999;
    padding-top: 10px;
}
.categoria h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 10px;
}

/*Nosotros*/
.equipo {
    background-repeat: no-repeat;
    background-position: center center;
}
/*Cookies*/
#labelCheck1,#labelCheck2, #check1, #check2{
    display: none;
} 

.mensaje p{
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    margin-top: 20px;
}

.cookies {
    width: 100%;
    background-color: rgb(0,0,0);
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 100;
    margin-left: auto;
    /*display: none;*/
}

#cajacookies {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000;
text-decoration: none;
background-color: #F1F1F1;
text-align: center;
height: auto;
width: 100%;
margin: 0px;
padding: 10px; 
border: thin none #000;
position: fixed;
left: 0%;
top: 45%; 
right: 0%;
bottom: 0%;
box-sizing:border-box;
box-shadow: 5px 10px 8px 15px #888888;
display: none;
}
#cajacookies .cookieButton1 {
font-family:  'Open Sans', sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FFF;
text-decoration: none;
background-color: #9CCC3A;
text-align: center;
height: auto;
width: 75%;
padding: 10px;
margin: 10px 0px 10px 0px;
border: thin solid #9CCC3A;
border-radius: 10px;
cursor: pointer;
box-sizing: border-box;
display: inline-block;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

#cajacookies .cookieButton1:hover{
color: #FFFFFF;
background-color: #B6D96C;
border: thin solid #9CCC3A;
cursor: pointer;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

#cajacookies .cookieButton2 {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #9CCC3A;
text-decoration: none;
background-color: #F1F1F1;
text-align: center;
height: auto;
width: 75%;
padding: 10px;
margin: 10px 0px 10px 0px; 
border: thin solid #F1F1F1;
border-radius: 10px;
cursor: pointer;
box-sizing: border-box;
display: inline-block;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

#cajacookies .cookieButton2:hover{
color: #9CCC3A;
background-color: #FFFFFF;
border: thin solid #FFFFFF;
cursor: pointer;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

#cajacookies .cookieButton3 {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #9CCC3A;
text-decoration: none;
background-color: #FFFFFF;
text-align: center;
height: auto;
width: 75%;
padding: 10px;
margin: 10px 0px 10px 0px; 
border: thin solid #9CCC3A;
border-radius: 10px;
cursor: pointer;
box-sizing: border-box;
display: inline-block;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

#cajacookies .cookieButton3:hover{
color: #B8DA70;
background-color: #FFFFFF;
border: thin solid #B8DA70;
cursor: pointer;
-webkit-transition: all 300ms ease-in 0ms;
-moz-transition: all 300ms ease-in 0ms;
-ms-transition: all 300ms ease-in 0ms;
-o-transition: all 300ms ease-in 0ms;
transition: all 300ms ease-in 0ms;
}

@media screen and (min-width:1200px){
    #cajacookies{
        height: auto;
        width: 100%;
        position: fixed;
        left: 0px;
        top: 88%;
        right: 0px;
        bottom: 0px;
        box-sizing: border-box;
        display: none;
        padding: 0 30px;
    }
        
    #cajacookies .cookieButton1 {
        height: auto;
        width: 100%;
        box-sizing:border-box;
        display:block;
    }
    
    #cajacookies .cookieButton2 {
        height: auto;
        width: 100%;
        box-sizing:border-box;
        display:block;
    }
    
    #cajacookies .cookieButton3 {
        height: auto;
        width: 100%;
        box-sizing:border-box;
        display:block;
    }
    .contenedortxtcookies{
        margin-top: 10px;
        margin-left: -20px;
    }
}
    
@media (max-width: 992px) {
    .cookies{
        background-color: rgb(0,0,0);
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 100;
        margin-left: auto;
        /*display: none;*/
    }
    .mensaje p{
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
        color: white;
        margin-top: 20px;
    }
}

/*Media*/
@media (min-width: 300px) and (max-width: 490px)
{
    #cajacookies{
        height: auto;
        width: 100%;
        position: fixed;
        left: 0px;
        top: 40%;
        right: 0px;
        bottom: 0px;
        box-sizing: border-box;
        display: none;
    }
    .contenedorcheck
    {
        margin-top: 15px;
    }
    #cajacookies .cookieButton1, #cajacookies .cookieButton2, #cajacookies .cookieButton3
    {
        width: 75%;
    }
}
@media (max-width: 1023px){
    .nosotros {
        color: #757472;
        font-size: 1.2rem;
        font-family: 'Open Sans', sans-serif;
    }    
}
@media screen and (min-width: 700px) and (max-width: 1024px)
{
    #cajacookies{
        height: auto;
        width: 100%;
        position: fixed;
        left: 0px;
        top: 45%;
        right: 0px;
        bottom: 0px;
        box-sizing: border-box;
        display: none;
    }
    .contenedorcheck{
        margin-top: 15px;
    }
    #cajacookies .cookieButton1, #cajacookies .cookieButton2, #cajacookies .cookieButton3
    {
        width: 75%;
    }
}
@media (min-width: 1024px){
    .nosotros {
        color: #757472;
        font-size: 1.4rem;
        font-family: 'Open Sans', sans-serif;        
        padding: 50px 20px;
    }    
}