@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

body p{
    font-family: 'kanit', sans-serif;
    font-size: 20px;
}
body label{
    font-family: 'kanit', sans-serif;
    font-size: 20px;
}
.fondo{
    background: url('../img/banner.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
    height: 600px;
    z-index: -1;
}
.fondo2{
    background: url('../img/fondocnc.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.overlay2{
    background-color: #00000050;
}
.overlay{
    background-color: #f7a75c50;
    height: 600px;
}
.encabezado{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.btn-w{
    background-color: #f76d2e !important;
}
.btn-w:hover{
    background-color: #e0652b !important;
}
.titulo{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #f76d2e;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
}
.tituloN{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.tituloN li{
    font-family: 'kanit', sans-serif;
    font-size: 20px;
}
.subtitulo{
    font-family: 'kanit', sans-serif;
    color: #000000;
    font-weight: 600;
}
.mostrar{
    padding-bottom: 45px;
}
.hideIMG{
    display: none;
}
.gallery-item:hover{
    cursor: pointer;
}
.carousel{
    width: 75%;
    display: inline-block;
}
footer{
    background-color: #a58160;
}
footer a{
    color: #000!important;
    text-decoration: none;
    transition: 0.2s;
}
footer a:hover{
    color: #fff!important;
}
/*Whatsapp*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-left: 1px;
}

.float:hover {
    background-color: #fff;
    color: #25d366;
}

.float:hover .tooltipText {
    display: block;
    transition: all ease 1s;
}

.my-float {
    margin-top: 8px;
}

.tooltipText {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transform: translateX(-50%);
    background-color: #25d366;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 7px;
    pointer-events: none;
    transition: all ease 1s;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.tooltipText::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 100%;
    border: 8px solid;
    transform: translateX(-10%);
    border-color: #25d36600 #25d36600 #25d36600 #25d366;
}

/* Fin de Whatsapp */
@media screen and (max-width: 1200px) {
    .carousel{
        width: 100%;
    }
    .fondo{
        height: 500px;
    }
    .overlay{
        height: 500px;
    }
}

@media screen and (max-width: 768px){
    .hideIMG{
        display: block;
    }
    .showIMG{
        display: none;
    }
    .carousel{
        width: 100%;
    }
    .carousel-inner img{
        height: 100%;
    }

} 