
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');
html{
    scroll-behavior:smooth;
}
body{
    overflow-x: hidden;
}
.menu-wrap{display:none;}
.nav-wrapper{
    width: 100vw;
    height: 144px;  
    position: fixed;
    background-color:#4645474F;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 3;
    border: 0.1em ;
    border-color:rgb(48 48 48 / 45%);
    border-style: solid;

}

.nav-wrapper .logo{
    width: 11em;
   
}

.nav-wrapper .nav-links{
    width: 40em;
    margin-right: 2em;
}

.nav-wrapper .nav-links ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.nav-wrapper .nav-links ul li{
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}
}

.nav-wrapper .nav-links ul li:hover{
    transition: 0.5s;
    text-decoration:underline;
    color:#EE935A ;
}

.nav-wrapper .nav-links-top{
    width: 20em;

}

.nav-wrapper .nav-links-top ul:first-child{
   color:#fff;
}

.nav-wrapper .nav-links-top ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-wrapper .nav-links-top ul li{
    margin-right: 0.5em;
}


.orage{
   color:#fff ;
   margin-top: 1em;
}

.orage:hover{
    color:#EE935A ;
    margin-top: 1em;
}



.contact-us .maps{
    width: 100vw;
    height: 351px;
}
.contact-us .contact{
    width: 100vw;
    height: 351px;
}
.main-header{
    width: 100vw;
    height: 763px;
    background-image:linear-gradient(to bottom, rgba(70, 69, 71, 0.71) 0%, rgba(70, 69, 71, 0.71) 100%), url(../img/cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
    overflow: hidden;
}
.main-header div:nth-child(1){
    width: 60%;
    display: flex;
    justify-content: center;    
    align-items: center;
}
.main-header h1{
    font: normal normal bolder 44px/42px Barlow;
  
    letter-spacing: 1.41px;
    color: #CD7F30;
}

.main-header p{
    font: normal normal 300 28px/32px Barlow;
    letter-spacing: 0.9px;
    color: #FFFFFF;
}
.main-header img:nth-child(1){
    transform: rotate(180deg);
}

.about-us{
    width: 100vw;
    height: 842px;
    background: #464547 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1; 
    display: grid;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}
.abt-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-wrapper .txt{
    max-width: 556px;
    width: 90vw;

}
.abt-wrapper .img img{
    width: 500px;
    height: 300px;
}

.abt-wrapper h1{
    text-align: left;
    font: normal normal bold 32px/42px Barlow;
    letter-spacing: 1.02px;
    color: #CD7F30;
    opacity: 1;
}

.abt-wrapper p{
    text-align: left;
    font: normal normal 300 16px/32px Barlow;
    letter-spacing: 0.51px;
    color: #FFFFFF;
    opacity: 1;
}
.title-img{
    max-width:1003px;
    width: 90vw;
    text-align: left;
    font: normal normal bold 16px/32px Barlow;
    letter-spacing: 0.51px;
    color: #CD7F30;
    opacity: 1;  
}

.img-wrapper{
    margin-top: -4em;
    display: flex;
    justify-content: space-between;
    max-width:1003px;
    width: 90vw;
}
.img-wrapper div{
    width: 10em;
    height: 10em;
    display: grid;
    justify-items: center;
    align-content: center;
}

.img-wrapper div p{
    margin-top: 0.5em;
    text-align: center;
    font: normal normal 300 16px/20px Barlow;
    letter-spacing: 0.51px;
    color: #FFFFFF;
}
.img-wrapper div .img1{
    opacity: 0.5;
    filter: grayscale(100%);
}
.img-wrapper button{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}
.img-wrapper button:hover .img1{
    transition: 0.4s;
    filter: grayscale(50%);
    opacity: 0.8;
}

.img-wrapper button .selected{
    transition: 0.4s;
    filter: grayscale(0);
    opacity: 1;
}

.img-wrapper button:hover .selected{
    transition: 0.4s;
    filter: grayscale(0);
    opacity: 1;
}

.second-sec{
    width: 100vw;
    height: auto;
    padding: 3em 0;
    display: grid;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.second-sec .title-img{
    width: 100vw;
    height: 5em;
    text-align: left;
    font: normal normal bold 32px/12px Barlow;
}

.second-sec .img-wrapper div p{
    font: normal normal bold 16px/22px Barlow;
    color: #707070;
}

.list{
    width: 52vw;
    display: none;
}
.list li {
    margin:  0.5em  0  0 3em;
}
.list li::before {
    content: "•";
    color: #C86A0B; /* or whatever color you prefer */
    margin-left: -1em;
  }
.list li p{
    font: normal normal 300 16px/32px Barlow;
    letter-spacing: 0.51px;
    opacity: 1;
    margin-top:-1.5em;
}

/* therd sec  */

.therd-sec{
    width: 100vw;
    height: auto;
    display: grid;
    padding: 3em 0;
    align-content: center;
    justify-content: center;
    background: #EDEDED 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.therd-sec .title-img{
    width: 100vw;
    height: 3em;
    text-align: left;
    font: normal normal bold 32px/12px Barlow;
}
.card-partner{
    width: 60em;
    display: flex;
}

.card-partner:last-child{
    margin-top: 7em;
}

/* img */
.img-p img{
    width: 260px;
    height: 360px;
}
.cont-p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
}
.img-side img{
    width: 45px;
    height: 356px;  
}
.img-side:last-child{
    transform: rotate(180deg);
}
.cont-wrapper .name-p{
    font: normal normal bold 18px/32px Barlow;
    letter-spacing: 0.58px;
    color: #CD7F30;
}

.cont-wrapper .email{
    font: normal normal 300 16px/25px Barlow;
    letter-spacing: 0.58px;
    color: #CD7F30;
    margin-bottom: 3em;
}

.cont-wrapper .txt{
    text-align: left;
    font: normal normal 300 16px/25px Barlow;
    letter-spacing: 0.51px;
    color: #464547;
}

section#cont {
    overflow: hidden;
}

/* map  */

.maps iframe{
    width: 100vw;
    height: 351px;
}

.contact{
    width: 100vw;
    display: flex;
    justify-content: space-evenly;

}

.cont-contact{
    display: grid;
    justify-content: space-evenly;
    grid-template: 'title title''. .''. .';

}
.title-cont{
    margin-top: 1em;
    grid-area: title;
    text-align: left;
    font: normal normal bold 32px/12px Barlow;
    letter-spacing: 1.02px;
    color: #CD7F30;
    opacity: 1;
}
.addr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15em;
}
.addr h1{
    text-align: left;
    font: normal normal 300 16px/22px Barlow;
    letter-spacing: 0.51px;
    color: #464547;
    opacity: 1;
}
.addr div{
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    background-color: #CD7F30;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: center;
    margin-left: 0.5em;
}
.addr img{
    width: 1.5em;
    margin-right: 1em;
}
.social-m img{
    margin-right: 0;
}

.form{
    width: 370px;
    height: 485px;
    background-color: #fff;
    margin-top: -15em;
    z-index: 2;
    border: 2px solid #5E7FB133;
    border-radius: 1em;
}

.form form{
    display: grid;
    justify-items: center;

}

.form form h1{
    text-align: center;
    font: normal normal bold 32px/36px Barlow;
    letter-spacing: 1.02px;
    color: #CD7F30;
    opacity: 1;
    margin: 1em 0 1em 0;
}

.form form input{
    width: 270px;
    height: 34px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #5E7FB133;
    border-radius: 3px;
    opacity: 1;
    margin: 0.5em 0;
}
.form form input:nth-child(6){
    width: 270px;
    height: 100px;
}

.form form button{
    width: 160px;
    height: 47px;
    background: #CD7F30 0% 0% no-repeat padding-box;
    border-radius: 3px;
    border-style: none;
    opacity: 1;
    color: #fff;
    margin-top: 1em;
    cursor: pointer;
}

/* footer  */
footer{
    width: 100vw;
    height: 140px;
    background: #464547 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
}




.show{
    display: grid;
}

@media only screen and (max-width: 600px) {
    .classmenu{
        width:100vw;
        display:flex;
         justify-content: center;
        align-items: center;
        color:#fff;
        
    }
    
      .classmenu li{
        color:#fff;
        
    }
    .fdiv {
        margin-top: 8em;
    }

    .about-us {
        height: 1039px;
        justify-items: center;
 
    }
    .abt-wrapper {
        display: grid;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
    }
    
    .abt-wrapper .txt {
       max-width: 556px;
       width: 70vw;
   }
    .abt-wrapper h1 {
        text-align: center;
        font: normal normal bold 30px/42px Barlow;
    }

    .img-wrapper {
        margin-top: -4em;
        display: flex;
        justify-content: space-between;
        max-width: 1003px;
        width: 80vw;
    }

    .second-sec {
        /* justify-content: center; */
        align-content: center;
        justify-items: center;
        overflow: hidden;
    }
    .second-sec .title-img {
        width: 100vw;
        height: 5em;
        text-align: center;
        font: normal normal bold 32px/12px Barlow;
        font-family: 'Barlow', sans-serif;
    }
    .img-wrapper div p {
        width: 6em;
    }
    .img-side img {
        display: none;
    }
    .therd-sec .title-img {
        width: 100vw;
        height: 3em;
        text-align: center;
        font: normal normal bold 32px/12px Barlow;
    }
    .card-partner {
        width: 100vw;
        display: grid;
        justify-items: center;
    }
    .cont-p {
        width: 18em;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-left: 1em; */
    }
    section#cont {
        overflow: hidden;
        padding-top: 20em;
    }
    .form {
        margin-top: -46em;
        margin-left: -18em;
    }
    .contact-us .maps {
        width: 100vw;
        height: 435px;
    }
    .maps iframe {
        width: 100vw;
        height: 435px;
    }
    .cont-contact {
        grid-template:
            'title'
            '.'
            '. ';
    }
    .addr h1 {
        width: 16em;
    }
    footer {
        display: grid;
        justify-items: center;
    }
    .main-header img {
        display: none;
       }
       
       
       .menu-wrap{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: 1.5em;
    display: none;
}
.menu-wrap .toggler{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25%;
    margin-left: 28%;
    z-index: 2;
    cursor: pointer;
    width: 38px;
    height: 30px;
    opacity: 0;
}

.menu-wrap .hamburger{
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 38px;
    padding: 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger line */
.menu-wrap .hamburger > div{
    position: relative;
    width: 60%;
    height: 4px;
    background-color: #d47a46;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
/*Top and bottom lines  */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 4px;
    background: inherit;
}
/* move line down */
.menu-wrap .hamburger > div::after{
    top:10px
}
/* Toogler animate */
.menu-wrap .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}
/* lines into X */
.menu-wrap .toggler:checked + .hamburger > div::before,
.menu-wrap .toggler:checked + .hamburger > div::after{
    top:0;
    transform: rotate(90deg);
}
/* Show menu */

.menu-wrap .toggler:checked ~ .menu{
    visibility: visible;
    margin-top: 3em;
}
.menu-wrap .toggler:checked ~ .menu > div{
    transform: scale(0.8);
    transition-duration: 0.75s;
}
.menu-wrap .toggler:checked ~ .menu > div > div{
    opacity: 1;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4em;
    z-index: -1;
}
.menu-wrap .menu > div{
    background-color:#535d67;
    border-radius: 100%;
    width: 200vh;
    height: 200vh;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4 ease;
    overflow:hidden;
}
.menu-wrap .menu > div > div{
    text-align: center;
    max-width: 90vh;
    max-height: 100vh;
    margin-top: -24%;
    opacity: 0;
    transition: all 0.4s ease;
}

.menu-wrap .menu > div > div > ul>li {
    list-style: none;
    color: #656565;
    /* color: #9e9e9e; */
    margin-bottom: 1.5rem;
    min-height: 40px;
    min-width: 200px;
    display: flex;
    /* font-size: 1.5rem; */
    flex-direction: column;
    justify-content: center;
}
.menu-wrap .menu > div > div > ul > li > a{
    /* color: inherit; */
    font: normal normal bold 1.3rem/1rem Assistant;
    text-decoration: none;
    transition: color 0.4s ease;
    color: #fff;
}
.menu-wrap .menu > div > div > ul > li > a:hover{
    color: #FEC168;
}

.quote-nav-button{
    width: 140px;
    height: 45px;
    background: #FAC856 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    align-self: center;
}

.quote-nav-button:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #3A8487;
}

.quote-nav-button:hover a {
    color: #3A8487;
    font: normal normal bold 16px/12px Assistant;
}

.quote-nav-button a {
    color: #FFFFFF;
    font: normal normal bold 16px/12px Assistant;
}

.wrapper-circle{
    display: flex;
    align-self: center;
    justify-content:space-around;
    gap: 30px;
    margin-top: 1em;
}
.media-circle-nav{
    width: 69px;
    height: 69px;
    background-color:white ;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 10%;
}
.img-media-hover{
    display: none;
}
.media-circle-nav:nth-child(1):hover{
    background-color: #4267b2;
}
.media-circle-nav:nth-child(2):hover{
    background-color: #1da1f2;
}
.media-circle-nav:nth-child(3):hover{
    background-color: #c13584;
}
.media-circle-nav:hover img{
    display: none;
}
.media-circle-nav:hover .img-media-hover{
    display: block;
}
.go-to-top{
    opacity: 10%;
    position:fixed;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items:flex-end;
    transition:0.5s;
    left: -40px;
}

.go-to-top div {
    padding-bottom: 6em;
}
.go-to-top a{
    border-radius: 1em;
    background-color: #2FD5EB;
    font-weight:bold;
    border: 0.1px;
    border-style:solid;
    border-color: #2b055646;
    text-decoration: none;
    padding: 1.5em 0.5em 2em 0.5em;
    transition: 1s;
    color: #2B0556;
    writing-mode: vertical-rl;
    text-orientation: upright;

}
.services-top div{
    padding-bottom: 10em;
}
.trasition-btn{
    opacity: 100%;
    transition:0.9s;
    left: 20px;

}
/* navegation top  */
.nav-top{
    margin-top:0;
    height: 2em;
    background-color: #3A8487;
    justify-content: space-between;
    font-weight: lighter;
    /*font: normal normal normal 14px/12px Assistant;*/

}

.nav-side{
    /*color: #fff;*/
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*!*padding: 0 7em 0 7em;*!*/
    /*font-size: 14px;*/
    /*flex-direction: row;*/
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    /* padding: 0 7em 0 7em; */
    font-size: 14px;
    flex-direction: row;
}

.nav-left{
    /*width: 20%;*/
    justify-content: flex-end;
    margin-left: 6rem;
}

.nav-right{
    /*width: 30%;*/
    justify-content: flex-start;
    margin-right: 6rem;
}

.nav-right > li > p > i{
    margin-right: 0.5rem;

}

.nav-middle{
    /*width: 30%;*/
    /*justify-content: center;*/
    display: none;
}

.nav-left li{
    /*width: 30%;*/
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-left label{
    background-color: white;
    color: #3a8487;
    padding: 0.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-radius: 10%;
}

#link-blog{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0px;
}

.nav-side li{
    height: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-side p {
    margin: 1rem;
    text-align: -webkit-center;
}

.fa-caret-down{
    margin: 0.5rem;
}

#contact-us{
    border-left: solid;
    border-right: solid;
    border-width: thin;

}
.navbar .nav-side input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
}
.navbar .nav-side input {
    background-color:#3a848798;
    border-style:none;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #fff;
    /*margin-right: 1em;*/
    outline: none;

}

.navbar .nav-side button{
    background-color:#3a848798;
    border-style: solid;
    border-color: #3a848798;
    margin-right: 1em;
    transition: 0.5s;
    padding: 0.2em 0.7em;
}
.navbar .nav-side button:hover{
    transition: 0.5s;
    background-color:#3a848798;
    border-color: #fff;
    border-radius: 0.5em;
}



@media (max-width: 950px) {
    .nav-left{
        display: none;
    }
    .nav-right{
        display: none;
    }
    .nav-top{
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 1400px) {
    /*.nav-link{*/
    /*    width: 60%;*/
    /*    display: flex;*/
    /*    justify-content: space-evenly;*/
    /*    transition: all 0.8s;*/
    /*}*/
}
/* mobile screen */
/*@media (max-width: 880px) {*/
@media (max-width: 950px) {
    .menu-wrap{
        display: unset;
    }
    .nav-link{
        display: none;
    }
    .nav-middle{
        display: flex;
    }

    .logo-container{
        width: 40%;
    }


}

@media only screen and (max-width: 550px){
    .hide-map{
        display: none;
    }
    .go-to-top{
        display: none;
    }

}

/*.pages-hidden{*/
/*    display: none;*/
/*}*/


/* Silvia's changing */

/*.mobile-social-nav {*/
/*    margin: 0 !important;*/
/*}*/

ul.mobile-social-nav li {
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    background-color: #3A8487;
    color: white;
    justify-content: center;
    /* margin: 1rem; */
    border-radius: 100%;
    align-items: center;
    font-size: 1.5rem;
}

ul.mobile-social-nav li:hover {
    background-color: white;
    color: #3A8487;
}

.mobile-social-circles{
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

.mobile-social-nav{
    flex-direction: row !important;
    justify-content: space-between;
}

.mobile-social-nav {
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
    display: flex;
}

.pages-hidden li {
    margin: 0.5rem;
}

.pages-hidden {
    height: auto;
    display: none;
}

.pages-content {
    display: inherit;
    height: auto;
}

.pages-content ul li {
    margin: 0.7rem;
    font-size: 1.2rem;
}

.pages-content ul li:hover {
    color: #FEC168;
}

.nav-path-active{
    color: #fff;
}

.nav-path{
    color: #fff;
}

.menu ul{
    width: 100%;
}

      .nav-wrapper .nav-links{

    display:none;
}

.nav-links-top {
       display:none;
}

  }

  @media only screen and (max-width: 400px) {


    .form {
        margin-top: -52em;
        margin-left: -15em;
        
    }
    .form {
        width: 276px;
    }
    .form form input {
        width: 90%;
    }
    .form form input:nth-child(6) {
        width: 90%;
    }
    section#cont {
        padding-top: 26em;
    }
    .list li {
        margin: 0.5em 0 0 0em;
    }
    .img-wrapper {
        margin-top: -4em;
        display: grid;
        grid-template: '. . ';
        justify-content: space-between;
        max-width: 1003px;
        width: 100vw;
    }
    .img-wrapper div p {
        width: 6em;
        overflow: hidden;
    }
    .list li {
        margin: 0.5em 0 0 0em;
    }
    .about-us {
        height: 1422px;
        justify-items: center;
    }
    .abt-wrapper .img img {
        width: 371px;
        height: 230px;
    }
    .addr img {
        width: 1em;
        margin-right: 1em;
    }
    .addr div {
        width: 2em;
        height: 2em;
        border-radius: 100%;
        background-color: #CD7F30;
        overflow: hidden;
        display: grid;
        align-content: center;
        justify-items: center;
        margin-left: 0.5em;
    }
    .addr {
        display: flex;
        justify-content: unset;
        align-items: center;
        width: 15em;
    }
    .addr img {
        width: 1em;
        margin-right: 0em;
    }
    
  }