/*=======================================================================================================
=                                              Estilos generales                                        =
========================================================================================================*/


.navbar-logo{
  display:inline-block;
  vertical-align:baseline;
  width: 250px;
}


.navbar-logo img{
  display: block;
  width: 100%;
  height: auto;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
     background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    position: relative;
}
video{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.full-reset{
    margin: 0;
    padding: 0;
    width: 100%;
}
.font-cover{
    background-position:center;
  background-size:cover;
	


}
.font-cover2{
    background-position:center;
	


}


.font-cover3{
	  background-size:contain;
	


}


.font-cover4{
	  background-size:cover;
	


}


.font-cover5{
	  background-size:contain;
	


}

.font-coverl{
	  background-size:cover;
}


.titles{
    font-family: 'Fjalla One', sans-serif;
}
.center-box{
    margin: 0 auto;
}
.btn-up{
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999;
    background: transparent;
    width: 29px;
    height: auto;
    color: #00897B;;
    line-height: 25px;
    font-size: 30px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    text-shadow: 0 0 1px #333;
    display: none;
}
.divider-general{
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background-color: #EFCDCD;
}
.table > tbody > tr > td,
.table > thead > tr > th{
    vertical-align: middle;
}
/*************** Estilos del header y nav ***************/

/*************** Estilos del pie de pagina ***************/
.footer{ 
      clear:both;
    color: #fff;
    background-color: #16b9f9;
    position: relative;
    height: auto;
}
.footer-copyright{
    padding: 20px 0 10px 0;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.4);
}
.links-footer,
.subtitles-footer{
    padding-left: 50px;
}

.links-footer li a{
    color: #fff;
}
.links-footer li a:hover{
    color:black;
    text-decoration: none;
}
.links-footer li a:active,
.links-footer li a:focus{
    outline: none;
    text-decoration: none;
    color: black;
}
/*=======================================================================================================
=                                              Estilos index                                            =
========================================================================================================*/
.Logo-Ins-Index img{
    height: 250px;
    margin: 15px auto;
}
.icon-index{
    font-size: 190px;
    margin: 15px;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    display: block;
    text-align: center;
    color: #B0B0B0;
}
/************** Sitios de la institución ***************/
.important-links-index{
    background-color: #F7F7F7; 
    padding: 60px 0;
    height: auto;
}
.important-links-index a{
    border: 1px solid #737373;
    background-color: #2a242f;
    height: 130px;
    width: 130px;
    display: inline-block;
    border-radius: 50%;
    color: #737373;
    margin: 30px 20px;
    text-align: center;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.important-links-index a:hover{
    text-decoration: none;
    background-color: #5decf8 ;
    border: 1px solid #F57C00;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.important-links-index a:hover p,
.important-links-index a:hover i{
    color: #FFF;
}
.important-links-index a:active,
.important-links-index a:focus{
    outline: none;
    text-decoration: none;
}
.important-links-index a i,
.important-links-index a p{
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
}
.important-links-index a i{
    font-size: 45px;
}
.important-links-index a p{
    font-size: 18px;
}
/************** Estilos eventos***************/
.events-ins{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    height: auto;
    background-color: #fff;
}
/*=======================================================================================================
=                                            Estilos institucion                                        =
========================================================================================================*/
/*************** Estilos de la navegacion ***************/
.info-section-ins article{
    padding: 50px 0;
}
.scroll-navigation-ins{
    position: fixed;
    padding-top: 60px;
    height: 100%;
    top: 0;
    right: 0;
    width: 270px;
    border-left: 1px solid #EFCDCD;
    background-color: #F8F8F8;
}
.scroll-navigation-ins ul li{
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin: 0;
    color: #1976D2;
    -mos-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scroll-navigation-ins ul li:hover{
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #0D47A1;
}
.scroll-navigation-ins figure img{
    height: 100px;
}
#mapa-ins{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
    border-radius: 4px;
}
/*=======================================================================================================
=                                             Estilos galeria                                           =
========================================================================================================*/
.section-gallery-ins{
    background-color: #fff; 
    padding: 30px 0;
    width: 100%;
}
.section-gallery-ins > article{
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-gallery-ins > article > h2{
    padding-bottom: 40px;
}
.tile-gallery{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    background-color: #F7F7F7;
    border: 1px dashed #EFCDCD;
    margin: 10px 0;
}
.tile-gallery img{
    max-width: 200px;
    max-height: 200px;
    margin: 15px auto;
    display: block;
    border-radius: 50%;
}
.tile-gallery p{
    color: #000000;
}
.tile-gallery span{
    display: block;
    color: #696969;
    margin-bottom: 10px;
}
.tile-gallery a{
    color: #B0B0B0;
    display: block;
    font-size: 19px;
    margin: 10px 0;
    text-align: center;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.tile-gallery a:hover{
    text-decoration: none;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    color: #333;
}
.tile-gallery a:active,
.tile-gallery a:focus{
    outline: none;
    text-decoration: none;
}
/*=======================================================================================================
=                                        Media queries                                                  =
========================================================================================================*/

/* col-xs */
@media (max-width: 767px) {
    .font-cover{
        background-attachment: inherit;
    }
    .navigation{
        height: 0;
        width: 100%;
        position: absolute;
        top: 50px;
        background-color: #16b9f9;
        border-top: 1px solid rgba(255,255,255,.2);
        pointer-events: none;
        opacity: 0;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        z-index: 99;
    }
    .show-navigations{
        pointer-events: auto;
        opacity: 1;
        height: auto !important;
    }
    .navigation ul{
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
        text-align: left;
    }
    .navigation ul li{
        display: block;
        height: auto;
        padding: 0;
    }
    .navigation ul li a{
         text-align: left;
         height: 40px;
         width: 100%;
         line-height: 40px;
         font-size: 16px;
         padding: 0;
         border-bottom: 1px solid rgba(255,255,255,.2);
    }
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    .links-footer,
    .subtitles-footer{
        padding-left: 0;
        text-align: center;
    }
    #mapa-ins{
        margin: 0 auto;
        width: 90%;
        height: 370px;
    }
    .close-mega-menu{
        bottom: 0;
        top: 7px;
    }
    .mega-menu ul{
        margin-bottom: 25px;
    }
}

/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    .scroll-navigation-ins{
        width: 235px;
    }
    .Logo-Ins-Index img{
        height: 200px;
    }
}

/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
    .navigation{
        width: 64%;
    } 
    .logo{
        width: 36%;
        font-size: 20px;
    } 
    .scroll-navigation-ins{
        width: 230px;
    }
}

/* col-lg */
@media (min-width: 1200px) {
    .navigation{
        width: 60%;
    } 
    .logo{
        width: 40%;
    } 
}




/* para el boton de emodinamia*/





.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1fe0cc;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}






* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {background:#FEFEFE;}
 
.menu_bar {
	display:none;
}
 
header {
	width: 100%;
}
 
header nav {
	background:#023859;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#E6344A;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#E6344A;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}

/*=======================================================================================================
=                                      formulario de contacto                                                 =
========================================================================================================*/
form {
    
    width: 450px;
    margin: auto;
    background: rgba:(0,0,0,0.4);
    box-sizing: border-box;
 
    border-radius: 7px;
    
}

h2{
    color:66fcff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
   
}

input, textarea{
    width:100%;
    margin-bottom: 20px;
    padding:7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
      
}

#boton:hover{
    cursor:pointer;
    
}
@media(max-width:480px)
    
    h1{
        text align:center;
        color:#afff;
        font-size:40px;
        background:rgba (0,0,0,0.4);
}
           <script src="https://maps.googleapis.com/maps/api/js?v=3"></script>

/*=======================================================================================================
=                                     letra formulario                                            =
========================================================================================================*/


$font-size-base-xs :                  12px !default;
$font-size-base-sm:                   14px !default;
$font-size-base:                      16px !default;
$font-size-base-large:                18px !default;
$font-size-h1:                        32px !default;
$font-size-h2:                        24px !default;
$font-size-h3:                        24px !default;
$font-size-h4:                        19px !default;

$font-size-h1-desktop:                48px !default;
$font-size-h2-desktop:                32px !default;
$font-size-h3-desktop:                32px !default;
$font-size-h4-desktop:                24px !default;
.c-highlights__title {

  
  p {
    
  }
}

.c-highlights__cta {
  @media (max-width: 991px) {
    align-items: center;
    display: flex;
    justify-content: space-around;

    button {
      height: 60px;
      margin-top: 15px;
      max-width: 320px;
      width: 100%;
    }
  }

  
.img-right {
  @media (min-width: 992px) {

    .c-highlights__description {
      margin-right: 20px;
    }
  }
}

.img-left {
  @media (min-width: 992px) {

    .c-highlights__description {
      margin-left: 20px;
    }
  }
}

@media (max-width: 991px) {

  .c-highlights__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
  }

  .c-highlights__description {
    margin: 0 10px;
  }

  .c-highlights__image {
    margin: 0 -10px;
  }
}

@media (min-width: 992px) {

  .c-highlights__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }

  .c-highlights__container--reversed-row {
    flex-direction: row-reverse !important;
  }

  .c-highlights__image {

    picture {
      display: none;
      transition: all 13s ease-in;
    }

    .img-responsive {
      max-width: initial;
    }
  }

  .c-highlights__style--01 {

    .c-highlights__image {
      height: auto;
      width: 25%;
    }

    .c-highlights__description {
      width: 75%;
    }
  }

  .c-highlights__style--02 {

    .c-highlights__image {
      height: auto;
      width: 33%;
    }

    .c-highlights__description {
      width: 67%;
    }
  }

  .c-highlights__style--03 {

    .c-highlights__image {
      height: auto;
      width: 50%;
    }

    .c-highlights__description {
      width: 50%;
    }
  }

  .c-highlights__style--04 {

    .c-highlights__image {
      height: auto;
      width: 67%;
    }

    .c-highlights__description {
      width: 33%;
    }
  }

  .c-highlights__style--05 {

    .c-highlights__image {
      height: auto;
      width: 75%;
    }

    .c-highlights__description {
      width: 25%;
    }
  }
}