﻿body{
    font-family: 'Montserrat', 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: -290%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

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


.cabecera{
    padding-top: 5px;
    padding-bottom: 5px;
}

.logotipo img{
    width: 100%;
}

nav a, nav a:hover{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 32.33%;
    float: left;
    margin-left: 1%;
}
.menu{
    background: rgb(95,129,201);
    background: linear-gradient(180deg, rgba(95,129,201,1) 0%, rgba(18,78,202,1) 48%, rgb(8, 61, 173) 100%);
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}
.menu:hover{
    font-weight: bold;
}

nav ul li:hover .menuS{
    display: block;
}

.menuS{
    position: absolute;
    top: 35px;
    left: -50%;
    z-index: 100;
    background: black;
    width: 200%;
    display: none;

    border-radius: 10px;
}
.menuS ul li{
    width: 100%;
}
.menu-s{
    border-bottom: 1px solid gray;
    color: white;
    font-size: 18px;
    line-height: 22px;
    padding: 12px 10px;
}
.menu-s:hover{
    font-weight: bold;
}



.datos{
    text-align: center;
    color: red;
    font-size: 20px;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}

.efecto, .efectom{
    padding: 0;
}
.efecto img, .efectom img{
    width: 100%;
}
.efectom{
    display: none;
}


.leyenda{
    background: rgb(231,8,17);
    background: linear-gradient(180deg, rgba(231,8,17,1) 0%, rgba(237,131,135,1) 48%, rgba(231,8,17,1) 100%);
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    font-family: 'Ms Madi', cursive;
    font-size: 42px;
}


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

.seccion{
    font-size: 22px;
    line-height: 32px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    color: red;
    display: inline-block;
    margin-bottom: 10px;
}

.imagen img{
    width: 100%;
}


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

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


.card{
    text-align: center;
}
.card-title{
    color: red;
    font-size: 20px;
    font-weight: bold;
}

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


.servicios a{
    text-decoration: none;
}


footer{
    background: #083dad;
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

footer strong{
    width: 100%;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

footer img{
    width: 30px;
}

footer a{
    color: white;
}

.contacto-mujer{
    width: 180% !important;
    margin-left: -80%;
}


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

}

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

}

@media screen and (max-width:992px){
    .contacto-mujer{
        width: 100% !important;
        margin: 0;
    }
}

@media screen and (max-width:768px){
    nav{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .menu{
        font-size: 18px;
    }
    .menuS{
        top: 30px;
    }
}

@media screen and (max-width:576px){
    .efecto{
        display: none;
    }
    .efectom{
        display: block;
    }
}