@import url('http://fonts.cdnfonts.com/css/gotham?styles=17581,17583,17589,17592');

:root {
    --services-bg-color: #2854af;
    --font-color: #21DDBC;
    --purple-color: #CD38C6;
    --bg-color: #21DDBC;
    --bg-gray: #D6D6D7;
    --mission: #05436f;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    position: relative;
}

/* TOOLS */
hr {
    width: 500px !important;
}
.graph-phone {
    display: none !important;
} 
.robosito {
    width: 30%;
    position: absolute; 
    bottom: 0; 
    margin: auto; 
    opacity: 0.3;
    left: 50%;
    transform: translate(-50%,-30%);
}
.text-black {
    color: black !important;
}
.btn-translate {
    z-index: 99999;
    position: absolute;
    top: 20px;
    right: 20px;
}
.service-list {
    text-align: left !important;
}
.translate {
    padding: 4px 4px 4px 4px;
    position: relative;
    top: -8px;
    width: 100px;
}
.robocitoPhone {
    position: absolute; 
    bottom: 25%; 
    left: 20rem; 
    width: 200px;
}
.imglist {
    transform: rotate3d(1,0,0,30deg);
    transition: all 1s;
}
.imglist:hover {
    transform: rotate3d(0,0,0,60deg);
}
.hidden {
    overflow: auto
}

.preloader {
    background-image: url('/images/1490.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

.select-service {
    width: 200px;
    margin: auto;
    position: relative;
    right: 20px;
    background-color: transparent !important;
    color: white !important;
    border-radius: 10px;
}

.extreme {
    background: linear-gradient(50deg, var(--bg-color), var(--purple-color));

    -webkit-background-clip: text;
    color: transparent;
}

.hamburger .hamburger__icon,
.hamburger .hamburger__icon:before,
.hamburger .hamburger__icon:after {
    background-color: white;
}

.hamburger__icon {
 
    margin-top: 20px;
    margin-left: 10px;
}

a.hamburger.active {
    background-color: #000;
}

.fat-nav.active {
    background-color: #000;
}

nav ul li a {
    font-family: 'Gotham Black', sans-serif !important;
    
}

p,
li,
a,
h4 {
    font-family: 'Gotham Light', sans-serif !important;
}

h2,
h3 {
    font-family: 'Gotham Black', sans-serif !important;
}

h3 {
    font-size: 18px;
}

input,
textarea {
    color: white !important;
    background-color: transparent !important;
}

.slider hr {
    height: 2px;
    position: relative;
    top: -30px;
    border: none;
    background-color: var(--font-color);
}

.progress {
    background: linear-gradient(90deg, rgba(42, 255, 223) 0%, rgba(31, 209, 178) 60%, rgba(48, 207, 243) 100%);
    height: 0.3rem;
}

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

.active-border {
    transition: 0.3s;
    border-bottom: 3px solid var(--font-color);
}

@media (max-width:378px) {
    .list-services {
        margin-left: 0 !important;
    }
}

/* TOOLS END */


/* HEADER */
.header {
    width: 100%;
    background-image: url('../images/welcome_1_1.jpg');
    height: 965px;
    /* min-height: 1050px; */
    background-repeat: no-repeat;
    background-position-y: -80px;
    background-size: cover;
    background-attachment: fixed;
    /*overflow: hidden; */
    position: relative;

}

.nav {
    height: 120px;
    align-items: center;
    /* line-height: 5em; */
    color: white;
    position: fixed;
    z-index: 1000;
    top: 0;
    /* max-width: 1000px; */
    width: 100%;
}

.header nav ul {
    position: relative;
    right: 30px;
    margin-top: 10px;
}


.navbar-fixed-top {
    display: flex;
    justify-content: center;
}

img {
    transition: all .5s ease-in-out;
}
.navbar-fixed-top {
    transition: background-color 1000ms linear;
}

.navbar-fixed-top.scrolled {
    width: 100%;
    height: 120px;
    background-color: rgba(18,66,110,0.8) !important;
    
}

.navbar-fixed-top.scrolled img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    


}

.thumbnail-box {
    width: 100%;
    aspect-ratio: 1 / 1; /* Square */
    overflow: hidden;
    border-radius: 4.5px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
     display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox-prev, .lightbox-next { 
    position:absolute; top:50%; 
    font-size:3rem; 
    color:#fff; 
    padding:0 1rem; 
    cursor:pointer; 
    user-select:none; 
    transform:translateY(-50%); 
}

.lightbox-prev { 
    left:20px; 
}

.lightbox-next { 
    right:20px; 
}


@media (max-width: 480px) {
    hr {
        width: 100% !important;
    }
    .welcome {
        margin-top: 0 !important;
    }
    .nav {
        display: none;
    }
    .robosito {
        width: 100%;
        bottom: 50%;
    }
    .qualification {
        height: 1320px !important;
    }
    .qualification-text {
        text-align: center !important;
    }

}

.ul {
    margin-left: 100px;
    display: flex;
    list-style: none;
}

.ul li {
    margin-left: 10px;

}

.ul li a {
    color: white;
    text-decoration: none;
}


.select {
    background-color: transparent !important;
    width: 150px;
    border-color: white;
    color: white !important;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: -10px;
    cursor: pointer;
}

select option {
    background-color: black;
    border: none;
}


/* WELCOME */
.welcome {
    z-index: 1;
    margin: auto;
    margin-top: 200px;
    width: 800px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   
    height: 50vh;   
}

.robotHome {
    width: 250px;
    position: absolute;
    top: 95px;
    right: 0;

}

@media (max-width: 480px) {
    .header {
     background-position-y: 0px;   
     background-attachment: unset
    }
    .welcome {
       
        width: 100%;
    }
    .welcome p {
        font-size: 16px !important;
    }
    .contact p {
        text-align: center;
    }
    .container-phone {
        height: 480px !important;
    }
    .row-phone {
        margin-top: 0 !important;
    }
    .work-history {
        margin-top: 0 !important;
    }
    .qualification-row {
        margin-top: 0 !important;
    }
    .service-list {
        margin-top: 0 !important;
    }

    
  
}
@media (min-width:375px) and (max-width:480px) {
   .welcome {
    transform: translate(0, 45%);   
   }
}

/* END WELCOME */

/* GRAPH */
.graph {
    position: absolute;
    bottom: 20rem;
    width: 100%;
    margin: auto;

}

.graph-img {
    position: absolute;
    top: 0;
    width: 100%;
}

.text-1 {
    position: absolute;
    left: 100px;
    top: 0;
}

.text-2 {
    position: absolute;
    top: 240px;
    left: 120px;
}

.text-3 {
    position: relative;
    top: 240px;
    left: 390px;
}

.text-4 {
    position: absolute;
    top: 240px;
    left: 780px;
}

.text-5 {
    position: absolute;
    top: 40px;
    left: 1100px;
}

@media (min-width:1540px) {
    .graph {
        position: relative;
        top: -600px;
    }

}

/* END GRAPH */
/* .start {
    font-size: 14px;
    width: 136px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: white;
    margin: auto;
    border-bottom: 2px solid var(--font-color);
} */

/* END HEADER */

/* SERVICES */
.services {
    height: 100vh;
    /* background-color: var(--services-bg-color); */
    background-image: url('../images/services.jpg');
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 59%, rgba(0, 0, 0, 0.3) 100%), url('../images/services.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .4)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 59%, rgba(0, 0, 0, 0.3) 100%), url('../images/services.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 59%, rgba(0, 0, 0, 0.3) 100%), url('../images/services.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 59%, rgba(0, 0, 0, 0.3) 100%), url('../images/services.jpg') no-repeat;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.robot {
    width: 200px;
}

.robot-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
}

.services ul {
    list-style: none;
}

.li {
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* END SERVICES */

/* QUALIFICATIONS*/
.qualification {
    /* background-image: url('../images/qualification_1.jpg'); */
    background-color: #17313c !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    min-height: auto;
}

.qualification p {
    font-size: 16px;
}

.qualification .progress {
    margin-bottom: 30px;
}

/* END-QUALIFICATIONS */

/* CLIENTS */
.clients {
    height: 100vh !important;
    min-height: 800px;
    background-color: var(--services-bg-color);
    position: relative;
}

/* END CLIENTS */

/* MISSIONS */
.mission {
    /* background-color: var(--mission); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, 0.65) 100%), url('../images/mission.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, 0.65) 100%), url('../images/mission.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, 0.65) 100%), url('../images/mission.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, 0.65) 100%), url('../images/mission.jpg') no-repeat;
    text-align: center;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mission-text {
    text-align: justify;
}


/* MISSIONS END */

/* SLIDER */

.slider {
    background-color: var(--bg-gray);
    padding-bottom: 0px;
}

/* Slideshow container */

.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

/* Slides */
.mySlides {
    display: none;
    padding: 40px;
    height: 380px;
    text-align: center;
    text-align: justify;
}

.slideshow-container {
    height: 450px;
}


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: cornflowerblue;
}

/* SLIDER END */

/* SWIPER SLIDER */
.swiper {
    width: 100%;
    height: 400px;
}

.swiper hr {
    position: relative;
    top: -30px;
}

.date {
    text-align: center;
    height: 66px;
    margin-top: 10px;
}

.swiper p {
    font-size: 13px;
}

/* SWIPER SLIDER */


/* CONTACT */

.contact {
    position: relative;
    background-image: url('../images/bg-contact_1.jpg');
    background-attachment: fixed;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.contact input {
    margin-bottom: 25px !important;
}

.contact textarea {
    padding: 25px;
}
.contact ::placeholder {
    color: #fff;
}

/* CONTACT-END */


/* FOOTER */
.nav-footer {
    display: flex;
    justify-content: space-between;
    height: 150px;
    align-items: center;
    /* line-height: 5em; */
    z-index: 1000;
    width: 100%;
}
.ir-arriba {
	padding:20px;
	background:#21d9b9;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}


.nav-footer .ul {
    margin-left: 100px;
    display: flex;
    list-style: none;
}

.nav-footer .ul li {
    margin-left: 40px;
}

.nav-footer .ul li a {
    color: black;
}

.nav-footer .select {
    background-color: transparent;
    border-color: white;
    color: white;
    border-radius: 5px;
    height: 30px;
    margin-left: 30px;
    cursor: pointer;
}


/* PRELOADER */
.center {
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;


}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* PRELOADER */

/* FOOTER-END */

@media (min-width: 1279px  ) and (max-width: 1600px) {
    .hamburger {
        display: none
    }
}

@media (max-width: 1024px) {
    .nav ul {
        display: none;
    }
    /* footer {
        display: none
    } */
    footer .ul {
        display: none !important;
    }
    .footer-network {
        position: relative;
        top: -20px;
    }
    .contact-column {
        left: 0 !important;
    }
}

@media (max-width: 768px) {
    .hamburger {
        top: 10px;
    }
    .mission .container {
        text-align: center;
    }

    .mission-text {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

}
/* @media (min-width:768px) and (max-width:800) {

} */

@media (max-width:428px) {
    .ir-arriba {
        display: none !important ; 
    }
    .header {
        height: 900px;
    }

    .welcome {
        margin-top: 0;
    }
    .mission p {
        font-size: 16px;
    }

    .services {
        height: auto;
    }
    .contact {
        height: 1200px !important;
    }

    .mission h4 {
        font-size: 22px;
    }



    .graph-img {
        top: 100px;
    }
    .graph-phone {
        height: 700px;
        padding: 40px;
        background-color: var(--services-bg-color);
    }

    .contact {
        height: 100%;
    }

    .contact h4 {
        font-size: 22px;
    }
    .contact form {
        margin-top: 10px;
        flex-direction: column;
    }
  
    .clients {
        height: 1950px !important;
    }

}

@media (min-width: 1919px) and (max-width:1930px) {
    .hamburger__icon {
        display: none
    }
    .robosito {
        top: 400px;
        width: 27%;
    }

}

@media (max-width: 360px){
    .header {
        background-position-y:px !important
    }
    .welcome {
        transform: translate(0,150px);
    }
    .h1 {
        margin-top: 80px;;
        font-size: 40px !important;
    }
    .container-phone {
        height: 650px !important;
    }
}

@font-face {
    font-family: 'CustomFont';
    src: url('https://fonts.cdnfonts.com/s/14898/GothamLight.woff') format('truetype');
}

.text-black {
    font-family: 'CustomFont', sans-serif;
}

.navbar-fixed-top {
background-color: #05436f;
}