﻿body{
    /*background: url(../images/fondo.webp) no-repeat center center fixed;
    background-size: cover; */
    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;
}

.fondo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/fondo-cabecera.webp);
    width: 100%;
    height: 100%;
}


.cabecera{
    position: relative;
    
}
.fondo:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.97);
}
.cabecera .container{
    position: relative;
}


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

.leyenda{
    font-size: 27px;
    font-weight: bold;
}

.redes{
    text-align: center;
}
.redes img{
    width: 40px;
}

.datos{
    text-align: center;
    font-size: 19px;
}
.datos p{
    margin-bottom: 5px;
}
.datos img{
    width: 35px;
}

.efecto{
    padding: 0;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.texto-c{
    background: #485992;
    min-height: 145px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 19px;
    padding: 12px 5px;
}



.videos{
    margin: 30px 0 !important;
}


.texto{
    text-align: center;
    font-size: 19px;
}


.video iframe, .video video{
    width: 100%;
    height: 550px;
}



footer{
    border-top: 5px solid black;
    background:#e7e7e7;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

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


.redes2{
    background: #f7f6c4;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}
.redes2 img{
    width: 35px;
}


.seccion{
    background: #485992;
    font-size: 20px;
    line-height: 30px;
    color: white;
    padding: 30px;
}
.seccion strong{
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .video iframe, .video video{
        width: 100%;
        height: 350px;
    }
}

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