/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 3 feb 2025, 7:45:22 a. m.
    Author     : sebas
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2,h3,h4,h5,h6{
    font-family: "Oswald",sans-serif;
}
body{
    font-family: "Roboto",sans-serif;
    
}

.row{
    margin-bottom: 0px;
}
.img-responsive{
    width: 100%;
}
i{
    line-height: 0px;
}
nav ul li:before{
    content:"";
    margin-right: 0px;
}
ul li:before{
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    content: "\f111";
    margin-right: 8px;
    font-size: 8px;
    color: #868686;
}

.menu-mobile li:before{
    content:none;
    margin-right: auto;
}

#section-superior{
    background: #000;
    padding: 6px 0px;
    color: #fff;
    font-size: 11px;

}

#section-superior .contacto{

    align-content: center;
    display: block;
    float: left;
    margin-right: 16px;
}

.icon-idioma{
    display: flex;
    float: right;
    margin-left: 17px;
    font-size: 16px;
}
.icon-idioma img{
    width: 16px;
    margin-right: 4px;
}
.icon-idioma a{
    color: #fff;
    text-decoration: none;
}
#section-logo{
    background-color: #f5f5f5;
}
#section-logo .logo{
    width: 100%;
    margin: 15px 0px 0px;
}

#section-logo nav{
    box-shadow: none;
    background-color: #f5f5f5;
    height: 90px;
}
#section-logo nav a{
    height: 90px;
    align-content: center;
    color: #545454;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
}

#section-slider{
    background-color: #000;
}
#section-slider img{
    opacity: 0.6;
}


#section-mision{
    padding: 72px 0px;
    text-align: justify;
    font-size: 16px;
    color:#000;
}
#section-mision h2{
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 38px;
    text-align: right;
    color: #323232;
    font-weight: bold;
}
#section-mision img{

    border-radius: 5px;
}

#section-asociados{
    background-color: #f9f9f9;
    padding: 72px 0px;
    text-align: justify;
    font-size: 16px;
    color:#000;

}

#section-asociados h2{
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 38px;
    font-weight: bold;
    color: #323232;
}

#section-asociados img{
    border-radius: 5px;
}

#section-noticias{
    padding: 72px 0px;
}
#section-noticias h2{
    margin-bottom: 72px;
}
.item-noticia{
    overflow: hidden;
    margin-bottom: 48px;
    padding: 4px 16px !important;

}
.item-noticia a{
    color: #000;
    text-decoration: none;
}
.contendor-noticia{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
}
.contendor-noticia .ver-mas{
    width: 100%;
    color: #fff;
}
.imagen-noticia img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.titulo-noticia{
    padding: 4px 12px 0px;
    height: 48px;
    align-content: center;
}
.titulo-noticia h3{
    font-size: 20px;
    margin: 0px;
    text-align: justify;
    line-height: 24px;
}
.item-noticia .texto-noticia{
    padding: 8px 12px;
    text-align: justify;
    height: 110px;
    font-size: 14px;
}
.texto-noticia p{
    margin: 0px;
}

#section-contactenos{
    background-color: #f9f9f9;
    padding: 72px 0px;
}

.form-group{
    margin-bottom: 16px;
}
#section-footer{
    background-color: #000;
    padding: 72px 0px 26px;
    color: #fff;
}

#section-footer .icono-social{
    float: left;
    margin-right: 12px;
}
#section-footer img{
    width: 36px;
}
#section-footer .titulo{
    font-family: "Oswald",sans-serif;
    font-size: 24px;
}
#section-noticia h1{
    font-size: 36px;
    margin: 24px 12px;
}
#section-noticia .div-imagen-noticia{
    overflow: hidden;
}
#section-noticia .texto-noticia p{
    margin: 12px 0px;
    text-align: justify;
    font-size: 14px;
}

#section-menu{
    background-color: #f6e9c7;
}
#section-menu nav{
    background-color: #f6e9c7;
    box-shadow: none;

}
#section-menu nav ul a{
    color: #000;
    letter-spacing: 1px;
    font-family: "Oswald",sans-serif;
    border-bottom: 3px solid #f6e9c7;
}

#section-menu nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #000 !important;
}

.pie-foto{
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

.div-compartir-noticia p{
    margin: 0px;
    font-weight: bold;
    font-family: "Oswald",sans-serif;
}

#section-noticia{
    padding: 35px 0px;
}
.sidebar-noticia .titulo-otras-noticias{
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
}
.item-otras-noticias{
    overflow: hidden;
    margin-bottom: 36px;
}
.item-otras-noticias .imagen{
    width: 40%;
    float: left;
    margin-right: 10px;
}
.item-otras-noticias .contenido h3{
    margin: 0px 0px 4px;
    font-size: 20px;
    text-align: center;
}
.item-otras-noticias .contenido{
    font-size: 12px;
    text-align: justify;
}
.item-otras-noticias .ver-mas{
    width: 100%;
}
.contenido-noticia h2{
    margin: 0px 0px 24px;
    font-size: 36px;
}
.btn-100{
    width: 100%;
}

#section-socios{

    padding: 72px 0px;
}
#section-socios h2{
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 72px;
    font-weight: bold;
    color: #323232;

}
.item-socio{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    padding: 8px;
    height: 250px;
    margin-bottom: 32px;
}
.item-socio a{
    color: #000;
    text-decoration: none;
}
.item-socio h3{
    margin: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.contenido-socio h2{
    margin: 0px 0px 24px;
    font-size: 36px;
}
.contenido-socio p{
    margin: 0px;
}
.contenido-socio p strong{
    font-family:"Oswald",sans-serif;
}
.contenido-socio img{
    border: 5px double #eee;
    padding: 6px;
    border-radius: 5px;
}
.contenido-socio .texto-socio{
    text-align: justify;
}
.contenido-socio .texto-socio p{
    margin-bottom: 12px;
}

.breadcume{
    background-color: #eceff1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px 0px;
    overflow: hidden;
}
.breadcume ul{
    margin: 0px;
}
.breadcume ul li:before{
    content: "";
}
.breadcume ul li{
    float: left;
}
.breadcume ul li:after{
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    content: "\f101";
    margin-left: 12px;
}

.breadcume ul li:last-child:after{
    content: "";
}

.contenido-socio-lista h2{
    margin: 0px 0px 24px;
    font-size: 36px;
}

.pagination li:before{
    content: "";
}
.pagination li.active {
    background-color: #cfd8dc;
}
.slider{
    height: 600px !important;
}
.slider ul{
    margin: 0px;
}
.slider ul li::before{
    content: "";
    margin: 0px;
}

.slider .indicators{
    position: absolute;
    z-index: 999;
    bottom: 36px;
}

.slider .slides li{
    background-color: #000;
}
.slider .slides li img{
    opacity: 0.78;
}

.slider .indicators .indicator-item.active{
    background-color: #0277bd;
}

#div-whatsapp{
    position: fixed;
    background-color: #25D366;
    font-size: 33px;
    text-align: center;
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
    padding: 5px 10px;
	z-index: 9999999;
}
#div-whatsapp a{
    color: #fff;
}
.informacion-cabecera-noticia{
    font-family: "Oswald",sans-serif;
    padding: 4px 12px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    background-color: #38383882;
    width: 100%;
}
.informacion-cabecera-noticia p{
    margin: 8px 0px;
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    color: #fff;
}
.informacion-cabecera-noticia a{
    color: #fff;
}
.imagen-noticia{
    line-height: 0px;
    position: relative;
}
.lista-provincias{
    margin-bottom: 72px;
}
.lista-provincias a{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #8d8d8d;
}
.lista-provincias a:after{
    content: " | ";
}

.lista-provincias a:last-child:after{
    content:"";
}

.contenido-noticia .lista-provincias{
    margin-bottom: 12px;
}

.datos-noticia a{
    color: #000;
    font-size: 12px;
}
.datos-noticia a:after{
    content: " | ";
}
.datos-noticia a:last-child:after{
    content: "";
}

.contenido-noticia-escuela h2{
    margin: 0px 0px 24px;
    font-size: 36px;
}
.contenido-noticia-escuela .item-noticia .texto-noticia {
    padding: 8px 12px;
    text-align: justify;
    height: 180px;
    font-size: 14px;
}

.text-justify{
    text-align: justify;
}

.secction-mision-mobile-imagen{
    width: 50%;
    float: left;
}
.secction-mision-descripcion{
    padding: 15px;
}

.swal2-confirm{
    background-color: #b71c1c !important;
}
.img-responive{
    width: 100%;
}

.dropdown-content{
    top: 90px !important;
}
.dropdown-content li a{
    height: auto !important;
}
.no-encontrado p{
    font-size: 2em;
}
.no-encontrado h3{
    font-size: 16em;
}
@media (max-width: 768px) {
    .item-socio{
        height: auto;
    }
	 .container{
        width:auto;
		margin:0px 10px;
    }
	#div-whatsapp{
		bottom:20px;
	}
}

