@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Merriweather:wght@300;400;700;900&display=swap');


* {
    margin:0;
    padding:0;
}

body{
    background:white;
    /* position:fixed; */
    /* height:100vh; */
    /* width:100%; */
}

section{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    min-height: 90vh;
    margin: 0em auto;
    position: relative;
    flex-wrap: wrap;
    font-family: 'Merriweather',serif;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    top: 0;
    /* z-index: 10000; */
    background: #ffffffde;
    height: 3em;
    z-index: 11;
    /* position: relative; */
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    padding-right: 0;
    max-width: 60%;
    /* background: red; */
}

nav a {
    /* width: 50%; */
    margin: 4px 10px;
    text-decoration: none;
    font-family: 'Merriweather', sans-serif;
    font-size: .75em;
    color: gray;
}
.nav-links p {
  font-family: 'Merriweather';
  font-size: .75em;
  margin: .2em .5em;
  cursor: pointer;
}
img.hero-logo.shadow {
    filter: drop-shadow(0px 0px 1px black);
    width: 20%;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    margin-top: 0;
}
.hero2{
    
background-color: #eeeeee;
    
color: #53354f;
    
display: flex;
    
align-items: center;
    
justify-content: space-around;
}
.w1-2 {
    width: 45%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: black;
}
h1 {
    color: #353535;
    font-weight: 300;
}

h1 span {
    color: #cbb687;
}

.main-image {
    /* position: absolute; */
    /* bottom: 0; */
    right: 0;
    background: var(--main-image);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    /* height: 90vh; */
    /* margin: 1em 0; */
}
.main-title {
    padding: 1em;
    padding-top: 0;
    width: 45%;
    /* position: absolute; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    left: 0;
    z-index: 10;
}

.main-title p {margin-top: 5px;font-weight: 100;font-size: 1em;}

.logo{
    background: url(https://divo.com.ar/img/logo.webp) left center  / contain no-repeat;
    background-size: contain;
    width: 35%;
    height: 50px;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    /* box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.1); */
    margin: 0 10px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.promo {
    background: #392436;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    color: white;
    padding: 1em;
    font-size: .9em;
    width: 100%;
    border-radius: 1em;
    margin: 2em 0;
}
button {
    border: 1px solid #53354f;
    padding: 1em 3em;
    margin: 1em;
    background: transparent;
    outline: none;
    cursor:pointer;
    text-transform: uppercase;
    transition: all .1s linear;
    height: fit-content;
    position: relative;
    color: #392436;
}
section.hero {
    flex-wrap: nowrap;
    font-size: 1em;
}

.promo button {
    background: #e6ce9a;
}

.logo a {
    float: right;
    margin-top: 1em;
    margin-right: 1em;
    font-family: 'Merriweather';
    text-decoration: none;
    color: gray;
}
.secondary {
    color: white;
    background: #53354f;
    border-radius: 1em;
    padding: 1em;
}

.hero2 h1 {
    color: #53354f;
    font-size: 2.5em;
    line-height: 1em;
    margin: 1em auto;
}

.hero2 .container {
    text-align: center;
}
p span {
    display: block;
}
.hero2 p {
    color: #7A7A7A;
    font-weight: 100;
}


.secondary p {
    color: white;
}

.hero2 p span {
    color: #53354f;
    font-weight: bold;
}

.w1-4 {
    width: calc(25% - 6em);
    padding: 2em;
    font-size: .8em;
    position: relative;
    z-index: 1;
}

.timeline {
    background: #e6ce9a;
    width: 2em;
    aspect-ratio: 1/1;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: white;
    position: absolute;
    top: -1em;
}


.col4 .w1-4 {
    border-top: 3px solid #e6ce9a;
}

.card {
    background: #ffffff;
    padding: 1.1em;
    font-size: .8em;
    box-shadow: 0px 8px 5px rgba(0,0,0,0.25);
    letter-spacing: 0px;
    text-align: left;
}

.card:after {
    content: "";
    width: 2em;
    height: 2em;
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    top: 2.2em;
    z-index: -1;
    left: 3em;
}

.card h2 {
    font-weight: 100;
}

.card p {
    font-size: 1em;
    color: #5f5f5f;
    margin-top: 1em;
    text-align: left;
}
.card a {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    transition: all .1s linear;

}

button:hover, a:hover {
    background: #e6ce9a;
}

section.col4 {
    background: linear-gradient(0deg, #e7e7e7, white);
    color: #353535;
    align-items: baseline;
}

section .maintitle {
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

section.lineas {
    background: #323232;
    color: white;
    flex-wrap: wrap;
}
.linea {
    position: relative;
    background: linear-gradient(90deg, #d5d5d5 0%, white 50%);
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .25em;
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .splide img {
    /* width: calc(100% - 10px); */
    margin: 0 auto;
    /* border: 5px solid #e6ce9a; */
    height: 90vh;
}
.splide {
    width: 100%;
    margin: 0 auto;
}

.splide__slide {
    display: flex;
    align-items: center;    
    }
    
    .linea .title {
        color: #5d324f;
        font-family: 'Bebas Neue',fantasy,sans-serif;
        font-size: 8vw;
        transform: rotate(-11deg);
        font-style: italic;
        font-weight: bolder;
        letter-spacing: -2px;
         /* width and color */
        text-shadow: -3px 3px 0px white;
        margin-top: .5em;
        margin-bottom: 0.5em;
        transition: all 1s linear;
    }
    .linea.alterna {
        background: linear-gradient(-90deg, #d5d5d5 0%, white 50%);
        justify-content: start;
    }
    .convenio {
        width: 15%;
        height: 6em;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        border-radius: 5px;
        background-size: contain;
    }
    
    .convenio1 {
        background-image: url(../img/convenios/1.webp);
    }.convenio2 {
        background-image: url(../img/convenios/2.webp);
    }.convenio3 {
        background-image: url(../img/convenios/3.webp);
    }.convenio4 {
        background-image: url(../img/convenios/4.webp);
    }
    .convenios {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    

    
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px white; */
    /* border-radius: 10px; */
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e6ce9a;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e6ce9a; 
  }
.empresas .splide img {
    width: 60%;
    height: inherit;
}
  .hero .splide img {
    width: calc(100% - 10px); 
    margin: 0 auto;
     border: 5px solid #e6ce9a;
    height: inherit;
    ;
}
ul.splide__pagination {
    bottom: -1em;
}


.sucursales .w1-3 iframe {
    filter: grayscale(1);
    border: none;
    width: 85%;
}

.sucursales .w1-3 {
    border: 1px solid #e6ce9a;
    margin: 1em;
    width: calc(25% - 3em);
    padding: 1em;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    background: white;
}

.sucursales h2 {
    color: #7a7a7a;
    font-size: 1em;
}

section.empresas {
    background: #eeeeee;
    padding: 0 10%;
}

.empresas .maintitle {
    margin-bottom: -1em;
}
footer {
    background: black;
    color: white;
    padding-bottom: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer h1 {
    color: #e6ce9a;
    text-align: left;
    font-size: 2.5em;
}

.social {
    color: white;
    font-family: sans-serif;
    font-size: 1.1em;
    text-align: left;
}
span.social-icon {
    fill: white;
    margin-right: .5em;
    width: 1em;
    text-align: right;
    display: flex;
    align-items: center;
    height: 1em;
    margin: 5px;
    justify-content: end;
}

li.social-item {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2em;
    /* margin: .1em; */
}

ul.social-items {
    text-align: left;
    display: block;
}

.social-item a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

svg.e-font-icon-svg {
    height: 1em;
}

span.social-text {
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .w1-2 {
    justify-content: flex-start;
    margin: 2em;
    height: 100%;
    width: calc(50% - 5em);
}

footer h2 {
    /* height: 100%; */
    color: white;
    /* font-size: 2em; */
    font-family: 'Merriweather';
    display: flex;
}
.linea button:hover, .hero2 button:hover {
    background: #53354f;
    color: white;
    filter: grayscale(1);
}

.linea.linea-g button:hover {
    /* background: #21366f; */
    /* color: white; */
}

.linea.linea-el button:hover {
    /* background: #75b4d6; */
    color: white;
}
.linea.linea-new button:hover,.card button:hover, .card a:hover {
    /* background: #222222; */
    color: white;
}


.linea.linea-new .title {
    color: #222222;
}



.linea.linea-el .title {
    color: #75b4d6;
}

.linea.alterna.linea-g .title {
    color: #21366f;
}
.sucursales h2:after {
    content: "";
    background: url(https://divo.com.ar/img/location-1.webp) center center /contain no-repeat;
    width: 100%;
    height: 3em;
    display: block;
}


.card button, .card a {
    margin: 1em;
    padding: .5em 0;
    width: calc(100% - 2em);
    background: #b9a57b;
    color: white;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    font-family: 'Merriweather';
    font-weight: normal;
}

.linea:not(.linea-new) .title:before {
    content: "LÍNEA";
    position: absolute;
    transform: translate(.33em,-.7em);
    font-size: .6em;
    z-index: -1;
}
.linea.linea-new .title:before {
    content: "2023";
    position: absolute;
    transform: translate(-.13em,1.4em);
    font-size: .6em;
}

.linea p {
    font-size: .8em;
    margin-top: .5em;
    width: 80%;
}

.sucursales .location {
    font-size: .6em;
    width: 100%;
    text-align: center;
    margin: 1em;
}

.pie {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pie p {
    width: 90%;
    font-size: .9em;
    text-align: center;
}


button.splide__arrow {
    background: none;
}

button.splide__arrow:hover {
    background: none;
    opacity: 1;
}
button.btn-wait:before {
    content: "cargando chat...";
    position: absolute;
    width: 100%;
    height: 100%;
    color: gray;
    background: #392436;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen  and ( max-width:900px){
    .sucursales h2:after {
        height: 1em;
    }
    .sucursales .w1-3 {
        width: calc(40% - 3em);
    }
    .w1-4 {
        width: calc(50% - 6em);
    }
  }

  
@media only screen and (orientation: portrait) {
  section.hero {flex-wrap: wrap;}
   .main-title {
    width: calc(100% - 10px);
    height: 50%;
    padding: 5px;
    font-size: .9em;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:2em 0;
}
.promo{
  justify-content:center;
}
    
.main-title h1 {
    margin: 0 auto;
}

.main-image {
    width: 100%;
    height: 50%;
    right: 0;
}
    .w1-2 {
    width: 100%;
    font-size: .6em;
}
ul.social-items {
  font-size: 1.4em;
}
p {
    font-size: 1.2em;
}

.container.secondary {
    width: 80%;
    margin: 0 auto;
}
 

.w1-4 {
    width: 80%;
    margin: 1em auto;
    height: fit-content;
}



.splide {
    width: 100%;
}

.linea, .linea.alterna {
    background: white;
}
.w1-3 {
    width: 80% !important;
}
    

.linea .title {
    font-size: 4em;
}
.hero-logo {
  width: 35%;
}
  }


  @media only screen and (orientation: landscape) {

    .main-image{
            width: 50%;
            /* height: 100vh; */
        }

        .linea.alterna .w1-2:first-child {
            position: absolute;
            left: 50%;
        }
        
        .linea.alterna .w1-2:last-child {
            /* position: absolute; */
            left: 0;
        }
        
 }      