@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Poppins:wght@100;200;300;400;500&display=swap');

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 300;
}

.main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.25rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1.pre-title {
    font-size: 15px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0px;
}

h1.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
    float: left;
    left: 0px;
}

h1.section-title::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: black;
    position: relative;
    float: left;
    top: 10px;
    left: 0px;
    margin-right: 100%;
}

h1.section-title.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

h1.section-title.center::after {
    left: 0px;
    top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h4.pre-title {
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

h4.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

body {
  font-family: 'Poppins', sans-serif;
}

p {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    line-height: 2rem;
}

.bg-light {
    background-color: #f7f7f7!important;
}

.xsmall {
    font-size: 12px;
}

a {
    color: #5d5d5d;
    text-decoration: none;
    transition: 0.4s;
}

a:hover {
    color: #000;
    transition: 0.4s;
}

.ls-md {
  letter-spacing: 5px;
}

.ls-lg {
  letter-spacing: 10px;
}

.ls-xl {
  letter-spacing: 15px;
}

.lh-2 {
    line-height: 20px;
}

#productos {
    padding: 80px 0px 60px 0px;
}

#novedades {
    padding: 60px 0px 50px 0px;
}

#myContent {
  padding-top: 80px;
  margin-top: -80px;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
    border-radius: 0px;
    padding: 8px 25px;
}

.btn-primary {
    color: #fff;
    background-color: #5f636c;
    border-color: #5f636c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #242325;
    border-color: #242325;
}

.btn-primary:focus {
    color: #fff;
    background-color: #413f42;
    border-color: #413f42;
}

.btn-secondary {
    color: #fff;
    background-color: #969ba1;
    border-color: #969ba1;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #969ba1;
    border-color: #969ba1;
}

.btn-sm {
    padding: 8px 20px;
    font-size: 12px;
}


.bg-blue {
    background-color: #003f5d!important;
}

.contact-container {
    background-color: transparent;
    padding: 40px;
    border-radius: 0px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
.main-title {
    font-size: 2.25rem;
    margin-top: 0px;
}
  
p {
    font-size: 0.9rem;
}
  
.sub-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 10px;
}
  

.btn {
    letter-spacing: 2px;
    padding: 5px 10px;
}
  
}


/* -=-=-=-=-=-=-=- CAROUSEL MAIN -=-=-=-=-=-=-=-*/
#carouselMain {
    background-color: #000000;
    z-index: 1;
}

.carousel-img {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: 1;
    animation: zoomIn;
    animation-duration: 100s;
}

@keyframes zoomIn {
    0% {transform: scale(100%);}
    100% {transform: scale(300%);}
}


.carousel-item.main  {
    width: auto;
    height: 100%;
    min-width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-caption.main {
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 70%;
    height: 700px;
    margin-top: auto;
    margin-bottom: auto;
}

.logoCarousel {
    width: 260px;
    margin-top: -20px;
}

.carousel-caption.main h1.alt {
    font-family: 'Poppins', sans-serif;
    font-size: 20px!important;
    line-height: 40px;
    color: white;
    font-weight: 200;
    margin-bottom: 0px;
    text-align: left;
    margin-top: -5px;
    letter-spacing: 0px;
    text-align: center;
    width: 60%;
}

.carousel-caption.main h1 {
    font-family: 'Prata', serif;
    font-size: 64px!important;
    line-height: 64px;
    letter-spacing: -1px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 60px;
}

.captionDivider {
    content: '';
    height: 1px;
    width: 100px;
    background-color: white;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 80px;
}

.carousel-credit {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}


.carousel.full-height {
    height: calc(100vh - 100px);
    overflow: hidden;
}

@media (max-width: 767px) {
.carousel-caption.main {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 100px;
}
  
.carousel-caption.main h1.alt {
    font-family: 'Poppins', sans-serif;
    font-size: 15px!important;
    line-height: 26px;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}
  
.logoCarousel {
    width: 140px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}
}

@media (min-width: 1268px) {
  .carousel-caption.main h5 {
    font-size: 120px;
}
}


/* -=-=-=-=-=-=-=- ARROW DOWN -=-=-=-=-=-=-=-*/
.arrow {
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 90%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: transform 0.1s;
    width: 30px;
    z-index: 2;
}

.arrow-top, .arrow-bottom {
    background-color: rgba(255,255,255,0.5);
    height: 2px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.arrow-top:after, .arrow-bottom:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
    left: -5px;
    top: 39px;
}
.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}
.arrow:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.arrow:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9) rotate(90deg);
}


@media (max-width: 767px) {
.arrow {
    bottom: 10%;
}
}


/* -=-=-=-=-=-=-=- FOOTER -=-=-=-=-=-=-=-*/
.footer {
    padding: 50px 0px 0px 0px!important;
    border-top: 1px solid #fff;
    font-family: 'Lato', sans-serif;
    background: rgb(0 0 0);
}

.footer h5 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.footer p {
    color: white;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer ul li a:hover {
    transition: 0.4s;
    margin-left: 5px;
}

.footer ul {
    list-style: none;
    margin-left: 0px;
    position: relative;
    left: -30px;
    color: #fff;
}

.footer .bg-dark {
    background-color: #171717!important;
}

img.footer-logo {
    margin-top: -20px;
}

.certified-logo {
  height: 50px;
  float: left;
}

h5.certificado-por {
    text-align: left;
    margin-top: 0px;
}

.mapa-sitio {
    margin-left: 30px;
    margin-right: -60px;
}

@media (max-width: 991px) {
  h5.certificado-por {
    text-align: center;
    margin-top: 30px;
}
.certified-logo {
  float: none;
}
}

@media (max-width: 767px) {  
.mapa-sitio {
    margin-left: 0px;
    margin-right: 0px;
}
  
.footer h5 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
  
.footer ul {
    left: 0px;
    margin: 0px;
    padding-left: 0px;
}
  
.footer ul li a {
    letter-spacing: 2px;
}
  
.footer p.xsmall {
    font-size: 12px;
}
  
.certified-logo {
  height: 40px;
}
  
img.footer-logo {
    margin-top: -20px;
    max-width: 100%;
}
  
footer.footer .container-fluid {
    padding: 0px 20px;
}
  
.footer {
    padding: 50px 0px 0px 0px!important;
    text-align: center;
}
  
footer.footer h5 {
    text-align: center;
}
  
footer.footer ul li {
    text-align: center;
    line-height: 14px;
    margin-bottom: 14px;
}
}

a.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: 300;
    transition: 0.4s;
}

a.footer-social:hover {
    opacity: 0.5;
    transition: 0.4s;
}

a.footer-social .icon {
    margin-top: -3px;
}

@media (max-width: 767px) {
a.footer-social {
    margin-left: 0px;
}
}

/* -=-=-=-=-=-=-=- NAVBAR SCROLLED -=-=-=-=-=-=-=-*/
.navbar-brand img {
    width: 200px;
    margin-top: 0px;
}

.navbar-brand {
    padding-top: 0px;
    margin-top: -5px;
}

@media (max-width: 991px) {
.navbar-brand img {
    width: 200px;
    margin-top: -10px;
}
}

@media (max-width: 767px) {
.navbar-brand img {
    width: 160px;
    margin-top: 2px;
}
}

@media (min-width: 768px) {
.navbar {
    background-color: transparent;
    height: 0px;
    transition: 0.4s;
    opacity: 0;
}
  
.navbar.en {
      margin-top: 0px;
}

.navbar.shrink {
    background: white;
    height: 100px!important;
    transition: 0.4s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    opacity: 1;
}

.navbar.shrink .nav-link-main {
    padding: 1.75rem;
}

.nav-link.nav-link-main.nav-link-dashboard.dropdown-toggle {
  padding: 4.35rem 0 0;
}
  
.navbar.shrink a.nav-link .si {
    filter: invert(1);
    opacity: 0.5;
}
  
}


@media (max-width: 992px) {
#logoDA {
    width: 200px;
    height: 65px;
    transition: all 0.5s ease;
    background-image: url("../img/logo_color.svg");
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: -15px;
    margin-left: -10px;
}

.navbar {
    background: white;
    height: 80px!important;
    transition: 0.4s;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
  
.navbar .navbar-toggler {
    margin-top: 0px;
    margin-right: 0px;
}
  
.navbar .navbar-toggler span {
    background-color: #003f5e;
}

}

@media (min-width: 992px) {
.navbar.shrink #logoDA {
    width: 220px;
    height: 80px;
    transition: all 0.5s ease;
    background-image: url("../img/logo_color.svg");
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 0px;
}
  
}

.navbar.shrink .nav-link-main {
    color: #fff;
}

.navbar.shrink .nav-item a {
    color: #000;
}

.navbar.shrink .navbar-toggler span {
    background-color: #003f5e;
}

.navbar .nav-item a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    transition: -0.6s;
    padding: 20px 14px 15px 14px!important;
}

@media (max-width: 1199px) {
.navbar .nav-item a {
    letter-spacing:2px;
    font-size: 12px;
    padding: 24px 10px!important;
}
}

@media (max-width: 991px) {
.navbar .nav-item a {
    font-size: 16px;
    padding: 10px 5px!important;
    letter-spacing: 4px;
    color: #fff!important;
    font-weight: 200;
}
  
  
.navbar.en {
      margin-top: 0px!important;
}
}
  
.navbar .nav-item a:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.navbar .nav-item ul li a:hover {
    transition: 0.4s;
    background-color: #f7f7f7;
    color: #144a66!important;
    opacity: 1;
}

.nav-item.language::before {
    content: '';
    width: 1px;
    background-color: #fff;
    height: 30px;
    position: absolute;
    top: 45px;
    transition: 0.4s;
}

.navbar.shrink .nav-item.language::before {
    background-color: #003f5e;
    top: 25px;
    transition: 0.4s;
}

.navbar.shrink .nav-item a.nav-link.active {
    color: #b7b7b7!important;
    opacity: 1;
}

a.nav-link.active::after {
    content: '';
    height: 1px;
    width: 40%;
    background-color: #b7b7b7;
    position: relative;
    top: 10px;
}

a.nav-link.mobile.language::before {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #043952;
    position: absolute;
    left: 5%;
    margin-top: -20px;
}

a.nav-link.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0px;
    position: absolute;
    top: 60px;
    width: 100%;
    margin-top: 20px;
}
  
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    height: calc(100vh - 80px);
    background: rgb(0 0 0 / 90%);
    justify-content: space-between;
    padding: 40px 0px 80px 0px;
    align-items: center;
    margin-top: 40px;
}
}

@media (max-width: 768px) {
  
.navbar-nav {
    margin-top: 0px;
} 
}

/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #000000!important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
}

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




/* -=-=-=-=-=-=-=- ICONS -=-=-=-=-=-=-=-*/
.icon {
    content: '';
    background-size: cover;
    width: 120px;
    height: 120px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.icon.xs {
    width: 15px;
    height: 15px;
    top: 2px;
}

.icon.sm {
    width: 20px;
    height: 20px;
}

.facebook {background-image: url("icons/facebook.svg");}
.instagram {background-image: url("icons/instagram.svg");}
.linkedin {background-image: url("icons/linkedin.svg");}

.navbar.shrink .icon.xs.facebook {background-image: url("icons/facebook-blue.svg");}
.navbar.shrink .icon.xs.instagram {background-image: url("icons/instagram-blue.svg");}

.facebook.blue {background-image: url("icons/facebook-blue.svg");}
.instagram.blue {background-image: url("icons/instagram-blue.svg");}

.social-link {
    display: none;
}

.si.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 120px;
}

@media (max-width: 1199px) {
.social-link {
    width: auto;
    display: flex;
    justify-content: space-evenly;
    top: -4px;
    position: relative;
}
  
.si.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
}


.card.home::after {
    content: '';
    width: 94%;
    height: 94%;
    border: 1px solid #fff;
    position: absolute;
    top: 3%;
    left: 3%;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0);
    transition: 0.4s;
}


a.cardsHome:hover .card.home::after {
    transition: 0.4s;
    opacity: 0;
}

.card.home {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 20%);
    border-radius: 0px;
    overflow: hidden;
    height: auto;
    transition: 0.4s;
    border: none;
    min-height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

a.cardsHome:hover .card.home {
    box-shadow: none;
    background-color: #f7f7f7;
    filter: invert(1);
}


.card.home .card-header {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border-bottom: 0px;
}

a.cardsHome:hover .card-header {
    background-color: #f7f7f7;
    margin-top: 20px;
}


.card.home .card-body {
    padding-bottom: 0px;
    width: 88%;
    margin-left: 6%;
    margin-bottom: 20px;
}

.card-header.main {
    background-color: #fff;
}

.bkgCard {
    background-image: url("../img/slider-1.jpg");
    background-size: cover;
    width: 100%;
    height: 200px;
    opacity: 1;
    background-blend-mode: multiply;
    position: absolute;
    transition: 0.4s;
}

a.cardsHome:hover .card.home .card-body {
    margin-top: -40px;
}

a.cardsHome .card.home .card-body {
    margin-top: 0px;
    transition: 0.4s;
}


a.cardsHome .cardLogo {
    position: absolute;
    opacity: 0;
}

a.cardsHome:hover .cardLogo {
    opacity: 1;
    transition: 0.4s;
}

a.cardsHome .cardIso {
    position: absolute;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    transition: 0.4s;
    filter: invert(0);
    margin-top: 50px;
}

a.cardsHome:hover .cardIso {
    position: absolute;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    transition: 0.4s;
    filter: invert(0);
    margin-top: 10px;
}

ul.invLib li {
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 200;
}

ul.invLib {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.invLib li:before {
    content: "-";
    background-image: '-';
    background-repeat: no-repeat;
    padding-right: 5px;
    background-size: contain;
    margin-right: 5px;
    margin-left: -15px;
}


@media (max-width: 992px) {
h1.pre-title {
    font-size: 12px;
    text-align: center;
    letter-spacing: 6px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

h1.section-title {
    font-size: 24px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    text-align: center;
}
  
h1.section-title::after {
    width: 60px;
    height: 1px;
    top: 60px!important;
    left: calc(50% - 30px)!important;
    position: absolute;
    right: auto;
    float: none;
}
  
.diagBox {
   display: none;
}
  
section#hacemos {
    margin-top: 0px!important;
    padding-top: 50px!important;
    padding-bottom: 0px!important;
}
  
  
.card.equipo {
    margin-top: 0px!important;
    margin-bottom: 180px!important;
    padding: 0px 20px!important;
    width: 90%!important;
    margin-left: 5%!important;
    top: 120px;
}
  
.card.equipo .card-body {
    margin-top: -40px;
    background-color: #f7f7f7;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
}
  
.equipo-img {
    min-height: 270px!important;
}
  
section#contact {
    height: 100%!important;
}
.contact-container {
    padding: 0px!important;
    margin-top: 0px!important;
}
}


section#nosotros {
    background: rgb(247,247,247);
    background: linear-gradient(135deg, rgba(247,247,247,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    overflow: hidden;
    margin-top: -100px;
    padding-top: 100px;
}

section#hacemos {
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    overflow: hidden;
}

section#enfoque {
    background: rgb(247,247,247);
    background: linear-gradient(45deg, rgba(247,247,247,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
    overflow: hidden;
}

section#contacto {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    background-image: url("../img/bg-contacto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.form-control.custom {
    border: none;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.3);
    margin-bottom: 15px;
}


.hero-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -9999;
    padding-top: 100px;
    filter: grayscale(1);
}

.hero-wrapper video {
    width: 100vw;
}

.card.equipo {
    background-color: #f7f7f7;
    border-radius: 0px;
    border: none;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 40px 80px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}

label.labelCustom {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 300;
    margin-top: 4px;
    color: white;
}

.form-control {
    color: white;
}

.form-control:focus {
    color: white;
}

input {
  color-scheme: dark;
}

.form-control:focus {
    box-shadow: none;
}

#myImg {
    margin: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
}

.glance {
    width: 220px;
    margin-bottom: 30px;
    position: relative;
    top: 100px;
}

@media (max-width: 768px) {
#myImg {
    width: 100%;
}
  
section#nosotros {
    margin-top: 0px;
    padding-top:0px;
    background: #fff;
}
  
section#enfoque {
    background: rgb(247,247,247);
}
  
.glance {
    width: 160px;
    margin-bottom: 0px;
    margin-top: -20px;
}


}


/* -=-=-=-=-=-=-=- VIDEO HOME -=-==-=-=-=-=-=-=-*/
.vid-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
    overflow: hidden;
    max-height: 100vh;
    min-height: 100vh;
}

.home-logo {
    width: 260px;
    height: auto;
}

.vid-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
}

video#myVideo {
    position: absolute;
    opacity: 1;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    filter: grayscale(1);
}

.video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 63 93 / 15%);
    position: absolute;
}

.vid-content {
    position: relative;
    top: 0px;
    text-align: center;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-top: auto;
    margin-bottom: 50px;
    justify-content: center;
}

.vid-content h1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 200;
    margin-bottom: 40px;
    line-height: 30px;
}

.image-holder {
    top: 50px;
    width: 220px;
    position: relative;
}

@media (max-width: 768px) {
.vid-content {
    margin-top: 60px;
}
  
.image-holder {
    top: 50px;
    width: 150px;
    position: relative;
}
  
  .home-logo {
  width: 200px;
  height: auto;
}
  
.vid-content h1 {
    font-size: 15px;
    padding: 0px 0px;
    margin-top: 20px;
    line-height: 22px;
}
  
.captionDivider {
    margin-bottom: 0px;
    margin-top: 70px;
}

}


.contact-container h1 {
    color: white;
}

.contact-container h5 {
    color: white;
}

.contact-container p {
    color: white;
}

.contact-container a {
    color: white;
}

.contact-container h1::after {
    background-color: white;
}


.scrollTop {
    background-color: black;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    float: right;
    z-index: 1500;
    display: none;
    transition: 0.4s;
}

.scrollTopIcon {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-top: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


a.scrollTop:hover {
    filter: invert(1);
    transition: 0.4s;
}

.sideImgContainer {
    height: 75vh;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
}

.sideImgContent {
    width: 100%;
    min-height: 800px;
    top: 0px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    bottom: 0px;
}

.sideImgContent.right {
    background-image: url(../img/right_img_cover.svg);
}

.sideImgContent.left {
    background-image: url(../img/left_img_cover.svg);
    transform: rotateY(180deg);
}


.sideImgContainer img {
    min-height: 100%;
    background-repeat: no-repeat;
    animation: zoomIn forwards 150s;
    height: 100%;
    width: auto;
}

@keyframes zoomIn {
  0% {transform: scale(100%); transform-origin: left;}
  100% {transform: scale(300%); transform-origin: left;}
}


.mainContent {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.textContainer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.textContainer.left {
    padding-left: 60px;
    right: -60px;
    
}

.textContainer.right {
    padding-right: 60px;
    left: -60px;
}

@media (max-width: 768px) {
.textContainer {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px!important;
    margin-top: -200px;
}
  
.textContainer.left {
    padding-left: 0px;
    right: 0px;
}
  
.textContainer.right {
    padding-right: 0px;
    left: 0px;
}
  
.textContainer h1.section-title::after {
    margin-top: 30px;
}
  
.sideImgContent.left {
    background-image: url(../img/left_img_cover.svg);
    width: 140%;
    margin-left: -150px;
}
}



.field {
    font-size: .001em!important;
}


.js-validate-error-label {
    color: crimson;
    font-size: 0.9em;
    margin-top: -10px!important;
    margin-bottom: 15px!important;
}

div#fcf-thank-you {
    height: 140px;
    overflow: hidden;
}

.gracias {
    height: 100px;
    overflow: hidden;
}

.gptw-badge {
  position: fixed;
  bottom: 20px;       /* distance from bottom */
  left: 20px;        /* distance from left */
  z-index: 1000;      /* stay above other elements */
  display: block;
}

.gptw-badge img {
  width: 50px;        /* small, discrete size */
  height: auto;
  opacity: 0.7;       /* slightly transparent */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gptw-badge img:hover {
  opacity: 1;         /* full opacity on hover */
  transform: scale(1.05); /* subtle zoom */
}
