body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 20px 0;
}

.layout_padding2 {
  padding: 0px 0px;
}

.layout_padding2-top {
  padding-top: 30px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

/*fondo principal*/
.hero_area {
  height: 100vh;
  background-image: url(../images/fondo-principal.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

/*fondo secundario*/
.hero_area.custom_page-height {
  background-image: url(../images/fondo-secundario.jpg);
  height: 280px;
}

.hero_area.custom_page-height::after {
  display: none;
}

.hero_area::after {
  position: absolute;
  content: "";
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42%;
  height: 40px;
  top: 96%;
  right: 0%;
  z-index: -1;
}

/*header section*/
.header_section .header_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: 5%;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
  position: relative;
  left: 6%;

}

.header_top-contact {
  display: flex;
  margin-right: -5%;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 25px;
  color: black;
  text-align: center;
  font-size: 22px;

}

.col-slider {
  position: relative;
  left: 125px;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid #02caf0;
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
  margin-left: 10px;
}

.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {}

.nav-link:hover {}

.nav-link:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/Logos/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: #02caf0;
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 20%;

}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: #000002;
  text-shadow: -2px 2px 0 white, -2px 2px 0 white;
}

.container-carrousel {
  height: 230px;
}

.animate__heartBeat {
  --animate-duration: 2s infinite;
  animation: heartBeat 2s infinite;

}


.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 25px;
  color: #fff;
}

.read-btn {
  color: #0a0057;
  font-weight: bold;
  border-radius: 25px;
  background-color: #02caf0;
  box-shadow: 0 4px 14px rgba(2, 202, 240, 0.45);
}

.read-btn:hover {
  color: #0a0057;
  font-weight: bold;
}

.bnt-insc {
  height: 35px;
}

.read-btn-inscrip {
  background-color: #0a0057;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 15px 20px;
  position: relative;
  left: 15px;
  top: 15px;
  box-shadow: 0 4px 14px rgba(10, 0, 87, 0.35);
  display: inline-block;
  text-decoration: none;
  border: none;
  text-align: center;
  margin-bottom: 10px;
}

a.read-btn-inscrip:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}

.quote-btn {
  background-color: #0a0057;
  border-radius: 25px;
  box-shadow: 0 4px 14px rgba(10, 0, 87, 0.35);
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 80%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #02caf0;
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #0a0057;
}

/* end slider section */

/* about section */
.about_section {
  padding-top: 50px;
  position: relative;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.webp);
  background-size: cover;
}

.about_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}


.about_detail-container::before {
  content: "";
  position: absolute;
  width: 117%;
  height: 100%;
  top: 0;
  left: -40px;
  background: linear-gradient(45deg, #02caf0, #03aadd, #007dbd);
  z-index: -1;
}

.about_detail-box {
  padding: 10px 0px;
  padding-right: 0;
  position: relative;
  left: 2%;
  margin-right: 30px;
}

.about_detail-box h3,
.about_detail-box p {
  /*text-align: right;*/
}

.about_detail-box h3 {
  color: #fff;
  font-weight: normal;
}

.about_detail-box p {
  margin: 20px 0;
}

.about-btn img {
  margin: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.inst-h3 {
  font-size: 1.25rem;
}

.about_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: #02caf0;

  right: 0;
  bottom: 25%;
}

.about_img-box::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 10%;
  right: 0;
  bottom: 25%;

  background-size: 20px;
  background-position: 15px;
  background-repeat: no-repeat;
}

.company_section {
  background-color: #02caf0;
}

.company_img-box {
  padding: 15px;
}

.row-inscrip {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

i {
  color: white;
}

.img-fluid-inscrip {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.about_img-box img,
.company_img-box img,
.shop_img-box img,
.shop_img-box2 img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

/* end about section */

/* service section */
.service_img-box {
  position: relative;
  padding: 10px;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 5px;
  padding-right: 45px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-3.png);
}

.service_img-box img {
  width: 100%;
  height: 300px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.service-detail {
  padding: 5px;
}

.service-btn,
.service-btn:hover {
  padding: 7px 12px;
  background-color: #0a0057;
  color: #fff;
  border-radius: 25px;
  box-shadow: 0 4px 14px rgba(10, 0, 87, 0.35);
}

/* service section */

/* shop section */
.shop_section .row {
  margin-top: 100px;
  background-color: #0a0057;
}

.shop-autoridades {
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  background-color: #0a0057;
}

.shop-detail {
  padding: 58px;
}

.shop-detail h5 {
  color: #02caf0;
  font-size: 22px;
}

.shop-detail p {
  color: #fff;
}

.a-oscuro:hover {
  color: #02caf0;
}

.cont-insc {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  text-align: center;
}

.email-link:hover {
  color: black;
  text-decoration: underline;
}

.container-inscrip {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 30px;
}


.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

.shop_img-box2 {
    padding: 15px;
}

.row-convenios {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;

}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 30px;
  margin: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 10px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #02caf0;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

.client_imgenes {
  width: 100%;
  height: 450px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.client_section .carousel-indicators {
  position: absolute;
  top: 104%;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: #0a0057;
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
  margin: 2px;
}

.client_section .carousel-indicators .active {
  background-color: #02caf0;
  margin: 4px;
}

/* end client section */

/* company section */
.company_section {
  background: linear-gradient(45deg, #02caf0, #03aadd, #007dbd);
}

.company_section-izq {
  background: linear-gradient(to right, #02caf0, #02caf0, #0a0057);
}

.company_section-der {
  background: linear-gradient(to right, #0a0057, #02caf0, #02caf0);
}

.company-detail h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
}

.company-detail p {
  color: #0a0057;
  width: 72%;
}

/* end company section */

/* contact_section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background: linear-gradient(45deg, #02caf0, #03aadd, #007dbd);
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;

  background-color: #fcfcfc;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: #0a0057;
  color: #fff;
  border-radius: 25px;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(10, 0, 87, 0.35);
}

.contact_form-container::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #02caf0;
  left: -50px;
  top: 15%;
}

/* mensaje enviado con exito */
#mensaje_exito {
  display: none;
}

.alert {
  color: #fff;
  background-color: #4caf50;
  /* Verde para éxito */
  padding: 5px;
  border-radius: 5px;
  position: fixed;
}

/* end contact_section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: #fff;
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.cont-footer {
  display: flex;
  justify-content: space-between;
}

.info_nav {
  position: relative;
  top: 75px;
}


.info_section h5 {
  font-size: 22px;
}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 65px;
}

.info_logo .logo-box span {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #02caf0;
  color: #fff;
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

/* end info section */

/* footer section*/
.footer_section {
  background-color: #02caf0;
  font-family: "Roboto", sans-serif;
}

.cont-footer {
  position: relative;
  left: 3%;
}

.footer_section p {
  color: #0a0057;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/

/* info escuelas*/
.blog-section {
  background: transparent;
  margin: 30px 0 40px;
  padding: 0;
  width: 100%;
}

.blog-section .post {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 40%;
  padding: 15px 15px 25px;
  transition: all 0.4s ease 0s;
}

.blog-section .post-thumbnail {
  margin: 0px 0 20px;
  position: relative;
  transition: all 200ms ease-out 0s;
}

.blog-section .post .entry-header {
  margin: 0 0 21px;
}

.blog-section .post .entry-header .entry-title {
  font-weight: 700;
  line-height: normal;
  margin: 0px 0 15px;
  padding: 2px 0 0;
}

.blog-section .post .entry-header .entry-title>a {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

.blog-section .post .entry-content {
  display: block;
  overflow: hidden;
  margin: 0px;
}

.blog-section .entry-meta {
  font-size: 0.875rem;
}

.post.format-link .entry-content p a {
  box-shadow: 0 1px 0 0 currentColor;
}

.post.format-link .entry-content p a:hover,
.post.format-link .entry-content p a:focus {
  box-shadow: none;
}


/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */



.wp-block-columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.75em
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
  margin-left: 2em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 2%;
  text-align: center;
}

.wp-block-column1 {
  color: white;
  background-color: #02caf0;
  border-radius: 25px;
}

.wp-block-column2 {
  color: white;
  background-color: #0a0057;
  border-radius: 25px;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}


.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 1em;
  position: relative;
  width: 100%
}


/* fin info escuelas*/

/*===================================================================================*/
/*	SIDEBAR SECTION
/*===================================================================================*/

.sidebar {
  margin-bottom: 0px;
  margin-left: 0;
  padding: 0px;
}

.sidebar .widget {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 0;
}

.sidebar .section-header {
  background-color: #0a0057;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 16px 20px;
  display: block;
  text-align: left;
}

.sidebar .section-header .widget-title {
  color: #ffffff;
  font-size: 1.250rem;
  margin: 0;
  padding-bottom: 0px;
  word-wrap: break-word;
}

.sidebar-menu-box {
  display: block;
}

.sidebar .section-header .widget-title .rsswidget,
.sp-schemes .section-header .widget-title .rsswidget {
  color: #fff;
}

.sidebarheader {
  position: relative;
  top: 5px;
}

.sidebar .widget.widget_text select {
  width: 100%;
  margin: 0;
}

.sidebar .widget,
.sidebar .widget.widget_rss ul,
.sidebar .widget .calendar_wrap,
.sidebar .widget .textwidget,
.sidebar .widget.widget_rss ul .sidebar .widget .gallery,
.sidebar .widget img.image,
.sidebar .widget .search-form,
.sidebar .widget .tagcloud,
.sidebar .widget .contact-area {
  margin: 0;
  padding: 10px 5px;
}

.cont-info {
  padding: 10px 25px;
}

.custom-social-icons {
  justify-content: center;
}

.princ-info-instituciones {
  margin-bottom: 1rem;
  padding: 8px;
}

.sub-info-instituciones {
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
  display: flex;
  justify-content: center;
}

.info-instituciones {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

/* Estilos de sobrenosotros.html */

.breadcrumbs {

  padding: 20px 0 0 0;
  margin-bottom: 40px;
}

.breadcrumbs h3,
.breadcrumbs p {
  text-align: center;
}

aside {
  background: linear-gradient(#0a0057 20%, #17aeff);
  padding: 0 20px 20px 20px;
}

.aside1 {
  background: white;
  padding: 0 20px 20px 20px;
}

.recentnews {
  margin-bottom: 30px;

}

/* #Tabs (activate in tabs.js)
================================================== */



ul.tabs-content {
  display: block;
  background: #02caf0;
  color: #000000;
  padding: 20px 10px 5px 10px;
  border-radius: 25px;
}

ul.tabs-content>li {
  display: none;
}

ul.tabs-content>li.active {
  display: block;
}

ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

.shadow1 {
  position: relative;
}

.shadow1:before,
.shadow1:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 15px;
}

.shadow1:before {}

.shadow,
.shadow-der {
  transition: transform 0.3s ease;
  /* Animación suave al agrandar */
  width: 100%;
  /* Hace que la imagen ocupe todo el contenedor inicialmente */
}

.shadow:hover {
  transform: translate(-50%) scale(2.2);
  /* Agranda la imagen un 20% */
}

.shadow-der:hover {
  transform: translate(50%) scale(2.2);
  /* Agranda la imagen un 20% */
}

.shadowfotos {
  position: relative;
  border-radius: 25px;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.shadow:before,
.shadow:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 15px;
}

.shadow:before {
  right: 10px;
}

.post a {
  font-size: 15px;
  font-weight: bold;
}

/* ACCORDION -------------------------------------------------*/
.accordion-trigger-footer {
  text-decoration: none;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.accordion-trigger h3 {
  text-transform: none;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.accordion-container {
  margin-bottom: 0px;
  padding: 0px 0px 20px 0;
}

.accordion-container p {
  color: #543d1f;
}

.accordion-container a.buttonhome {
  margin-top: -10px;
  margin-bottom: 10px;
}

p.quote {
  font-size: 12px;
  font-style: italic;
  color: #543d1f;
}

.latest h3 {
  margin-bottom: 20px;
}

.one_half,
.one_third,
.two_third,
.one_fourth,
.one_fifth {
  margin-right: 4%;
  margin-bottom: 10px;
  float: left;
}

.fotos-actividades {
  display: flex;
  justify-content: space-between;
}

.footer ul li {
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.post img {
  margin-bottom: 15px;
  width: 95%;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.entry-date {
  position: absolute;
  left: -5%;
  margin-top: -100px;
  background: #02caf0;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}

.columns-SN.alpha {
  margin-left: 0;
}

.container .six.columns-SN {
  height: 3500px;
}

.columns-SN.omega {
  margin-right: 0;
  color: white;
  border-radius: 25px 0px;
}

.columns-SN {
  position: relative;
  left: 30px;
  margin-right: 30px;
}

.container .ten.columns-SN {
  width: 600%;
}

.row-SN {
  display: flex;
  justify-content: flex-end;
}

.one_half {
  margin-top: 30px;
}


/* FUENTES -------------------------------------------------*/
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: larger;
}