﻿body{
    font-family: 'Nunito', sans-serif;
}

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -330%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}



.blanco{
    background: rgba(255,255,255,0.9) !important;
    padding: 5px 0 5px !important;
}
.blanco .logotipo img{
    width: 80%;
}


.cabecera{
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 100;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,0.8)), color-stop(40%, rgba(255,255,255,0.6)), color-stop(60%, rgba(255,255,255,0.4)), color-stop(80%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding: 10px 0 100px;

    transition: all 0.5s;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;

    transition: all 0.5s;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-size: 22px;
    line-height: 25px;
    color: #d8213b;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;

    transition: all 0.5s;
}
.menu:hover, .menu-r:hover{
    font-size: 27px;
    color: black;
}
.unoM{
    padding: 12px 0 13px;
}

.datos{
    background: #f6be25;
    width: 85%;
    float: right;

    border-radius: 5px;
}
.datos p{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}


.efecto{
    padding: 0;
}


.contenido{
    padding-top: 30px;
}

.titulo{
    text-align: center;
    color: #d8213b;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.titulo img{
    height: 60px;
}

.seccion{
    background: #f6be25;
    font-size: 25px;
    line-height: 35px;
    padding: 70px 50px;
}
.seccion strong{
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: #d8213b;
    display: inline-block;
    margin-bottom: 20px;
}
.seccion span{
    width: 100%;
    color: blue;
    display: inline-block;
}

.img1{
    background: url(../images/escuela-de-manejo.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/cursos-de-manejo.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/clases-de-manejo.webp) no-repeat center center;
    background-size: cover;
}


.btn-whatsapp{
    background: rgb(17,151,10);
    background: radial-gradient(circle, rgba(17,151,10,1) 0%, rgba(136,208,131,1) 48%, rgba(17,151,10,1) 100%);
    font-size: 22px;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    margin-top: 30px;
}
.btn-whatsapp:hover{
    color: white;

    box-shadow: 3px 3px 4px black;
}


.adicionales{
    background: url(../images/fondo-footer.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.adicionales strong{
    width: 100%;
    font-size:100px;
    display: inline-block;
    margin-bottom: 30px;
}
.adi{
    line-height: 34px;
}


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

.texto{
    background: rgba(216,33,59, 0.8);
    color: white;
    font-size: 22px;
    padding: 30px;
}
.texto strong{
    font-size: 26px;
    text-shadow: 2px 2px 2px black;
}
.amarillo{
    background: rgb(246,190,37, 0.8);
}


footer{
    background: black;
    font-size: 20px;
    color: white;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}
.form-group{
    margin-bottom: 10px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        padding: 10px 0;
    }
}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 50%;
    }
    .imagen{
        height: 250px;
    }
    nav{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .menu{
        padding: 12px 0;
    }
    .datos{
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 60%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
}