body{
   overflow-x: hidden;
   max-width:100vw !important;
}

a{
  text-decoration: none;
  color: #3A3A3A;
}

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

#contact-form input, textarea{
  background: #FFFFFF !important;
  border: 1px solid #4075A3 !important;
  border-radius: 7px !important;
}

.sinergman-red{
  background: #ED3E29;
}

.sinergman-blue{
  background: #4C93CF;
}

.sinergman-blue-2{
  background: #4075A3;
}

.sinergman-blue-3{
  background: #6EB5EE;
}

.sinergman-blue-4{
  background: rgb(212, 223, 233);
}

.sinergman-green{
  background: #94CB57;
}

.sinergman-yellow{
  background: #F7BF34;
}

.sinergman-gray{
  background: #F9F9F9;
}

.sinergman-aqua{
  background: #46AE9C;
}

.sinergman-blue-gray{
  background: #F5F8F8;
}

.sinergman-red-text{
  color: #ED3E29;
}

.sinergman-blue-text{
  color: #4C93CF;
}

.sinergman-green-text{
  color: #9BCE61;
}

.sinergman-yellow-text{
  color: #F7BF34;
}

.sinergman-blue-2-text{
  color: #4075A3;
}

.sinergman-blue-3-text{
  color: #6EB5EE;
}

.text-align-right{
  text-align: end;
}


.text-align-left{
  text-align: start;
}

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

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

.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);
}


.btn-dropdown{
  min-width: 80px;
  background: transparent;
   min-height: 0 !important;
}

.btn-dropdown:hover{
  background: transparent;
}


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

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

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


  .cloud2A{
      animation: cloud2 35s infinite;
      animation-timing-function: ease-in-out;
      display: block;
  }

  .imagotipo{
      display: block;
  }

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

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

    @keyframes cloud2{
       0% {
          right: 10px;
       }
        50% {
          right: 100px;
       }
        100% {
          right: 10px;
       }
    }

  @keyframes cloud2A{
       0% {
          right: 10px;
       }
        50% {
          right: 100px;
       }
        100% {
          right: 10px;
       }
    }



.navbar {
  /*background: var(--primary-color);*/
  background: transparent;
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*.navbar:after {
    content:"";
    background: -webkit-linear-gradient(left, #AF8167 0%, #CDA176 100%);
    display: block;
    height:7px;
    width: 100%;
    position: absolute;
    bottom: 0;
}*/

.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-nav{
  display: flex;
  align-items: start;
}

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

.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding-top: 15px;
  /*padding-bottom: 15px;*/
}

.navbar-nav .nav-link:hover {
  color: #F7BF34;
}

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

.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);
}

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

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  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;
}

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

.nav-three-circles{
  display: block;
}

.bg-transparent{
  background: transparent;
}

.bg-solid{
  background: #4075A3;
}

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


/*Cover*/

  .splide__arrow{
    min-width: 0 !important;
    min-height: 0 !important;
    height: 30px !important;
    width: 30px !important;
  }

  .height-cover{
    height: 84%;
  }
  
  .bg-cover{
    background: linear-gradient(180deg, #003564 0%, #4176A4 100%);
  }

  .color-text-blue{
    color: #4075A3;
  }

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

  .swiper-slide {
    /* 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: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;

    text-align: center;
    font-size: 18px;
    position: relative;
    align-items: center;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 10px 10px 0px;

  }

  .swiper-wrapper{
    height: 250px;
    padding: 30px 0px 40px;
  }

  .SwiperInicio .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .SwiperInicio .swiper-slide{
    justify-content: center !important;
    cursor: all-scroll;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    bottom: 0;
    position: relative;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    bottom: 0;
    top: 93%;
    position: absolute;
  }

  .SwiperNosotros .swiper-slide{
    padding: 15px 15px 0px;
    background: transparent;
  }


  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: x-large !important;
  }

  .circle{
    position: absolute;
    /*top: -30px;*/
    z-index: 1;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .circle-inner{
    position: absolute;
    /*top: -30px;*/
    z-index: 4;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    color: #fff;
    left: 9px;
    bottom: 3px;
  }

  .circle-h1{
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 84px;
  }

  .area{
    height: 100px;
    background: #F9F9F9;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 0, 100% 40%, 50% 100%, 0 40%, 0 0);
    position: relative;
    top: 0px;
  }

  .bg-area{
    background: linear-gradient(180deg, #F9F9F9 52%, #fff 95%);
  }


  .grid-sector{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items:center ;
    grid-column-gap: 20px;
  }

  .text-a{
    top: 130px;
    left: 100px;
    color: #4075A3;
  }

  .text-b{
    bottom: 170px;
    left: 150px;
    color: #4075A3;
  }

  .text-c{
    top: 190px;
    right: 150px;
    color: #4075A3;
  }

  .text-d{
    bottom: 60px;
    right: 35px;
    color: #4075A3;
  }

  .sector-circle{
    height: 65px;
    width: 65px;
    border-radius: 50%;
  }

  .border-radius-10-top{
    border-radius: 10px 10px 0px 0px;
  }

  .border-red{
    border: 1px solid #ED3E29;
  }


  .border-green{
    border: 1px solid #94CB57;
  }


  .border-blue{
    border: 1px solid #4E99CD;
  }


  .border-yellow{
    border: 1px solid #F7BF34;
  }


  .border-aqua{
    border: 1px solid #46AE9C;
  }

  .grid-solutions-div h3{
    color: #4075A3;
  }

  .grid-solutions-div:hover .flecha{
    filter: brightness(0) invert(1);
  }

  .banner-medical-lg:hover .flecha{
    filter: brightness(0) invert(1);
  }


  .grid-solutions-div:hover .flecha-2{
    filter: brightness(0) invert(1);
  }

  .banner-medical-lg:hover .flecha-2{
    filter: brightness(0) invert(1);
  }


  .filter-blue{
    filter: invert(54%) sepia(11%) saturate(2750%) hue-rotate(159deg) brightness(82%) contrast(84%);
  }

  .grid-solutions{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items:center ;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

 .grid-solutions-div{
    width: 100%;
    height: 367px;
    border-radius: 10px;
    padding: 20px;
  }

  .text-card-solutions{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    top: -10px;
    text-align: center;
  }

  .circle-mini{
    min-height: 5px;
    min-width: 5px;
    border-radius: 50%;
  }


  .grid-solutions .border-yellow:hover {
    background: #F7BF34;
    color: #fff;
    cursor: pointer;
  }

  .grid-solutions .border-green:hover {
    background: #97CB57;
    color: #fff;
    cursor: pointer;
  }

  .grid-solutions .border-blue:hover {
    background: #3283B4;
    color: #fff;
    cursor: pointer;
  }

  .grid-solutions .border-aqua:hover {
    background: #46AE9C;
    color: white;
  }

  .grid-solutions-div:hover h3{
    color: #fff;
  }


  .grid-solutions-div:hover .circle-mini{
    background: #fff !important;
  }

  .banner-medical{
    background: #FFFFFF;
    border: 1px solid #46AE9C;
    border-radius: 10px;
    min-height: 290px;
    cursor: pointer;
  }

  .banner-medical:hover{
    background: #46AE9C;
    color: white;
  }

  .banner-medical-md{
    display: none !important;
  }

  .banner-medical:hover h3{
    color: white;
  }

  .banner-medical:hover .img-medical{
    filter: brightness(0) invert(1);
  }


  .banner-medical:hover .circle-mini{
    background: #fff !important;
  }


  .banner-medical-hospital{
      position: absolute;
      right: 0;
      top: -22px;
  }

  .grid-certification{
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: left;
    grid-row-gap: 20px;
  }


  .grid-certification img{
      height: 130px;
  }


  .grid-sap{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }


  .grid-sap-inner{
    justify-content: center;
    align-items: center;
  }

  .grid-banner{
    display: grid;
    grid-template-columns: 20% 70%;
    padding: 25px 15px;
  }

  .bg-banner{
    background: #4075A3;
    min-height: 200px;
  }


  .line-colors-banner{
    width: 105px;
    height: 6px;
    background: linear-gradient(270deg, #F9C033 0.21%, #97CB56 35.11%, #4C93CF 66.13%, #ED3E29 100%);
    border-radius: 15px;
    transform: rotate(90deg);
  }

  button{
    min-width: 312px;
    min-height: 37px;
    background: #2F7BAF;
    border-radius: 22px;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    font-weight: 600;
  }

  button:hover{
    background: #26628b;
  }

  .grid-footer{
    display: grid;
    grid-template-columns: 65% 35%;
    justify-items:center ;
  }

  .grid-footer-line{
    padding-bottom:10px ;
    border-bottom: 1px solid #3A3A3A;
  }

  .footer-ul{
    font-size: 12px;
  }


  .ul-priv li{
    padding: 0px 10px 0px !important;
  }

  .bg-fragmenta{
    background: #4075A3;
  }

  .bg-footer{
    background: linear-gradient(180deg, #FAFAFA 0%, #F2F2F2 100%);;
  }


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

  .footer-ul li a{
    text-decoration: none;
    color: #3A3A3A;
  }

  .footer-ul {
    display: flex;
    justify-content: end;
  }

  .logo-footer{
    display: flex;
    flex-direction: row;
  }


  .border-img-footer{
    height: 80% !important;
    border-right: 1px solid #4075A3;
  }

  .footer-ul-social li{
    padding: 0px 8px;
  }

  .link_footer:hover a{
    color: #4075A3;
  }

  .img-medical{
      width: 30%;
  }


  .banner-medical-hospital{
    width: 30%;
  }


  .grid-gallery{
    display: grid;
  }

.cbp-caption-defaultWrap{
    height: 403px;
    width: 603px;
  }


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


  .grid-management{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items:center;
  }


.grid-gray-1{
  background: #FBFBFB;
}


.grid-management, .grid-results h1, h4, h3{
  margin: 0;
}


.grid-gray-2{
  background: #F5F5F5;
}


.grid-management-card:hover{
  background: #4C93CF !important;
  color: white;
  cursor: default;
}

.grid-management-card:hover h1{
  color: white;
}


.grid-management-card:hover h4{
  color: white;
}


.about .area{
  transform: rotate(180deg);
}

.about .area{
  height: 135px;
}


.grid-expertise{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items:center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}


.grid-expertise-card{
  min-height: 125px;
  width: 100%;
  border-radius: 20px;
}


.grid-expertise-inner{
  display: grid;
  justify-items:center;
  grid-column-gap: 20px;
}

.grid-expertise-inner-div{
  width: 88px;
  height: 88px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-left{
  grid-template-columns: 23% 73%;
}


.expertise-right{
  grid-template-columns: 69% 28%;
  text-align: end;
}

.bg-customized{
  background: #4075A3;
  min-height: 165px;
}

.bg-customized .flechas{
  right: 0!important;
  height: 165px;
  top: 0;
}

.bg-customized button{
  min-width: 172px !important;
  min-height:37px !important;
  background: white;
  position: relative;
  z-index: 1;
  color: #4075A3;
  cursor: pointer;
  margin-bottom: 0px;
}

.bg-customized button:hover{
  background: #4075A3;
  color: #fff;
  border: 1px solid white;
}

.grid-results{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items:center;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.grid-results h1, h3{
  color: white;
}


.grid-customized-solutions{
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items:center;*/
}

.div-color{
  width: 20px;
  /*height: 100%;*/
  /*background: #4A93CF;*/
  border-radius: 10px 0px 0px 10px;
}


.grid-customized-solutions p{
  margin: 0;
}


.grid-customized-solutions img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 1/1;
  height: 850px;
}


.medical{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: initial !important;
  height: auto !important;
}



.grid-medical{

}


.circle-best-experts{
  width: 77px;
  height: 77px;
  border-radius: 50%;
}

.SwiperBestExpert .swiper-slide {
  background: transparent !important;
  padding: 10px 10px 0px !important;
  cursor: all-scroll;
}


.SwiperServicios  .swiper-slide {
  padding: 10px 10px 0px !important;
}

.SwiperBestExpert p{
  margin: 10px 0px;
}

.section-grid-vertical{
  /*height: 800px;*/
}



.grid-vertical-transport{
  display: grid;
  /*grid-template-columns: 50% 47%;*/
  grid-template-columns: 42% auto;
  justify-items:center;
  grid-column-gap: 30px;
  /*height: 700px;*/
  grid-row-gap: 30px;
}


.grid-vertical-transport img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 1/1;
}  


.grid-vertical-transport-inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items:center;
  grid-row-gap: 30px;
}


.grid-vertical-transport p{
  margin-top: 10px;
}

.grid-vertical-transport-inner p{
  text-align: center;
}


.div-vertical-transport-img{
  min-height: 560px;
  width: 100%;
}

.div-vertical-transport-img-inner{
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  opacity: 0.8;
  background: white;
   
}

.div-vertical-transport-img-inner-second{
  position: absolute;
  height: 185px;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  /*padding: 0;*/
}

.div-vertical-transport-img-inner-second img{
  padding-right: 20px;
  aspect-ratio: 1/1;
  object-fit: none;
}

.div-vertical-transport-img-inner-second div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.circle-white{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.SwiperBestExpert .swiper-slide{
  padding: 0;
  background: transparent;
  justify-content: start;
}

.area-img-gray{
  width: 410px;
  height: 230px;
  background: #D9D9D9;
  border-radius: 50% !important;
}

.area-img-gray img{
  width:270px;
  height: 100%;
}

.line-colors{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #F9C033 0.21%, #97CB56 35.11%, #4C93CF 66.13%, #ED3E29 100%);
}

.line-colors-banner-bottom{
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #F9C033 0.21%, #97CB56 35.11%, #4C93CF 66.13%, #ED3E29 100%);
  z-index: 4;
  position: relative;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(64, 117, 163, 0.8);
}

.img-text-footer .col-6 p{
  padding: 0 !important;
  margin: 0 !important;
}


.elevator {
  animation-name: example;
  animation-duration: 100s;
  animation-iteration-count: infinite;
}


.elevator-izq{
  animation-name: izq;
  animation-duration: 40s;
  animation-iteration-count: infinite;
}


.elevator-der{
  animation-name: der;
  animation-duration: 40s;
  animation-iteration-count: infinite;
}

.img-sap{
  margin-bottom: 0px;
}

.arrow{
  position: relative;
  z-index: -1;
}

.arrow2{
  position: relative;
  z-index: 2;
  transform: rotate(180deg);
}

@keyframes example {
  0% {top:450px;}
  25%{top:65px;}
  50% {top:450px;}
  75% {top:65px;}
  100%{top:450px;}
}


@keyframes izq {
    0% {top:240px;}
    25%{top:140px;}
    50% {top:240px;}
    75% {top:140px;}
    100%{top:170px;}
  }


@keyframes der {
    0% {top:20px;}
    25%{top:265px;}
    50% {top:20px;}
    75% {top:265px;}
    100%{top:20px;}
  }



.SwiperServicios h3{
  color: #4075A3;
}


.SwiperServicios .swiper-slide{
  justify-content: flex-start;
  background: transparent;

}


.SwiperServicios .swiper-wrapper{
  height: 100%;
}

.service-bg{
  background: #FAFAFA;
}

.cover-services h3{
  color: #4C93CF;
}


.service-cover-section-a{
  position: relative;
  bottom: -100px;
}


.service-cover-section-b{
  position: relative;
  top: -100px;
}


.grid-business{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 20px 0px 40px;
}


.grid-business .sinergman-aqua{
  border-radius: 10px 10px 0px 0px;
}


.grid-business, .grid-solutions-project li{
  padding-bottom: 5px;
  list-style: none;
}


.grid-solutions-project{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: start;
}


.grid-solutions-project h3{
  color: #4075A3;
}


.border-radius-top{
  border-radius: 10px 10px 0px 0px;
}

.border-radius-bottom{
  border-radius: 0px 0px 10px 10px;
}

.flechas{
  height: 200px;
  right: -50px;
  filter: brightness(0.5);
  display: block;
}

.flecha{
  position: absolute;
  right: 0;
  bottom: -20px;
}

.flecha-2{
  position: absolute;
  left: 350px;
  bottom: -20px;
}

.mundo{
  top: -27px;
  height: 290px;
  right: 60px;
}

.grid-banner-inner{
  display: grid;
  grid-template-columns: 20% 80%;
}


.grid-banner{
  display: grid;
  grid-template-columns: 70% 30%;
}

.navbar-collapse .collapse .show{
  background: blue;
}

.grid-cover{
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 3px solid #BBBBBB;
}

.grid-cover-inner{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 20px;
}

.grid-cover-div-1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.grid-cover-div-2{
  display: flex;
  flex-direction: column;
  align-items: end;
  align-content: stretch;
}


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

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


  .division-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .division-inner p{
    text-align: center;
  }


  .img-edificio-1{
    right: -180px;
    top: 0;
  }

  .img-edificio-2{
    left: -140px;
    top: 0;
  }

  .grid-contact{
    display: grid;
    grid-template-columns: 60% auto;
    grid-row-gap: 20px;
  }

  .grid-contact-img{
    display: grid;
    grid-template-columns: 60% auto;
  }

  .contact-bg{
    background: linear-gradient(180deg, #2E5373 0%, #4075A3 100%);
  }

  .contact-div-img-1{
    height: 311px;
  }

  .contact-div-img-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0%;
    aspect-ratio: 1/1;
  } 

  .enviarbut{
    min-width: 130px !important;
    min-height: 37px;
    background: #2F7BAF;
    border-radius: 22px;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enviarbut:hover{
    background: #26628b;
  }

.blue {
  position: relative;
  animation: myfirst 3s 2;
  animation-direction: alternate;
}


.jam {
  position: relative;
  animation: myfirstA 3s 2;
  animation-direction: alternate;
}


.jamA{
  position: relative;
  animation: myfirstB 3s 2;
  animation-direction: alternate;
}


.blueSecond {
  position: relative;
  animation:secondt 3s 2;
  animation-direction: alternate;
}


.jamSecond {
  position: relative;
  animation: secondA 3s 2;
  animation-direction: alternate;
}


.jamASecond{
  position: relative;
  animation: secondB 3s 2;
  animation-direction: alternate;
}

@keyframes myfirst {
  0%   {left: -100px; }
  100% {left: 0px; }
}

@keyframes myfirstA {
  0%   {left: 100px; }
  100% {left: 20%; }
}

@keyframes myfirstB {
  0%   {left: 150px; }
  100% {left: 19%; }
}


@keyframes second {
  0%   {right: -100px; }
  100% {right: 0px; }
}

@keyframes secondA {
 0%   {right: 160px; }
  100% {right: 20%; }
}

@keyframes secondB {
  0%   {right: 35px; }
  100% {right: 7%; }
}

body {
    /*background-color: #F9F9F9;*/
}

#background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 58%;
    height: 100%;
    background-color: #F9F9F9;
    z-index: 1;
}

#content {
    position: relative;
    z-index: 2;
}

.site-footer{
    position: relative;
    z-index: 1;
}


.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.block h2{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: transparent;
}
.img-parallax {
  /*width: 100vmax;*/
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}


.container-cover{
  height: 90vh;
}


.cbp-popup-navigation-wrap{
  
}


.body-priv{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}


/*Medias*/
	@media only screen and  (max-width: 1199px) {

    .img-sector{
      display: block;
    }

    .banner-medical-lg{
      display: initial;
    }

    .banner-medical-md{
      display: none !important;
    }
    .service-cover-section-a{
      position: relative;
      bottom: 0px;
    }


    .service-cover-section-b{
      position: relative;
      top: 0px;
    }

    .item-porta{
      display: block;
    }

    @keyframes example {
      0%  {top:398px;}
      25%{top:70px;}
      50%  {top:200px;}
      75%  {top:70px;}
      100% {top:200px;}
    }
	}

	@media only screen and  (max-width: 991px)  {

    .grid-solutions{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items:center ;
      grid-column-gap: 20px;
      grid-row-gap: 110px;
    }

    .banner-medical{
      flex-direction: column;
    }


    .banner-medical-text{
      text-align: left;
    }

    .banner-medical-hospital{
      position: absolute;
      width: 45%;
      top: 18px;
    }

    .img-medical{
      width: 35%;
    }

    .banner-medical-lg{
      display: none !important;
    }

    .banner-medical-md{
      display: block !important;
    }


    .grid-certification{
      grid-template-columns: 60% 40%;
    }


    .grid-certification div{
      align-items: center;
    }


    .grid-certification img{
      height: 100px;
    }

    .img-sector{
      display: none;
    }

    .text-a, .text-b, .text-c, .text-d{
      display: none;
    }


    .cbp-caption-defaultWrap {
       width: 100%; 
    }

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
      display: flex;
      align-items: center;
      justify-content: initial;
      flex-direction: row;
    }

    .navbar-brand{
      padding: 0;
      margin: 0;
    }

    .navbar-toggler{
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    .navbar-toggler{
      min-width: auto !important;
      min-height: auto !important;
    }


    .navbar-toggler:hover{
      background: transparent;
    }

    .menu-movil{
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      /*padding-top: 15px;*/
    }

    .navbar-toggler {
      padding: 0px 0px 0px 0px;
    }

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

    .grid-footer-line {
      padding-top: 10px !important;
      border-bottom: 1px solid transparent;
    }

    .img-text-footer{
      justify-content: center;
    }


    .img-text-footer .col-4{
      display: flex;
      justify-content: end;
      align-items: center;
    }

    .img-text-footer .col-6{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .img-text-footer .col-6 p{
      padding: 0 !important;
      margin: 0 !important;
    }

    .footer-ul {
      justify-content: center;
    }


    @keyframes example {
      0%  {top:300px;}
      25%{top:70px;}
      50%  {top:300px;}
      75%  {top:70px;}
      100% {top:300px;}
    }

    .grid-banner {
      display: grid;
      grid-template-columns: 60% 40%;
    }

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

    .grid-banner-inner {
      grid-template-columns: 6% auto;
    }

    /*.grid-banner-inner div{
      right: 30px !important;
    }*/

    .line-colors-banner{
      position: absolute;
      top: 60px;
    }

    .flechas{
      display: none;
    }

    .bg-customized .flechas{
      display: block;
    }

    .bg-customized .grid-banner-inner {
      grid-template-columns: 6% auto;
    }

    .grid-cover{
      grid-template-columns: 100%;
      grid-row-gap: 30px;
    }

    /*.grid-cover-div-1{
      grid-column: 1;
      grid-row: 2;
    }*/

    .grid-cover-div-1 img{
      display: none;
    }

    /*.grid-cover-div-2{
      grid-column: 1;
      grid-row: 1;
    }*/

    .grid-cover-div-2 .b{
      width: 100%;
    }

    .grid-management h1{
      margin: 0.75rem;
    }

    .grid-vertical-transport{
      grid-template-columns: repeat(1, 1fr);
      /*height: 100%;*/
    }

    .img-edificio-1{
      right: 0;
      top: 127px;
      width: 170px;
    }

    .img-edificio-2{
      left: 0;
      top: 83px;
      width: 140px;

    }

    .div-vertical-transport-img{
      height: 560px;
      width: 100%;
    }

    .section-grid-vertical {
      /*height: 1030px;*/
    }

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

    .contact-div-img-1 {
        height: 207px;
    }

    .contact-div-img-2{
      width: auto !important;
      right: 0 !important;
      left: inherit;
    }

    .contact-div-img-2 img{
      height: 280px;

    }

    #content{
      padding: 0;
    }

    .nav-item{
      margin: 20px 0px;
    }

    .nav-three-circles:hover{
      color: red;
    }

    .nav-three-circles .navbar-nav .nav-item .nav-link::after{
      display: none;
    }

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

    .text-align-right{
      text-align: start;
    }


    .text-align-left{
      text-align: start;
    }

    .mundo{
      top: 0px;
      height: auto;
      right: 0px;
    }

    .item-porta{
      display: block;
    }

    .plus {
      margin: auto;
    }


     .container-cover{
      height: 65vh;
    }

	}

	@media only screen and  (max-width: 767px)  {
    .grid-solutions{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-items:center ;
      grid-column-gap: 20px;
      grid-row-gap: 110px;
    }

    .banner-medical-text{
      text-align: center;
    }

    .banner-medical-hospital{
      position: unset;
      width: 60%;
    }

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

    .grid-certification img{
      height: 130px;
    }

    .grid-management{
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 10px;
    }

    .grid-management h1{
      margin: 0;
    }

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

    @keyframes example {
      0%  {top:180px;}
      25%{top:70px;}
      50%  {top:200px;}
      75%  {top:70px;}
      100% {top:200px;}
    }


    @keyframes izq {
      0% {top:70px;}
      25%{top:100px;}
      50% {top:70px;}
      75% {top:100px;}
      100%{top:70px;}
    }


    @keyframes der {
      0% {top:30px;}
      25%{top:85px;}
      50% {top:30px;}
      75% {top:85px;}
      100%{top:30px;}
    }

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

    .grid-solutions-project{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }

    .grid-banner {
      grid-template-columns: 57% auto;
    }

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

    .footer-ul{
      white-space: nowrap;
    } 

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

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

    .division-inner{
      padding: 20px 0px;
    }

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

    .img-edificio-1{
      /*right: -250px;
      top: inherit;
      bottom: 0;*/
      display: none;
    }

    .img-edificio-2{
      /*left: -150px;
      top: inherit;
      bottom: 0;*/
      display: none;
    }

    .custom-solution-1{
        grid-row-end: 1;
    }


    .custom-solution-2{
        grid-row-end: 2;
        width: 100%;
        height: 400px;
    }


    .custom-solution-3{
        grid-row-end: 4;
        width: 100%;
        height: 400px;
    }


    .custom-solution-4{
        grid-row-end: 3;
    }

    .section-grid-vertical{
      /*height: 1070px;*/
    }

    .bg-customized .flechas{
      right:0px!important;
      top: inherit;
    }


    /*.bg-customized button{
      margin-bottom: 30px;
    }*/

    .grid-management{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-items:center;
    }

    .grid-cover-inner{
      display: grid;
      grid-template-columns: 100%;
      grid-column-gap: 20px;
    }

    .div-vertical-transport-img-inner-second {
      flex-direction: column-reverse;
      padding: 0px 10px;
      height: 230px;
    }

    .div-vertical-transport-img-inner {
       height: 300px;
    }

    .div-vertical-transport-img .line-colors-banner-bottom{
      bottom: 300px;
    }

    .div-vertical-transport-img {
        height: 600px;
    }

    .div-vertical-transport-img-inner-second{
      /*bottom: 110px;*/
    }

    .div-vertical-transport-img-inner-second img{ 
      height: 50px;
    }

    .contact-div-img-1 {
        height: 150px;
    }

    .contact-div-img-2 img {
      height: 200px;
    }

    .cloud1{
      display: none;
    }

    .cloud2{
      display: none;
    }

    .imagotipo{
      display: none;
    }

    .height-cover{
      height: 150px;
    }

    .flecha{
      bottom: -8px;
    }

    .plus {
      margin: 31% 43%;
    }

    #background {
    position: inherit;
    }

    .text-align-right{
      text-align: start;
    }

    .text-align-left{
      text-align: start;
    }

    .mundo{
      top: 20px;
      height: auto;
      right: 0px;
    }

    .item-porta{
      display: none;
    }

    .arrow{
      position: relative;
      z-index: -1;
    }

    .arrow2{
      position: relative;
      z-index: -1;
      transform: rotate(180deg);
    }

     .container-cover{
      height: 50vh;
    }

    .grid-sap-inner{
      flex-direction: column;
    }

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

    .cloud1A{
      opacity: 0.3;
    }

    .cloud2{
      opacity: 0.3;
    }

    .cloud2A{
      opacity: 0.3;
    }
  }

	@media only screen and  (max-width: 575px) {
    .grid-banner {
      grid-template-columns: repeat(1, 1fr);
      padding-bottom: 0px;
    }

    .grid-banner-inner{
      padding: 20px 0px;
    }

    .text-card-solutions {
      top: 8px;
    }

    .grid-certification img {
      height: 100px;
    }
    .bg-banner {
      max-height: 470px;
    }

    .mundo{
      position: relative!important;
      /*height: 100%;*/
      top: -8px;
      right: -15px;
    }

    .bg-customized .flechas{
      top: -140px;
      height: 165px;
      right: -10px!important;
    }

    .section-grid-vertical{
     /* height: 1140px;*/
    }


    .division-inner{
      padding: 50px 0px;
    }

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

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

    .flecha{
      bottom: -5px;
    }

    .plus {
      margin: 40% 40%;
    }

    .arrow{
      position: relative;
      z-index: -2;
    }

    .arrow2{
      position: relative;
      z-index: -2;
      transform: rotate(180deg);
    }
    /*.cbp-popup-lightbox .cbp-popup-next {
        right: 0px !important;
    }*/

    .cbp-popup-close, .cbp-popup-next, .cbp-popup-prev{
      position: absolute;
      top: 0;
      z-index: 3;
    }

    .cbp-popup-next, .cbp-popup-prev, .cbp-popup-close{
        z-index: -1 !important;
    }

    .cbp-popup-next, .cbp-popup-prev{
      position: absolute;
      top: 0;
      z-index: 3;
    }

    .arrow{
      z-index: -2;
    }

    .cloud1{
      display: none;
    }
    .cloud2{
      display: none;
    }

    .container-cover{
      height: 45vh;
    }

    @keyframes example {
      0%  {top:170px;}
      25%{top:70px;}
      50%  {top:200px;}
      75%  {top:70px;}
      100% {top:200px;}
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      
      top: 50%;
      position: absolute;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      bottom: 0;
      top: 50%;
      position: absolute;
    }
	}





.mystyle {
  background: #4075A3 !important;
}


.cbp-l-caption-alignCenter{
  height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
}

}

