﻿body{
    background: url(../images/fondo.webp) no-repeat center center fixed;
    background-size: cover;
    background: #EBEAE5;
    font-family: 'Montserrat', sans-serif;
}


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

    border-radius: 10px;

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


.cintillo{
    background: #0a3468;
    color: white;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cintillo a{
    color: white;
}
.cintillo img{
    width: 25px;
}


.cabecera{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;
}


.leyenda strong{
    font-size: 30px;
}

.carousel-caption{
    background: rgba(0, 0, 0, 0.7);
}
.carousel-caption h5{
    font-size: 20px !important;
    font-weight: bold;
}


.menusote{
    padding: 0;
}

nav a{
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 11.11%;
    float: left;
}

.menu-r{
    padding: 12px 0;
    display: none;
}

.menu, .menu-r{
    background: black;
    color: white;
    text-align: center;
    font-size:18px;
    line-height: 18px;
    font-weight: lighter;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    color: orange;
    font-weight: normal;
}

.unoM{
    padding: 21px 0;
}
.dosM{
    padding: 12px 0;
}
.tresM{
    padding: 3px 3px;
}

.efecto{
    background: white;
}


.texto-efecto{
    font-size: 22px;
    line-height: 32px;
}


.cuadros{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.card{
    cursor: pointer;
}

.card-title{
    font-weight: bold;
}


.masbanner{
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner{
    background: url(../images/fondo-banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px;
}

.texto-banner{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 22px;
    line-height: 32px;
    padding: 20px;
}


.images{
    background: white;
}
.images .col-3{
    padding: 0;
}
.images img{
    border: 3px solid blue;
    cursor: pointer;
}


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


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


h2{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #0a3468;
}

.texto{
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}


.seccion{
    font-size: 19px;
    line-height: 27px;
}
.seccion iframe{
    width: 100%;
    height: 300px;
}

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


.texto2{
    color: gray;
}

.imagenes{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.imagenes img{
    margin: 0 5px 10px;
}

.imagenes2{
    text-align: center;
}

.img{
    text-align: center;
    margin-bottom: 30px;
}
.img strong{
    width: 100%;
    display: inline-block;
}


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


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px blue;
    display: inline-block;
    margin-bottom: 10px;
}


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

}

@media screen and (max-width:1200px){
    .chat{
        right: 5px;
        bottom: 5px;
    }
}

@media screen and (max-width:992px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
    .imagenes img{
        width: 31.33% !important;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 50%;
    }
    .imagenes img{
        width: 45% !important;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 60%;
    }
}