*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN\ Condensed\ Bold.ttf') format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway-Thin.ttf') format("truetype");
}
body{
    font-family: raleway;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 100;
    color: #26336b;
    background-color: #26336b00;
}
section{
    margin-bottom: 6rem;
}

a{
    text-decoration: none;
    color: #26336b;
}

/*-------------------------header-----------------------*/
.whats{
    position: fixed;
    top: 6vw;
    right: 3vw;
    z-index: 999;
    width: 5vw;
    display: block;
}

.whats img{
    width: 100%;
}

.logo{
    height: 40px;
    margin: 0 1.5rem;
}
.logos{
    position: absolute;
    margin: 2rem 10vw;
    z-index: 1;
}

.logos {
    animation-duration: 1s;
    animation-name: slideinLogos;
}
  
  @keyframes slideinLogos {
    from {
        top: -10%;
    }
    to {
      top: 0%;
    }
  }

/*-------------------------inicio-----------------------*/
.inicio{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.pagePresentation{
    padding: 7rem;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    top:12px
}


.pagePresentation {
    animation-duration: 1.5s;
    animation-name: slidein;
  }
  
  @keyframes slidein {
    from {
      margin-left: -100%;
    }
  
    to {
      margin-left: 0%;
    }
  }


hr{
    border: 2px solid #fa5d00;
    position: relative;
    right: 35%;
    width: 100%;
    top:.5vw
}
h1{
    font-family: DIN;
    font-size:3.2vw;
    line-height: 3vw;
    width: 100%;
    margin-left: 13%;
}
.inicio article p {
    margin: 4rem 0;
    font-size: 1.3vw;
}
.inicio article a{
    font-family: DIN;
    color: #fa5d00;
    font-size: 2.1vw;
    text-align: center;
    width: 100%;
}
.imagenInicio{
    width: 40%;
    height: 105vh;
    object-fit: cover;
    max-height: 1920px;
}


.imagenInicio {
    animation-duration: 1s;
    animation-name: slideinImage;
  }
  
  @keyframes slideinImage {
    from {
      margin-right:-100em;
    }
  
    to {
      right: 0%;
    }
  }
/*-------------------------tarjetas-----------------------*/
.sliders{
    display:none;
}
.cards, .points{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5%;
    align-items: baseline;
    margin-bottom: 0;
}
.points{
    margin-top: 0;
    margin-bottom: 5%;
}
.card, .columnPoint{
    display: flex;
    flex-wrap: wrap;
    width: 33%;
    justify-content: center;
    align-content: space-between;
}
.cardInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.centralCard .cardInfo{
    box-sizing: content-box;
    border: solid #fa5d00 5px;
    border-top: none;
    border-bottom: none;
}
.containerImg{
    width: 23vw;
    height: 23vw;
    margin-bottom: 4rem;
    background-color: #fa5d00;
    position: relative;
}

.containerImg p{
    padding:35% 10%;
    height: 23vw;
    color: white;
    font-size: 1.5vw;
    text-align: center;
}
.containerImg img{
    width: 23vw;
    height: 23vw;
    object-fit: cover;
    object-position: 85% 50%;
    transition: .4s;
    position: absolute;
    top:0
}

.containerImg img:hover{
    opacity: 0;
    transition: .4s;
}
.cardInfo img{
    margin: 0;
    width: auto;
    height: 3.5vw;
    object-position: 50% 50%;
    aspect-ratio:unset;
}

.logo-vantage{
    scale:.9
}

.cardTitle{
    font-size: 3rem;
    text-align: center;
}
.cardDescription{
    width: 100%;
    margin: 4rem;
    font-size: 1.6rem;

}

li{
    margin-bottom: 1rem;
}

.bluePoint{
    background-color: #26336b;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

/*-------------------------info secundaria-----------------------*/
.secundaryImage{
    width: 100%;
    border-bottom:solid #fa5d00 5px;

}
.secInfo{
    padding: 4rem 0;
    font-size: 1.6rem;
    border-bottom:solid #fa5d00 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around ;
}

.secInfo li{
    width: 29%;
    margin-left: 2rem;
}

.myhome{
    font-size: 7vw;

}
.myhomeP,
.myhome{
    text-shadow:0px 0px 10px #0009;
    color: #fa5d00;
    position: relative;
    top: 20vw;
    left: 52vw;
    display:inline;
    font-weight: 100;
}

.myhomeP{
    display: block;
    font-size: 1.25vw;
    width: 42%;
    margin: 1rem 0;
    text-align: center;
    color: hsl(22, 100%, 95%);
}

/*-------------------------contact-----------------------*/
.contact{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.contact h2{
    font-family: DIN;
    width: 100%;
    font-size: 6rem;
    text-align: center;
}
.fa-brands{
    color: #fff;
    background-color: #fa5d00;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.socialNetwork{
    width: 45%;
    display: flex;
    flex-wrap: wrap;

}
.infoSocialNetwork{
    font-family: DIN;
    font-size: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
}
input::placeholder, textarea::placeholder{
    color: #26336bcc;
    font-family: raleway;
}
.form{
    width: 45%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
input{
    width: 90%;
    margin: .5rem;
    height: 2rem;
    border: solid #fa5d00 1px;
    color: #26336b;
}
textarea{
    width: 90%;
    margin: .5rem;
    height: 5rem;
    border: solid #fa5d00 1px;
    resize: none;  
}
.button{
    width: 50%;
    color: #26336b;
    font-family: DIN;
    font-size: 1.2rem;
    background-color: #fa5d00;
    margin-top: 2vw;
}

.omite{
    margin: 0;
}

@media (min-width: 601px) and (max-width:1050px) {
    .logos{
        margin: 1rem 10vw;
    }

    .logo{
    height: 22px;
    }
    .pagePresentation{
        padding: 2.5rem;
    }
    h1{
        font-size: 2rem;
        margin: 0;
    }
    .inicio article p {
        margin: 2rem 0;
        font-size: 1.2rem;
    }
    .inicio article a{
        font-family: DIN;
        color: #fa5d00;
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }

    .card img{
        margin-bottom: 2rem;
    }
    
    .cardTitle{
        font-size: 2rem;
    }
    
    .cardDescription{
        font-size: 1.2rem;
        margin: 2rem;
        width: 90%;
    }
    .bluePoint{
        background-color: #26336b;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 30px 0;
    }


    .secInfo{
        padding: 2rem;
        font-size: 1.2rem;
        border-bottom:solid #fa5d00;
    }
    .secInfo li{
        width: 45%;
        margin-left: 1rem;
    }
    
    
    .contact h2{
        font-size: 4rem;
    }
    .fa-brands{
        width: 48px;
        height: 48px;
    }
    
    .socialNetwork{
        width: 45%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .infoSocialNetwork{
        font-size: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .form{
        width: 50%;
        display:flex;
        flex-wrap: wrap;
    }
    input{
        width: 90%;
        margin: .35rem;
        height: 1.5rem;
        border: solid #fa5d00 1px;
    }
    textarea{
        width: 90%;
        margin: .35rem;
        height: 4rem;
        border: solid #fa5d00 1px;
        resize: none;  
    }
    .button{
        width: 90%;
        color: #26336b;
        font-family: DIN;
        font-size: 1rem;
        background-color: #fa5d00;
    }
    .whats {
        width: 7vw
    }
} 

@media (max-width:600px) {
    
    section{
        margin-bottom: 0;
    }
    .logos{
        margin: 1rem;
        margin-left: 4rem;
    }
    
    .logo{
        height: 16px;
    }
    .pagePresentation{
        padding: 28px 5%;
        width: auto;
        min-height: 55vh;
    }
    h1{
        font-size: 3rem;
        margin: 0;
    }
    .inicio article p {
        margin: 2rem 0;
        font-size: 1.4rem;
    }
    .inicio article a{
        font-family: DIN;
        color: #fa5d00;
        font-size: 1.8rem;
        text-align: center;
        width: 100%;
    }
    
    .inicio{
        flex-wrap: wrap-reverse;
    }

    .imagenInicio{
        width: 100%;
        height: 55vh;
        object-fit:cover;
        object-position: 20% 30%;
    }
    
    .sliders{
        display: inline;
        border-style: none;
        width: 7%;
        color: #26336b;
        font-size: 2rem;
    }

    .cards{
        overflow: hidden;
        align-items:stretch;
        flex-wrap:nowrap;
        justify-content: space-around;
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }
    
    .noDisplay{
        display:none;
    }
    .card{
        width: 86%;
        border-bottom: solid 3px #fa5d00;
        justify-content: center;
    }
    .card img{
        margin: 1rem;
        margin-top: 0;
        width: 100%;
        border-bottom: solid 3px #fa5d00;
    }
    .cardInfo img{
        margin: 0;
        width: auto;
        height: 10vw;
        object-position: 50% 50%;
        aspect-ratio:unset;
        border: none;
        margin-bottom: 1rem;
    }
    
    .cardTitle{
        font-size: 1.7rem;
    }
    
    .cardDescription{
        font-size: 1.3rem;
        width: 90%;
        margin: 1rem 1rem 0 2rem;
    }
    .bluePoint{
    display: none;
    }

    .secInfo{
        padding: 1rem;
        font-size: 1.4  rem;
        margin-bottom: 2rem;
    }
    .secInfo li{
        width: 100%;
        margin-left: 1rem;
    }


    .contact{
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }

    .contact h2{
        font-size: 2.5rem;
        order: 5;
    
    }
    .fa-brands{
        width: 36px;
        height: 36px;
    }

    .socialNetwork{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .infoSocialNetwork{
        margin: .5rem;
        font-size: 1.75rem;
        width: auto;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .form{
        width: 100%;
        display:flex;
        flex-wrap: wrap;
    }
    input{
        width: 100%;
        margin: .5rem;
        height: 1.5rem;
        border: solid #fa5d00 1px;
    }
    textarea{
        width: 100%;
        margin: .5rem;
        height: 4rem;
        border: solid #fa5d00 1px;
        resize: none;  
    }
    .button{
        width: 90%;
        color: #26336b;
        font-family: DIN;
        font-size: 1rem;
        background-color: #fa5d00;
    }
    
    .centralCard .cardInfo{
        border: none
    }

    .pagePresentation {
        animation-duration: 0s;
        animation-name: slidein;
    }

    .fa-brands{
        margin-right: .3rem;
    }

    .whats {
        width: 10vw
    }
}


@media (max-width:300px){
    h1{
        margin-left: 0;
        text-align: end;
        font-size: 2.5rem;
    }
}