/*Font-Family */ 
@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-CondensedBold.woff');  
    font-weight: bold;  
    font-stretch: condensed;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-CondensedLight.woff');  
    font-weight:lighter;  
    font-stretch: condensed;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-CondensedSemibold.woff');  
    font-weight:600;  
    font-stretch: condensed;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-NarrowBold.woff');  
    font-weight: bold;  
    font-stretch: normal;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-NarrowExtralight.woff');  
    font-weight: 300;  
    font-stretch: normal;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-NarrowRegular.woff');  
    font-weight: normal;  
    font-stretch: normal;
}

@font-face {
    font-family: Lektorat;  
    src: url('../fonts/Lektorat-NarrowSemibold.woff');  
    font-weight: 600;  
    font-stretch:normal;
}

@font-face {
    font-family: LektoratText;  
    src: url('../fonts/LektoratText-Bold.woff');  
    font-weight: bold;  
}

@font-face {
    font-family: LektoratText;  
    src: url('../fonts/LektoratText-Regular.woff');  
    font-weight: 400;  

}

@font-face {
    font-family: LektoratText;  
    src: url('../fonts/LektoratText-Semibold.woff');  
    font-weight: 600;  
}


#institucional  h1:first-child{
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

/* Estilos Generales y clases auxiliares */
.small-title{
    font-size: 2rem;
    font-weight: 300;
}
.mid-small-title{
    font-size: 2.5rem;
    font-weight: bold;
}
.midlow-title{
    font-size: 2.5rem;
    font-weight: bold;
}
.mid-title{
    font-size: 3rem;
    font-weight: bold;
}
.large-title{
    font-size: 4rem;
    font-weight: bold;
}
.larger-title{
    font-size: 5rem;
    font-weight: bold;
}

.fw-semibold{
	font-weight:600;
}
.fw-bold{
    font-weight:bold!important;
}

.fw-normal{
    font-weight: 400!important;
}
.fw-semilight{
    font-weight: 300!important;
}
.text-align-center{
    text-align: center;
}
ul li{
    list-style: none;
}
.text-center{
    text-align: center;
}
a:hover { 
    text-decoration: none!important;
}
.card.shadow.bg-black{
    opacity: 0.75;
}
.carousel-control-next, .carousel-control-prev {
    border: none;
    background-color: transparent;
    color: #555;
    width: 5%;
}

h1, h2{
    font-family: 'Lektorat';
    font-weight: bold;
}
h3, h4, h5, h6{
    font-family: 'Lektorat';

}
.boton {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    
}
p,a{    
    font-family: 'LektoratText';
    font-weight: 400;
}
p{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;  
}
/*botones*/


.bg-blue{
    background-color: #0069E6;
}
.bg-dark-blue{
	background-color:#0033A1;
}
.bg-light-blue{
    background-color: #92c0e9;
}
.bg-light-grayblue{
    background-color: #91BEE610;
}
.bg-black{
    background-color: #000;
}
.bg-white{
    background-color: #fff;
}
.blue-text{
    color: #0069E6;
}

.light-blue-text{
    color: #00FFFF;
}
.white-text{
    color: #fff;
}
.gray-text{
    color:#777777;
}
.clear-blue-text{
    color:#4899db;
}
.btn-primary{
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    border-color: transparent;
    background: #000000;
    border-radius: 10px;
}
.btn-secondary{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    height:40px;
    background: #91bee6;
    border-radius: 10px;
    padding: 8px 30px;
}

.btn-third{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000;
    height:40px;
    background: #00FFFF;
    border-radius: 10px;
    padding: 8px 30px;
}
.btn-blue{
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    background: #0069E6;
    border-radius: 10px;    
    padding-left:30px;
    padding-right: 30px;
}


button:focus{
    outline: none!important;
}

.btn-white{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #0069E6;
    height:40px;
    background: #fff;
    border-radius: 5px;
    padding: 8px 30px;
}

.btn-blue:hover, .btn-blue:focus {
    background: #fff;
    color: #0069E6;
    border: 1px solid #0069E6;
}
.btn-primary:hover,.btn-primary:focus {
    background: #0069E6;
}

.btn-secondary:hover,.btn-secondary:focus {
    background: #fff;
    color: #0069E6;
}

.btn-third:hover,.btn-third:focus {
    background: #000;
    color: #00FFFF;
}

.btn-white:hover,.btn-white:focus {
    background: #0069E6;
    color: #fff;
}

.pos-relative{
    position: relative;
}


/*Social links*/

.navbar-social .social-link:hover .fa-circle{
    color:#0069E6!important;
}
.navbar-social .social-link :hover .fa-stack-1x{
    color:#fff!important;
}

/* Estilos Home */

/*Slider */


#primary-slider .container-fluid{
    background: #fff;
}

#primary-slider .carousel .slider-cont{
    position: relative;

    display: flex;
}

#primary-slider .carousel .slider-cont h1{
    float: left;
    font-size: 5rem;
    color: #0069E6;
}
#primary-slider .carousel .slider-cont span.d-md-flex{
    color: #000;
    font-size: 2rem;
}
#primary-slider .carousel .slider-cont span.d-md-flex{
    float: right;
    width: 50%;
    margin-top:25px;
}
#primary-slider .carousel .slider-cont a{
    font-size: 18px;
    position: absolute;
}



/* Cuadros Azules */

#BlueSquares .cuadro{
    width: 100%;
    padding-top: 33.3333%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    
}
.cuadro-title, .cuadro-icon{
    -webkit-transition: transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in;  
    -ms-transition: transform 0.4s ease-in;
    -o-transition:transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
}
#BlueSquares a:hover .cuadro-title{
    -webkit-transform: scale(1.05);
    -moz-transition: scale(1.05);
    -ms-transition: scale(1.05);
    -o-transition:scale(1.05);
    transition: scale(1.05);
}
#BlueSquares a:hover .cuadro-icon{
    -webkit-transform: scale(1.2);
    -moz-transition: scale(1.2);
    -ms-transition: scale(1.2);
    -o-transition:scale(1.2);
    transition: scale(1.2);
}

#BlueSquares .cuadro-title{
    position: absolute;
    top: 1.5rem;
    left: 3.5rem;
    color: #fff;
    width:80%;
    font-size: 3rem;
    font-family: 'Lektorat';
    font-weight: 300;  

}
#BlueSquares .cuadro-icon{
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    z-index: 100;
}

#BlueSquares .cuadro1{
    background: #0069E6;
}
#BlueSquares .cuadro2{
    background: #0033A1;
}
#BlueSquares .cuadro3{
    background: #000;
}


#BotonSolitario{
    margin-top: -100px;
}
#BotonSolitario .cuadro{
    width: 100%;
    padding-top: 33%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
#BotonSolitario .btn-abs{
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 50px;
    
}


#social-feeds   {
    background: linear-gradient(128.48deg, #0069E6 ,#000);
}




/*Social Feeds */

#social-feeds h1{
    color:white;
    font-family: 'Lektorat';
    font-weight: normal;  
    font-stretch: normal;
}

#social-feeds .contentTwitterNormal iframe{
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.3));

    border-radius: 5px;
    width: 90%
}

.timeline-Tweet-text{
    font-size: 18px!important;
}
.timeline-Footer{
    display: none!important;
}
/* Novedades */
.novedades-cont img{
    width: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.ver-youtube{
    color:#0069E6;
}
.ver-youtube:hover{
    color: #00FFFF;
}
.novedades-cont p{
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.youtube-thumbs img{
    width: 100%;
    height: auto;
    opacity: 0.5;
}
#youtube-feeds .youtube-thumbs img{
    width: 100%;
    height: 325px;
    opacity: 0.5;
}
.youtube-thumbs iframe{
    outline: 1px solid #0069E6;
}
.youtube-thumbs .youtube-helper:hover{
    cursor: pointer;
}

.youtube-thumbs .youtube-helper:hover iframe{
    outline : 1px solid #00FFFF;
    opacity: 1;
}
.opacity50{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1.68%, #000000 98.03%)
}
#bottom-slider .carousel-indicators{
    bottom:-50px;
}
#bottom-slider .carousel-indicators li{
    background-color: #0069E6;
    height: 10px;
    width: 10px;
}

#bottom-slider .card-body .fecha{
    text-align: left;
}

#bottom-slider .card-body .link{
    text-align: end;
}
#bottom-slider .card-body .card-link{
    text-align: end;
}
#bottom-slider .card-white h1, #bottom-slider .card-white h4, #bottom-slider .card-white hr, #bottom-slider .card-white .card-link{
    color: #0069E6;

}

#bottom-slider .card-white, #bottom-slider .card-blue{
    -webkit-transition: transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in;  
    -ms-transition: transform 0.4s ease-in;
    -o-transition:transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    border:1px solid #0069E6;

}
#bottom-slider .card-white:hover, #bottom-slider .card-blue:hover{
    -webkit-transform: scale(1.025);
    -moz-transition: scale(1.025);
    -ms-transition: scale(1.025);
    -o-transition:scale(1.025);
    transition: scale(1.025);
}


#bottom-slider .card-white{
    border-color: #0069E6;
}

#bottom-slider .card-blue{
    background-color: #0069E6;
    border-color: #0069E6;
}
#bottom-slider .card-blue h1, #bottom-slider .card-blue h4, #bottom-slider .card-blue hr, #bottom-slider .card-blue .card-link, #bottom-slider .card-blue p{
    color: #fff;
}

#bottom-slider .card{
    border:none;

}
#bottom-slider .card-body{
padding: 30px;
padding-top: 20px;
padding-bottom: 10px;
}

.navbar-social .fa-stack-1x:hover +.fa-circle{
    color:#0069E6!important;
}

.google-captcha-notice{
	text-align:center;
	display:none;
}


div.btn-contacto, div.btn-contacto *{  
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div.btn-contacto, div.btn-contacto *{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-contacto {
    position: fixed;
    right: -5em;
    top: 13.5em;
    text-align: center;
    line-height: 3em;
    transform: rotate(270deg);
    width: 11em;
    height: 7em;
    background-color: #0033A1;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 900;
}
.btn-contacto:hover {
    right: -3.5em;
}
.btn-contacto.btn-turnos{ 
    right: -5em;
	top: 25.5em; 
    background-color: #0069E6; 
}
.btn-contacto.btn-turnos:hover { 
    right: -3.5em; 
}

.btn-contacto a {
    color: white;
    text-decoration: none;
    display: block;
}

#bloque_blanco_negro .bg-negro{
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: black;
}