@font-face {
    font-family: "scrip";
    src: url(../fuente/hhh/itc.otf);
}

body {
    font-family: "scrip";
    overflow-x: hidden ;
    background-color: white;
}


/*--------------------navbar----------------*/

nav {
    background-color: #034471;
    /*background-color: rgb(14, 109, 153);*/
    opacity: 0.8;
}

nav a {
    color: white !important;
    padding-bottom: 0%;
}

.nav-link:hover {
    border-bottom: 2px white solid;
}

.navbar img {
    width: 100px;
    height: auto !important;
}

.navbar-brand img {
    width: 140px;
    height: 65px;
    margin: 0px;
    padding: 0px;
}


/*------------------------CARROUSEL------------------------------*/


#carrousel1 {
    position: fixed;
    top: 0px;
    width: 100% !important;
    z-index: 0;
    background-repeat: no-repeat;
}

.carousel-item img {
    height: 600px;
    width: 100%;
}

.carousel-caption {
    background-color: black;
    opacity: 0.8;
}

.carousel-caption p {
    float: inherit;
    color: white;
    font-size: 15px;
    text-align: center;
}


/*-------------------SOMBRA---------------------------*/
#sombra {
    height: 200px;
    z-index: 0;
    margin-top: 400px;
    background-color: rgb(14, 109, 153);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top,
            from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

/*--------------------CUERPO----------------------*/

#cuerpo {
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 0%;
    margin: 0% !important;
    
    

}

/*--------------------QUIENES SOMOS----------------------*/
.imgQuienes img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 600px;
    z-index: 0;
}

#quienes {
    text-align: center;
    height: 600px;
    margin-bottom: 100px;
    max-width: 1500px;

}

#quienesRight {
    padding-top: 100px;
    padding-right: 200px;
}

#quienesRight h1 {
    text-align: center;
    font-weight: bold;
  
    color: rgb(14, 109, 153);

}

#quienes:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /*background: radial-gradient( rgba(255,255,255,0) , rgba(14, 109, 153, 0.322) ,rgba(14, 109, 153,1))*/
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(14, 109, 153, 1));
}

/*---------------NOSOTROS--------------------*/

#nosotros {
    margin-bottom: 100px;
}

#nosotrosRight img {
    padding-left: 10%;
    height: 90%;
    width: 90%;
    padding-top: 100px;
}

#nosotrosLeft h1 {
    font-weight: bold;

    color: rgb(14, 109, 153);
}

#nosotrosLeft {
    padding-top: 100px;
    text-align: center;

}

/*----------------------------SERVICIOS-------------------------------*/

#servicio {
    max-width: 1500px;
}
#servicioRight img {
    height: 85%;
    width: 85%;
    padding-top: 100px;
}

#servicioLeft h1 {
    font-weight: bold;
}

#servicioLeft {
    padding-top: 100px;
    text-align: center;
    color: white;
    padding: 100px 100px 0px 100px;
}


/*----------------------------------------------------------------------------------------------------------------------------*/

.header {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    text-align: center;
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: white;
}


.inner-header {
    height: 55vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* grosor de las curvas */
.waves {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 250px;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    
}

/*----------------------------------------------------------------------------------------------------------------------------*/


/*--------------------SERVI-----------------------------*/

#servi {
    margin-top: 100px;
    text-align: center;
    font-weight: 800;
}
#servi h4{
    margin-bottom: 50px;
}
.servi-left{
    text-align: center !important;
}
.servi-right{
    text-align: center !important;
}


/*-------------------CLIENTES DESTACADOS------------------*/



#clientesSlider h1 {
    text-align: center;
    margin-bottom: 100px;
    color: rgb(14, 109, 153);
    font-weight: bold;
    padding: 0% !important;
}

#clientesSlider {
    max-width: 1500px;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

/*------------------------------CAROUSEL CLIENTES ----------------------*/

@mixin white-gradient {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}


/*Animation*/
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1000px * 5));
    }
}

/*Styling*/
.slider {
    background: rgb(233, 230, 230);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 75%;

}

.slide-track {

    animation-name: scroll;
    animation-duration: 120s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 2s;
    display: flex;
}

.slide2 {
    height: 90px;
    width: 250px;
    margin-right: 60px;
    padding-top: 10px;
}

.slider ::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

/*----------- TERMINA CAROUSEL ---------*/



/*---------------TECNOLOGIAS--------------------*/
#tecnologias {
    text-align: center;
    padding-top: 100px;
}

#tecnologias h1 {
    margin-bottom: 100px;
    color: rgb(14, 109, 153);
    font-weight: bold;
}

.tecno {
    margin-bottom: 50px;
}

.tecno img {
    height: 80%;
    width: 80%;
}

/*----------------------FOOTER---------------------------*/

footer {
    background-color: rgb(10, 10, 10);
    padding-top: 70px;
}

.foot1 img {
    height: 50%;
    width: 80%;
    display: block;
}

#secured {
    height: 25px !important;
    width: 30% !important;
    margin: 5% 0px 5% 0%;
}

.foot2 {
    border-left: rgb(14, 109, 153) 2px dotted;
    border-right: rgb(14, 109, 153) 2px dotted;
    text-align: center;
}

.foot2 h5 {
    margin-top: 50px;
}

.foot2 a {
    display: block;
    font-size: 12px;
    color: white;
}

.foot3 img {
    height: 70px;
    width: 70px;
    float: right;
    margin-top: 100px;
    bottom: 0px;
    margin-right: 50px;

}



.foot3 {
    margin-right: 100px;
    height: 200px;
}

.foot4 {
    height: 50px;
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
    color: white;
}

/*--------------ICONO WHATS APP ------------------------*/
#iconoWhatsapp img {
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 4;
}

/*---------------DISPOSITIVOS MOVILES--------------------*/


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


    .carousel-item img {
        height: 300px;
        width: 100%;
    }
    #sombra {
        height: 100px;
        z-index: 0;
        margin-top: 150px;
       
    }
    .carousel-caption p {
        font-size: 10px;
    }
    .carousel-caption H1 {
        font-size: 15px;
    }
    

    #quienes:before {
        
        height: 200px;
   }
    .imgQuienes img {
        position: absolute;
        top: 0px !important;
        left: 0%;
        width: 100%;
        height: 200px;
        z-index: 0;
    }

    #quienesRight {
        padding-top: 250px;
        padding-right: 0px;
    }

    #servicioRight img {
        
        padding-top: 10px;
    }
    #servicioLeft {
    
        padding: 10px 0px 0px 10px;
    }
    .foot3 img {
        height: 50px;
        width: 50px;
        float: left;
        margin-top: 50px;
        bottom: 0px;
        margin-right: 25%;
    }
    
    .foot3 {
        margin-right: 0px;
        height: 100px;
        padding-left: 30px;
    }
    #iconoWhatsapp img {
        height: 50px;
        width: 50px;
        position: fixed;
        bottom: 100px;
        right: 50px;
        z-index: 4;
    }

    .foot4 {
        padding-top: 30px;
        height: 100px;
    }
}



                    /*-------------------------pantallas grandes----------------------*/

@media screen and (min-width:1500px) {
    .carousel-item img {
        height: 800px;
        
    }
    #sombra {
        
        margin-top: 600px;
        
    }
    #iconoWhatsapp img {
        
        position: fixed;
        bottom: 155px;
       
    }
}
@media screen and (max-width:768px) and (min-width:540px)  {
    #quienesRight {
        margin-top: 400px;
        padding-top: 100px;
        padding-right: 40px !important;
        padding-left: 40px !important;
     
    }
    
    .imgQuienes img {
        height: 400px;
    }
    .foot3 img {
        height: 50px;
        width: 50px;
        float: left;
        margin-top: 110px;
        bottom: 0px;
        margin-right: 10%;
        
    
    }
    
    .foot3 {
        margin-right: 0px;
        height: 200px;
        padding-left: 0px !important;
    
    }
    #iconoWhatsapp img {
        height: 50px;
        width: 50px;
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 4;
    }
    .foot4 {
        padding-top: 30px;
        height: 60px;
    }
       
}
@media screen and (max-width:1768px) and (min-width:540px) and (max-height:400px) {
    .carousel-caption p {
        font-size: 10px;
    }
    .carousel-caption H1 {
        font-size: 15px;
    }
    .carousel-item img {
        height: 350px;
        width: 100%;
    }
    #sombra {
       
        margin-top: 400px;
    
    }
    .foot3 img {
        
        margin-right: 8%;
    }

}
@media screen and (max-width:1088px) and (min-width:768px)  {
    #quienesRight {
        padding-top: 150px;
        padding-right: 20px;
    }
   
    .foot3 img {
        height: 50px;
        width: 50px;
        float: left;
        margin-top: 110px;
        bottom: 0px;
        margin-right: 20%;
        
    
    }
    
    .foot3 {
        margin-right: 0px;
        height: 200px;
        padding-left: 0px !important;
    
    }
    #iconoWhatsapp img {
        height: 50px;
        width: 50px;
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 4;
    }
    .foot4 {
        padding-top: 30px;
        height: 60px;
    }
       
}


body {
    font-family: "scrip";
    overflow-x: hidden ;
    background-color: white;
}