* html {
    scroll-behavior: smooth;
}

/* Menu */

.fondo-hamburguesa {

    background-color: transparent !important;
    text-decoration: none !important;

}


.fondo3 {

    background-color: whitesmoke !important;
    opacity: 0.8 !important;

}

.canvas {


    justify-content: center !important;
}


.linea {

    padding-right: 10px;
}

a.x {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

a.x:before,
a.x:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: black;
    transition: all .8s;


}

a.x:hover:before,
a.x:hover:after {
    width: 100%;
}

.h-25 {

    height: 80px !important;
    width: auto !important;
}

.btn-close {

    background-color: white !important;

}

.letras {

    font-size: 20px;
}

.h-99 {

    height: 32px !important;
}

.flags {

    width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.flags_item {
    width: 30px;
}

.banderas {
    display: block;
    cursor: pointer;
}

.ingleses {

    padding-left: 3px;
}

/* Scrollpsy  */

.active {

    color: purple !important;
}

/* Principal */

.fondo2 {

    background-image: url(./fondo2.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;


}


.bordeado {

    border-radius: 45px;

}

/* Nosotros */


.texto-gore {

    font-size: 22px !important;
}


.verde {

    color: #009C7F;
    font-size: 24px;
}

/* Botones de Cards */

.w-4 {

    width: 200px !important;

}


/* Imagenes */

.h-13 {

    height: 500px !important;
    width: auto !important;
}


.h-15 {


    height: 350px !important;
    width: auto !important;
}


.h-16 {


    height: 500px !important;
    width: auto !important;
    padding-left: 80px !important;
}




/* Carrousel */

/* Boton */

.button {
    width: 140px;
    height: 45px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border-radius: 15px !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.button:hover {
    background-color: #847b78;
    color: #fff;
    transform: translateY(-7px);
}


/* Acción */

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    display: flex;
    justify-content: center;
}


.owl-nav button span {
    font-size: 60px;
}

button.owl-prev {

    float: left;




}

button.owl-prev:hover {

    background: transparent !important;
    color: black !important;
}




button.owl-next {
    float: right;

}


button.owl-next:hover {

    background: transparent !important;
    color: black !important;
}



.owl-nav {

    width: 100%;
    position: absolute;
    top: 35%;

}

/* Tablet */

@media (max-width: 850px) {


    .card {

        width: 16em !important;
    }




}

/* Movil 3 */

@media (max-width: 650px) {

    
    .texto {

        font-size: 13px !important;

    }

    


}


/* Movil 2 */

@media (max-width: 575px) {

    
    .texto {

        font-size: 8px !important;

    }

    


}

/* Movil */

@media (max-width: 500px) {




    .card {

        width: 13em !important;
   }


    .texto-principal {

        color: purple !important;

    }

    .texto {

        font-size: 8px !important;

    }

    .letras {

        font-size: 11px !important;
    }


    .movil {

        font-size: 10px !important;
    }

    .h-16 {

        padding-left: 50px !important;
    }

    .texto-gore {

        font-size: 14px !important;
    }


    .verde {


        font-size: 18px !important;

    }


}



/* Movil(Samsung)*/

@media (max-width: 400px) {


    .galaxy {

        padding-left: 0px !important;

    }

    .letras {

        font-size: 10px !important;
    }

    .movil {

        font-size: 16px !important;
    }


}





.owl-dots {

    display: none !important;
}

/* Mapa */

.text-blue {

    color: royalblue !important;
    text-decoration: none !important;

}

.h-88 {

    height: 500px !important;

}

.colorete {

    color: #F0F !important;
}



/* Formulario */
.form {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 5px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    border-top: 5px solid #0e3721;
}

::-webkit-input-placeholder {
    font-size: 1.3em;
}

.title {
    display: block;
    font-family: sans-serif;
    margin: 10px auto 5px;
    width: 300px;
}

.termsConditions {
    margin: 0 auto 5px 80px;
}

.pageTitle {
    font-size: 2em;
    font-weight: bold;
}

.secondaryTitle {
    color: grey;
}

.name {
    background-color: #ebebeb;
    color: white;
}

.name:hover {
    border-bottom: 5px solid #0e3721;
    height: 30px;
    width: 380px;
    transition: ease 0.5s;
}

.email {
    background-color: #ebebeb;
    height: 2em;
}

.email:hover {
    border-bottom: 5px solid #0e3721;
    height: 30px;
    width: 380px;
    transition: ease 0.5s;
}

.message {
    background-color: #ebebeb;
    overflow: hidden;
    height: 10rem;
}

.message:hover {
    border-bottom: 5px solid #0e3721;
    height: 12em;
    width: 380px;
    transition: ease 0.5s;
}

.formEntry {
    display: block;
    margin: 30px auto;
    min-width: 300px;
    padding: 10px;
    border-radius: 2px;
    border: none;
    transition: all 0.5s ease 0s;
}

.submit {
    width: 200px;
    color: white;
    background-color: #0e3721;
    font-size: 20px;
}

.submit:hover {
    box-shadow: 15px 15px 15px 5px rgba(78, 72, 77, 0.219);
    transform: translateY(-3px);
    width: 300px;
    border-top: 5px solid #0e3750;
    border-radius: 0%;
}

@keyframes bounce {
    0% {
        tranform: translate(0, 4px);
    }

    50% {
        transform: translate(0, 8px);
    }
}