/*--------------------------------------------------------------
# Generales
--------------------------------------------------------------*/
/* ****************************************
/*Ajustar dinámicamente las imagenes*/
img {
	max-width: 100%;
	height: auto;
	/*Logro que la imagen banner se ajuste a la pantall*/
	/*pero daña el resto
	width:100%;*/
}
/*--------------------------------------------------------------
# NCss para nav
--------------------------------------------------------------*/
/* ****************************************
* Fonts  Especiales                       *
******************************************* */
/* NO SE USA */
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
.titulo-Cultura{
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 44px;
}
/* ****************************************
* logo o escudo del colegio               *
******************************************* */
/*Encierra en un círculo el logo o escudo*/
/*Usado en:Pie_02,Menús,Salida_01*/
.logo_01 { 
  background-color: white;
  border: 0px solid #000000;
  border-radius: 132px 132px 132px 132px;
  -moz-border-radius: 132px 132px 132px 132px;
  -webkit-border-radius: 132px 132px 132px 132px;
  height: 50%;
  width: 30%;
}
/* Borde redondeado en tablas a
 mayor pixels mayor la curva redondeada */
/*Usado en:Menú nav,,*/
.borderedondeado {
	border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;  
}
.Mensaje_Alerta_2 {
	background-color:#FFC;
	border: double;
	border-color: #FF0000;
	border-radius: .2rem;
	-moz-border-radius: .2rem;
	-webkit-border-radius: .2rem;
	border-width: .2rem;
	color:#000000;
	display:inline-block;
	font-size: 1rem;
	padding: .25rem;
	text-align: center;
	vertical-align: middle;
	width:80%;
}
/*Efecto (lupa zoom) de ampliar las imagenes al pasar el mouse por arriba */
/*ajystar luego la velocidad y uso particular*/
.aumenta_imagen img {
  transition: 1.0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
 }
.aumenta_imagen img:hover {
  transform: scale(1.5);
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -o-transform: scale(2.5);
  -ms-transform: scale(2.5);
}


/* ****************************************
* Menús                                   *
******************************************* */
/*Le doy el color y tamano a las opcioens del nav*/
/* Letra color y tamaño*/
.nav-link-per{
  color: #2f64e0;
  font-size: 18px;  
}
.nav-link-per:hover{
  color: black;
}
.nav-link-activo{
  color: #1c244c;
  font-size: 18px;  
}
/*color y tamano a la opciones de los submenos dentro del nav*/
.dropdown-item{
  color: #2f64e0;
  font-size: 15px;
}
.dropdown-item:hover{
  color: black;
}
.sanagus{
  color: #E06146;
}
.logo-nav {
  width: 65px;
  height: 65px;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
/* Ajustes del menú seguún tamaño de pantalla */
@media (max-width :1200px){
  .sanagus{
    font-size: 1.5empx;
  }
  .nav-link-per{
    color: #2f64e0;
    font-size: 16px;  
  }
  .nav-link-per:hover {
    color: black;
  }
  .nav-link-activo {
    color: #1c244c;
    font-size: 16px;  
  }
  .dropdown-item {
    color: #2f64e0;
    font-size: 13px;
  }  
}
@media (max-width :992px){
  .sanagus
  {
    font-size: 1.5em;
  } 
  .nav-menu
  {
    width: 80%;
  }
  .flayerarena
  {
    display: none;
  }
}
@media (max-width :780px){
  .NivelesEducacion{
    margin-top: 100px;
  }
}
@media (max-width :570px){
  .sanagus{
    font-size: 1.5em;
  } 
  .nav-menu{
    width: 85%;
    margin-left: 4%;
  }
}
@media (max-width :589px){
  .sanagus{
    font-size: 1.5em;
  } 
  .nav-menu{
    width: 85%;
  }
}
@media (max-width :518px){
  .logo-nav {
    width: 45px;
    height: 45px;
  }
  .nav-menu{
    width: 85%;
  }
}
@media (max-width: 496px){
  .sanagus{
    font-size: 1em;
    margin-left: -10%;
  } 
  .logo-nav {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 397px){
  .sanagus{
    font-size: 0.95em;
    margin-left: -200x;
  } 
  .logo-nav {
    width: 35px;
    height: 35px;
  }

}
@media (max-width: 397px){
  .sanagus{
    font-size: 0.85em;    
  } 
}
@media (max-width: 352px){
  .sanagus{
    font-size: 0.75em;    
  } 
}  
@media (max-width: 332px){
  .sanagus{
    font-size: 0.6em;    
  }
  .NivelesEducacion{
    margin-top: 150px;
  } 
}  

/* ****************************************
* Carrousel                               *
******************************************* */
#Carrousel {
  height: calc(100vh - 114px);
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#Carrousel .carousel-item {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: calc(100vh - 134px);
  overflow: hidden;
  width: 100%;
}
#Carrousel .carousel-item::before {
  /*background-color: rgba(13, 30, 45, 0.6);*/
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#Carrousel .carousel-container {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#Carrousel .carousel-content {
  text-align: left;
}
#Carrousel h2 {
  color: #94bce4;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 30px;
}
#Carrousel p {
  animation-delay: 0.4s;
  color: #fff;
  width: 80%;
  -webkit-animation-delay: 0.4s;
}
#Carrousel .carousel-inner .carousel-item {
  background-position: center top;
  transition-property: opacity;
}
#Carrousel .carousel-inner .carousel-item,
#Carrousel .carousel-inner .active.carousel-item-left,
#Carrousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
#Carrousel .carousel-inner .active,
#Carrousel .carousel-inner .carousel-item-next.carousel-item-left,
#Carrousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}
#Carrousel .carousel-inner .carousel-item-next,
#Carrousel .carousel-inner .carousel-item-prev,
#Carrousel .carousel-inner .active.carousel-item-left,
#Carrousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#Carrousel .carousel-control-prev, #Carrousel  .carousel-control-next {
  width: 10%;
}
#Carrousel .carousel-control-next-icon, #Carrousel  .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  height: auto;
  width: auto; 
}
#Carrousel .carousel-indicators li {
  cursor: pointer;
}
#Carrousel .btn-get-started {
  animation-delay: 0.8s;
  background: #E06146;
  border-radius: 5px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 10px;
  padding: 12px 32px;
  transition: 0.5s; 
  -webkit-animation-delay: 0.8s;
}
#Carrousel .btn-get-started:hover {
  background: #d4413e;
}
/* Ajustes del carousel seguún tamaño de pantalla */
@media (max-width: 992px) {
  #Carrousel, #Carrousel .carousel-item {
    height: calc(100vh - 70px);
  }
  #Carrousel .carousel-content.container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  #Carrousel h2 {
    font-size: 28px;
  }
}
@media (max-width: 457px) {
  #Carrousel h2 {
    font-size: 24px;
  }
  #Carrousel p {
    font-size:15px;
  }
}
@media (max-width: 400px) {
  #Carrousel h2 {
    margin-top: 25%;
  }
}
@media (min-width: 1024px) {
  #Carrousel p {
    width: 80%;
  }
  #Carrousel .carousel-control-prev, #Carrousel  .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Seccion de Noticias
--------------------------------------------------------------*/
.section-title {
  margin-top: 5%;
  padding-bottom: 40px;
}

.section-title h2 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
@media(min-width: 768px){
  .section-title h2::after {
    background: red;
    content: "";
    display: inline-block;
    margin: 5px 20px;
    height: 1.5px;
    width: 250px;
  }
}

.section-title-noticias p {
  color: #37423b;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.section-title-noticias {
  text-align: center;
 
}

.section-title-noticias h2 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1px;
  text-transform: uppercase;
}
@media(min-width: 768px){
  .section-title-noticias h2::after {
    background: red;
    content: "";
    display: inline-block;
    height: 1.5px;
    width: 250px;
    margin-bottom: 20px;
  }
}

.section-title p {
  color: #37423b;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.noticias  {
  border-top: 1px solid #eef0ef;
  padding-top: 15px;
}
.noticias .noticias-item {
  border-radius: 5px;
  border: 1px solid #a28ca0;
  margin-bottom: 5%;
}
.noticias .noticias-content {
  padding: 15px;
}
.noticias .noticias-content h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
.noticias .noticias-content h3 a {
  color: #37423b;
  transition: 0.3s;
}
.noticias .noticias-content h3 a:hover {
  color: #2f64e0;
}
.noticias .noticias-content p {
  font-size: 16px;
  color: #777777;
}
.noticias .noticias-content h4 {
  background: #E06146;
  color: #fff;
  font-size: 16px;
  padding: 7px 14px;
}
.noticias .noticias-content  {
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 14px;
  }
  .section-title p {
    font-size: 30px;
  }
}
@media (max-width :570px){
  .section-title h2 {
    font-size: 12px;
  }
  .section-title h2::after {
    width: 150px;
  }
  .section-title p {
    font-size: 26px;
  }
}
  

/*--------------------------------------------------------------
# Colegio
--------------------------------------------------------------*/

.section-title1 {
  text-align: center;
  padding-bottom: 10px;
  margin-top: -15%;
}

.section-title1 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #94bce4;
}

.section-title1 p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section-title1 {
    margin-top: -8%;
  }
  .title {
    font-size: 15px;
  }
}

.colegio {
  padding-top: 30px;
  padding-bottom: 30px;
}

.colegio .container {
  box-shadow: 0 5px 25px 0 rgba(50, 50, 51, 0.6);
}

.colegio .video-box img {
  padding: 15px 0;
}

.colegio .section-title p {
  color: #666;
  font-style: italic;
  text-align: left;
}

.colegio .colegio-content {
  padding: 40px;
}

.colegio .icon-box + .icon-box {
  margin-top: 25px;
}

.colegio .icon-box .icon {
  align-items: center;
  background: #f1f7fb;
  border-radius: 6px;
  display: flex;
  float: left;
  justify-content: center;
  height: 72px;
  transition: 0.5s;
  width: 72px;
}

.colegio .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.colegio .icon-box:hover .icon {
  background: #428bca;
}

.colegio .icon-box:hover .icon i {
  color: #fff;
}

.colegio .icon-box .title {
  font-size: 18px;
  font-weight: 700;
  margin-left: 95px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.colegio .icon-box .title a {
  color: #E06146;
  transition: 0.3s;
}

.colegio .icon-box .title a:hover {
  color: #428bca;
}

.colegio .icon-box .description {
  color:  #37423b;
  font-size: 14px;
  line-height: 24px;
  margin-left: 95px; 
}

.colegio .video-box {
  position: relative;
}

.colegio .play-btn {
  background: radial-gradient(#94bce4 50%, #94bce4 52%);
  border-radius: 50%;
  display: block;
  height: 94px;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
  position: absolute;
  width: 94px; 
}

.colegio .play-btn::after {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  z-index: 100;
}

.colegio .play-btn::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  background: rgba(198, 16, 0, 0);
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  content: '';
  position: absolute;
  height: 120px;
  opacity: 1;
  top: -15%;
  left: -15%;
  width: 120px;
}

.colegio .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.colegio .play-btn:hover::before {
  animation: none;
  border-radius: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  -webkit-animation: none;
  z-index: 200;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*Seccion de contactos*/
.contactos .info-box {
  color: #444;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  margin-bottom: 30px;
  padding: 20px 0 30px 0;
  text-align: center;
  width: 100%;
}
.contactos .map-box {
  box-shadow: 0 0 50px rgba(214, 215, 216, 0.6);
  color: #444;
  margin-bottom: 15px;
  margin-bottom: 10%;
  padding: 20px 0 30px 0;
  text-align: center;
}
#contact-map {
  height: 400px;
  position: relative;
  width: 100%;
}
.contactos .info-box .h {
  border: 2px dotted red;
  border-radius: 50%;
  color: #E06146;
  font-size: 32px;
  padding: 8px;
}
.icono-grande{
  font-size: 42px;
}
.icono-mediano{
  color: #E06146;
  font-size: 26px;
  padding-left: 20%;
}

.contactos .info-box h3 {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.contactos .info-box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  padding: 0;
}

/* Pie Footer*/
.estilo-pie{
  background-color:#26272b;
  color:#737373;
  font-size:15px;
  line-height:24px;
  padding:45px 0 20px;
}
.estilo-pie hr{
  border-top-color:#E06146;
  font-size: 2px;
  opacity:0.5
}
.estilo-pie hr.small{
  margin:20px 0
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover{
  color:#E06146;
  text-decoration:none;
}
.estilo-pie .social-icons {
  text-align:right
}
.estilo-pie .social-icons a {
  border-radius:100%;
  background-color:#33353d;
  height:55px;
  margin-left:6px;
  margin-right:0;
  line-height:40px;
  width:55px;
}
.copyright-text {
  font-size: large;
  margin:0
}
@media (max-width:991px) {
  .estilo-pie [class^=col-] {
    margin-bottom:30px
  }
}
@media (max-width:767px) {
  .estilo-pie {
    padding-bottom:0
  }
  .estilo-pie .copyright-text,.estilo-pie .social-icons {
    text-align:center
  }
}
.social-icons {
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li {
  display:inline-block;
  margin-bottom:4px
}
.social-icons a {
  background-color:#eceeef;
  border-radius:100%;
  color:#818a91;
  display:inline-block;
  font-size:16px;
  line-height:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
  width:44px;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  color:#fff;
  background-color:#E06146
}

/* Seccion de Mision, vision, ect
--------------------------------*/
.bg-cover {
  background-size: cover !important;
  height: 400px;
}


.end-section-margin {
  margin-bottom: 5rem!important;
}

.QuienesSomos-box {
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.16);
  border-radius: 110px 0px 0px 0px;
}
.Vision-box {
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.16);
  border-radius: 0px 0px 110px 0px;
}
.Valores-box {
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.16);
  border-radius: 110px 0px 0px 0px;
}
.Mision-box{
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.16);
  border-radius: 0px 0px 110px 0px;
}

/* Seccion GaleriaColegio
--------------------------------*/
#GaleriaColegio{
  margin: 0 auto 25px auto;
  padding-top: 0%; 
}


/*--------------------------------------------------------------
# seccion De NivelesEducacion
--------------------------------------------------------------*/
.NivelesEducacion .Nivel {/*Defino el cuadro donde ubico la imagen y el texto descriptivo de cada miembro*/
  background: #fff;
  border: 1px solid #2f64e0;
  margin-bottom: 20px;
  text-align: center;
}

.NivelesEducacion .Nivel img {/*defino el margen de la imagen*/
  margin: -1px -1px 30px -1px;
}

.NivelesEducacion .Nivel .Nivel-content {/*padding de la tarjeta donde esta todo*/
  padding: 0 20px 30px 20px;
}


.gris {
  background-color: #737373;
  color:#737373;
  height: 80px; 
}


/*/* Tarjeta En Eduacion Inicial */ 
.site-section-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.site-section-cover,.site-section-cover .container {
  position: relative;
  z-index: 2; 
}
.site-section-cover,.site-section-cover .container > .row {
  height: calc(100vh - 196px);
  min-height: 777px; 
}
@media (max-width: 991.98px) {
  .site-section-cover,
  .site-section-cover .container > .row {
    min-height: 777px;
    height: calc(70vh - 196px);
  } 
}
.site-section-cover.overlay {
  position: relative; 
}
.site-section-cover.overlay:before {
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1; 
}
.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 2em 0; 
}
.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat; 
}
.site-section-cover h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1; 
}
@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem; 
  } 
}
.site-section-cover p {
  color: #fff; 
  font-size: 18px;
}

.site-section {
  padding: 2rem ;
}
@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0; 
  } 
}

.block-2 {
  padding: 40px;
  position: relative;
  text-align: center;
}
.block-2 .wrap-icon {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
  margin-bottom: 30px; 
  position: relative;
  width: 80px;
}
.spanIcon {
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  margin-top: 2%;
  text-align: center;
}
.block-2 h2 {
  color: #fff; 
  font-size: 18px;
}
.block-2 p {
  color: rgba(255, 255, 255, 0.7); 
}
.block-2.red, .block-2.red .wrap-icon {
  background-color: #fd4d40; 
}
.block-2.yellow,.block-2.yellow .wrap-icon {
  background-color: #fdb62f; 
}
.block-2.teal,.block-2.teal .wrap-icon {
  background-color: #16c3b0; 
}

.text-red {
  color: #fd4d40; 
}

.text-yellow {
  color: #fdb62f; 
}

.text-teal {
  color: #16c3b0; 
}


.section-title2{
  margin-bottom: 3em;
}

.section-title2 h2 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.section-title2 h2::after {
  background: red;
  content: "";
  display: inline-block;
  height: 1.5px;
  margin: 5px 20px;
  width: 300px;
}


.section-title2 p {
  color: #37423b;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/* Seccion de tabs en Educacion Inicial */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* Tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #E06146;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #E06146;
  border-color: #E06146;
}

.nav-pills .nav-link {
  color: #E06146;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

.section-subtitle {
  margin-top: 5%;
  padding-bottom: 40px;
}

.section-subtitle h2 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
@media(min-width: 768px){
  .section-subtitle h2::after {
    background: red;
    content: "";
    display: inline-block;
    height: 1.5px;
    margin: 5px 20px;
    width: 250px;
  }
}

.section-subtitle p {
  color: #37423b;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Directivos
--------------------------------------------------------------*/
.Directivos .miembro {/*Defino el cuadro donde ubico la imagen y el texto descriptivo de cada miembro*/
  background: #fff;
  border: 1px solid #eef0ef;
  margin-bottom: 20px;
  text-align: center;
  
 
}

.Directivos .miembro img {/*defino el margen de la imagen*/
  margin: -1px -1px 30px -1px;
}

.Directivos .miembro .miembro-content {/*padding de la tarjeta donde esta todo*/
  padding: 0 20px 30px 20px;
}

.Directivos .miembro h4 {/*Caracteristica del tipo de letra donde ubico el nombre*/
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
  
}

.Directivos .miembro span {/*Caracteristica del tipo de letra donde ubico el oficio de la persona*/
  display: block;
  font-style: italic;
  font-size: 13px;
}

.Directivos .miembro p {/*Caracteristica del tipo de letra donde ubico la descriptiva*/
  color: #aaaaaa;
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
}



.content-title {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 400px) {
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
}

.h6pr{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #E06146;
}

.padre {
  height: 400px;
  position: relative;
  
}
.hijo {
 margin: 0;
 position: absolute;
 top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.table {
  border: 1px solid black !important;
}

.table thead th {
  border-top: 1px solid #000!important;
  border-bottom: 1px solid #000!important;
  border-left: 1px solid #000  !important;
  border-right: 1px solid #000  !important ;
}

.table td {
  border-left: 1px solid #000  !important;
  border-right: 1px solid #000  !important;
  border-top: 1px solid #000 !important;
}

.profile-card-4 {
  cursor: pointer;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  max-width: 300px;
  overflow: hidden;
  position: relative;  
}

.profile-card-4 img {
  transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
  background-color: #FFF;
  position: relative;
  padding: 15px;
}

.profile-card-4 .profile-name {
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -70px;
}

.profile-card-4 .profile-name p {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
  color: #777;
  font-size: 15px;
  padding: 10px;
  text-align: justify;
}

.profile-card-4 .profile-overview {
  padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
  color: #777;
  font-size: 10px;
  font-weight: 600;
}

.profile-card-4 .profile-overview h4 {
  color: #273751;
  font-weight: bold;
}

.profile-card-4 .profile-content::before {
  background-color: #FFF;
  content: "";
  height: 20px;
  right: 0px;
  left: 0px;
  top: -10px;
  transform: skewY(3deg);
  position: absolute;
  z-index: 0;
}

.profile-card-4:hover img {
  filter: brightness(110%);
  transform: rotate(5deg) scale(1.1, 1.1);
}


.grid-margin {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.rotate-img {
  overflow: hidden;
  
}

.rotate-img img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  height: 200px;
  
  border: 3px solid #E06146;
}

.rotate-img:hover img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
}

.font-weight-600 {
  font-weight: 600;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.fs-15 {
  font-size: 15px;
}

.itemdenoticias{
  -webkit-box-shadow: 7px 2px 25px 0px rgba(0,0,0,0.57);
  -moz-box-shadow: 7px 2px 25px 0px rgba(0,0,0,0.57);
  box-shadow: 7px 2px 25px 0px rgba(0,0,0,0.57);
  margin-top: 2%;
  margin-bottom: 2%;

}

.detallesnoti {
  background: #E06146;
  color: #fff;
  font-size: 16px;
  padding: 7px 14px;
  width: 200px;  
}
.detallesnoti1{
  background: #E06146;
  color: #fff;
  font-size: 16px;
  padding: 7px 14px;
  width: 450px;  
}

.ImagenDeNoticia{
  margin-top: 5%;
}

.fh5co_heading{
  font-size:25px;
  color:#424040;
  text-align: center;
}
.fh5co_heading_border_bottom{
  border-bottom:1px solid #E06146
}
.most_fh5co_treding_font_123{
  font-size:12px
  ;color:#777
}
.paddding{
  padding-left:0 !important;
  padding-right:0 !important
}

@media (min-width: 992px){
  .listNoti{
    margin-top:15%;
  }
} 

@media (max-width:568px){
  .detallesnoti1{
    width: 250px;  
  }
}

.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  color: #E06146;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.about h2 {
  color: #E06146;
  font-size: 24px;
  font-weight: 700;

}

.about p {
  color: black;
  margin: 15px 0 30px 0;
  line-height: 24px;
}


.secciondeportes {
  margin-top: 120px;
}
.titulodeportes  {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;  
}
@media (max-width: 768px) {
  .titulodeportes {
    font-size: 28px;
  }
}

.content .icon-box {
  display: flex;
  margin-top:  2%;
}

.content .icon-box h4 {
  color: #2f64e0;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: center;
}

.content .icon-box i {
  color: #E06146;
  font-size: 55px;
  margin-right: 15px;
  line-height: 44px;
  
}
.content .icon-box p {
  color: #848484;
  font-size: 15px;
  
}
.alineacion{
  margin-top:  2%;
}

.Cultura-box {
  box-shadow: 0px 0 30px #ffebe6;
  height: 100%;
  padding: 24px 20px;
  transition: 0.3s;
  width: 100%;
}

.Cultura-box h3 {
  color: #012970;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.Cultura-box i {
  background: #ffebe6;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 0;
  padding: 4px;
  font-size: 24px;
}

.Cultura-box:hover i {
  background: #E06146;
  color: #fff;
}


.box {
  box-shadow: 0px 0 5px #ffebe6;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.box h3 {
  color: #E06146;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.box:hover {
  box-shadow: 0px 0 30px #ffebe6;
}
.box:hover img {
  transform: scale(1);
}



.overlay {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:white;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: .6s ease;
}
@media (max-width: 990px) {
  .overlay{
    width: 100%;
  }
}
.container:hover .overlay {
  width: 100%;
}

.text {
  text-align: justify;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 55%;
  right: 5%;
  
}
.container:hover .text {
  display: none;
}
.overlay1 {
  position: relative;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: white;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: .5s ease;
}
@media (max-width: 990px) {
  .overlay1{
    width: 100%;
    left: 0;
  }
}
.container:hover .overlay1 {
  width: 100%;
  left: 0;
}
.text1 {
  text-align: justify;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 5%;
  right: 55%;
  
}



.Categorias-box {
  box-shadow: 0px 0 30px #ffebe6;
  height: 100%;
  padding: 8px 8px;
  transition: 0.3s;
  width: 100%;
}

.Categorias-box h3 {
  color: #2f64e0;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}


.Categorias-box i {
  background: #ffebe6;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 0;
  padding: 4px;
  font-size: 24px;
}

.Categorias-box1 {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 8px 8px;
  transition: 0.3s;
  width: 100%;
}

.Categorias-box1 h3 {
  color: #8b1a00;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}


.Categorias-box1 i {
  background: rgba(1, 41, 112, 0.08);
  border-radius: 3px;
  margin-right: 10px;
  line-height: 0;
  padding: 4px;
  font-size: 24px;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/*
*
* ==========================================
* Tabs para el horario de deportes
* ==========================================
*
*/

.arrow .nav-link.active {
  position: relative;
}

.arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #E06146;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}



.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: white;
  background-color: #E06146;
  border-color:#E06146;
}



.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

/*
*
* ==========================================
* tarjetas para el horario de los deportes
* ==========================================
*
*/
.timetable {
  max-width: 900px;
  margin: 0 auto;
}
.timetable-item {
  border: 1px solid #d8e3eb;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
   .timetable-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}
.timetable-item-img {
  overflow: hidden;
  height: 100px;
  width: 100px;
  display: none;
}
 .timetable-item-img img {
  height: 100%;
}
@media (min-width: 768px) {
 .timetable-item-img {
    display: block;
  }
}
.timetable-item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .timetable-item-main {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media (max-width: 370px) {
  .timetable-item-time {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
  }
  .timetable-item-name {
    font-size: 14px;
    margin-bottom: 19px;
    text-align: center;
  }
}
.timetable-item-time {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
}
.timetable-item-name {
  font-size: 16px;
  margin-bottom: 19px;
  text-align: center;
}

.block-3 {
  padding: 40px;
  position: relative;
  text-align: center;
}
.block-3 .wrap-icon {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
  margin-bottom: 30px; 
  position: relative;
  width: 80px;
}
.spanIcon {
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  margin-top: 2%;
  text-align: center;
}
.block-3 h2 {
  color: #fff; 
  font-size: 18px;
}
.block-3 p {
  color: rgba(255, 255, 255, 0.7); 
}
.block-3.orange, .block-3.orange .wrap-icon {
  background-color: #E06146; 
}
.block-3.blue,.block-3.blue .wrap-icon {
  background-color: #2f64e0; 
}


.text-red {
  color: #fd4d40; 
}

.text-yellow {
  color: #fdb62f; 
}

.text-teal {
  color: #16c3b0; 
}

.text-orange{
  color:#E06146 ;
}
.text-blue{
  color:#2f64e0 ;
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #E06146;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.divider {
  width: 40px;
  height: 5px;
  background: #E06146;
}

.text-lg {
  font-size: 3.75rem;
}

.Trabajoenequipo-box {
  padding-top: 2.5%;
  box-shadow:  -13px 10px 18px 7px rgba(0,0,0,.16);
  border-radius: 80px 0px 0px 0px;
  border-color: #E06146;
}

.Compromiso-box {
  padding-top: 2.5%;
  box-shadow: -1px 20px 18px 0px rgba(0,0,0,.16);
 
  
}

.Amistad-box {
  padding-top: 2.5%;
  box-shadow: 18px 12px 24px 7px rgba(0,0,0,.16);
  border-radius: 0px 0px 80px 0px;
}
/*Resalta al pasar el ratón encima Menu o Boton*/
.botonedured:hover{
  background-color:#94bce4;
  border-radius: 58px 58px 58px 58px;
  -moz-border-radius: 58px 58px 58px 58px;
  -webkit-border-radius: 58px 58px 58px 58px;
  border: 0px solid #000000;
}
