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

body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:black;
}

/* LAYOUT */
.l-fs-14{
    font-size: 14px;
    line-height: 17px;
}

.l-fs-15{
    font-size: 15px;
    line-height: 18px;
}

.l-fs-18{
    font-size: 18px;
    line-height: 22px;
}

.l-fs-18-nl{
    font-size: 18px;
    line-height: 28px;
}

.l-fs-20{
    font-size: 20px;
    line-height: 28px;
}

.l-fs-22{
    font-size: 22px;
    line-height: 27px;
}

.l-fs-24{
    font-size: 24px;
    line-height: 29px;
}

.l-fs-30{
    font-size: 30px;
    line-height: 36px;
}

.l-fs-36{
    font-size: 36px;
    line-height: 43px;
}

.l-fs-48{
    font-size: 48px;
    line-height: 57px;
}

.bg-purple{
    background-color: #77286C;
}

.bg-grey{
    background-color: #F3F3F3;
}

.bg-another-gr{
    background-color: #F6F6F6;
}

.bg-dark-blue{
    background-color:#151132;
}

.bg-another-db{
    background-color: #151132f5;
}

.bg-yellow{
    background-color: #EFA056;
}

.backgr-w{
    background-color: white;
}

.dark-b-text{
    color: #151132;
}

.blue-text{
    color:#423F59;
}

.yellow-text{
    color: #EFA056;
}

.purple-text{
    color: #77286C;
}

.purple-text-imp{
    color: #77286C !important;
}

.grey-text{
    color: #423F59;
}

.grey-text-footer{
    color: #898989;
}

.checkbox-color{
    background-color: #AC529F;
}

a:hover{
    text-decoration: none;
}

select{
    background-color: transparent;
    width: 100%;
    height: 40px;
    color: white;
    border: none;
    border-bottom: 1px solid #AC529F;
}

*:focus{
    outline: none;
}

.v-complete{
    height: 80vh;
}

.pos-a{
    position: absolute;
}

.pos-r{
    position: relative;
}

.z-1{
    z-index: 1;
}

.z-2{
    z-index: 2;
}

.z-3{
    z-index: 3;
}

.no-margin-p{
    margin-bottom:0px;
}

.no-margin{
    margin:0px
}

.no-space{
    white-space: nowrap;
}

/* MEDIA TEXT */
@media(min-width:1600px){
    .l-fs-14{
        font-size: 22px;
        line-height: 25px;
    }

    .l-fs-15{
        font-size: 18px;
        line-height: 26px;
    }
    
    .l-fs-18{
        font-size: 26px;
        line-height: 32px;
    }

    .l-fs-18-nl{
        font-size: 22px;
        line-height: 30px;
    }

    .l-fs-20{
        font-size: 28px;
        line-height: 35px;
    }
    
    .l-fs-22{
        font-size: 30px;
        line-height: 36px;
    }
    
    .l-fs-24{
        font-size: 32px;
        line-height: 37px;
    }

    .l-fs-30{
        font-size: 38px;
        line-height: 42px;
    }
    
    .l-fs-36{
        font-size: 44px;
        line-height: 51px;
    }
    
    .l-fs-48{
        font-size: 56px;
        line-height: 65px;
    }
}

@media (max-width:1060px){
    .l-fs-48{
        font-size: 38px;
        line-height: 47px;
    }

    .l-fs-15{
        font-size: 12px;
        line-height: 15px;
    }

    .l-fs-20{
        font-size:16px;
        line-height:24px;
    }

    .l-fs-22{
        font-size: 17px;
        line-height: 25px;
    }

    .l-fs-24{
        font-size: 18px;
        line-height: 26px;
    }
    
    .l-fs-30{
        font-size: 24px;
        line-height: 26px;
    }
    
    .l-fs-36{
        font-size: 26px;
        line-height: 30px;
    }

    .l-fs-18-nl{
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:440px){
    .l-fs-48{
        font-size: 28px;
        line-height: 37px;
    }

    .l-fs-15{
        font-size: 11px;
        line-height: 13px;
    }

    .v-complete{
        height: 70vh;
    }
}

/* DIRECTION */

.d-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.d-column-btn{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.internal-padding{
    padding-left: 6%;
    padding-right: 6%;
}

/* BOTONES */
.btn-m{
    width: 140px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #EFA056;
    max-width: 400px;
}

.btn-m:hover{
    border: 2px solid #AC529F;
    background-color: white;   
    color: #AC529F;
}

.btn-xl-w{
    width: 270px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid white;
    max-width: 400px;
}

.btn-xl-w:hover{
    border: 2px solid white;
    background-color: #151132;   
    color: white;
}

@media(min-width:1600px){
    .btn-m{
        width:180px;
    }

    .btn-xl-w{
        width:400px;
    }
}


/* IMG */
.max-hero{
    max-height: 960px;
}

.img-resp{
    width:100%;
    height: auto;
}

.img-full{
    width:100%;
    height: 100%;
}

/* DIV PRINCIPAL */

::placeholder{
    color:white;
    font-size: 18px;
}

input{
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid #AC529F;
    width:100%;
    height: 40px;
}

.miniature{
    max-height: 62px;
    max-width: 140px;
    height: 100%;
}

.max-14{
    max-width: 160px;
}

.acreditaciones{
    max-height: 130px;
    max-width: 110px;
}

.AAHEA{
    max-width:68px;
    max-height: 100px;
}

@media (max-width:767px){
    .show-md{
        display: block !important;
    }

    .unshow-md{
        display: none;
    }
}

/* CHECKBOX */

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
  /* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #AC529F;
}
  
  /* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: transparent;
}
  
  /* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: transparent;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
  
  /* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SERVICIOS */

.base-form{
    background-color:#151132;
    width: 70%;
    height: 71%;
}

.serv-form{
    width:90%;
    height: 96%;
    background-color:#151132;

}

.pos-form{
    top:0;
}

.inf-serv{
    min-height: 300px;
}

.form-div-resp{
    min-height: 800px;
}

.min-hero{
    min-height: 800px;
}

.logo{
    max-width: 300px;
}

@media(max-width:769px){
    .base-form{
        width:80%;
    }

    .min-hero{
        min-height: 600px;
    }
}

@media(max-width:410px){
    .base-form{
        height: 75%;
    }
}

/* slider services section */

/* Slide Home  Section */

@keyframes scrollServices {
    0% { transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);}
    100% { transform: translateX(-3600px);
        -webkit-transform: translateX(-3600px);
        -moz-transform: translateX(-3600px);
        -ms-transform: translateX(-3600px);
        -o-transform: translateX(-3600px);
    } /* 1500px = 300x5=width container imgs x imgs number  --12.5rem*/
}

.slider-services-track {/* slider velocity */
    animation: scrollServices 26s linear infinite; /* before 35*/
    -webkit-animation: scrollServices 26s linear infinite;
    -moz-animation: scrollServices 26s linear infinite;
    -ms-animation: scrollServices 26s linear infinite;
    -o-animation: scrollServices 26s linear infinite;
    display: flex;
    width: 7200px;
    /* 3000px=300x10= img width x img number*2  225rem*/
}

.slider-services {
    background: white;
    /*height: 100px;*/
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.slider-services-track:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-services {
    /*height: 430px;*/
    width: 300px; /* 300px 18.75rem*/
}

@media (max-width:768px){
    @keyframes scrollServices {
    0% { transform: translateX(0); 
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);}
    100% { transform: translateX(-2443px);
        -webkit-transform: translateX(-2443px);
        -moz-transform: translateX(-2443px);
        -ms-transform: translateX(-2443px);
        -o-transform: translateX(-2443px);} /* 1024x5=width container imgs x imgs number  -76.5rem*/
    }
    .slide-services {
    /*height: 430px;*/
    width: 204px; /* 204pxpx 12.75rem*/
    }
    
    .slider-services-track { 
        width: 4896px;
        /* 2448x12= img width x img number*2 */
    }
}
@media (min-width:1440px){ /* 1440px */
    @keyframes scrollServices {
    0% { transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);}
    100% { transform: translateX(-5200px);
        -webkit-transform: translateX(-5200px);
        -moz-transform: translateX(-5200px);
        -ms-transform: translateX(-5200px);
        -o-transform: translateX(-5200px)} /* 2400=400pxx5=width container imgs x imgs number -150rem*/
    }
    .slide-services {
    /*height: 430px;*/
    width: 400px; /* 204pxpx */
    }
    
    .slider-services-track { 
        width: 10400px;
        /* 2448x12= img width x img number*2 */
    }
}

.slide-services-img {
    overflow:hidden;
}

.slide-services-img img {
    transition:transform .5s ease-in-out;
}

.slide-services:hover .slide-services-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.slide-services:hover .slide-services-text-box p{
    color:#EFA056;
}

.slide-services-text-box {
    font-size: 1.5rem;
    height:12.25rem;
}
@media(min-width:1400px){
    .slide-services-text-box {
        font-size: 1.5rem;
        height:15.25rem;
    }
}
@media (max-width:48rem){
    .slide-services-text-box {
     font-size:1.125rem;
    }
}

/* SLIDER */

.carousel-indicators li {
    width:0.9375rem;
    height:0.9375rem;
    background-color: #00ACFF;
    border: 0.1875rem solid #FFFFFF;
    border-radius:50%;
    margin-left:0.625rem;
    margin-right:0.625rem;
}

.bg-slide-1{
    background-color:#383551;
}

.bg-slide-2{
    background-color:rgba(21,17,50,0.8);
}

.bg-slide-3{
    background-color:rgba(21,17,50,0.7);
}

.bg-slide-4{
    background-color:rgba(21,17,50,0.6);
}

.bg-slide-5{
    background-color:rgba(21,17,50,0.5);
}

@media (max-width: 48rem){ /* 768px*/
    .carousel-indicators {
        bottom: -0.525rem;
    }
    .carousel-indicators li {
        width:0.5rem;
        height:0.5rem;
        margin-top:0.625rem;
        margin-left:1.1rem;
        margin-right:1.1rem;
    }
}



.home-slider-logo-text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 8%;
}

.resp-big-title{
    font-size: 3.375rem;
    text-shadow: 6px 6px 10px rgba(0,0,0,0.5);
    font-weight:400;
    }

@media (max-width: 87.5rem) { /* 1400px*/
    .logo-novasalut-slider{
        display: none;
    }
}

.logo-novasalut-slider {
    width:13.4375rem;
    height:13.4375rem;
    margin-right: 1.25rem;
}

.text-slider-home-big {
    font-size: 4.375rem;
    text-shadow: 6px 6px 10px rgba(0,0,0,0.5);
    font-weight:400;
    line-height:4.25rem;
}

.text-slider-home-little {
    font-size: 2.5rem;
    text-shadow: 6px 6px 10px rgba(0,0,0,0.5);
}

@media (max-width: 68.75rem) {
    .resp-big-title{
        font-size: 40px;
    }
}



@media (max-width: 62rem) { /*992px*/
    .text-slider-home-big{
        font-size: 3.125rem;
        line-height:3rem;
    }
    .text-slider-home-little{
        font-size: 1.875rem;
    }
    .resp-big-title{
        font-size: 30px;
    }
}



@media (max-width: 43.75rem) { /*700px*/
    .text-slider-home-big{
        font-size: 1.5625rem;
        line-height:1.7rem;
    }
    .resp-big-title{
        font-size: 20px;
    }
    .text-slider-home-little{
        font-size: 1rem;
    }
    .p-margin {
    margin-bottom: 0rem;
}
}

@media (max-width:25rem) { /*500px*/
    .text-slider-home-big{
        font-size: 0.875rem;
        font-weight: bold;
        line-height:1.2rem;

    }
    .resp-big-title{
        font-size: 16px;
    }
    .text-slider-home-little{
        font-size:0.75rem;
    }
    .p-margin {
    margin-bottom: 0rem;
    }
}

/* ULTIMAS MODIFICACIONES ALBIZU */
.bg-options{
    background-color:#383551;
}

.select-pers{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url("../img/fl-despliega.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: initial;
    padding-right: 24px !important;
}

.hero{
    height: 900px;
}

@media(min-width:1600px){
    .hero{
        height: 1000px;
    }
}

@media(min-width:1800px){
    .hero{
        height: 1300px;
    }
}
/* @media(min-width:1900px){
    .hero{
        height: 1300px;
    }
} */

@media(min-width:2000px){
    .hero{
        height: 1600px;
    }
}

.purple-text b:hover{
    color: #EFA056;
}

a:hover{
    color: #151132;
}

.min-400{
    min-height: 400px;
}

@media(min-width:1600px){
    .min-400{
        min-height: 600px;
    }
}

.img-cover{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: right;
}

.img-cover-center{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.img-cover-left{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.min-form{
    min-height: 700px;
}

@media(min-width:1090px){
    .min-form{
        min-height: 700px;
    }
}


.logo-index{
    min-width: 300px;
    margin-bottom: 1rem;
}

.l-fs-logo{
    font-size: 21px;

}

@media(max-width:900px){
    .l-fs-logo{
        font-size: 21px;
    }
}

@media(max-width:769px){
    .l-fs-logo{
        font-size: 21px;
        margin-top: 18px;
    }
    .logo-index{
        min-width: 160px;
    }
}

@media(max-width:598px){
    .l-fs-logo {
        font-size: 21px;
        margin-top: 18px !important;
        padding-top: 1rem !important;
    }
}

/**
MENU HAMBURGUER
**/

/* Hamburguer Menu */
#overlay-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    overflow-x: hidden;
    transition: 1s;
    align-items: flex-end;
  }
  
  #overlay-content {
    position: absolute;
    color:white;
    font-size: 1.3125rem;
    width: 0px;
    height: 0px;
    background-color: white;
    transition:1s;
    left:0;
  
  }
  
  #overlay-content a {
      color: #77286C;
      padding: 0.625rem 0;
  }
  
  #overlay-content a:hover {
      color:#EFA056 !important;
      font-weight:bold;
  }
  
  #overlay-menu #close-overlay-menu {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 50px;
    color:#EFA056;
    cursor:pointer;
    display: block;
    transition: 1s;
    z-index:3;
  }
  
  #overlay-menu #close-overlay-menu:hover {
      color:#EFA056;
      font-weight:bold;
      transition: 1s;
  }

  /* animation burguer hover */

.mobile-toggle:hover div {
    width: 100%;
}
.mobile-toggle:hover .hamburguer1 {
    animation: burger-hover 1s infinite ease-in-out alternate;
}
.mobile-toggle:hover .hamburguer2 {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.mobile-toggle:hover .hamburguer3 {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@keyframes burger-hover {
    0% { width: 60%; }
    50% { width: 30%; }
    100% { width: 60%; }
}

.hamb-menu{
    position: absolute;
    right: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #EFA056 !important;
    background-color: white; 
}

.logo-nav {
    width: 18.75rem;
    height: auto;
}

@media (max-width: 30rem) {
    .logo-nav {
        width: 11.75rem;
    }
}

.mobile-toggle {
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    max-height: 4.375rem;
    background:#77286C;;
    border-radius: 25px;
    height: 48px;
    width: 48px;
}

.mobile-toggle-text {
    position: absolute;
    font-size: 1rem;
    right: 9.375rem;
    top: 0.9375rem;
}

/* hamburguer click */

.mobile-toggle .hamb {
    display: block;
    margin: 3px auto;
    height: 2px;
    width: 20px;
    background-color: #EFA056;;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}


nav ul {
    list-style: none;
    /*overflow: hidden;*/
    text-align: right;
    float: right;
    margin-top: 0.9375rem;
    padding-left: 0rem;
}

nav ul li {
    margin-left: 1.1875rem;
    line-height: 1.5;
    display: inline-block;
    list-style: none;
}

nav ul li a {
    color: #77286C;
    font-size: 0.875rem;
}

nav ul li a:hover{
    color: #EFA056;
}

.nav {
    margin-top: 1.0125rem;
}

.nav--item {
    /*margin-left: .3rem;
        margin-right: .3rem;*/
    position: relative;
    /*overflow: hidden;*/
}

.nav-mobile {
    width: 100%;
    position: absolute;
    top: -3.5rem;
    left: 0;
    height: 32rem;
    background: rgba(0, 0, 0, 1);
    display: block;
    max-height: 0;
    overflow: hidden;
    animation: slideMenu 1s ease forwards;
    z-index: -1;
}

.nav.nav-mobile ul {
    padding-top: 10rem;
    text-align: center;
}

/****
NAVBAR DROPDOWN
*****/

.nav-dropdown::after{
    content:none !important;
}

.nav-down {
    transition:1s;
}

.nav-up {
    top: -160px;
    transition:1s;
}

.dividir{
    white-space: normal !important;
}

.left-120{
    left: -120% !important;
}

.left-100{
    left: -100% !important;
}

.left-40{
    left: -40% !important;
}

.tel-resp{
    width: 93%;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 5px !important;
}


@media (min-width: 992px) {
    .tel-resp{
        display: none;
    }
}