@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* Tipografia */
body{
    font-family: "Tenor Sans", sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.watcher{
    position: fixed;
    height: 7px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #45a049;
    scale: 0 1;
    transform-origin: left;
    animation: scroll-watcher linear;
    animation-timeline: scroll();
}

@keyframes scroll-watcher{
    to{ scale: 1 1; }
}

/* Header */
.headerPhone{
    display: none;
}

.buttonPhone{
    display: none;
}

header{
    font-family: "Tenor Sans", sans-serif;
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    padding-top: 15px;
    padding-bottom: 2px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
}


ul ol{
    display: inline;
    color: white;
    text-align: center;
    font-size: 28px;
}

.buttonsHome ol{
    padding: 0px 30px;
}

.buttonHeader{
    color: white;
}

.buttonHeader:hover{
    color: white;
}

.buttonHeader img{
    width: 25px;
    margin-right: 5px;
}


/* Body */
.imgBackground img{
    width: 100%;
}

.bodyText{
    width: 100%;
    height: 810px;
}

.divCard{
    position: relative;
    top: -600px;
}

.cardText img{
    padding: 10px 10px;
    background-color: rgba(211,211,211, 0.5);
    border-radius: 25px;
}

.callToActionButton a{
    font-family: "Tenor Sans", sans-serif;
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    color: white;
    font-weight: 900;
    font-size: 30px;
    margin-left: 40px;
    border-radius: 25px;
    border: none;
    padding: 7px 20px;
    margin-top: 30px;
}

/*
.contactanosBanner button:hover{
    background: white;
    color: rgba(30,80,117,1);
}
*/

.contactanosBanner img{
    width: 30px;
}

.instaSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 520px;
    right: 70px;
    z-index: 9999;
}

.whatsSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 520px;
    right:160px;
    z-index: 9999;
}

/* About Us*/
* {box-sizing: border-box;}
.mySlides {display: none; height: 600px;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    margin-top: 10px !important;
    max-width: 100%;
    position: relative;
    margin: auto;
    height: 550px;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* The dots/bullets/indicators */
.dot {
    position: relative;
    top:-50px;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 8.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 9.5s;
}

@keyframes fade {
  from {opacity: .9} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.aboutUs{
    background-color: #6c809a;
}

.abH1 h1{
    font-family: "Tenor Sans", sans-serif;
    font-weight: 900;
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.abP p{
    font-family: "Tenor Sans", sans-serif;
    color: white;
    font-size: 16px;
    padding-bottom: 35px;
}

.abUsButton a{
    text-decoration: none;
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    color: white;
    font-weight: 900;
    border: none;
    margin-top: 30px;
    font-size: 30px;
    border-radius: 25px;
    width: 100%;
    margin-left: 70px;
    padding: 10px 20px;
    height: 60px;
}

.abUsButton a:hover{
    text-decoration: none;
    background: white;
    color: #1d1a55;
}

.MVMobile{
    display: none !important;
}

@media(prefers-reduced-motion: no-preference){
.imgUs img{
    width: 100%;
    scale: .8; opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range-start: 500px;
    animation-range-end: 700px;
}

@keyframes fade-in{
    to{scale: 1; opacity: 1;}
}
}

.textMV h2{
    font-family: "Tenor Sans", sans-serif;
}

.textMV p{
    font-family: "Tenor Sans", sans-serif;
    text-align: justify;
    font-size: 16px;
}

/*Servicios*/
.serviceMobile{
    display: none !important;
}

.serviceDiv{
    background-color: #e3f2fd;
}

.serviceH1 h1{
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 900;
    color: black;
    margin: 0px 0px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.a{
    margin-left: 30px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: inline-block;
    background: #6c809a;
}

.a img{
    margin-left: 60px;
    margin-top: 65px;
}
  
.b{
    margin-left: 30px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: inline-block;
    background: #6c809a;
}

.b img{
    margin-left: 60px;
    margin-top: 65px;
}

.c{
    margin-left: 30px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: inline-block;
    background: #6c809a;
}

.c img{
    margin-left: 60px;
    margin-top: 65px;
}

.d{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: inline-block;
    background: #6c809a;
}

.d img{
    margin-left: 45px;
    margin-top: 45px;
}

.serviceH3 h3{
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.serviceH3 a{
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    padding: 8px 30px;
    color: white;
    border-radius: 25px;
    margin-left: 130px;
}

.serviceH3 a:hover{
    color: white;
}

/* CLIENTES */

.h1Clientes h1{
    font-family: "Tenor Sans", sans-serif;
    font-weight: 900;
    color: black;
    margin: 0px 0px;
    margin-top: 85px;
    margin-bottom: 25px;
}
.divClients{
    height: 250px;
}

.slider {
    width: 75vw;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.slider .slide-track {
    display: flex;
    animation: scroll 150s linear infinite;
    -webkit-animation: scroll 150s linear infinite;
    width: calc( 500px * 72);
}

.slider .slide {
    width: 200px;
}

.slider .slide img {
    width: 70%;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-400px * 24));
        transform: translateX(calc( -400px * 24));
    }
}

/*Contacto*/
.contactoForm{
    background-color: #6c809a;
}

.contH1 h1{
    font-family: "Tenor Sans", sans-serif;
    color: white;
    font-weight: 900;
    text-align: center;
    padding-top: 30px;
}

/* Style inputs with type="text", select elements and textareas */

label{
    color: white;
}

input[type=text], select, textarea {
    font-family: "Tenor Sans", sans-serif;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 25px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  input[type=email], select, textarea {
    font-family: "Tenor Sans", sans-serif;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 25px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    font-family: "Tenor Sans", sans-serif;
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    color: white;
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }

  .buttonForm{
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 20px;
  }

  .contactButton input:hover{
    background: white;
    color: rgba(30,80,117,1);
  }

  .formDivMobile{
    display: none !important;
  }

  footer{
    background-color: #1d1a55;
    height: 430px;
  }

  .footerH2 h2{
    font-family: "Tenor Sans", sans-serif;
    color: white;
    padding-top: 20px;
    font-size: 11px;
  }

.footerEmailPhone{
    margin-left: 60px;
    color: white;
    text-align: center;
}

.footerEmailPhone p{
    font-size: 13px;
}

.slideShowMovil{
    display: none !important;
}

.footerPhone{
    display: none !important;
}

@media only screen and (max-width: 500px) {
    header{display: none !important;}
    
    .headerPhone{
        display: block !important;
        height: 90px;
        width: 100%;
        background-color: #45a049;
    }

    #sideNav {
        width: 300px;
        height: 100vh;
        position: fixed;
        right: -340px;
        top: 0;
        background: rgb(16,43,63);
        background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
        z-index: 2;
        transition: 0.33s;
        color: white;
    }
      
      
    /*set the right to 0 for class open*/
    #sideNav.open {
        right: 0;
    }

    .instaSocial img{
        width: 40px;
        height: 40px;
        position: fixed;
        top: 650px !important;
        right: 30px;
        z-index: 9999 !important;
    }
    
    .whatsSocial img{
        width: 40px;
        height: 40px;
        position: fixed;
        top: 650px !important;
        right: 100px;
        z-index: 9999 !important;
    }

    .mySlides {display: none; height: 200px;}
    img {vertical-align: middle;}
    
    /* Slideshow container */
    .slideshow-container {
        margin-top: 10px !important;
        max-width: 100%;
        position: relative;
        margin: auto;
        height: 250px;
    }

    .slideShowMovil{
        display: block !important;
    }

    .mySlides2 {display: none; height: 250px;}

    /* Slideshow container */
    .slideshow-container2 {
        margin-top: 80px !important;
        max-width: 100%;
        position: relative;
        margin: auto;
        height: 250px;
    }

    /* Next & previous buttons */
    .prev2, .next2 {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    /* Position the "next button" to the right */
    .next2 {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev2:hover, .next2:hover {
        background-color: rgba(0,0,0,0.8);
    }

    /* Banner */
    .bodyText{
        width: 100%;
        height: 200px;
        margin-top: 80px;
    }

    .divCard{
        display: none;
    }
    /* About Us*/
    
    .aboutUs{
        background-color: #6c809a;
        margin-top: -50px;
    }

    .abH1 h1{
        font-family: "Tenor Sans", sans-serif;
        font-weight: 900;
        color: white;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .buttonPhone{
        display: block !important;
        font-family: "Tenor Sans", sans-serif;
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .buttonPhone button{
        background: rgb(16,43,63);
        background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
        border-radius: 25px;
        color: white !important;
        margin-left: 0px;
        padding: 20px;
        width: 100%;
        border: none;
    }

    .a{
        display: block;
        width: 100%;
        height: 340px;
        background: #E6E7ED;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #6c809a;
        background-position:50% 50%;
        background-repeat:no-repeat; 
    }

    .a img{
        margin-left: 50px;
        margin-top: 65px;
    }

    .b{
        display: block;
        width: 100%;
        height: 340px;
        background: #E6E7ED;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #6c809a;
        background-position:50% 50%;
        background-repeat:no-repeat; 
    }
    
    .b img{
        margin-left: 60px;
        margin-top: 65px;
    }

    .c{
        display: block;
        width: 100%;
        height: 340px;
        background: #E6E7ED;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #6c809a;
        background-position:50% 50%;
        background-repeat:no-repeat; 
    }

    .c img{
        margin-left: 60px;
        margin-top: 65px;
    }    

    .vermasButton{
        margin-left: 30px;
    }

    .vermasButton a{
        margin-left: 0px;
        padding-left: 0px;
        padding: 10px 60px;
    }
    
    .serviceH3 a:hover{
        color: white;
    }

    .abUsButton a{
        display: none !important;
    }

    .MVDesktop{
        display: none !important;
    }

    .VDesktop{
        display: none !important;
    }

    .MVMobile{
        display: block !important;
    }

    .service1Desktop{
        display: none !important;
    }

    .service2Desktop{
        display: none !important;
    }

    .serviceMobile{
        display: block !important;
    }

    .formDiv{
        display: block !important;
    }

    .dots{
        display: none !important;
    }

    .bodyText{
        display: none;
    }

    .footerDesktop{
        display: none !important;
    }

    .footerPhone{
        display: block !important;
    }

    footer{
        background-color: #1d1a55;
        height: 790px;
    }
    
    .footerEmailPhone{
        color: white;
        text-align: center;
    }
}