/*
Theme Name: Tipo
Author: the WordPress team
Author URI: https://verticeasociados.com/
Version: 1.0
Tested up to: 6.8
Requires at least: 3.0
Requires PHP: 5.2.4
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: tipo
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&family=Unbounded:wght@200..900&display=swap');
/***********************************
 * PALETA DE COLORES Y TIPOGRAFIAS *
 **********************************/
:root{
    --azul-oscuro: #0f1949;
    --azul-claro: #033b86;
    --gris: #56575e;
    --amarillo: #ffe708;
    --unbounded: "Unbounded", sans-serif;
    --anek: "Anek Gujarati", sans-serif;;
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.tope{
    width: 100%;
    height: 50px;
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
h1, h2, h3, h4, h5, p{
    width: 100%;
}
body{
    margin: 0 auto;
    font-weight: 400;
    background-color: #FFF;
    color: var(--azul-oscuro);
    font-family: var(--unbounded);
    -webkit-font-smoothing:antialiased;
    background-image: url(images/bkgd.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5vw;
    padding-left: 7%;
    padding-right: 7%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/*section > *{
    padding-left: 2%;
    padding-right: 2%;
}*/
h1{
    font-size: 1.4vw;
    font-weight: 900;
    line-height: .9;
    text-align: center;
    font-family: var(--sans);
    padding-top: 2vw;
    padding-bottom: 2vw;
}
h2{
    font-size: 1.4vw;
    font-weight: 900;
    line-height: 1;
}
p{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--anek);
}
h3{
    font-size: .9vw;
    font-weight: 700;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    justify-content: center;
    background-color: var(--azul-oscuro);
}
header > a{
    width: 220px;
    display: block;
}
header > a > img{
    width: 85%;
    margin-left: 15%;
    height: auto;
    top: 60px;
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
label{
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    right: 5%;
    position:absolute;
    z-index: 20;
    box-sizing: content-box;
    padding: 10px;
    /*display: none;*/
    top: 17px;
}
label span{
    background: var(--azul-oscuro);
    height:2px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label span:nth-of-type(1){
    width:50%;
}
label span:nth-of-type(2){
    width:100%;
}
label span:nth-of-type(3){
    width:75%;
}    
input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(2px,0px)
}
input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
input[type="checkbox"]:checked ~ span:nth-of-type(3){ 
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
    transform: translate(12px, -4px) rotatez(45deg);
}
.abierto{
    background-color: var(--verde);
}


/*********************
 *        MENU       *
 *********************/
header > nav{
	position: relative;
    width: calc(100% - 220px);
    height: 100%;
    padding-right: 10%;
	display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    justify-content: space-evenly;
}
header > nav > a{
    /*width: 100%;*/
    color: #FFF;
    font-weight: 900;
    font-size: 12px;
}
header > nav a:hover{
    color: var(--amarillo);
}
header > nav > div{
    width: 50%;
}
@keyframes open-link{
    from{letter-spacing: 0vw; font-weight: 300}
    to{letter-spacing: .2vw; font-weight: 500}
}
@keyframes close-link{
    from{letter-spacing: .2vw; font-weight: 500}
    to{letter-spacing: 0vw; font-weight: 300}
}

/*********************
 *       INICIO      *
 ********************/
.inicio{
    height: 57vw;
    background-position: center center;
    background-size: 100%;
    background-image: url(images/banners/fondo-general.png);
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url('images/banners/imagen-banner.png');*/
}
.inicio > div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.inicio > h1{
    font-size: 4vw;
    font-weight: 900;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.inicio > h2{
    color: var(--gris);
    font-size: 2vw;
}
.inicio > p{
    font-size: 1.4vw;
    padding-top: 1vw;
    padding-right: 58%;
}

/*********************
 *     PRODUCTOS     *
 ********************/
.productos{
    flex-direction: row;
    flex-wrap: wrap;
}
.productos > h1{
    margin-bottom: 6vw;
}
.productos > a{
    width: 28%;
    margin: 2vw;
    height: 28vw;
    border: solid 1px;
    padding: 1.5vw;
    border-radius: .5vw;
    background-color: #FFF;
}
.productos > a > article{
    position: absolute;
    width: 9vw;
    height: 9vw;
    background-color: #FFF;
    border-radius: 5vw;
    top: -2vw;
    right: -2vw;
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productos > a > article > div{
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
    background-position: center center;
    background-size: 130%
}
.productos > a > div{
    width: 5vw;
    height: 5vw;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.productos > a:nth-child(3) > article > div{
    background-image: url(images/9.png);
}
.productos > a:nth-child(2) > article > div{
    background-image: url(images/IMG_8107.png);
    background-size: 100%;
}
.productos > a:nth-child(4) > article > div{
    background-image: url(images/37.png);
}
.productos > a:nth-child(3) > div{
    background-image: url(images/invernadero-icono.svg);
}
.productos > a:nth-child(2) > div{
    background-image: url(images/industria-icono.svg);
}
.productos > a:nth-child(4) > div{
    background-image: url(images/hogar-icono.svg);
}
.productos h2{
    margin-top: 1vw;
}
.productos p{
    padding-top: 2vw;
    font-size: 1vw;
}
.productos h6{
    width: 2vw;
    height: 2vw;
    display: block;
    text-align: center;
    line-height: 2vw;
    border-radius: 3vw;
    border: solid 1px;
    margin-top: 1vw;
}

/*********************
 *   QUIENES SOMOS   *
 ********************/
.quienes-somos > aside{
    height: 33vw;
    border-radius: 3vw;
    background-position: center center;
    background-size: cover;
    background-image: url(images/cuadro-foto.png);
    color: #FFF;
    padding-left: 30%;
    padding-right: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quienes-somos > aside > h2{
    font-weight: 400;
    font-size: 2vw;
    padding-bottom: 2vw;
    font-family: var(--anek);
}
.quienes-somos > p{
    font-size: 1.4vw;
    color: var(--azul-claro);
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 4vw;
}
.quienes-somos > p > span{
    font-weight: 700;
}

/*********************
 *     SERVICIOS     *
 ********************/
.servicios{
    flex-direction: row;
}
.servicios > div{
    width: 47%;
    margin-right: 3%;
    height: 28vw;
    border-radius: 2vw;
    background-position: center center;
    background-size: cover;
    background-image: url(images/foto-2.png);
    background-position: center center;
    background-size: cover;
}
.servicios > article{
    width: 50%;
    padding-left: 5%;
}
.servicios > article > h1{
    text-align: left;
}
.servicios > article > p{
    font-size: 1.3vw;
    color: var(--azul-claro);
}

/*********************
 *   MENU INTERIOR   *
 ********************/
.menu-interior{
    padding: 0px;
    background-color: #FFF;
}
.menu-interior > nav{
    width: 480px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu-interior > nav > a{
    width: 33%;
    padding: 15px;
    background-color: #FFF;
}
.menu-interior > nav > a:hover{
    background-color: #f2f2f2;
}
.menu-interior > nav > a > div{
    width: 100%;
    height: 70px;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.menu-interior > nav > a > h2{
    font-size: 14px;
    text-align: center;
    color: var(--azul-claro);
}
.menu-interior > nav > a:nth-child(1) > div{
    background-image: url(images/industria-icono.svg);
}
.menu-interior > nav > a:nth-child(2) > div{
    background-image: url(images/invernadero-icono.svg);
}
.menu-interior > nav > a:nth-child(3) > div{
    background-image: url(images/hogar-icono.svg);
}


/*********************
 * PRODUCTOS GENERAL *
 ********************/
.productos-general{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.productos-general > a{
    width: 27%;
    margin: 1vw;
    border-radius: .5vw;
}
.productos-general > a > div{
    width: 100%;
    height: 23vw;
    border-radius: .5vw;
    border:solid 1px var(--azul-claro);
    background-size: cover;
    background-position: center center;
    background-color: #FFF;
}
.productos-general > a > h2{
    font-family: var(--anek);
    font-weight: 300;
    color: var(--azul-claro);
    font-size: 1.8vw;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1vw;
}

/*********************
 *      ENTRADA      *
 ********************/
.entrada{
    flex-direction: row;
    align-items: flex-start;
}

.entrada > aside{
    width: 33%;
}
.entrada > aside > div{
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 35vw;
    border: solid 1px;
    background-color: #FFF;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: .5vw;
}
.entrada > aside > article{
    width: 100%;
    height: 7vw;
    display: flex;
    flex-wrap: wrap;
}
.entrada > aside > article > div{
    width: 24%;
    margin: .5%;
    height: calc(7vw - 4px);
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    border: solid 1px;
    cursor: pointer;
    border-radius: .5vw;
}
.entrada > div{
    width: 67%;
    padding-left: 5%;
}
.entrada > div > h2{
    padding-bottom: 1.5vw;
    text-transform: uppercase;
}
.entrada > div > p{
    margin-bottom: 1vw;
    font-size: 1.2vw;
    color: var(--azul-claro);
}
.entrada > div > h3{
    font-size: 1.2vw;
    font-weight: 900;
    width: 30%;
    text-transform: uppercase;
}
.entrada > div > ul > li{
    font-size: 1.2vw;
    font-family: var(--anek);
    color: var(--azul-claro);
}
.entrada > div th{
    background-color: var(--azul-oscuro);
    color: #FFF;
    font-family: var(--anek);
    font-weight: 400;
    padding: .3vw;
    padding-left: 1vw;
    padding-right: 1vw;
    border: 1px solid var(--azul-oscuro);
}
.entrada > div > ul{
    margin-bottom: 2vw;
}
.entrada > div table{
    border-spacing: 0px;
    border: solid 1px ;
    border-radius: .5vw;
    overflow: hidden;
    /*border-collapse: collapse;*/
}
.entrada > div td{
    background-color: #FFF;
    color: var(--azul-oscuro);
    font-family: var(--anek);
    font-weight: 400;
    padding: .3vw;
    padding-left: 1vw;
    padding-right: 1vw;
    border: 1px solid var(--azul-oscuro);
}


/*********************
 *     UBICACION     *
 ********************/
.ubicacion{
    background-image: url(images/planeta.png);
    background-position: 75% center;
    background-size: 35%;
    background-repeat: no-repeat;
    padding-bottom: 15vw;
    padding-top: 10vw;
}
.ubicacion > article{
    width: 100%;
    padding-left: 15%;
}
.ubicacion > article > h1{
    text-align: left;
}
.ubicacion > article > p{
    font-size: 1.8vw;
    font-weight: 600;
    color: var(--azul-claro);
}
.ubicacion > article > p > span{
    font-weight: 400;
    font-size: 1.4vw;
}

/*********************
 *    COTIZACION     *
 ********************/
.cotizacion{
    padding-left: 10%;
    padding-right: 10%;
}
.cotizacion > form{
    width: 35%;
}
.cotizacion > p {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 2vw;
}
.cotizacion > form > input, .cotizacion > form > textarea{
    width: 100%;
    border: 0px;
    border-radius: .3vw;
    font-family: var(--anek);
    font-weight: 400;
    font-size: .9vw;
    padding-left: 5%;
    padding-right: 5%;
}
.cotizacion > form > input {
    height: 2.5vw;
    margin-bottom: .5vw;
}
.cotizacion > form > input[type=submit] {
    background-color: var(--azul-oscuro);
    color: #FFF;
    font-weight: 700;
    width: 40%;
    margin-left: 30%;
    margin-top: 1vw;
}
.cotizacion > form > input[type=submit]:hover{
    background-color: var(--amarillo);
    color: var(--azul-oscuro);
    cursor: pointer;
}
.boton-cotizacion{
    background-color: var(--amarillo);
    color: var(--azul-oscuro);
    font-size: 1vw;
    font-weight: 300;
    border-radius: .3vw;
    font-family: var(--anek);
    padding: .3vw;
    padding-top: .5vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.boton-cotizacion:hover{
    background-color: var(--azul-claro);
    color: #FFF;
}


/*********************
 *       FOOTER      *
 ********************/
footer{
    border-top: solid 4px var(--azul-oscuro);
    display: flex;
    height: 15vw;
    justify-content: center;
    align-items: center;
    background-color: var(--azul-oscuro);
}
footer > div{
    width: 30%;
    height: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--azul-claro);
    font-size: 1.4vw;
    padding-right: 3%;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center center;
}
footer > h1{
    color: #FFF;
    font-family: var(--anek);
    font-weight: 700;
    font-size: 1.6vw;
    line-height: 1.5;
    width: 25%;
    padding-left: 10%;
    padding-right: 2%;
    text-align: right;
}
footer > form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding-right: 10%;
}
footer > form > div{
    width: 50%;
}
footer > form > div > input, footer > form > div > textarea{
    width: 97%;
    border: 0px;
    border-radius: .3vw;
    font-family: var(--anek);
    font-weight: 400;
    font-size: .9vw;
    padding-left: 5%;
    padding-right: 5%;
}
footer > form > div > textarea{}
footer > form > div > input{
    height: 2.5vw;
    margin-bottom: .5vw;
}
footer > form > div > input[type=submit]{
    background-color: var(--amarillo);
    color: var(--azul-claro);
    font-weight: 700;
    font-size: 1vw;
    cursor: pointer;
}
footer > form > div > input[type=submit]:hover{
    opacity: .8;
}

.carrito{
    position: fixed;
    top: 50px;
    right: 0px;
    background-color: #FFF;
    z-index: 10;
    padding: 15px;
    width: 425px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    display: none;
}
.carrito > h5{
    background-color: var(--amarillo);
    background-color: var(--azul-claro);
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 3px;
}
.ver-carrito{
    position: fixed;
    right: 0px;
    font-size: 16px;
    color: #FFF;
    top: 0px;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 7px;
}
.ver-carrito:hover{
    color: var(--amarillo);
}
.ssc-cart-table th, .ssc-cart-table td{
    font-size: 10px;
    padding: 5px;
}
.ssc-cart-table td > input{
    width: 60px;
    text-align: center;
}
.ssc-cart-table th:nth-child(1), .ssc-cart-table td:nth-child(1){
    width: 140px;
}
.ssc-cart-table th:nth-child(2), .ssc-cart-table td:nth-child(2){
    width: 60px;
}
.ssc-cart-table th:nth-child(3), .ssc-cart-table td:nth-child(3){
    width: 60px;
}
.ssc-cart-table th:nth-child(4), .ssc-cart-table td:nth-child(4){
    width: 60px;
}
.ssc-cart-table th:nth-child(5), .ssc-cart-table td:nth-child(5){
    width: 53px;
}
.ssc-remove-item{
    background: var(--azul-claro);
    color: #fff;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    font-weight: 700;
}
.ssc-remove-item:hover{
    background: #d33;
}
.ssc-empty-cart{
    background-color: var(--amarillo) !important;
    color: var(--azul-oscuro) !important;
    font-weight: 700;
    display: none;
}
.ssc-empty-cart:hover{
    background-color: #d33 !important;
    color: #FFF !important;
}
.ssc-add-to-cart{
    background-color: var(--azul-claro) !important;
}
.ssc-add-to-cart:hover{
    background-color: var(--amarillo) !important;
    color: var(--azul-oscuro) !important;
}
.ssc-cart-totals{
    margin-bottom: 1vw;
}


.gracias{
	position: relative;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 18vw;
}
.gracias h1{
	font-size: 4vw;
	color: var(--azul-oscuro);
}
.gracias h2{
	font-size: 1.5vw;
	color: var(--azul);
}

@media (max-width: 480px){
    .tope{
        height: 80px;
    }
    h1{
        font-size: 8vw;
    }
    h2{
        font-size: 5vw;
    }
    p{
        font-size: 4vw;
    }
    .productos > a{
        width: 100%;
        padding: 6vw;
        margin-left: 0px;
        height: auto;
        margin-bottom: 13vw;
    }
    .productos > a > article{
        width: 20vw;
        height: 20vw;
        border-radius: 11vw;
        top: -3.5vw;
        right: -3vw;
    }
    .productos > a > div{
        width: 20vw;
        height: 20vw;
    }
    .productos  p{
        font-size: 4vw;
    }
    .productos h6{
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        margin-top: 5vw;
        border-radius: 10vw;
    }
    .productos > a > article > div{
        width: 13vw;
        height: 13vw;
        background-size: 200%;
    }
    .quienes-somos > aside{
        height: auto;
        padding-right: 10%;
        padding-left: 10%;
        padding-bottom: 10vw;
        padding-top: 10vw;
    }
    .quienes-somos > aside > h2{
        font-size: 6vw;
    }
    .quienes-somos > p{
        font-size: 4vw;
        color: var(--azul-claro);
        padding-left: 1%;
        padding-right: 1%;
    }
    .servicios{
        flex-direction: column;
    }
    .servicios > div{
        width: 100%;
        padding: 0px;
        height: 60vw;
        margin-bottom: 10vw;
    }
    .servicios > article{
        width: 100%;
        padding: 0px;
    }
    .servicios > article > h1{
        text-align: center;
    }
    .servicios > article > p{
        font-size: 4vw;
    }
    .ubicacion{
        justify-content: flex-start;
        height: 130vw;
        background-position: bottom right;
        background-size: 60%;
        margin-bottom: 15vw;
    }
    .ubicacion > article{
        padding-left: 0px;
        text-align: center;
    }
    .ubicacion > article > h1{
        text-align: center;
    }
    .ubicacion > article > p{
        font-size: 4vw;
    }
    .ubicacion > article > p > span{
        font-size: 5vw;
    }
    header{
        height: 80px;
        background-color: #f2f2f2;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    }
    header > a{
       margin-right: 0px;
        width: 100%;
    }
    header > a > img {
        width: auto;
        margin-left: 0%;
        height: 70px;
        top: 0px;
        margin-top: 5px;
    }
    header > nav{
        width: 100%;
        left: 0px;
        top: 80px;
        height: calc(100vh - 80px);
        flex-direction: column;
        position: fixed;
        padding: 0px;
        background-color: var(--azul-claro);
        padding-top: 0vw;
        display: none;
        justify-content: center;
    }
    header > nav > a{
        font-size: 5vw;
        text-align: center;
        line-height: 1;
        margin-bottom: 10vw;
        width: 100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .menu-interior > nav > a{
        padding: 10px;
    }
    .menu-interior > nav > a > div {
        height: 50px;
        /*background-size: 40%;*/
        background-size: auto 200%;
    }
    .menu-interior > nav > a > h2{
        font-size: 3vw;
    }
    .productos-general > a{
        width: 90%;
        border-radius: 2vw;
        margin-top: 5vw;
    }
    .productos-general > a > div{
        height: 50vw;
        border-radius: 2vw;
    }
    .productos-general > a > h2{
        font-size: 4vw;
        padding-top: 2vw;
    }
    .entrada{
        flex-direction: column-reverse;
        padding-top: 10vw;
    }
    .entrada > aside{
        width: 100%;
    }
    .entrada > aside > div{
        height: 70vw;
    }
    .entrada > aside > article{
        height: 15vw;
    }
    .entrada > aside > article > div{
        height: calc(15vw - 4px);
    }
    .entrada > div{
        width: 100%;
        padding: 0px;
    }
    .entrada > div > p{
        font-size: 4vw;
        padding-bottom: 2vw;
        padding-top: 2vw;
    }
    footer{
        flex-direction: column-reverse;
        height: auto;
        padding-top: 10vw;
    }
    footer > div{
        width: 100%;
        background-size: auto 70%;
    }
    footer > h1 {
        font-size: 5vw;
        line-height: 2;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    footer > form{
        width: 100%;
        padding-left: 10%;
        flex-direction: column;
    }
    footer > form > div{
        width: 100%;
    }
    footer > form > div > input {
        height: 9vw;
        margin-bottom: 2vw;
    }
    footer > form > div > input, footer > form > div > textarea{
        font-size: 4vw;
        text-align: center;
        width: 100%;
    }
    footer > form > div > input[type=submit]{
        font-size: 4vw;
        margin-top: 1vw;
    }
    footer > div{
        width: 100%;
        background-size: auto 50%;
        background-position: center 5vw;
        background: none;
        flex-direction: row;
        padding-left: 20%;
        padding-right: 20%;
        font-size: 5vw;
        color: #FFF;
    }
    .menu-interior > nav{
        width: 100%;
    }
    .carrito{
        top: 80px;
        width: 100%;
    }
    .ver-carrito{
        width: 80px;
        height: 80px;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        right: 70px;
        color: var(--azul-oscuro);
    }
    .ver-carrito:hover{
        color: var(--azul-claro);
    }
    .ssc-cart-table th, .ssc-cart-table td{
        font-size: 3vw;
    }
    .ssc-empty-cart{
        font-size: 4vw;
    }
    .ssc-cart-totals{
        font-size: 4vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
    .carrito > h5{
        font-size: 3.5vw;
        padding: 15px;
    }
    .ssc-add-to-cart{
        margin-bottom: 3vw;
        font-size: 3.5vw;
    }
    .cotizacion > form{
        width: 100%;
    }
    .cotizacion > form > input, .cotizacion > form > textarea{
        font-size: 4vw;
        text-align: center;
        width: 100%;
        
    }
    .cotizacion > form > input{
        height: 9vw;
        margin-bottom: 2vw;
    }
    .cotizacion > p{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .boton-cotizacion{
        margin-bottom: 3vw;
        font-size: 3.5vw;
        margin-bottom: 5vw;
        display: inline-table;
    }
    .entrada > div > h3 {
        font-size: 4vw;
        width: 100%;
    }
}









.wp-block-video video{
    width: auto !important;
}
a{
    color: inherit;
    text-decoration: none;
}
#primary, #secondary{
    display: none;
}
