@font-face {
    font-family: 'Gotham_A';
    src: url('../webfonts/Gotham-Medium.woff2') format('woff2'),
         url('../webfonts/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_B';
    src: url('../webfonts/Gotham-Black.woff2') format('woff2'),
         url('../webfonts/Gotham-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_L';
    src: url('../webfonts/Gotham-Light.woff2') format('woff2'),
         url('../webfonts/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
  --color-azul: #000bb3;
  --color-naranja: #FF5733;
	--blue: #000BB3;
	--green: #DAF7A6;
	--blue-light: #1269F3;
	--orange: #FF5733;
	/*--color-three: #0366D6;*/
  --BottomOffset: 20px;
  --LineHeight: 5px;
  --LineColor: #F46B16;
  --distance:-4rem;
}

/* tipografy */
:root {
    --book: 400;
    --medium: 500;
    --display-regular: 400;
    --bold: 600;
    --sans: "Gotham A", "Gotham B", sans-serif;
    --serif: essonnes-display, serif;
    --serif-text: essonnes-text;
}

body{
	margin: 0;
  padding: 0;
}

.btn{
  background: var(--blue);
  padding: 10px;
  border: none;
  align-self: flex-end;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 15px;
}

.btn:hover{
  background: var(--green);
  color: var(--blue);
}

.banner_about{
  position: relative;
}

.bg-with-overlay:before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 6;
}

.bg-with-overlay:after{
  background-color: var(--blue);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  content: " ";
}

.bg-with-overlay img {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    opacity: .1;
}

.banner_about .container_banner{
    z-index: 5;
    position: relative;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 200px;
}

.banner_about .detail {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

@media (min-width: 576px) {
    .container_banner, .container-sm {
        max-width: 100%;
    }
}

.banner-extension {
    margin-top: -130px;
    z-index: 6;
    position: relative;
    color: var(--blue);
}

.banner-extension .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
}

.banner-extension .our_vision_detail {
    border: 1px solid #6660aa;
    padding: 45px;
    text-align: center;
}

.banner-extension p {
    font-size: 20px;
    letter-spacing: -.01em;
    line-height: 35px;
}

@media (max-width: 1200px) {
    .banner-extension .our_vision_detail {
        padding: 20px 12px;
    }
}
.list_style{
  position: relative;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--blue);
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 12px;
  margin: 10px 0;
}

.list_descripcion{
  font-size: 1.8rem;
  padding-bottom: 12px;
  line-height: 1.2;
  color: #666;
   margin: 10px 0;
}

.mudule-content{
  padding: 1.2rem 0 0 0;
  box-sizing: border-box;
  max-width: 955px;
  margin: 0 auto 70px auto;
}

.mudule-content__title h2{
  text-align: center;
  color: #1C2833;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;;
  font-weight: 600;
}

.mudule-content__line{
  border-bottom: 2px solid var(--blue);
  max-width: 100%;
}

.mudule-content__linecolor{
  border-bottom: 2px solid var(--green);
  max-width: 100%;
}

.section__descripcion{
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #53565a;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.section__with_background{
  background: rgb(20,33,97);
  background: linear-gradient(90deg, rgba(20,33,97,1) 0%, rgba(0,11,179,1) 100%);
  padding: 1.5rem 0;
}

.mudule-content__gray{
  max-width: 100%;
  padding: 4px 0;
  background-color: rgb(246, 246, 246);
}

.mudule-content__banner{
  opacity: 0.8;
  padding-top: 3rem;
  border: 1px solid var(--green);
  box-shadow: 0 4px 7px 3px #0000001a;
  justify-content: center;
  align-items: center;
}

.mudule-content__banner__title{
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 30px 0;
}

.mudule-content__banner__title h1{
  color: var(--blue);
  font-size: 2rem;
}

.mudule-content__banner__title p{
  color: #2f353b;
  font-size: 1.5rem;
  font-weight: 600;
}

.mudule-content__banner .card{
  padding: 15px 0;
  border: none;
  color: #2f353b;
  line-height: 28px;
}

.mudule-content__banner .card-title{
  font-size: 1.3rem;
  font-weight: 600;
}

.card-header{
  background-color: transparent;
  border-color: 2px var(--blue);
}
  
.mudule-content{
  width: 100%;
}

.module-content__item img{
  width: 100%;
  height: auto;
} 

.header {
  position: fixed;
  width: 100%;
  font-family: 'Gotham_L';
  box-shadow: 0 3px 6px 2px #0000001a;
}

.top-bar {
  background: rgb(20,33,97);
  background: linear-gradient(90deg, rgba(20,33,97,1) 0%, rgba(0,11,179,1) 100%);
}

.top-bar__content {
  height: 50px;
  max-width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  padding: 0
  margin: 0 auto;
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 255);
}

.icon {
  margin-right: 5px;
  color: rgba(255, 255, 255, 255);
  font-size: 24px;
}

.bottom-bar {
  background-color: rgba(255, 255, 255, 255);
}

.bottom-bar__content {
  height:80px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  vertical-align: middle;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.logo__img {
  height: 40px;
}

.logo__text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.navbar {
  transition: all 0.3s ease-in-out;
}

.nav__list {
  display: flex;
  column-gap: 50px;
  list-style:none;
  text-decoration: none;
  padding-top: 1rem;

}

.nav__item {
  
}

.nav__link {
  color: var(--blue);
  transition: all 0.2s;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;

}

.nav__link:hover,
.nav__link:focus {
  border-bottom: 3px solid var(--green);
  color: var(--green);
  white-space: nowrap;
  
}

.btn_header {
  color: #fff;
  background-color: #0071e3;
  padding: 8px 20px;
  border-radius: 1000px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn_header:hover {
  background-color:  rgb(28, 128, 228);
}

.hamburger {
  cursor: pointer;
  display: none;
}

.bar {
  height: 2px;
  width: 27px;
  background-color: var(--orange);
  margin: 5px 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

/* For JS */
.nav--open {
  left: 50% !important;
}

.hamburger--open .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger--open .bar:nth-child(2) {
  opacity: 0;
}

.hamburger--open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* MEDIA QUERIES */
@media (max-width: 80em) {
  .navbar {
    position: fixed;
    top: 90px;
    left: -100%;
    transform: translateX(-50%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    width: 100%;
    padding: 10px 0 25px;

  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .nav__link {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }

  .btn {
    font-size: 11px;
    padding: 7px 17px;
  }

  .hamburger {
    display: block;
  }
}

@media (max-width: 360px) {
  .top-bar__content {
    font-size: 14px;
  }
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

/* Jumbotron (hero) */
.banner__hero {
  width: 100%;
  height: 500px;
  background: url('../images/slider/5.jpg') no-repeat top center / cover;
  
}


/* Jumbotron (hero) */
.jumbotron {
  width: 100%;
  height: 700px;
  position: relative;
  background: url('../images/slider/5.jpg') no-repeat top center / cover;
  
  &:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  
  .container__hero {
    width: 100%;
    height: 700px;
    background: rgba(0, 0, 0, .5);
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  
  h1,
  .lead {
    font-family: Gotham_B;
    color: #ffffff;
  }
}

.unete{
  background: var(--blue);
}

/* Bustom button */
.btn-primary {
  background: var(--green);
  border: 0;
  
  &:hover {
    background: darken(var(--green), 7%);
  }
}

.cards_download{
    color: var(--green);
}

.cards_download p{
    font-family: Gotham_A;
}

.title_grid{
    font-weight: bold;
}

/* Contacto -------------------------- */

.mapa{
  padding: 0;
  position: relative;
}

.mapa iframe{
  border: 0;
  max-width: 100%;
  height: 25vh;
  min-height: 450px
}


/* Footer
-------------------------------------------------------------- */

footer{
	display: block;
	background: rgb(20,33,97);
  background: linear-gradient(90deg, rgba(20,33,97,1) 0%, rgba(0,11,179,1) 100%);
	color: #FFFFFF;
  font-family: 'Gotham_L';
}

footer a{
	color: #FFFFFF;
	text-decoration: none;
  font-weight: bold;
}

footer a:hover{
  color: var(--green);
  text-decoration: none;
  font-weight: bold;
}

footer p {
  color: #FFFFFF;
  font-size: 0.875em;
  margin-top: 10px;
}

.footer-menu {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  max-width: 82rem;
  margin: 0 auto;
}

.footer_line{
  padding-top: 12px;
  width: 50px;
  border-top: 2px solid var(--green);
}

.footer-blend{
  border-top-color: #FFFFFF;
  padding-top: 0px;
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.footer-blend p a {
  position: relative;
  padding-left: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.border_separator{
  border: 0.7px #dfe1df solid;
  opacity: .2;
}

/* Error de página
-------------------------------------------------------------- */

.error-404{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.error-404 h1{
  font-family: var(--serif);
  font-weight: var(--display-regular);
}

.error-404 p{
  font-family: Gotham_A;
  
}

/* Slider Alianzas
-------------------------------------------------------------- */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 360px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* FORMULARIO =================================== */

.form_wrap{
    width: 90%;
    margin: 0 20px;
}

.img_form{
  object-fit: cover;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

/* Informacion de Contacto*/

.contact_info{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
}

.info_title{
  font-family: Gotham_B;
    margin: 20px 0;
    font-size: 2rem;
    display: block;
    color: var(--blue);
}

.info_address{
  font-family: Gotham_L;
    font-size: 1rem;
    display: block;
    text-align: center;
}

.info_items{
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--blue);
}

.mudule-content__form{
 justify-content: center;
 align-items: center;
}


/* Formulario de contacto*/
form.form_contact{
  width: 100%;
  padding: 0;
}

form.form_contact .user_info{
  flex-direction: column;
}

form.form_contact label{
  font-size: 18px;
  font-weight: 600;
  color: #042E45;
}

form.form_contact input,
form.form_contact textarea{
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid var(--blue);
}

input, textarea:focus { outline: none; }

form.form_contact textarea{
    
    flex: 1;
}



/* Ventana de errores*/
.modal_wrap{
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mensaje_modal{
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  width: 400px;
  padding: 30px 20px 15px;
}

.mensaje_modal h3{
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 400;
}

.mensaje_modal h3:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;
  background: #E25151;
  color: #fff;
  border: 2px solid #B14141;
  cursor: pointer;
  float: right;
}

.container-tab{
  margin:auto;
  max-width:100%;
  padding:0 20px;
}
/* TABS */
.container-tab{
  margin:auto;
  max-width:800px;
  padding:0 20px;
}
/* TABS */
.accordion-tabs {
  *zoom: 1;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0.1875em;
  margin-bottom: 1.5em; 
  margin-left:0;
  padding-left:0;
}

.accordion-tabs:before, 
.accordion-tabs:after {
    content: " ";
    display: table;
}

.accordion-tabs:after {
  clear: both; 
}

.accordion-tabs li{
  list-style:none;
  margin: 0 5px 0 0;
}

  .accordion-tabs li.tab-head-cont:first-child a {
    border-top-left-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    border-top: 0;
  }
  .accordion-tabs li.tab-head-cont:last-child a {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em; 
  }
  .accordion-tabs li.tab-head-cont a {
    text-decoration:none;
    border-top: 1px solid #dddddd;
    color: #888888;
    display: block;
    padding: 0.75em 0.809em;
  }
  .accordion-tabs li.tab-head-cont svg {
    width: 60px;
    height: 60px;
  }

  .accordion-tabs li.tab-head-cont a:hover {
    color: #000000;
  }
  .accordion-tabs li.tab-head-cont a:focus {
    outline: none;
  }
  .accordion-tabs li.tab-head-cont a.is-active {
    background-color: #f7f7f7;
    border-bottom: 0; 
    color:#333333;
  }
.accordion-tabs li.tab-head-cont section {
  padding: 1.5em 1.618em;
  background: #f7f7f7;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 1.2rem;
  color: var(--blue);
}

/* RESPONSIVE */
@media screen and (min-width:100em) {
  .accordion-tabs {
    border: none;
    position: relative; 
  }
    .accordion-tabs li.tab-head-cont {
      display: inline; 
    }
      .accordion-tabs li.tab-head-cont:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      } 
      .accordion-tabs li.tab-head-cont a {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        border-top: 0;
        border-top-right-radius: 0.1875em;
        border-top-left-radius: 0.1875em; 
      } 
      .accordion-tabs li.tab-head-cont a.is-active {
        background-color: #f7f7f7;
        border: 1px solid #dddddd;
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: -1px; 
      }
      .accordion-tabs li.tab-head-cont section {
        height: 500px;
        border-bottom-left-radius: 0.1875em;
        border-bottom-right-radius: 0.1875em;
        border: 1px solid #dddddd;
        float: left;
        left: 0;
        padding: 0.75em 0.809em;
      }
        .accordion-tabs li.tab-head-cont section p {
          
        }
}


/*  Admisiones  */ 

.flat-row .flat-admisiones {
    padding: 85px 0 90px;
}

.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 80px 0;
}

.flat-row .container {
    width: 100%;
}

.sraImg { 
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
}

@media only screen and (max-width: 800px) {
  .sraImg  {
    width: 0%;
  }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flat-title {
    margin-bottom: 50px;
}

.flat-title h3 {
    font-size: 2.5em !important;
    font-weight: 500 !important;
}
.flat-title h3 {
    color: #333;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: .5px;
}

.flat-title_line{
  padding-bottom: 12px;
  width: 50px;
  border-bottom: 2px solid var(--blue);
}


/* servicios*/
.wrapper-servicios{
  margin-top: 4rem;
  margin-bottom: 4re;
}

.element-column_image{
  display: inline-block;
  width: 100;
}

.element-column_image img{
  position: relative;
}

.element-column_descripcion{
  
  background: #F8F8F8;
  z-index: ;
}

.elementor-container{
  padding: 60px;
  
}

@media only screen and (max-width: 800px) {
  .element-column_descripcion {
    width: 100%;
    margin: 0px;
  }
  .element-column_image {
    width: 100%;
    margin: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .elementor-container  {
    padding: 10px;
  }
}

.elementor-heading-title{
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 38px;
}

.elementor-heading-subtitle{
  color: #232020;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: calc(20px / 2);
}

.elementor-icon-list-item {
    padding-bottom: calc(20px / 2);
    line-height: 1.5;
}

.elementor-icon-list-item {
    border-color: rgba(52, 69, 94, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
}

.elementor-icon-list-text{
  vertical-align: inherit;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  color: #181717;
  transition: color 0.3s;
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 50px);
}

.elementor-icon-list-icon {
    display: inline-block;
    float: left;
    padding-right: 5px;
    color: var(--blue);
    text-align: left;
    font-size: 1.3em;
    font-weight: bolder;
}

.elementor-icon-list-icon .elementor-icon-list-text {
    align-self: center;
}

.more-info{
  line-height: inherit;
  color: var(--orange);
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
}

.contact-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  background: #f8f8f8;
  margin: 35px 0;
  padding: 2rem 1rem;
}

.title-column {
  color: #33475b;
  align-content: flex-start;
  align-items: flex-start;
}

.form-column {
  display: flex;
  flex-wrap: wrap;
 
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}



@media (max-width: 768px) {
  .contact-banner {
    flex-direction: column;
  }
}

.accordion-wrap{
    border-bottom: 1px solid var(--blue);
}

.accordion-item{
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blue);
}

.accordion-text{
  font-size: 1.2rem;
  color: var(--blue);
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
  justify-content: center;
 }

.accordion-text small{
  font-size: 1rem;
 }

.accordion-text svg{
  padding-top: 10px;
  fill: var(--orange);
  width: 80px;
  height: 80px;
 }

 .fa{
  transition: ease-in-out 300ms;
 }

 .rotate-fa{
  transform: rotate(180deg);
 }


 .accordion-header .fa{
  float: right;
  line-height: 35px;
 }

 .accordion-gold{
  padding: 10px 5px;
  color: #fff;
  background: rgb(20,33,97);
  background: linear-gradient(90deg, rgba(20,33,97,1) 0%, rgba(0,11,179,1) 100%);
 }

 .accordion-no-bar{
  border-bottom: 0;
}

/* paypal */

.row_wrapper{
  margin: 60px 0;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.border-rigth{
  border-right: 1px solid rgb(222, 226, 230);
}

.col__wrapper{
  padding: 0 50px;
}

.col__wrapper i{
  padding: 5px 0;
  font-size: 3rem;
  color: var(--blue-light);
}

.col__wrapper h5{
  font-size: 3rem;
  color: var(--blue-light);
}
.wrapper__title{
  font-size: 1.5rem;
  font-weight: 600;
  color: #34495E;
}

.wrapper__text{
  font-size: 1.2rem;

}

.section_carousel{
  padding-bottom: 25px;
}

.carousel_instalaciones{
  background: #fff;
}

.carousel-cell {
  width: 100%;
  height: 400px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}


.carousel-cell-image {
  display: block;
  max-height: 80%;
}

.carousel.is-fullscreen .carousel-cell-image {
  max-width: 100%;
}

/* Banner Section newsletter */
.banner_newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner_newsletter .column {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.banner_newsletter .column img {
  object-fit: cover;
}

.banner_newsletter .column h2{
  font-size: 24px;
  margin-bottom: 10px;
}

.banner_newsletter .column p{
  font-size: 1.8rem;
  color: var(--blue-light);
}

/* Estilos para hacerlo responsivo */
@media (max-width: 600px) {
 .banner_newsletter {
    grid-template-columns: 1fr;
  }
 
 .banner_newsletter .column img {
    width: 50%;
    height: 150px;
  }
}

.banner__contact_us {
  margin: 25px 0;
  background-color: var(--blue); 
  padding: 40px 0; 
  text-align: center;
  color: #fff;
}

/* Contacto */
.contact-form{
  padding: 0 0 55px;
}

.section-contact-content{
  padding: 50px 0px 35px;
}

.contact-content {
    text-align: center;
    border: 2px solid #e5e5e5;
}

.contact-content .contact-address {
    padding: 55px 40px 65px;
    position: relative;
}

.contact-address .style1 img {
    margin-top: -140px;
}

.contact-content .details h5 {
    font-family: montserrat, sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #333;
    line-height: 25px;
    margin-bottom: 25px;
}

.contact-content .details p {
    color: #666;
    font-size: 2em;
    line-height: 1.5em;
}

/* cuenta bancaria */
.bank-content{
  border: 2px solid #e5e5e5;
  padding: 5px 35px;
}

/* */
.content_methods{
  margin: 35px 0;
}

.row_methods{
   /*min-height: 50vh;*/
   padding: 0 5rem;
}

.card_methods {
  margin: 25px;
  border: 2px solid #f8f8f8;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 2.25rem 1.2rem;
  position: relative;
  will-change: transform;
}

.card_methods:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: var(--blue);
  transition: 0.5s;
}
.card_methods:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
.card_methods:hover:after {
  width: 100%;
}
.card_methods .card-header {
  background-color: white;
  border-bottom: 0px;
  font-size: 3.5rem;
  text-align: center;
} 

.card_methods .card-title_paypal {
  margin-bottom: 1rem;
  color: #3f4bb8;
  font-size: 2rem;
  text-align: center;
}

.card_methods .card-title_spei {
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: 2rem;
  text-align: center;
}

.card_methods .list-group-item {
  border: 0px;
  padding: 0.25rem;
}

.spei{
  color: var(--orange);
}

.paypal{
  color: #3f4bb8;
}

.spei_subtitle{
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 600;
}

.card_methods .card_methods_text{
  font-size: 1.25rem;
  font-weight: 600;
}

/* Estilos para hacerlo responsivo */
@media (max-width: 800px) {
 .row_methods{
   /*min-height: 50vh;*/
   padding: 0;
  }
  .content_methods{
    margin: 15px 0;
  }
  .card_methods {
  margin: 15px 0;
  padding: 2.25rem 1.2rem;
}

}

