/*  ul{
    white-space: nowrap;
   }*/
/* Oculta el badge v3; mostramos el aviso en línea */
.grecaptcha-badge{ visibility: hidden !important; }

.recaptcha-note{
  font-size:.85rem;
  line-height:1.3;
  opacity:.85;
  margin-top:.35rem;
}

/* El contenedor del mensaje de validación ocupa 100% */
#contact-form #sectionA{ width:100%; grid-column:1 / -1; clear:both; }
#contact-form #contactoValidate{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box;
  margin:8px 0 0 0 !important;
  text-align:left;
  border-radius:6px;
  padding:10px 12px;
  background:#f8f9fa;
  border:1px solid #e5e7eb;
  color:#111;
}

.form-msj-error, .form-msj-success{
  float:none !important;
  position:static !important;
  right:auto !important;
  left:auto !important;
  margin:8px 0 0 0 !important;
}

/* Previene desbordes horizontales */
.grid-contact, #section_6, #contact-form{ overflow-x:hidden; }
  a{
    text-decoration: none;
  }

 html, body{
/*  overflow: initial !important;*/
  max-width: 100vw !important;
  overflow-x: hidden;
 }

 section{
  overflow-x: hidden;
 }


 .no-scroll{
  overflow: hidden !important;
 }

 .color-red{
    color: #9D1F2E;
    text-decoration: none;
 }

 .color-red:hover{
    color:#812f35;
    text-decoration: none;
 }

 .text-black-gray{
    color: #414042;
 }

.color-black-cover{
  color:#404040
}

.font-size-25{
  font-size: 25px;
}

 footer span,a{
    font-size: 12px;
    font-weight: 600;
    font-family: Open Sans;
    text-decoration: none;
 }

/* footer a{
    font-size: 12px;
    font-weight: 600;
    font-family: Open Sans;
 }*/

 .img-footer img{
  width: 90px;
 }



.splide__slide{
    width: 100% !important;
}


img.mfp-img{
  background: white;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
  :root {
    --white-color:                  #ffffff;
    --primary-color:                transparent;
    --secondary-color:              #CDA176;
    --ttertiary-color:              #AE8066;
    --secondary-color-text:         #CCA076;
    
  }

/*---------------------------------------
  NAVIGATION / MENU           
-----------------------------------------*/
  .navbar-collapse{
  	 background: var(--primary-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link.custom-btn,
  .navbar-nav .nav-link.custom-btn {
    margin-left: 20px;
  }

  .custom-border-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
  }

  .custom-btn:hover,
  .navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
  .navbar-nav .nav-link.custom-btn:hover {
    background: var(--primary-color);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    color: var(--white-color);
  }

  .sticky-wrapper {
    background: transparent;
    height: 0px !important;
  }

  .navbar {
    background: transparent;
    z-index: 9;
    right: 0;
    left: 0;
    transition: all 0.3s;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    /* z-index: 1;*/
    position: absolute;
  }

  .bg-nav-gray{
    background: #f7f7f7 !important;
  }

  .bg-priv{
    background: #f7f7f7 !important;
    height: 80px;
    width: 100%;
    margin-bottom: 20px;
  }

  .bg-priv .container{
    height: 70px;
    padding: 0;
    background: #f7f7f7 !important;
  }


  .nav-priv img{
    display: block;
  }


  .nav-priv .nav-item a{
    color: #414042;
  }

  .navbar-brand {
    font-size: 20px;
    line-height: 1.2rem;
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
    text-transform: uppercase;
  }

  .brand-logo {
    font-size: 38px;
  }

  .brand-text {
    display: inline-block;
    vertical-align: top;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-nav .nav-link {
    color: white;
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
  }
  .navbar-nav .nav-link.active, 
  .navbar-nav .nav-link:hover {
    color:  black;
    text-decoration: none;
  }


  .navbar-default .nav-link:hover {
    color:  #9D1F2E;
  }

  .navbar-default .nav-link.active {
    color:  #9D1F2E;
  }

  .navbar-toggler {
    border: 0;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
    margin: 0;
    width: 60px;
    height: 35px;
    outline: none;
    align-items: center;
    justify-content: start;
  }

  .navbarNav-div{
    flex-direction: row;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
    background: black;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    background: black;
  }

  .navbar-toggler .navbar-toggler-icon {
    background: black;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--white-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
    background: black;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
    background: black;
  }

  .form-msj-error{
    border-radius: 0.25rem;
    color: #2f3a3b;
    background-color: #f0cc01;
  }

  .is-sticky .navbar{
    width: 100% !important;
    background: #f7f7f7;
  }

/*Cover*/
  .img2{
    position: absolute;
    right: 0;
    z-index: 2;
    bottom:  -60px;
    width: 800px;
  }

  .navbar-brand img{
    display: none;
  }

  .is-sticky img{
    display: block;
  }


  .img3{
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .triangulo-2 {
    width: 0;
    height: 0;
    border-right:600px solid transparent;
    border-top:600px solid transparent;
    border-left:600px solid transparent;
    border-bottom: 500px solid #9D1F2E;
    transform: rotate(180deg);
    top: -30px;
    right: -20%;
    z-index: 1;
    position: absolute;
  }

  .triangulo-3 {
    width: 0;
    height: 0;
    border-right: 700px solid transparent;
    border-top: 600px solid transparent;
    border-left: 600px solid transparent;
    border-bottom: 500px solid #9D1F2E;
    transform: rotate(180deg);
    top: -30px;
    right: -294px;
    z-index: -1;
    position: absolute;
  }

  .bg-gray{
    background: #F3F4F6;
  }

  .curve-bottom-1, .curve-bottom-right {
    clip-path: polygon(0 0,100% 0,100% 85%,70% 100%,0 85%);
  }

  [data-overlay='0']::before {
      opacity: 0;
  }

  .bg-overlay:before {
    content: '';
    background-color: #F3F4F6;
  }

  .bg-gradient-overlay, .bg-gradient-overlay:before, .bg-navy-overlay, .bg-navy-overlay:before, .bg-overlay, .bg-overlay:before, .bg-theme-overlay, .bg-theme-overlay:before, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  .grid-b-activos{
    display: flex;
  }

  .grid-b-activos-1{
    display: grid;
    grid-template-columns: 75% 25%;
    justify-content: space-between;
  }

  .div-img-bactivos{
    display: block;
  }




/*Titulacion*/

  .grid-titulacion{
    display: grid;
    grid-template-columns: 45% auto 48%;
    grid-column-gap: 20px;
  }


  .titulacion-line-red{
    background: #9D1F2E;
    width: 3px;
    height: 100%;
    margin: auto;
  }

  .grid-titulacion-inner{
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 20px;
  }

/**/
  .card{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  #section_5{
    overflow: hidden;
  }

  .grid-cards{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .grid-servicios{
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 30px;
    justify-content: start;
  }

  .curve-top-1{
    clip-path: polygon(0 0,100% 0,100% 60%,70% 100%,0 35%);
    transform: rotate(180deg);
  }

  .top-img{
    height: 150px !important;
    z-index: -1;
  }

  .grid-services{
    display: grid;
    grid-template-columns: 50% auto ;
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    grid-row-gap: 0px;
  }
 

.item-a {
  grid-area: section1;
  place-self: center;
  height: 100%;
}
.item-b {
  grid-area: section2;
  place-self: center;
  height: 100%;
}
.item-c {
  grid-area: section3;
  place-self: center;
  height: 100%;
}
.item-d {
  grid-area: section4;
  place-self: center;
  height: 100%;
}

.grid-services-new {
  display: grid;
  grid-template-columns:35% auto 35%;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-areas: 
    "section1 section2 section3"
    " section4 section4 section4 ";
}




  .bullet-red-second{
    background: #9D1F2E;
    width: 5px;
    height: 7px;
    margin-right: 5px;
    margin-top: 10px;
    position: absolute;
  }

  .grid-participants .swiper-participant{
    height: auto;
  }


  .grid-participants .swiper-pagination{
    bottom: 0px;
  }

  ul li{
    list-style: none;
    padding: 10px 0px;
  }


  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 15%;
    list-style: none;
  }


  .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: red;
  }

  .carousel-item {
    height: 300px;
    max-width: 600px;
  }


/*Services*/

  .grid-services-card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 30px;
  }

  /*.services-card{
    position: relative;
    border-radius: 10px;
    height: 300px;
    cursor: pointer;
  }*/

  .border-radius-top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .services-card-footer{
    height: 57px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: flex-end !important;
  }



  .services-card-bg{
    /*width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(243, 244, 246, 0) 0%, #F3F4F6 64.06%);
    z-index: 1;
    height: 555px;*/
    cursor: pointer;
  }

  .services-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
    position: absolute;
  }

  .rec-red-services{
    height: 57px;
    width: 22px;
    background: #9D1F2E;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hbtn-services {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    color: black;
    white-space: nowrap;
    z-index: 0;
    font-weight: 600;
    width: 100%;
    background: white;
    border-radius: 10px
  } 
 

  .hbtn i {
    padding-right: 8px;
  } 
 

.hb-fill-right-bg-br-services::before {
  position: absolute;
  content: "";
  background: #9D1F2E !important;
  transition-duration: 0.3s;
  z-index: -2;
  inset: 0px 0px auto auto ;
  width: 0px;
  height: 100%;
  opacity: 1;
  border: 0px solid #9D1F2E;
  border-radius: 15px;
} 
 

.hb-fill-right-bg-br-services:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  text-decoration: none;
  color: white !important;
} 

.hb-fill-right-bg-br-services:hover p{
  color: white;
}


.hb-fill-right-bg-br-services p{
  color: #404040;
  font-family: Open Sans;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}


  .num{
    width: 43px;
    height: 49px;
    background: #9D1F2E;
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-card {
    position: relative;
  }

  .services-card:hover{
    
    box-shadow: 0 15px 35px rgb(164 164 164 / 55%);;
  }

  .services-card:hover .services-card-bg{
    border-radius: 10px;
  }

  .services-card .content {
    position: relative;
    transition: 0.5s;
  }

  .services-card:hover .content {
    transform: translateY(-25px);
  }

  .services-card .sci {
    padding: 0px 15px;
    display: flex;
    justify-content: start ;
  }

  .services-card .sci div {
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    color: white;
  }

  .services-card:hover .sci div {
    transform: translateY(0px);
    opacity: 1;
  }

  .services-card .sci div {
    width: 142px;
    height: 37px;
    background: #9D1F2E;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }


  .img-zoom{
     position: absolute;
     bottom: 10px;
     right: 10px;
     width: 40px !important;
}

  /*.grid-participants{
    display: grid;
    grid-template-columns: auto 65%;
    column-gap: 30px;
  }


  .grid-participants-inner{
    display: grid;
    grid-template-columns: 48% 48%;
  }


  .grid-participants-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
  }


  .swiper-container {
      width: 100%;
      height: 100%;
  }

  .swiper-slide {
      width: 100% !important;
      height: 100% !important;
      /* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }

  .swiper-container-v {
      background: #eee;
  }

  .swiper-pagination-v {
      bottom: 30px !important;
  }*/

  .bg-gradiente-gray-transparent{
    background: linear-gradient(90deg, #F3F4F6 51.75%, rgba(243, 244, 246, 0) 100%);
  }

  .grid-experiences{
    display: grid;
    grid-template-columns: 50% 50%;
  }


.item-e {
  grid-area: sectione;
  place-self: center;
  height: 100%;
}

.item-f {
  grid-area: sectionf;
  place-self: center;
  height: 100%;
  width: 100%;
}

.item-g {
  grid-area: sectiong;
  place-self: center;
  height: 100%;
  width: 100%;
}

.item-h{
  grid-area: sectionh;
  place-self: center;
  height: 100%;
  width: 100%;
}

.item-i{
  grid-area: sectioni;
  place-self: center;
  height: 100%;
  width: 100%;
}

  .grid-experience-new{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 40px;
    grid-template-areas: 
    "sectione sectione sectione"
    "sectioni sectioni sectioni"
    "sectionf sectiong sectionh";
  }

  .text-center-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .circle-experience{
    border-radius: 50%;
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    border: 1px dashed #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9D1F2E;
    font-weight:600;
    font-size:40px;
    margin-right: 20px;
    font-family: 'Open Sans' !important;
  }

  /*.circle-experience:hover{
    color: #9D1F2E;
  }
*/
  .div-provisional{
    width: 412px;
    height: 412px;
    background: red;
  }


  .grid-experience{
    display: grid;
    grid-template-columns: 50% auto;
    grid-column-gap: 20px;
  }

  .rating{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
  }

  .rec-red{
    height: 41px;
    width: 22px;
    background: #9D1F2E;
    /*right: 100px;*/
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

/*.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: transparent;
}*/

.grid-item a{
  text-decoration: none;
}

  /*.rec-red-2{
    height: 41px;
    width: 22px;
    background: #9D1F2E;
    left: 129px;
    z-index: 1;
  }*/


  .grid-text-building{
    display: grid;
    grid-template-columns: 55% 45%;
  }


  .grid-text-building h3{
    line-height: 36px;
  }

  .curve-top-1-building{
    top: -95px;
    z-index: 2;
  }

  .grid-contact{
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    grid-row-gap: 0px;
  }

  input, textarea{
    background-color: #E7E9EE !important;
    border-radius: 7px;
  }


  .border-bottom-red{
    border-bottom: 3px solid #9D1F2E;
  }

  .border-bottom-red img{
    width: 250px;
  }

  .mapouter {
    position: relative;
    height: 100%;
    width: 100%;

  }

  .gmap{
    overflow: hidden;
    background: none!important;
    height: 100%;
    width: 100%;
  }


  #map {
    overflow: hidden !important;
     filter: grayscale(100%);
}


iframe {
    border: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

  .bg-footer{
    background: #9D1F2E;
  }

  /*.grid-footer{
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
  }*/


  /*.footer-ul {
      display: grid;
      grid-template-columns:repeat(6, 1fr);
  }

  .footer-ul li {
    list-style: none;
    padding: 0px 15px 5px 0px;
  }

  .footer-ul a {
    text-decoration: none;
  }*/

  /*.logo-footer {
    display: grid;
    grid-template-columns: 20% auto;
    column-gap: 25px;
    align-items: center;
  }*/

  /*.bg-footer-2{
    background: #97000A;
  }*/

  .grid-modal{
    display: grid;
    grid-template-columns: 25% auto;
  }

  .title-modal{
    font-size: 25px;
    color: #9D1F2E;
  }


  .modal-body{
    padding: 20px !important;
  }

  .grid-modal img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    border-right: 6px solid #F86C75;
    filter: grayscale(1);
  }


  .bullet-red{
    background: #9D1F2E;
    min-width: 5px !important;
    max-height: 7px !important;
    border-radius: 0.5px;
    margin-right: 5px;
    margin-top: 10px;
  }

  .border-img{
    width: 6px;
    height: 751px;

    background: #F86C75;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  }

  .modal-header{
    border-bottom: 0px solid #dee2e6 !important;
  }

  .modal-header{
    padding: 0;
  }

  .btn-close-div{
    position: absolute;
    right: 20px;
    margin: 50px 0px 0px 0px !important;
    z-index: 3;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-close{
    opacity: 1 !important;
  }

  .modal-header .btn-close{
    margin: 0 !important;
  }

  .girar-img{
    -webkit-transform: rotate(360deg);
    animation: rotation 40s linear infinite;
    -moz-animation: rotation 40s linear infinite;
    -webkit-animation: rotation 40s linear infinite;
    -o-animation: rotation 40s linear infinite;
  }

  @-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
  }


  .title-chart{
    background: #9D1F2E;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
  }  


  .min-height-70{
/*    min-height: 70px;*/
  }

  .title-chart h3{
    margin: 0;
    color: white;
    padding-left: 0px;
    line-height: 32px;
  }

  .grid-chart{
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 40px;
    grid-row-gap: 0px;
  }

  .height-vh{
    height: 700px;
  }

  .text-a{
    width: 180px;
    position: absolute;
    z-index: 5;
    top: 60px;
    left: -60px;
  }

  .text-b{
    width: 180px;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: -60px;
  }

  .text-c{
    width: 180px;
    position: absolute;
    z-index: 5;
    bottom: 60px;
    left: -60px;
  }

  .text-d{
    width: 180px;
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: -60px;
  }


  #contact-form{
    justify-content: start;
  }

  #contact-form span{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
  }
  .div-img-bactivos{
    text-align: end;
  }

  .div-img-bactivos img{
      margin-bottom: 0px;
  }

  .grid-participants-img img{
    border-radius: 10px 0px 0px 10px;
  }

  .cloud1{
      animation: cloud1 20s infinite;
      animation-timing-function: ease-in-out;
      display: block;
  }

  @keyframes cloud1{
     0% {
        left: 10px;
     }
      50% {
        left: 100px;
     }
      100% {
        left: 10px;
     }
  }


  .word { 
    font-size: 32px;
    color: black;
    line-height: 1.4em;
    height: 1.4em;
    padding: 0 14px 0 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 8;
  }

  .order-1{
    order: 0 !important;
  }

  .text-dinamic{
    /*bottom: -50%;
    left: 90px;*/
    height: 100%;
    align-items: center;
  }

  .text-dinamic img{
    margin-bottom: 30px;
    width: 250px;
  }

  .js-rotating{
    display: none;
  }

  .text-rotating{
    font-size: 32px;
    font-weight: 400;
    line-height: 43.58px;
    padding-left: 20px;
  }

  .line-red{
    margin-top: 20px;
    min-width: 37px;
    height: 4px;
    background: #9D1F2E;
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-cover{
    position: absolute;
    bottom: 50%;
    left: 100px;
    z-index: 6;
  }


.block{
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  position: relative;
  bottom: -120px;
}

.img-parallax {
  width: 73vmax;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  top: 0;
  left: 70%;
  transform: translate(-50%,0);
  pointer-events: none
}


.body-chart{
  flex-direction: row;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #9D1F2E;
}

.moneys{
  position: relative;
  top: -750px;
  display: flex;
  /* bottom: 192px; */
  flex-direction: row-reverse;
  /* z-index: -1; */
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}


.money-1{
  position: absolute;
  left: 0;
}


.money-2{
  position: absolute;
  right: 0;
}

.div-edificios{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: 600px;
    width: 100%;
}

.icon_wallet {
    
    top: -550px !important;
}


.elements-float img {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    margin: 550px auto;
    opacity: 0.15;
}


.is-sticky .nav-item:hover a{
  color: #9D1F2E;
}


.is-sticky .nav-item:hover {
    color: #9D1F2E;
}


.is-sticky.navbar.nav-link.active{
    color: red;
}


.is-sticky .navbar .collapse .navbar-nav .nav-link.active{
    color: #9D1F2E;
    text-decoration: none;
}


.is-sticky .navbar-nav .nav-link{
  color: black;
}

.Typewriter__wrapper{
  font-family:Open Sans;
  font-weight: 400;
  line-height: 40px;
  font-size: 28px;
}


.Typewriter__cursor{
  font-size: 30px;
}


.buttona {
  background-color: #9D1F2E;
  color: black;
  text-decoration: none;
  border-radius: 0px;
  height: 32px;
  width: auto;
  display: flex;
  max-width: 32px;
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}

.buttona:hover {
  max-width: 300px;

}

.icona {
  font-size: 16px;
  margin-right: 0;
  padding: 0px;
  display: flex;
  align-items: center;
}

.texta {
  white-space: nowrap;
  padding: 0px 15px;
}



.hbtn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px 12px 0px;
  text-align: center;
  text-decoration: none !important;
  color: black;
  white-space: nowrap;
  z-index: 0;
  height: 41px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
} 
 

.hbtn i {
  padding-right: 8px;
} 
 

.hb-fill-right-bg-br::before {
  position: absolute;
  content: "";
  background: #9D1F2E;
  transition-duration: 0.3s;
  z-index: -2;
  inset: 0px auto auto 0px;
  width: 0px;
  height: 100%;
  opacity: 1;
  border: 0px solid #9D1F2E;
} 
 

.hb-fill-right-bg-br:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  text-decoration: none;
  color: white !important;
} 


#enviar:hover{
  color: white !important;
} 

.ul-priv{
  white-space: initial;
}

.skyline{
  width:100%;
  height:200px;
  background-position: center !important; 
  background-size: cover !important;
}

/*Medias*/
  @media only screen and  (max-width: 1270px) {
      .navbar-brand{
        padding-left: 10px;
      }
  }


	@media only screen and  (max-width: 1199px) {
    .footer-ul {
      display: grid;
      grid-template-columns:repeat(5, 1fr);
    }
    
    .triangulo-2 {
      display: block;
      right: -36%;
      transform: rotate(179deg);
      top: -13px;
    }

    .navbarNav-div{
      flex-direction: row;
    }

    .grid-services-new {
      grid-template-columns:repeat(auto-fit, minmax(400px, max-content));
      grid-template-areas: 
      "section1 section2"
      " section3 section4 ";
    }


    .item-d{
      width: 100%;
    }


    
    
	}

	@media only screen and  (max-width: 991px)  {
    .grid-cards{
      grid-template-columns: auto auto;
      grid-column-gap: 25px;
    } 

    .grid-services{
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 40px;
      grid-column-gap: 0px;
    }

    .grid-services-card{
      grid-template-columns: repeat(2, 1fr);
    }

    .grid-modal{
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-modal img{
      height: 200px;
      border-right: 0px solid #F86C75;
      border-bottom: 6px solid #F86C75;
    }

    .grid-participants{
      grid-template-columns: repeat(1, 1fr);
    }

    .grid-participants-img img{
      max-width: 97vw;
      margin: auto;
    }

    .grid-participants-inner {
      grid-template-columns: 44% 44%;
  	}

    .grid-participants-img img {
      border-radius: 10px 10px 0px 0px;
    }

    .logo-footer {
      justify-content: center;
      flex-direction: row;
      width: 100%;
    }

    .footer-ul {
      grid-template-columns:repeat(4, 1fr);
    }

    .grid-footer{
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 0px;
    }

    .footer-ul {
      display: grid;
      grid-template-columns:repeat(6, 1fr);
    }

    .grid-b-activos{
      display: flex;
    }

    .grid-b-activos-1{
      grid-template-columns: 70% 30%;
    }

    .title-cover {
        bottom: 75%;
        left: 30px;
        font-size: 40px;
    }

    .text-dinamic div{
      flex-direction: column;
      z-index: 1;
    }


    .Typewriter__wrapper{
      line-height: 36px;
      font-size: 25px;
    }

    .line-red{
      margin-bottom: 10px;
    }

    .triangulo-2{
      display: block;
      right: -30%;
      width: 0;
      height: 0;
      border-right: 600px solid transparent;
      border-top: 600px solid transparent;
      border-left: 600px solid transparent;
      border-bottom: 500px solid #9D1F2E;
      transform: rotate(280deg);
      top: 0;
      right: -10%;
      z-index: 1;
      position: absolute;

    }


    .grid-titulacion{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
    }

    .grid-titulacion-inner{
      display: grid;
      grid-template-rows: auto auto;
      grid-row-gap: 0px;
    }

    .img2 {
        right: -320px;
        width: 700px;
    }

    .navbar{
      background: #F3F4F6 !important;
      width: 100% !important;
      color: black;
    }

    .navbar .nav-link{
      color: black;
    }

    .navbar .nav-link: hover{
      color: red!important;
    }

    .body-chart{
      flex-direction: row;
    }

    .title-chart h3 {
      font-size: 25px;
    }

    .navbarNav-div{
      flex-direction: row-reverse;
    }

    .navbar-nav .nav-link.active, 
    .navbar-nav .nav-link:hover {
      color:  #9D1F2E;
      text-decoration: none;
    }

    .grid-participants .swiper-pagination{
      left: -80px;
    }

    .text-c {
        left: -65px;
    }

    .rec-red {
      background: #9D1F2E;
      z-index: 1;
    }

    .hbtn{
      margin: 0px 14px 0px;
    }

    /*html, body{
      overflow-x: hidden;
    }*/

    .img-zoom{
      width: 25px !important;
    }

    .grid-experience{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px;
      justify-items: center;
    }

    .navbar-brand{
      padding-left: 10px;
    }

    .grid-experience-new{
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: 
      "sectione sectione"
      "sectioni sectioni"
      "sectionf sectiong" 
      "sectionh sectionh";
    }

  }

	@media only screen and  (max-width: 767px)  {
    html, body{
      overflow-x: inherit;
    }

    .grid-b-activos{
      grid-template-columns: repeat(1, 1fr);
    }

    .order-1{
      order: 1;
    }

    .grid-cards{
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 30px;
    }

    .grid-services-card{
      grid-template-columns: repeat(1, 1fr);
    }

    .grid-participants{
      grid-template-columns: repeat(1, 1fr);
    }

    .grid-participants-inner{
      grid-template-columns: repeat(1, 1fr);
    }

    .grid-experiences{
      grid-template-columns: repeat(1, 1fr);
    }

    .rating{
      display: none;
    }

    .grid-chart{
      grid-template-columns:repeat(1, 1fr);
      grid-row-gap: 70px;
    }

    .grid-text-building{
      grid-template-columns:repeat(1, 1fr);
    }

    .grid-contact{
      grid-template-columns:repeat(1, 1fr);
      grid-row-gap: 70px;
    }

    .swiper-container {
      width: 88vw;
    }

    #contact-form{
      justify-content: center;
    }

    .div-img-bactivos{
      text-align: start;
    }

    .div-img-bactivos img{
      margin-bottom: 20px;
    }

    .grid-participants-img img{
      border-radius: 10px 10px 0px 0px;
    }

    .grid-footer{
      grid-template-columns:repeat(1, 1fr);
      grid-row-gap: 30px;
    }

    .grid-footer{
      grid-template-columns: repeat(1, 1fr);
    }

    .logo-footer{
      column-gap: 0px;
    }

    .cloud1{
      animation: cloud1 0s infinite;
      animation-timing-function: ease-in-out;
      display: block;
    }

    .div-img-bactivos{
      text-align: end;
    }

    .text-dinamic {
      top: -95px;
    }

    .triangulo-2{
      display: block;
      right: -40%;
      transform: rotate(269deg);
      top: 30px;
    }

    .img2 {
      right: 0px;
      max-width: 540px;
    }

    .text-c{
      width: 90px;
      left: 0px !important;
    }

    .grid-b-activos-1{
      grid-template-columns: repeat(1, 1fr);
    }

    .div-img-bactivos{
      display: none;
    }

    .block {
      bottom: -40px;
    }

    .body-chart{
      flex-direction: column;
    }

    .grid-participants .swiper-pagination{
      left: 0px;
    }

    .splide-big .splide__arrow{
      display: none !important;
    }

    .text-cover-effec p{
        font-size: 20px;
    }

    .skyline{
      width:100%;
      height:120px;
      background-position: center !important; 
      background-size: cover !important;
    }


    .grid-services-new {
      grid-template-columns:1fr;
      grid-template-areas: 
      "section1"
      "section2"
      "section3"
      "section4";
    }


    .item-b {
      height: 200px!important;
      width: 270px!important;
    }


    .grid-experience-new{
      grid-template-columns: 1fr;
      grid-template-areas: 
      "sectione"
      "sectioni"
      "sectionf"
      "sectiong" 
      "sectionh";
    }


  }

  @media only screen and  (max-width: 574px)  {
    .triangulo-2 {
      display: block;
      /*right: 0;*/
      transform: rotate(270deg);
      top: 0;
    }


    .img2 {
      right: -80px;
      bottom: -140px;
      max-width: 550px;
    }


    .elements-float img {
      position: absolute;
      width: 200px;
      left: calc(50% - 30px);
      margin: 550px auto;
      opacity: 0.15;
    }

    .height-vh{
      height: 86vh;
    }

    .title-cover {
      bottom: 70%;
    }

    .text-rotating{
      font-size: 20px;
      line-height: 30px ;
    }

    .title-cover {
      bottom: 70%;
      font-size: 45px;
      left: 20px;
    }

    .text-a{
      width: 70px;
      left: 0px;
    }

    .text-b{
      width: 105px;
      right: 0px;
    }

    .text-c{
      width: 90px;
      left: 0px !important;
    }

    .text-d{
      width: 100px;
      right: 0px;
    }

    .triangulo-2 {
      width: 0;
      height: 0;
      border-right: 300px solid transparent;
      border-top: 300px solid transparent;
      border-left: 300px solid transparent;
      border-bottom: 300px solid #9D1F2E;
      top: 250px;
      right: 0%;
      z-index: 1;
      position: absolute;
    }


    html, body{
    overflow-x: inherit;
   }

   .text-dinamic img{
      margin-bottom: 30px;
      max-width: 65%;
      margin-top: 30px;
    }

  }

  @media only screen and  (min-width: 992px) and (max-width: 1130px) {
    .img2 {
      right: -190px;
    }
  }

  @media only screen and  (min-width: 575px) and (max-width: 766px) {
    .triangulo-2 {
        display: block;
        right: -200px;
        transform: rotate(274deg);
        bottom: 0px;
    }
  }

  @media only screen and  (min-width: 575px) and (max-width: 574px) {

  }

	@media only screen and  (min-width: 350px) and (max-width: 575px) {
    .height-vh{
      height: 700px;
    }

    .grid-modal{
        grid-template-columns: repeat(1, 1fr);
    }

    .text-a{
      width: 70px;
      left: 0px;
    }

    .text-b{
      width: 105px;
      right: 0px;
    }

    .text-c{
      width: 90px;
      left: 0px !important;
    }

    .text-d{
      width: 100px;
      right: 0px;
    }

    .logo-footer {
      flex-direction: column;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }

    .img-fondo{
      width: 300px;
    }

    .title-cover{
      position: absolute;
      bottom: 0%;
      top: 15%;
      left: 25px;
      z-index: 2;
    }

    .block {
      bottom: 0px;
    }

    .img-zoom{
      width: 25px !important;
    }

	}

.entries {
  margin: 0;
  padding: 0;
  height: 100%;
}

.entries .entry {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  line-height: 30px;
}


/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    overflow-y: auto;
}

