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

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #f8f8f8;
    color: #958561;
    color: black;
    font-size: 22px;
    text-align: center;
}
.cintillo img{
    height:25px;
}
.btn-verde{
    background: #24a817;
    color: white;
    font-weight: bold;
}


.logotipo img{
    background-color: white;
    width: 100%;

    border-radius: 50%;
}


.pagina{
    background: rgba(178,40,47, 0.6);
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.titulo{
    font-family: 'Candal', sans-serif;
    font-size: 33px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
h2{
    font-size: 26px;
    text-align: center;
    color: white;
    font-weight: normal !important;
    margin-bottom: 30px;
}


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



.a{
    cursor: pointer;
    margin-bottom: 30px;
}
.a strong{
    background: #2f2c79;
    width: 100%;
    font-weight: lighter;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: white;
    display: inline-block;
    padding: 7px 10px;
}
.aImagen{
    width: 100%;
    height: 300px;
}
.aImagen img{
    width: 100%;
    height: 300px;

    object-fit: cover;
}


.contacto{
    background: #2f2c79;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.contacto strong{
    color: white;
    color: #958561;
    font-size: 40px;
}
.contacto span{
    font-size: 22px;
    color: white;
}


video{
    width: 100%;
}

.texto{
    color: white;
    font-size: 16px;
}
.texto p{
    margin-bottom: 10px;
}


.imagen img{
    width: 100%;
}



.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .pagina{
        margin-top: 60px;
    }
    .cintillo{
        font-size: 16px;
    }
    .cintillo img{
        display: none;
    }
}

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