@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* RESET */
*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
html,body{

    overflow-x: hidden;
}
body{
    background-color: #fffdf7;
}

/* for booststrap */
p{
    margin: 0;
}

/* FOR SWEET ALERT */
.sweetBtn{
    border: none;
    outline: none;
    background: #dcb46a;
    color: #fff;
    font-size: 17px;
    font-weight: bolder;
    padding: 10px 100px;
    border-radius: 10px;
    transition: 0.4s;
}
.sweetBtn:hover{
    opacity: 0.9;
    transform: scale(1.05);
}

/* MAIN CONTAINER */
#main-container{
    height: 100%;
    width: 100%;
}

/* MAIN */
#header{
    width: 100%;
    height: auto;
}
#list{
    list-style: none;
    display: flex;
    justify-content: center;
}
#main-img{
    height: 100px;
    width: 300px;
}
.box{
    display: flex;
    justify-content: center;
    margin: 2%;
}
.contact-box{
    display: flex;
    margin-top: 1%;
}
.contact-box .contact-icon{
    justify-content: start;
    margin: auto;
    margin-right: 10px
}
.contact-box .contact-text{
    display: block;
    text-align: center;
    margin: auto;
}
.box .contact-text .p{
    font-weight: 600;
}
#list a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}

/* NAV BAR */
#nav-bar{
    width: 100%;
    height: 60px;
    background-color: rgb(18, 18, 18);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
}
#nav-bar a{
    text-decoration: none;
    color: #ffffffb7;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#nav-bar a:hover{
    color: #ffffff;
}
#nav{
    list-style: none;
    display: flex;
}
#nav li{
    border-top: 3px solid #bfa98000;
    margin-top: -10px;
    transition: 0.4s;
}
#nav li:hover{
    border-top: 3px solid #dcb46a;
}
.links{
    margin-top: 10px;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    transition: 0.2s;
}
.mostrar-menu, .esconder-menu{
    font-size: 30px;
    cursor: pointer;
    display: none;
    transition: 0.4s;
    order: 1;
}
.mostrar-menu:hover, .esconder-menu:hover{
    color: #dcb46a;
}
#check{
    display: none;
}

/* SLIDER */
#slider-section{
    height: 6%;
}
.sobre-slider{
    margin-left: 20%;
    margin-top: 7%;
    position: absolute;
    display: block;
    z-index: 98;
    color: #ffffff;
}
.sobre-slider h1{
    font-size: 55px;
    font-weight: bolder;
}
.img-slider{
    height: 80vh;
}
.carousel-item:before{
    content: '';
    background: rgba(77, 77, 92, 0.6);
    position: absolute;
    width: 100%;
    height: 80vh;
    left: 0;
}
.btnnn{
    height: 75px;
    width: 300px;
    border: none;
    background: none;
    font-weight: 600;
    color: #ffffff;
    transition: 0.2s;
    margin-top: 15px;
    border: #ffffff solid 3px;
}
.btnnn:hover{
    background-color: #ffffff;
    color: black;
}
@media(max-width: 900px)
{
    .sobre-slider{
        margin-left: 10%;
    }
}
/* .btnnn{
    height: 75px;
    width: 300px;
    border: none;
    background: none;
    cursor:pointer;
    color: #ffffff;
    font-weight: 600;
        position:relative;
        padding:10px 20px;
        font-size:28px;
        border-top-right-radius:10px;
        border-bottom-left-radius:10px;
        transition:all 1s;
        &:after,&:before{
            content:" ";
            width:10px;
            height:10px;
            position:absolute;
            border :0px solid #fff;
            transition:all 1s;
            }
        &:after{
            top:-1px;
            left:-1px;
            border-top:5px solid black;
            border-left:5px solid black;
        }
        &:before{
            bottom:-1px;
            right:-1px;
            border-bottom:5px solid black;
            border-right:5px solid black;
        }
        &:hover{
            border-top-right-radius:0px;
        border-bottom-left-radius:0px;
            /* // background:rgba(0,0,0,.5);
            // color:white; */
            /* &:before,&:after{
                
                width:100%;
                height:100%; */
                /* // border-color:white; */
            /* }
        }
    } */
.btnn{
    height: 50px;
    width: 150px;
    border: none;
    background-color: #dcb46ac9;
    font-weight: bold;
    color: #ffffff;
    transition: 0.2s;
    margin-top: 3%;
}
.btnn:hover{
    background-color: #dcb46a;
}
@media(max-width: 500px)
{
    .sobre-slider{
        margin-left: 1%;
    }
    .btnn{
        width: 99%;
    }
    .sobre-slider h1{
        font-size: 32px;
    }
    .img-slider{
        height: 45vh;
    }
    .carousel-item:before{
        height: 45vh;
    }
    #main-img{
        height: 60px;
        width: 220px;
    }
    .box{
        display: flex;
        justify-content: center;
        margin: 2% 5% 2% -5%;
    }
}
.slider-footer{
    width: 100%;
    background-color: rgb(18, 18, 18);
    display: block;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    color: #ffffff;
}

/* ABOUT */
.about{
    margin-top: 50px;
    padding: 0 8% 0 8%;
}
.titulos-about{
    display: flex;
    justify-content: center;
    font-weight: 900;
    color: black;
}
.divisor{
    height: 2px;
    width: 80px;
    margin: auto;
    margin-bottom: 30px;
    background-color: #dcb46a;
    transition: 0.4s;
    cursor: pointer;
}
.divisor:hover{
    transform: scaleX(1.5);
}
.titydiv:hover{
    background-color: #242424;
}
.texto-about{
    font-weight: lighter;
    margin-bottom: 40px;
}
.imgs{
    display: flex;
    justify-content: center;
}

.divdivi{
    width: 100%;
    height: 2px;
    background: #dcb46a;
}

/* CONTACT */
.contact{
    margin-top: 1%;
}
.contact-header{
    text-align: center;
}
.contact-header h1{
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
}
.contact-header p{
    color: #8d8b8b;
    font-size: 17px;
}
.container a{
    text-decoration: none;
    color: #dcb46a;
}
.box-about{
    display: flex;
    flex-wrap: wrap;
    text-align: start;
}
.box-about p{
    width: 100%;
    margin: 4px;
    margin-top: 7px;
    margin-left: 9px;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
}
.box-about a{
    width: 100%;
    margin: 4px;
    margin-bottom: 10%;
    margin-left: 9px;
}
.links-img{
    transition: 0.4s;
}
.links-img:hover{
    transform: scale(1.02);
}
.col-xs-12{
    text-align: center;
}
.des{
    display: flex;
    justify-content: center;
}
.contact-box2{
    display: inline-block;
    padding: 0 2px;
}
.contact-container{
    display: flex;
    flex-wrap: wrap;
    padding: 4% 4%;
}
.contact-box2 p{
    font-size: 17px;
    margin: 10px 3px 10px 3px;
    color: #807f7f;
}
.contact-box2 h2{
    margin-top: 50px;
    font-size: 20px;
    font-weight: bolder;
}
#p{
    margin-left: 50px;
    font-weight: 900;
    font-size: 15px;
    color: #3e3e3e;
}
.div-icon p{
    transition: 0.2s;
}
.div-icon{
    display: flex;
}
.div-icon img{
    height: 34px;
    margin-top: 3px;
    margin-right: 3px;
}
.div-icon a{
    text-decoration: none;
}
.div-icon a p:hover{
    color: #dcb46a;
}
.contact-form{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 8%;
    margin-top: 6%;
}
.contact-form input{
    width: 100%;
    margin: 10px 0;
    padding: 0 11px;
    border: #c8c6c6 solid 1px;
    outline: none;
    cursor: pointer;
    height: 40px;
}
#dosin{
    margin: 10px 10px;
}
#butnn{
    width: auto;
    height: auto;
    padding: 15px 35px;
    border: none;
    border-radius: 10px;
    background: #dcb46a;
    color: #ffffff;
    transition: 0.4s;
}
.input-container{
    width: 100%;
    display: flex;
    justify-content: center;
}
#butnn:hover{
    transform: scale(1.1);
    opacity: 0.9;
}
#mensaje-contact{
    margin: 10px 0;
    padding: 0 11px;
    border: #c8c6c6 solid 1px;
    outline: none;
    cursor: pointer;
}

/* FOOTER */
/* #footerr{
    background: #111111;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer{
    margin: 0;
    cursor: pointer;
}
.container-footer a{
    text-decoration: none;
    color: #666666;
    transition: 0.4s;
}
.container-footer a:hover{
    color: #ffffff;
} */
#whalogo{
    position: fixed;
    left: 40px;
    bottom: 40px;
}
#whalogo img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: 0.4s;
}
#whalogo img:hover{
    transform: scale(1.2);
    opacity: 0.9;
}

/* HEADER RESOPONSIVE */
@media(min-width: 1450px)
{
    .des{
        width: 100%;
    }
    .das{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact-box2{
        width: 33%;
    }
}
@media(max-width: 1450px)
{
    #responsive-box{
        width: 100%;
    }
    /* #main-img{
        height: 95px;
        width: 305px;
    } */
    .des{
        width: 100%;
    }
    .das{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact-box2{
        width: 33%;
    }
}

/* grid responsive */
@media(max-width: 1400px)
{
    .box-about{
        text-align: center;
    }
}

/* NAV BAR RESPONSIVE */
@media(max-width: 1100px)
{
    .mostrar-menu, .esconder-menu{
        display: block;
    }
    #nav-bar nav{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #242424;
        z-index: 99;
        right: -100%;
        top: 0;
        text-align: center;
        padding: 100px 0;
        transition: 0.8s;
    }
    #nav{
        display: block;
    }
    #nav li{
        padding: 20px;
    }
    .esconder-menu{
        position: absolute;
        top: 40px;
        right: 40px;
    }
    #check:checked ~ nav{
        right: 0;
    }
    #nav li:hover{
        border-top: 3px solid #dcb46a00;
    }
    #nav a{
        transition: 0.4s;
    }
    #nav a:hover{
        color: #dcb46a;
        transform: scale(1.1);
    }
    .slider-footer{
        display: none;
    }
    .contact-box2{
        width: 100%;
        text-align: center;
    }
    .div-icon{
        justify-content: center;
    }
    .contact-form{
        margin: 0;
        margin-top: 40px;
    }
    form, textarea{
        max-width: 700px;
    }
    .des{
        display: inline-block;
    }
}

@media(max-width: 750px)
{
    form, textarea{
        max-width: 500px;
    }
}

@media(max-width: 510px)
{
    form, textarea{
        max-width: 370px;
    }
}