/*----- GENERAL -----*/
@font-face {
    font-family: 'BebasNeue';
    src: url(./assets/Tipografia/BebasNeue-Regular.otf) format('truetype');
}

@font-face {
    font-family: 'GibsonRegular';
    src: url(./assets/Tipografia/GibsonRegular.OTF) format('truetype');
}

@font-face {
    font-family: 'GibsonSemiBd';
    src: url(./assets/Tipografia/GibsonSemiBd.OTF) format('truetype');
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

.dis {
    visibility: hidden !important;
}

.dis2 {
    visibility: visible !important;
}

.whatsapp-button {
    position: fixed;
    width: auto;
    height: auto;
    text-decoration: none;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
}

.whatsapp-button img {
    object-fit: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/*----- NAVBAR -----*/


.a-navbar {
    color: #334D3D;
    font-family: 'GibsonRegular' !important;
    font-size: 14px;
    letter-spacing: 2px;
}

.a-navbar:hover {
    color: #334D3D;
    font-family: 'GibsonSemiBd' !important;
}

.a-navbar.active {
    color: #334D3D;
    font-family: 'GibsonSemiBd' !important;
}

.container-fluid.web {
    overflow: visible;
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28127, 191, 85, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-transparente {
    border: 1px solid #7FBF55;
    font-family: 'GibsonRegular';
    color: #334D3D;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 2px;
}

.btn-transparente:hover {
    color: #334D3D;
}

/*----- INDEX -----*/
.titulo-inicio {
    font-family: 'BebasNeue';
    color: white;
    text-shadow: 2px 2px 4px #334D3D;
    font-size: 65px;
    line-height: 0.9;
}

.boton-verde {
    font-family: 'GibsonRegular';
    color: white;
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #7FBF55;
    border: 1px solid #7FBF55;
}

.boton-verde:hover {
    font-family: 'GibsonRegular';
    color: white;
}

.btn-blanco-inicio {
    font-family: 'GibsonRegular';
    color: #334D3D;
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 14px;
    background-color: white;
    border: 1px solid white;
}

.btn-blanco-inicio:hover {
    color: #334D3D;
}

.box-color {
    background-color: #F5F6E3;
    color: #334D3D;
    min-height: 270px;
}

.box-color:hover{
    background-color: #334D3D;
    color: #F2F2F2 !important;
}

.numero{
    color: #7FBF55;
}

.box-color:hover .numero {
    color: #F2F2F2;
}
/*----- CONTACTO -----*/

.form-container {
    width: 100%;
    max-width: 400px;
}

.form-control {
    border: none;
    border-radius: 0;
    padding: 10px 0px !important;
    font-size: 13px;
    font-family: 'GibsonRegular';
    color: #334D3D;
    background-color: transparent;
    border-bottom: 1px #7FBF55 solid;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}


.form-group {
    margin-bottom: 20px;
}

.invalid-feedback {
    font-size: 12px;
    color: red;
}

.boton-contacto {
    font-family: 'GibsonSemiBd' !important;
    background-color: #7FBF55;
    color: white;
    border-radius: 10px;
    padding: 5px 25px;
    font-size: 12px;
    border-color: #7FBF55;
    border-style: solid;
}

.boton-contacto:hover {
    color: white;
}

.margen-arriba {
    margin-top: -75px;
}

/*----- FOOTER -----*/

.p-footer {
    font-family: 'GibsonRegular' !important;
    color: white;
    margin: 0px;
    font-size: 12px;
}

.footer-icono {
    width: 15px;
    height: auto;
}

.p-footer2 {
    font-family: 'GibsonRegular' !important;
    color: white;
    margin: 0px;
    font-size: 12px;
}


.a-footer {
    font-family: 'GibsonRegular' !important;
    color: white;
    margin: 0px;
    text-decoration: none;
    font-size: 11px;
}

.a-footer:hover {
    font-family: 'GibsonSemiBd' !important;
    color: white;
    margin: 0px;
    text-decoration: none;
}

.a-footer2 {
    font-family: 'GibsonRegular' !important;
    color: white;
    margin: 0px;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
}

.a-footer2:hover {
    font-family: 'GibsonSemiBd' !important;
    color: white;
    margin: 0px;
    text-decoration: none;
}

.a-footer2.active {
    color: white;
    font-family: 'GibsonSemiBd' !important;
    /* opcional, para destacar más */
}

@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    .margen-arriba {
        margin-top: 0px;
    }

}