@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

/*           --------------------          GENERAL ASSETS         --------------------       */

html {
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul {
    list-style-type: none;
    padding: 0;
}



/*           --------------------          FONTS         --------------------       */

h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 2.875em;
    line-height: 120%;
}

h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 120%;
    color: #001C32;
    padding-top: 1em;
}

p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 140%;
    /* or 34px */
    letter-spacing: 0.003em;
    /* Parrafos */
    color: #8B8B8B;
}

p1 {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.003em;
    color: #8B8B8B;
}

p2 {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 140%;
    letter-spacing: 0.003em;
    color: rgba(255, 255, 255, 0.8);
}

.OpcionesChat {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    /* identical to box height, or 34px */

    letter-spacing: 0.003em;

    color: rgba(255, 255, 255, 0.8);
}

.JustifyP {
    margin-top: 1em;
}

@media (max-width: 991px) {

    .JustifyP {
        text-align: center;
        font-size: 1.375em;
    }
   .JustifyH1 {
        text-align: center;
        font-size: 2.25em;
    }
}

@media (max-width: 991px) {

    h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 120%;
    }
    
    h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125em;
    }
    
    p{
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    }

}



/*           --------------------          HEADER         --------------------       */
header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    background: #fff;
    z-index: 1000;
}

header a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 140%;
    letter-spacing: 0.003em;
    color: #000000;
}

header a:hover {
    color: #005192;

}

header button {
    color: white;
}

.BotonAzul {
    display: flex;
    background: #005192;
    border-radius: 20px;
    padding: .5rem 1rem;
    margin-left: .5rem;
    color: white;
    transition: 0.3s;

}

@media (max-width: 991px) {
    .BotonAzul {

        margin-left: 0rem;
        background: #007DC3;
        color: #005192;
        border: solid 1px #fff;

    }

}

.BotonAzul:hover {
     transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);    
    box-shadow: 0 0 5px rgba(0,0,0,0.2);    
    background-color: #013057;
    color: white;
}


header .container {
    max-width: 1100px;
}

.menu li {
    font-family: "Nunito";
    font-size: 1em;
}

.Hamburguer {
    background-image: url(../media/hamburger.svg);
    background-repeat: no-repeat;
    background-position: center;

}

@media (max-width: 991px) {
    .EspacioLogo {

        padding-top: 1em;

    }

}

@media (max-width: 991px) {
.MobileHeader{
    align-self: center;
    text-align: center;
    padding-bottom: 0.938em;
    padding-top: 0.938em;
}
    
.MobileHeaderColor{
    background-color:#007DC3;
    margin-left: -1.875em;
    margin-right: -1.875em;
    
}

.MobileHeaderFont{
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 140%;
    color:white;
    }
    
    .MobileNavBar{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0.625em;
    }
    }



/*           --------------------          HERO SECTION         --------------------       */
.Hero {
    min-height: calc(100% + 123px);
}

.Altura {
    padding-top: 20vh;
}

@media (max-width: 991px) {
    .Altura {
        padding-top: 13vh;
    }

}


.BotonHero {
    font-family: Poppins;
    display: flex;
    width: 393px;
    position: static;
    background: #005192;
    border-radius: 40px;
    color: white;
    padding: 15px 35px;
    font-size: 1.5em;
    margin-top: 1em;
    transition: 0.3s;
}
.BotonHero:hover {
     transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);    
    box-shadow: 0 0 5px rgba(0,0,0,0.2);    
    background-color: #013057;
    color: white;
}

.JustifyA {
    margin: 0px auto;
}


@media (max-width: 1200px) {
    .BotonHero {
        width: 100%;
        font-size: 1.125em;
    }

}

.Fondo1 {
    position: absolute;
}

@media (max-width:640px) {
    .Fondo1 {
        width: 28%;
    }

}

.Fondo2 {
    position: absolute;
    right: 0;
}

@media (max-width:640px) {
    .Fondo2 {
        display: none;
    }

}

.Fondo3 {
    position: absolute;
    right: 0px;
    top: 550px;
    z-index: -1;

}

@media (max-width:640px) {
    .Fondo3 {
        width: 50%;
    }

}

.Fondo4 {
    position: absolute;
    left: 0px;
    top: 400px;
    z-index: -1;

}

@media (max-width:640px) {
    .Fondo4 {
        width: 50%;
    }

}

@media (max-width: 1200px) {

    .Display {
        display: none;
    }
}



/*           --------------------          VIDEO SECTION         --------------------       */


.Video {
    background-color: #007DC3;
    background-image: url(../media/wave.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.VideoBorders {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

@media (max-width: 600px) {

    .Video {
        height: 55vh;
        background-size: cover;
    }
}



.VideoCard {
    top: -123px;
    max-width: 1102px;
    max-height: 942px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-width: 0px;
    margin-top: 30vh;
}

.JustifyH1-2 {
    text-align: left;
    font-size: 48px;
    margin: 1em;
}

.JustifyP-2 {
    text-align: left;
    font-size: 24px;
    margin: 2em;
    margin-left: 0em;
    margin-top: 2.5em;
}

@media (max-width: 1200px) {

    .JustifyH1-2 {
        text-align: center;
        font-size: 29px;
        margin: 0em auto;
    }
    
     .JustifyP-2 {
        text-align: center;
        font-size: 18px;
        margin: 0em auto;
    }
}

/*           --------------------          CARACTERISTICAS SECTION         --------------------       */

.Caracteristicas {
    min-height: 156.25vh;
}

    .ChartSvg {
        width: 70%;
    padding-top: 10em;
    }

@media (max-width: 991px) {
    .ChartSvg {
        display: none;
    }
}

.Fondo5 {
  position: absolute;
    z-index: -1;
    margin-top: -20em;
}


.Fondo6 {
     position: absolute;
    right: 0px;
    z-index: -1;
    margin-top: 40em;
}

.Fondo7 {
  position: absolute;
    margin-top: 40em;
    z-index: -1;
}

.JustifyH1-3 {
    text-align: left;
    font-size: 48px;
    margin: 1em 0em 1em 0em;
}


@media (max-width: 991px) {

    .JustifyH1-3 {
        text-align: center;
        font-size: 29px;
        margin: 1em 1.5em 1em 1.5em;
    }
}

.ContainerMargin {
    margin-bottom: 5em;
}

@media (max-width: 991px) {
.ContainerMargin {
    
    margin-bottom: 3em;
}
    .Fondo5{
        left: -16em;
    }

}



@media (max-width: 991px) {
.MobileJsons{
    width: 50%;
    float: left;
    height: 150%;
    padding-top: 3.125em
}

}

/*           --------------------          CHAT SECTION         --------------------       */

.Chat {
    background-color: #007DC3;
    background-image: url(../media/wave.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 100px 0;
}

@media (max-width: 600px) {

    .Chat {
        background-size: cover;
    }
}

.TituloChat{
    margin-bottom: 40px;
    color: #fff;
}
.Chat li {
    padding-top: 15px;
}

.Chat li:first-child {
    padding-top: 38px;
}


.IframeMobile {
    border: none;
    border-radius: 5px;
    height: 424px;
    width: 350px;
}
.IframeDesktop {
    display: none;
}

@media (min-width: 600px) {
.IframeMobile {
    display: none;
}
    .IframeDesktop {
        display: block;
        border: none;
    border-radius: 5px;
    width: 478px;
    height: 500px;
  }
}

@media (max-width: 400px) {
  .TituloChat{
    text-align: center;
      font-size: 48px;
   }
}

/*           --------------------          CONTACT SECTION       --------------------       */
.Contacto a {
    color: #fff;
    min-height: 100vh;
}

.SectionHeader {
    text-align: center;
    padding-top: 77px;
}

.SectionHeader p {
    padding-top: 40px;
}

.Fondo8 {
    background-image: url(../media/line-sharp-2.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.Fondo9 {
    background-image: url(../media/diamond-3.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.CardContactos {
    height: 87.52vh;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(17, 17, 17, 0.1);
    border-radius: 10px;
    bottom: -60px;
    border: none;
}

.Form {
    padding-top:39px;
    padding-right: 40px;
}

.Info {
    height: -webkit-fill-available;
    padding-top:1.7em;
    background-color: #007DC3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom:3em;
    padding-left: 70px;
    height: 87.52vh;
}

.Info li:first-child{
    padding-top: 35px;
}
.Info li{
    padding-top: 30px;
}
.Info a{
    font-family: Nunito;
}

.Social {
    position: absolute;
    bottom: 30px;
}

.Social a{
    padding-right: 43px;
    transition: 0.3s;
}
/* no joder con la cclase del boton es tal cual la paso jul, para moverlo crear otro div */
.BotonSend{
    width:80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005192;
    border-radius: 50%;
    border: 0;
    position: relative;
    top: -2.5em;
    float: right;
    transition: 0.3s;
}

.BotonSend img{
    width:32px;
    height:32px;
}
.BotonSend:hover{
    transform: translateY(-10px) translateX(10px) rotate(-20deg);
    -webkit-transform: translateY(-10px) translateX(10px) rotate(-20deg);
    -ms-transform: translateY(-10px) translateX(10px) rotate(-20deg);
    -o-transform: translateY(-10px) translateX(10px) rotate(-20deg);    
    background-color: #013057;    
}

.Social img:hover{
    transform: translateY(-10px);    
    -webkit-transform: translateY(-10px);    
    -ms-transform: translateY(-10px);    
    -o-transform: translateY(-10px);    
}
.Vertical{
    padding-top: 15px;
}

@media (max-width:991px){
    .Form {
    padding-right: 0px;
}
    .Info{
        height: fit-content;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        margin-top: 3em;
        padding-bottom: 1em;
    }
    .Info li:first-child{
        padding-top: 20px;
    }
    .Info li{
        padding-top: 19px;
    }
    .CardContactos {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
    }
    .Social {
        position: static;
        padding-top: 20px;
    }
    .BotonSend{
        width: 60px;
        height: 60px;
        top: 80px;
        right: 0;
        position: absolute;
    }
}

.Contactanos {
    padding-left: 47px;
    padding-top: 39px;
}




.form-field__label {
    font-size: 0.75rem;
    transform: translateY(-14px);
    display: block;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 18px 12px 0;
    position: absolute;
    top: 10px;
    transition: all 0.4s;
    width: 100%;
}

.form-field__control {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.form-field__bar {
    border-bottom: 2px solid #007dc3;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.4s;
    width: 100%;
}

.form-field__input {
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #555555;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    display: block;
    margin-top: 24px;
    outline: 0;
    padding: 0 12px 10px 12px;

}

.form-field__textarea {
    height: 100px;
    width: 100%;
    font-size: 16px;
    color: #555555;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    display: block;
    margin-top: 24px;
    outline: 0;
    padding: 10px 12px 10px 12px;

}

@media (min-width:60rem) {


    .form-field__input:-ms-input-placeholder ~ .form-field__label,
    .form-field__textarea:-ms-input-placeholder ~ .form-field__label {
        font-size: 1.2rem;
        transform: translateY(0);
    }

    .form-field__input:placeholder-shown ~ .form-field__label,
    .form-field__textarea:placeholder-shown ~ .form-field__label {
        font-size: 1.2rem;
        transform: translateY(0);
    }

    .form-field__input:focus ~ .form-field__label,
    .form-field__textarea:focus ~ .form-field__label {
        color: #007dc3;
        font-size: 0.75rem;
        transform: translateY(-14px);
    }

    .form-field__input:focus ~ .form-field__bar,
    .form-field__textarea:focus ~ .form-field__bar {
        border-bottom: 2px solid #007dc3;
        transform: scaleX(150);
    }
}






/*           --------------------          FOOTER       --------------------       */
footer {
    min-height: 40.64vh;
    background: #111111;
    padding: 34px 64px;
    padding-top: 8%;
    color: #fff;
}

footer a{
    color: #fff;
    font-family: Nunito;
}

.Right{
    text-align: right!important;
}

@media (max-width:991px) {
    footer {
    margin-top: 40vh;
    padding-top: 20%;
    }
}
@media (max-width:768px) {
    .Right{
        text-align: center!important;
        margin-top: 50px;
    }
    .Center{
        text-align: center!important;
        margin-bottom: 50px;
    }
      footer {
    margin-top: 40vh;
    padding-top: 30%;
    }
}
@media (max-width:576px) {
     footer {
    margin-top: 40vh;
    padding-top: 40%;
    }
}

/*           --------------------          CAPTCHA       --------------------       */
.captcha-quallie{
    margin-top: 30px;
    display: none;
}

.list-chat-quallie {
    padding-left: 20px;
}

/*           --------------------          PRIMETEC CAPTCHA       --------------------       */
.grecaptcha-badge {
    visibility: hidden;
}

/*           --------------------          PRIMETEC COOKIE      --------------------       */
#cookieNotice{
	box-shadow: 0 -1px 10px 0 rgb(0 0 0 / 30%);
}

#cookieNotice div.button {
    float: right;
	width: 20%;
    margin: 5px 0;
}

#cookieNotice div.notice {
    float: left;
	width: 80%;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.container-wrap {
    background-color: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-content{
	max-width: 1425px;
    width: 100%;
    margin: 30px auto;
    padding: 0 90px;
}

.main-content h3{
    letter-spacing: 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
.cli_pg_page_contaner {
    margin: 10px 0;
}

a.learn-more {
    text-decoration: underline!important;
    font-stretch: ultra-expanded;
    font-weight: bolder;
}