*{
	padding:0;
	margin:0;
}



*::before, *::after {
    box-sizing: border-box;
}



body{
	background-color:white;
	/*margin-bottom:60px;*/
}



header {
    position: fixed;
    z-index: 888;
    width: 100%;
    float: none;
    display: inline-block;
    background: white;
    box-shadow: 0px 5px 10px #999;
 /*   border-bottom: 1px solid #d9d9d9;*/
}

header.container{
    background-color: white !important;
}





footer p {
    text-align: left;
    padding: 0;
    margin: 5px 0 0;
    float: left;
    width: 100%;
    font-size: 13px;
    color: white;
}



a:hover, a:focus {
    text-decoration: none;
}



h1, h2, h3, h4{
    color:#002859 !important;
}

.oculto{
    display: none;
}

.anaranjado{
	color:#F36A24;
}

.bg-light {
    background-color: #F36A24 !important;
}



.navegacion .nav-link {
    color: #002859 !important;
    font-size:1.1em !important;
    padding-left:5px !important;
}

.nav-tabs .nav-link{
    background-color: #5c87b9 !important;
    color: white !important;
    border-color: #fff #fff #fff !important;  
    padding: 15px 20px 10px 20px !important; 
}



.nav-tabs .nav-link.active{
    color: white !important;
    background-color: #265fa2 !important;
    border-color: #265fa2 #265fa2 #fff !important;
}


.navegacion .navbar-nav > li > a{
    padding-top: 25px;
    padding-right: 3px;
    padding-bottom: 25px;
    padding-left: 3px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navegacion nav ul li a,
.navegacion nav ul li a:after,
.navegacion nav ul li a:before {
  transition: all .5s;
}
.navegacion nav ul li a:hover {
  color: white;
}


.navegacion nav.stroke ul li a {
  position: relative;
}
.navegacion nav.stroke ul li a:not(.logo):after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #F36A24 ;
  height: 5px;
  border-radius: 2.5px;
}
.navegacion nav.stroke ul li a:hover:after {
  width: 100%;
}


.navegacion .navbar-nav > li > a.logo{
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .navegacion .navbar-nav > ul {
        padding: 25px !important;
    }
}

.navegacion{
    background-color: white;

}

.navegacion .navbar-collapse {
    background-color: white;
}


.logo{
    position: relative !important;
    top: 10% !important; 

}

.logo img{
    width: 200px;  
    display: block;
    margin: auto; 
}
.navegacion .navbar-brand img{
    width:170px;
}

.navegacion .navbar{
    height: 80px !important;
    background-color: white !important;
}

.navegacion .navbar-toggler{
	color: #D1B464 !important;
	border-color:#F36A24 !important;
}

.navegacion .navbar-toggler-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(243,106,36,0.8)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navegacion .dropdown-menu{
	background-color:#F36A24 !important;
}

.navegacion .dropdown-item{
	color:#E2CB5B !important;
}

.carousel{
	margin:0;
}

.carousel{
    height: 50% !important;
    overflow: hidden;
    vertical-align: center;
}

.carousel-item img{
    height: 90vh !important;
}

.container-fluid{
	padding:0;
}

.box{

	background-color: #265fa2;
	/*background:radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
    color: #fff;
    float: left;
    text-align: center;
    margin-bottom:25px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 25px;
    height: 180px;
    max-height: 100%;
	transition: background 0.3s, font-size 0.3s ;
	transition-timing-function: ease-in;
	border-radius:5px;
    box-shadow: 0px 5px 10px #303030;
}

.box:hover{
    background-color:#F36A24;
	/*background:radial-gradient(ellipse farthest-corner at right bottom, #E7E8E7 0%, #E7E8E7 8%, #999298 30%, #7F7578 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #E7E2DA 8%, #A69E9D 25%, #474143 62.5%, #474143 100%);*/
	font-size: 18px;
}

.request{
	height: 90px;
    /*background: url(../images/request-appointment-hover.png) no-repeat;*/
    background-color: transparent;
    background-position: center center;
    background-size: 140px;
}

.text{
    background: transparent;
	float: left;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 22px;
}



.text:hover{

	

}



.boxes-egt {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 50px 0;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}

.seccion-nosotros{
    background-color: white;
    text-align: justify;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
	margin-bottom:40px;
    min-height: 60vh !important;
}

.seccion-nosotros-page{
    background-color: white;
	padding-top: 80px;
    text-align: justify;
    color: #666;
    margin-top: 0px;
    min-height: 80vh !important;
}



.seccion-nosotros h1, .seccion-nosotros-page h1{

    background-color: transparent;
    border-bottom: 3px solid  #F36A24;
    
    color: #002859 !important;

    margin-bottom: 20px;

    margin-top:  0px; 

}

#titulares-educacion{
	
	margin-bottom:10px;
	min-height: calc(100vh - 300px);
}
		

.img-tab{
    background-repeat:no-repeat;
    background-size: cover;
    margin:15% 15%;
    height: 250px;
    width: 70%;
}

.img-round{
    background-repeat:no-repeat;
    background-size: cover;
    margin:15% auto;
    height: 240px;
    width: 240px;
}

footer{
    border-top: 8px solid #F36A24;
    background-color: #303030;
    padding-top: 25px;
	
}


.foot-links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
}

.foot-links li {
    display: inline;
    padding: 0 5px;
    font-size: 13px;
}

.foot-links li a {
    margin-top: 10px;
    font-size:1.2rem !important;
    color: #F36A24;
    font-weight: 500;
    text-decoration: none;
}

.foot-links li a {
    position: relative;
}

.foot-links li a:after {
    content: "|";
    position: absolute;
    right: -10px;
}

.social-links {
    max-width: 100%;
    margin: 0 0 0 0;
}

.social-links ul {
    float: right;
    list-style: none;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
}

.social-links li {
    display: inline;
}

.social-links li span {
    border-radius: 3px;
    color: #F36A24;
    text-align: center;
    font-size: 4rem;
    margin-left: 15px;
}

.social-links li span span {
    text-indent: -9999px;
    width: 0;
    height: 0;
    background: none;
    display: block;
}

/*PUBLICACIONES*/
.img-publi {
	border-radius:5px;
	box-shadow: 5px 5px 5px #AAA;
	width:100%; 
	height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

.publicacion {
	margin:20px 0 0 0;
	cursor:pointer;
}
.publi-titulo a{
	color: #d6c260 !important;
	font-family:Arial;
	font-weight:600;
}

.publi-autor{
	color: White;
}

.publi-descripcion{
    color: White;
}

.btn-warning, .btn-primary{
	background-color: #002859  !important;
	border-color: #002859  !important;
	color:#fff !important;
    box-shadow: 0 3px 5px #333;
}


.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Font Awesome 5 Free';  
    content: "\f067"; 
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.video-demo{
	box-shadow:5px 5px 5px #A0A0A0EE;
	border-radius:5px;
}

