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

.cabecera{
    background: #002e6f;
    padding-top: 12px;
    padding-bottom: 12px;
}

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


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    background: white;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    
    border-radius: 30px 0 0 30px;
}
nav ul li{
    width: 24%;
    display: inline-block;
}
.menu-r{
    background: white;
    padding: 10px;
    display: none;

    border-radius: 20px;
}
.menu, .menu-r{
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.menu span, .menu-r span{
    border-bottom: 5px solid transparent;
    padding: 0 10px;
}
.menu:hover span{
    border-bottom: 5px solid #002e6f;
}

.contactoMenu{
    background: #002e6f;
    color: white;
    padding: 10px;

    border-radius: 20px;
}


.uno{
    background: #002e6f;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}


.uno h1{
    color: #CEB16E;
    font-weight: bold;
}
.uno p{
    font-weight: bold;
    font-size: 22px;
}
.uno span{
    font-size: 18px;
    font-weight: 400;
}


.botonesUno{
    width: 100%;
    margin-bottom: 20px;
}

.btn1{
    border: 1px solid #CEB16E;
    color: #CEB16E;
    padding: 12px;

    border-radius: 20px;
}
.btn2{
    border: 1px solid #CEB16E;
    background: #CEB16E;
    color: white;
    padding: 12px;

    border-radius: 20px;
}
.btn1:hover{
    border: 1px solid #CEB16E;
    color: #CEB16E;
}
.btn2:hover{
    background: #CEB16E;
}
.btn1:hover, .btn2:hover{
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.leyendaUno{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #CEB16E;
}


.imagen img{
    width: 100%;
}

.imagenRedonda img{
    border-radius: 20px;
}


.servicios{
    background: #002e6f;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    color: #CEB16E;
    font-weight: bold;
    margin-bottom: 100px;
}
.blanco{
    color: white;
}
.azul{
    color: #002e6f;
}

.subtitulo{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 100px;
}


.cir{
    text-align: center;
}
.cir img{
    width: 60%;
}
.cir strong{
    width: 100%;
    color: #CEB16E;
    font-size: 22px;
    display: inline-block;
    padding: 0 20px;
    margin: 12px 0;
}


.mision{
    background: url(../images/fondo1.png) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.textoMision strong{
    background: #0070ac;
    color: white;
    font-size: 30px;
    padding: 20px;

    border-radius: 20px;
}
.textoMision p{
    font-size: 20px;
    font-weight: bold;
    color: #002e6f;
    margin: 20px 0 40px 0;
}


.nosotros{
    background: #f7f7f7 url(../images/fondo2.png) no-repeat center center/cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.textoNosotros{
    font-size: 20px;
    line-height: 30px;
    color: #002e6f;
}
.textoNosotros strong{
    width: 100%;
    font-size: 30px;
    color: #002e6f;
    display: inline-block;
    margin: 40px 0;
}
.textoNosotros span{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.btn-azul{
    background: #0070ac;
    font-size: 20px;
    font-weight: bold;
    color: white;
}


.seccion{
    font-size: 20px;
}
.seccion p{
    font-weight: normal;
}
.seccion a{
    color: #aee3fe;
}


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

input, textarea{
    padding: 12px !important;
}


.sobre{
    color: #08045e;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sobre .titulo{
    text-align: left;
    color: #08045e;
}


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


.service-item {
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
}

.service-circle {
    background-color: #002F6C; /* Azul oscuro */
    color: white;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    margin: 0 auto;
    position: relative;
}
.service-circle p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-bottom:35px;
}
.service-item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}


.des{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 100px;
    display: none;
}
.mod{
    position: relative;
    background-color: rgba(0, 47, 108, 0.95);
    color: white;
    font-size: 21px;
    line-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 80px;

    border-radius: 50px;
}
.titulo-modal{
    font-size: 30px;
    font-weight: bold;
}
.titulo-modal img{
    height: 100px;
}
.cerrar{
    position: absolute;
    top: 20px;
    right: 20px;
    background: red;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;

    border-radius: 50%;
}


.podcast{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.perfil-img {
width: 180px;
height: 180px;
object-fit: cover;
margin-bottom: 10px;
}

.nombre {
color: #00A9BD;
font-weight: 700;
margin-bottom: 5px;
}

.descripcion {
font-size: 1rem;
color: #333;
line-height: 1.3;
}


.textoPod{
    padding-top: 60px;
    padding-bottom: 60px;
}


.img100{
    background: url(../images/podcast/2.png) no-repeat left center;
    background-size: cover;
}
.face{
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}
.face a{
    color: black;
    text-decoration: none;
}

.pod{
    padding: 0;
}


.leyenda{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #CEB16E;
    color: #002e6f;
    text-shadow: 2px 2px 10px #CEB16E;
    padding-top: 12px;
    padding-bottom: 12px;
}

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

}

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

}

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

}

@media screen and (max-width:768px){
    .service-circle {
        width: 220px;
        height: 220px;
    }

    .service-circle p {
        font-size: 20px !important;
        padding-bottom: 50px;
    }

    .titulo-modal{
        text-align: center;
        font-size: 22px;
    }
    .titulo-modal span{
        width: 100%;
        display: inline-block;
    }
    .menu-r{
        display: block;
    }
    nav{
        margin: 20px 0 !important;

    }
    nav ul{
        display: none;
        border-radius: 20px;
    }
    nav ul li{
        width: 100%;
        margin: 0;
    }
    .menu{
        width: 100%;
        padding: 12px 0;
    }
    .des{
        padding-top:20px;
    }
    .mod{
        font-size: 18px;
        padding: 10px;
    }
    .service-item {
        margin-bottom: 120px;
    }

    .img{
        height: 400px;
    }

    .leyenda{
        font-size: 26px;
    }
}



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