﻿body{
    font-family: 'Montserrat';
}

.cintillo-ayuda{
    height: 37px;
}
.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #FABD00;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
}



.cabecera{
    /* background: white; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo{
    font-family: 'Candal', sans-serif;
    font-size: 40px;
    color: rgba(76, 57, 0, 0.5);
    color: black;
    /* text-shadow: 1px 1px 2px #dbd3bc, 0 0 0 #000, 1px 1px 2px #dbd3bc; */
}
.logotipo img{
    width: 100%;
}


nav a{
    text-decoration: none;
    color: black;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 15%;
    float: left;
    margin: 0 2% 13px;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.menu:hover, .activo{
    background: #AD1519;
    color: white;
    text-decoration: none;
}



.efecto{
    padding: 0;
}

.textoefecto{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
}



.contenido{
    padding-top: 60px;
    padding-bottom: 60px;
}


.seccion{
    font-size: 19px;
    line-height: 27px;
}
.seccion strong{
    width: 100%;
    font-size: 24px;
    color: #1a83f5;
    color: #FABD00;
    color: #AD1519;
    display: inline-block;
    margin-bottom: 20px;
}


.imagen img{
    width: 100%;
}


.banner{
    background: url(../images/fondo-banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.banner2{
    background: url(../images/fondo-banner2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.texto{
    color: white;
    text-shadow: 2px 2px 10px black;
    font-size: 19px;
    line-height: 27px;
}
.texto strong{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}
.texto a{
    color: white;
}

.textoBanner{
    background: rgb(173, 21, 25, 0.8) !important;
    padding: 30px 20px;
}


.titulo{
    text-align: center;
    font-size: 30px;
    color: #AD1519;
    font-weight: bold;
    margin-bottom: 30px;
}


.testi{
    /* background: #f8f8f8; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 60px;
}

.image-testi{
    width: 100%;
}
.texto-testi{
    text-align: left;
    font-size: 15px;
    line-height: 15px;
}
.texto-testi span{
    color: gray;
}


.form-group{
    margin-bottom: 30px;
}


.productos a{
    color: black;
    text-decoration: none;
}


.p img{
    width: 100%;
}
.p strong{
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    padding: 12px 0;
}
.precio{
    font-size: 20px;
    font-weight: lighter;
}

.center{
    font-size: 24px;
}


.pagar{
    text-align: center;
    padding-top: 30px;
}
.pagar span{
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}
.pagar input{
    font-size: 22px;
}


.autobook{
    background: #f7f7f7;
    font-size: 22px;
    padding: 40px;
    margin: 20px 0;
}
.paypal{
    background: #ffe9b7;
    padding: 40px 40px 0 40px;
}


.imagenes img{
    width: 33.33%;
    height: 300px;
    padding: 12px;

    object-fit: cover;
}


footer{
    background: black;
    background: #0f4e92;
    background: #AD1519;
    background: #FABD00;
    color: white;
    color: black;
    font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer .logotipo{
    color: white;
    margin-top: 60px;
}
footer a{
    color: black;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cintillo-ayuda{
        display: none;
    }
    .cintillo{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r, .menu{
        padding: 12px 0;
    }
}

@media screen and (max-width:576px){
    
}