* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.logoCentro {
    width: 150px;
    height: fit-content;
    position: relative;
    left: 40%;
}
.logo{
    max-width: 150px;
}
.desplazamientoLogo {
    position: inherit;
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer{
    margin-left: 3%;
}
.logoFinal {
    max-width: 150px;
    height: fit-content;
}

.img_cabecera {
    max-width: 100%;
    height: fit-content;
    padding-top: 15%;
}

.cont-principal {
    background-image: url('images/fondo.png');
    /* border: 3px solid #019a7f; */
    border-radius: 1%;
    box-shadow: #b9b1a969 0px 5px 15px;
}

.cont-botone {
    display: flex;
    background-image: url('images/fondo.png');
    /* border-top:75px solid  #019a7f; */
    align-items: center;
    justify-content: end;
    border-left: 15px solid black;
    border-right: 15px solid black;
}

.cont-top {
    background-color: #019a7f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 5% 20% 5% 10%;
    border-left: 15px solid black;
    border-top: 25px solid black;
    border-right: 15px solid black;
}

.cont-texto {
    display: flex;
    background-image: url('images/fondo.png');
    border-top: none;
    align-items: end;
    justify-content: end;
    padding-bottom: 2%;
    padding-right: 1%;
    border-left: 15px solid black;
    border-right: 15px solid black;
}

.boton {
    display: inline-flex;
    flex-direction: row;
    color: black;
    border: none;
    background-color: transparent;
    width: fit-content;
    height: 100%;
    text-align: center;
    justify-content: center;
    margin: 0%;
    padding: 0%;
}

.boton:hover img {

    filter: contrast(1.1) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}

.btnEnvio {
    display: inline-flex;
    flex-direction: row;
    color: black;
    border: none;
    background-color: transparent;
    width: fit-content;
    height: 100%;
    text-align: center;
    justify-content: center;
    margin: 0%;
    padding: 0%;
}

.bocadillo {
    background-color: transparent;
    border: none;
    border-radius: 10px 10px 10px 10px;
    width: 70%;
    height: fit-content;
    min-height: 30%;
    align-content: center;
    padding: 0%;
}

.bocadilloTexto {
    display: inline-flex;
    justify-content: space-between;
    background-color: #ffffff;
    border: none;
    border-radius: 10px 10px 10px 10px;
    width: 70%;
    height: 20%;
    /* min-height: 30%; */
    align-content: center;
    justify-content: center;
    padding: 0%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);

    button {
        margin: 2% 0 2% 0;
        width: 50%;
        height: fit-content;
    }
}

.inputTelefono {
    border-radius: 10px 10px 10px 10px;
    border: none;
    margin-bottom: 10px;
}

.inputTelefono:focus {
    transform: scale(1.02);
    box-shadow: 0 4px 12px #00000062;
    outline: none;
}

.inputTelefono:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px #00000062;
}

.inputTexto {
    border: none;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    width: 100%;
    padding-left: 10px;
}

.inputTexto:focus {
    transition: none !important;
    animation: none !important;
    outline: none;
    box-shadow: none;

}

select {
    width: fit-content;
}

.imgEjemplo {
    position: relative;
    max-width: 70%;
    max-height: fit-content;
    margin: 0px;

    box-shadow: 0px 0px 20px 10px rgba(241, 235, 227, 0.737);
    /* Sombra exterior */
    border-radius: 10px;
}


.imagenContacto {
    width: 50px;
    height: 50px;

}

.contImgContacto {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    padding: 1%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contImgContacto img {
    width: 75%;
    height: fit-content;
    /* border-radius: 50%; */
}

.telContactoTop {
    font-size: large;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
}


.contenedorNum {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.online {
    font-size: small;
    color: #ffffff;
    margin-left: 1%;
}


select {
    border: none;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
}

.cont {
    display: none;
}

.prefijo {
    max-width: fit-content;
    margin-bottom: 10px;
}

.prefijo:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px #0000000b;
}

.card {
    max-width: 900px;
    box-shadow: #b9b1a969 0px 5px 15px;

}

.muestras {
    display: flex;
}

.btnEnvio {

    border-radius: 50%;
    min-width: 15%;
    max-width: 25%;
    max-height: fit-content;
    padding-left: 0px;
    align-self: center;
}

.btnEnvio img {
    max-width: 35%;
    max-height: fit-content;
    background-color: #06997e;
    border-radius: 50%;
    padding: 0%;
    margin-top: 5%;
    margin-bottom: 5%;
}


.btnNav {
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    width: 90%;
}




.logoWhatsapp {
    width: 40px;
    height: 40px;
    background-color: #47c857;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.desplegable {
    width: fit-content;
    text-align: center;
    justify-items: center;
    padding: 10px;
    border: none;
    border-radius: 15px 15px 15px 15px;
    background-color: #41bf53;
    color: #ffffff;
}

.desplegable:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px #0000000b;
}


.navbarNone {
    opacity: 0;
}

.navbar {
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    width: 90%;
    animation: fadeIn 0.5s ease-in;
}

.navbar a {
    text-decoration: none;
}

.navbar a:hover {
    transform: scale(1.05);
    /* background-color: #019a7f; */
    /* box-shadow: 0 4px 12px #019a7f; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(min-width: 1800px) {
    .muestras {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .duoCard {
        justify-content: center;
    }

    .btnNav {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

}

@media(max-width: 1000px) {
    .inputTelefono {
        margin-top: 20px
    }

    .contImgContacto {
        max-width: 40px;
        max-height: 40px;
        margin-right: 10px;
    }

    .telContactoTop {
        font-size: medium;
    }

    .online {
        margin-left: 10px;
        font-size: x-small;
    }

    .btnNav {
        display: none;
    }

    .movil {
        display: none !important;
    }

    .bocadilloTexto {
        width: 90%;
        height: 15%;
    }

    .btnEnvio img {
        max-width: 35px;
        max-height: fit-content;
        background-color: #06997e;
        border-radius: 50%;
        padding: 5px;
    }

    .logoCentro {
        width: 150px;
        height: fit-content;
        align-items: center;
        position: inherit;
    }
}

@media(max-width: 768px) {
    .bocadillo {
        width: 90%;
    }

    .imgEjemplo {
        max-width: 90%;
    }

    .cont-botone,
    .cont-texto {
        width: 95% !important;
    }

    .cont-top {
        width: 95% !important;
    }
}