@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400&family=Montserrat:wght@200;300;400;500;600&family=Raleway:wght@300;400;500;600&display=swap');
@font-face {
    font-family: 'bradley';
    src: url('../fonts/bradhitc.woff2') format('woff2'),
         url('../fonts/bradhitc.woff') format('woff'),
         url('../fonts/bradhitc.ttf') format('ttf'),
         url('../fonts/bradhitc.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-family:'bradley';
    font-weight: 500;
    font-size: 22px;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
header{
    /*background: url('../imgs/header.png');
background:white;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: #000 0 5px 10px;
    background-position: 50%;*/
/*background:#921637;*/
    z-index: 10;
    /*position: fixed;*/
    width: 100%;
}
#headertop{
        width: 100%;
        color:white;
        background: #000;
        top:0;
        font-size: 12px;
        display: flex;
        position: fixed;
        align-items: center;
        transition: top 0.5s;
        -webkit-transition: top 0.5s;
        -moz-transition: top 0.5s;
        -ms-transition: top 0.5s;
        -o-transition: top 0.5s;
        animation: fadeInRight;
        animation-duration: 1s;
font-family:'bradley';

    }
header .titulo{
    font-family: 'bradley';
    font-weight: bold;
    font-size: 2rem;
    color: #0D1F52;
    /*color: #ffffff;*/
    padding-top: 20px;
    animation: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1s;
}
header .subtitulo{
    font-family: 'bradley';
    font-weight: bold;
    font-size: 1.5rem;
    color: #BA0A28;
/*color:#ffffff;*/
    padding-top: 10px;
    animation: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1.5s;
}
#navbarSupportedContent{
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.5s;
}
nav{
    font-family: 'bradley';
    font-weight: bold;
    color: #0D1F52;
}
.nav-border{
    border-right:solid thin;
    border-color: #e0e1e2;
}

.titles{
    font-family: 'bradley';
    font-size: 2rem;
    font-weight: bold;
}
.contenido{
    padding-top: 250px;
    padding-bottom: 50px;
}
.franjas{
    padding-top: 100px;
    padding-bottom: 100px;
}
.franjas .info{
    font-size: 1.5rem;
    color: #4e4e4e;
}
.tth{
    font-family: 'bradley';
    font-weight: bold;
    font-size: 2rem;
    padding: 50px 0 20px 0;
}
.ttcont{
box-shadow:#666 0 10px 10px;
}
.lateral{
    display: block;
    width:100%;
    background: url(../imgs/ribbonazul.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 70px; 
    color:white;
    text-decoration: none; 
    padding-top: 20px;
}
#aside{
    font-family: 'bradley';
    font-size: 1.1rem;
}
#aside .caja{
    display: table;
    vertical-align: middle;
    height: 70px;
    width: 160px;
    line-height: 1;
    margin-top: -5px;
}
#aside .texto{
    display: table-cell;
    vertical-align: middle;
font-size:16px;
}
#aside a{
    display: block;
    width:100%;
    background: url(../imgs/ribbonazul.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    height: 70px; 
    color:white;
    text-decoration: none; 
}
#aside a:hover{
    background: url(../imgs/ribbonrojo.png);
    background-repeat: no-repeat;    
    background-position: left top;
    background-size: contain;
}
#aside .activo{
    background: url(../imgs/ribbongris.png);
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: contain;
    color:#BA0A28;
    font-weight: bold;
}
#contenido_ppal {
    font-size: 1.2rem;
font-family:'bradley';
}
#contenido_ppal img {
    padding: 10px;
    border-radius: 20px;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.icono{
    width: 70px;
    height: 70px;
    background:white;
    border:#ffffff solid 2px;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    box-shadow: #000 2px 2px 2px;
}
#headertop{
    width: 100%;
    color:white;
    background: #000;
    top:0;
    display: flex;
    position: fixed;
    align-items: center;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
}
footer{
    background: #33365a;
    color:#ffffff;
    padding: 50px 0;
    font-size:1rem;
    font-family: "bradley";
    font-weight: 400;
}
footer .title{
    font-size: 2rem;
}
footer .dir{
    font-size:1.1rem;
}
footer img{
    width:90%;
    max-width: 180px;
    margin: auto;
}
footer .menu{
    border-top: grey solid thin;
    border-bottom:none;
}
footer .menubt :last-child{
    border-bottom: #e0e1e2 solid thin;
    border-top: none;
}
footer details{
    margin:5px 0;
    padding:3px;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
}
footer label{
    display: none;
}
footer input, footer textarea{
    background: #363857;
    width: 100%;
    padding: 2px;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:grey solid thin;
    box-shadow: none;
    outline: none;
    color: rgb(201, 201, 201);
}
::-webkit-input-placeholder { /* Edge */
    color: #f2f3f5;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f2f3f5;
  }
  
  ::placeholder {
    color: #f2f3f5;
  }
  footer .boton{
    background: none;
    color:white;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border:grey solid thin;
}
  footer .boton :hover{
    border:white solid thin;
    background: red;
  }
  .cajaadmisiones
  {
    background:rgba(255,255,255,.5);
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    padding: 5px;
}

/*Galeria de Imagenes*/
  
#galeria {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    max-width: 700px;
    min-width: 400px;
    padding: 0 10px;
    margin: auto;
    top: 100%;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
  }
.cajagaleria{
width:300px;
height:300px;
display:inline-block;
border:#fff solid 2px
}
  
  #galeria img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #img-activa {
    width: 100%;
    height: auto;
  }
  
  /*Contenedor Principal del Lightbox*/
  
  #contenedor-principal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  /*Contenedor interno del Lightbox*/
  
  #contenedor-interno {
    border: 2px #f3f3f3 solid;
    padding: 2px;
    background: #3f3f3f;
    max-width: 500px;
    min-height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  /*Botones*/
  
  button {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #f3f3f3;
  }
  
  #btn-cierra {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    outline: none;
  }
  
  #btn-retrocede {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 3rem;    
    outline: none;
  }
  
  #btn-adelanta {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;    
    outline: none;
  }
  #allproyectos{
    background: url('../imgs/granja.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    padding: 50px 0 150px 0;
    color:white;
  }
  #allproyectos .caja{
    text-align: center;
    width: 180px;
    height: 180px;
}
#allproyectos .caja img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    width: 130px;
    height: 180px;
    border:#fff solid 5px;
}
main, .mision{
    
//background-image:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.5)),url('../imgs/gca_1.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    animation: Bounce;
    animation-duration: 1s;
padding-bottom:150px;
}
.mision:focus{
    background: url(../imgs/gca_1.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
padding:50px 0;
}
#submain{
    background: url(../imgs/gca_1.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: top;
    height:auto;
    min-height: 450px;
}
#afs{
    width:250px;
    height:250px;
    background: url(../imgs/afs_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#afs:hover{
    background: url(../imgs/afs.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#phi{
    width:250px;
    height:250px;
    background: url(../imgs/phidias_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#phi:hover{
    background: url(../imgs/phidias.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#papaz{
    width:250px;
    height:250px;
    background: url(../imgs/papaz_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#papaz:hover{
    background: url(../imgs/papaz.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#pue{
    width:250px;
    height:250px;
    background: url(../imgs/pue_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#pue:hover{
    background: url(../imgs/pue.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#libros{
    width:250px;
    height:250px;
    background: url(../imgs/librosylibros_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#libros:hover{
    background: url(../imgs/librosylibros.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#bolivar{
    width:250px;
    height:250px;
    background: url(../imgs/segurosbolivar_bn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#bolivar:hover{
    background: url(../imgs/segurosbolivar.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#silder{
overflow:hidden
}
#silder .slider--inner{
display:flex;
flex-direction: row;
flex-wrap: nowrap;
transition: all 0.3s easy-in;
align-items: center;
}
.slider--inner img{
aspect-ratio:16 / 9;
object-fit:cover;
}
#silder img{
width:100%;}


#subir{
    background: #921637;
    opacity: .5;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    right:1rem;
    bottom: 1rem;
    color:white;
    position:fixed;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
#subir:hover{
    opacity: 1;
}

#whatsapp{
    width: 2.5rem;
    height: 2.5rem;
    right:3.5rem;
    bottom: 1rem;
    position:fixed;
    text-align: center;
    align-items: center;
    justify-content: center;
}