﻿body{
    font-family: "Montserrat", serif;
}


.cabecera-ayuda{
    height: 93px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;
}

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

nav a{
    text-decoration: none;
    color: black;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 50%;
    float: left;
}
.menu-r{
    background: #f7f7f7;
    width: 100%;
    display: none;
    padding: 12px 0;
}
.menu, .menu-r{
    text-transform:uppercase;
    text-align: center;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    color: #6e4696;
    font-weight: bold;
}



.uno{
    margin-top: 30px;
    margin-bottom: 30px;
}


.textoUno{
    background: #f7f7f7;
    font-size: 18px;
    padding: 50px;
}
.titulo{
    color: #926ac3;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
}
.blanco{
    color: white !important;
}
.textoUno strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
}


.fondito{
    background: url(../images/fondito.png) no-repeat center center;
    background-size: 85% auto;
    padding-top: 30px;
    padding-bottom: 30px;
}


.dos{
    background: #6e4696;
    padding-top: 40px;
    padding-bottom: 40px;
}

.textoDos{
    font-size: 18px;
    color: white;
    padding: 40px;
}

.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;

    border-radius: 20px;
}


.how{
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo2{
    text-align: center;
    color: #926ac3;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 30px;
}


.textoTres{
    font-size: 18px;
    padding: 40px;
}


.imagen img{
    width: 100%;
}

.borderRadius img{
    border-radius: 50% !important;
}

.no{
    color: white;
    text-align: center;
}
.no strong{
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
}
.no img{
    height: 120px;
}


.seccionBlanco{
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.img4{
    background: url(../images/4.jpg) no-repeat center center;
    background-size: cover;

    border-radius: 20px;
}

.textoSeccionBlanco{
    padding: 50px;
}


.img5{
    background: url(../images/5.jpg) no-repeat center center;
    background-size: cover;

    border-radius: 20px;
}


.img8{
    background: url(../images/8.jpg) no-repeat center center/cover;

    border-radius: 20px;
}


.sus{
    background: #585858;
    color: white;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 40px;
}
.sus strong{
    font-size: 23px;
}
.sus .form-control{
    margin-bottom: 12px;
}


.team-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.team-section .titulo{
    text-align: center;
    margin-bottom: 30px;
}

.team-title {
    font-size: 2rem;
    font-weight: bold;
    color: #3c166d;
    margin-bottom: 20px;
}
.card {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.card img {
    width: 100%;
    height: 334px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-body {
    padding: 20px;
}
.name {
    font-weight: bold;
    font-size: 1.2rem;
}
.role {
    color: #666;
    font-size: 1rem;
}
.role span{
    width: 100%;
    font-size: 0.8rem;
    display: inline-block;
}
.placeholder {
    width: 100%;
    height: 200px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #777;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img9{
    background: url(../images/9.jpg) no-repeat center center;
    background-size: cover;

    border-radius: 20px;
}


footer{
    background: url(../images/fondo-footer.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    font-size: 17px;
    font-weight: lighter;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer strong{
    font-weight: normal;
}
footer b{
    font-weight: 400;
}


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

}

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

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

}

@media screen and (max-width:768px){
    .img{
        height: 330px;
    }
    .textoDos, .textoSeccionBlanco, .textoTres, .textoUno{
        padding: 10px;
    }
    nav{
        /* margin: 20px 0 !important; */
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
}

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



.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
}