@import url('https://fonts.googleapis.com/css2?family=Metamorphous&display=swap');

.titulos{
    font-family: 'Metamorphous', cursive !important;
}

.titulos h1, .titulos h2, .titulos h3, .titulos h4, .titulos h5, .titulos h6{
    font-family: 'Metamorphous', cursive !important;
}

.titulos hr{
    width: 50%;
    height: 1px;
    background-color:#fff;
    margin:10px auto;
}

a, p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
}

@media(max-width:700px){
    p{
        text-align: center !important;
    }
}

body{
    background-color: #000 !important;
    background-image:url(../images/bg-body.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.both{
    width: 100%;
    height: 1px;
    clear: both;
}

.politicas{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    color:#fff;
    z-index: 9999;
    padding:25px;
    border-top: solid 1px #ddd;
}

.boton-politicas{
    border: none;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
}

.politicas p{
    margin: 0px 0px 10px 0px;
    color: #000;
}

.cerrar-politicas i{
    color: red;
    font-size: 18px;
}

.cont-contenido {
    width: 100%;
    position: relative;
    z-index: 50;
    padding: 0px 0px;
    margin: auto;
}

.contenido {
    width: 85%;
    max-width: 1200px;
    margin: auto !important;
}

.contenido p{
    color: #fff;
}

.cont-contenido > .row{
    width: 100%;
}

.imagen-svg img{
    width: 100%;
    height: 2px;
}

h1, h2, h3, h4, h5, h6{
    margin: 10px 0px !important;
}

h1{font-size: 3rem !important;}
h2{font-size: 2.5rem !important;}
h3{font-size: 2rem !important;}
h4{font-size: 1.8rem !important;}
h5{font-size: 1.6rem !important;}
h6{font-size: 1.3rem !important;}

@media(max-width:700px){
    h1{font-size: 2.5rem !important;}
    h2{font-size: 2.2rem !important;}
    h3{font-size: 1.9rem !important;}
    h4{font-size: 1.7rem !important;}
    h5{font-size: 1.5rem !important;}
    h6{font-size: 1.3rem !important;}
}

.carro-olla{
    display: none;
}

@media(max-width:700px){
    .carro-olla{
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
}



.carrito-header{
    position: relative;
}

.olla{
    background-image: url(../images/olla2X.png);
    background-size: cover;
    width: 35px;
    height: 35px;
    position: relative;
    bottom: -10px;
    display: inline-block;
}

.carrito-header a{
    font-size: 16px;
    text-align: center;
    width: 20px;
    position: absolute;
    top: -8px;
    left: 10px;
    color: #fff !important;
}

@media(max-width:700px){
    .cont-contenido {
        padding: 40px 0px 0px 0px;
    }
}


.web{display: inline-block !important;}
.app{display: none !important;}
@media(max-width: 900px){
    .web{display: none !important;}
    .app{display: inline-block !important;}
}

/* BOTON WHATSAPP */

.btn-ws{
    display: none;
    background-color: #32bd0f;
    z-index: 999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 12px 15px;
    border-radius: 100px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.btn-ws ul{
    margin-bottom: 0rem !important;
}

.btn-ws i{
    font-size: 40px;
    color:#fff;
}

@media(max-width:700px){
    .btn-ws{
        bottom: 15px;
        right: 15px;
        padding: 10px 13px;
    }
    
    .btn-ws i{
        font-size: 35px;
    }
}

/* /.BOTON WHATSAPP */


/* TOP BAR */

.cont-top-bar{
    position: relative;
    z-index: 99;
}

.top-bar{
    width: 95%;
    max-width: 1280px;
    padding: 10px 0px 0px 0px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}

.top-bar ul{
    padding: 0px;
    margin: auto 0px auto 5px;
}

.top-bar nav li{
    display: inline-block;
    margin:5px 10px 10px 10px;
}

.top-bar a{
    color: #000;
    padding:6px 12px;
    border-radius: 50px;
}

.top-bar i{
    color: #000;
    font-size: 18px !important;
}


@media(max-width: 900px){
    .top-bar{
        display: none;
    }

    .top-bar .menu-contactos a{
        display: none;
    }

    .top-bar .menu-redes{
        display: none;
    }
}
/* /.TOP BAR */


/* HEADER */
.menu-redes{
    position: absolute;
    right: 5px;
    top: 10px;
}

.menu-redes ul{
    list-style: none;
    padding: 0px;
}

.menu-redes li{
    display: inline-block;
}

.menu-redes a{
    background-color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-redes i{
    color: #DAB989;
    border-radius: 40px;
    font-size: 22px;
    padding: 10px;
    margin: 0px 8px;
}

@media(max-width:700px){

    .menu-redes{
        top: 7px;
        display: none;
    }

    .menu-redes li{
        display: block;
        margin-bottom:3px;
    }
    
    .menu-redes a{
        border-radius: 50px;
        width: 30px;
        height: 30px;
    }
    
    .menu-redes i{
        color: #DAB989;
        font-size: 17px;
        padding: 10px;
        margin: 5px 8px;
    }

}


header {
    position: relative !important;
    z-index: 150;
}

.header {
    width: 95%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: auto;
    margin: auto;
}

.header .logo a {
    width: 100%;
    text-align: center;
    padding: 0px;
}

.header .logo a img{
    width: 100%;
    height: 100%;
    transform: none;
}

.header .menu-principal {
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto 0px auto;
    width: calc(100% - 310px);
    position: relative;
    text-align: right;
}

.header .menu-principal ul{
    display:inline-block;
    padding:0px;
}


.marca-submenu::after{
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(-45deg); /* 135 */
    border-left: solid 2px rgba(255,255,255,0.8);
    border-bottom: solid 2px rgba(255,255,255,0.8);
    border-right: none;
    border-top: none;
    position: relative;
    top: -3px;
    right: 15px;
    margin: 0px 0px 0px 0px;
}

.header nav {
    text-align: center;
}

.header .menu-principal a {
    padding: 0px;
    display: block;
    text-align: center;
    color:#000;
    font-size: 20px;
    display: inline-block !important;
    border-radius: 3px 3px 0px 0px;
    text-decoration: none;
    cursor: pointer;
}

.header .menu-principal li{
    display: inline-block;
}

.btn-menu-movil{
    display: none;
}

.btn-menu-movil a {
    display: block;
}

.btn-menu-movil i {
    color: #fff;
}

#menu-movil-mostrar{
    display: none;
}

@media (max-width: 800px) {

    .cont-menu-movil{
        width: 90%;
        text-align: center;
    }

    .btn-menu-movil{
        display: block;
        background-image:url(../images/menu-movil.png);
        background-size:cover ;
        padding: 15px;
        top: 40px;
        position: fixed;
        left: 20px;
        z-index: 201;
    }

    .btn-menu-movil-cerrar{
        display: block;
        background-image:url(../images/menu-movil-cerrar.png);
        background-size:cover ;
        padding: 15px;
        top: 40px;
        position: fixed;
        left: 20px;
        z-index: 210;
    }

    .menu-redes-sociales-container li{
        display: inline-block;
    }

    .menu-redes-sociales-container li i{
        color:#DAB989;
    }

    .header{
        margin: 0px auto 0px auto;
        padding: 0px 10px;
    }

    .header .menu-principal {
        display: block !important;
        margin: 0px auto 0px auto;
        width: calc(100% - 0px);
        position: relative;
        text-align: center;
    }

    .header .logo {
        margin: auto;
        margin: 20px auto;
        width: 260px;
    }

    .logo img{
        width: 100%;
        height: auto;
    }

    .header .logo a {
        padding: 0px;
    }

    .menu-movil {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 260;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.9);
    }

    .menu-movil ul{
        list-style: none;
        width: 100%;
        padding: 0px;
    }

    .menu-movil ul a{
        display: block;
        padding: 20px;
        color: #fff;
        text-align: center;
        background: #000;
        margin:10px 0px;
        font-size: 18px;
        font-weight: bold;
    }

    .menu-principal-container{
        width: 100%;
    }

    

}
/* /.HEADER */

/* SUB-HEADER */

.sub-header{
    display: block;
    background-color: #071926;
    background-position: center;
    background-size: cover;
    padding: 90px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    position: relative;
}


.sub-header span{
    font-size: 45px!important;
    line-height: 40px!important;
    text-align: center;
    padding: 0px 0px 20px 0px;
    color: rgba(255,255,255,0.3);
    position: relative;
    z-index: 5;
}

/* /.SUB-HEADER */



/* /.SIDEBAR */
.sidebar{
    margin:0px 0px 40px 0px;
    background:#eee;
    padding: 25px !important;
}

.sidebar h3.widget-title{
    font-size: 22px !important;
    font-weight: 700 !important;
    margin:0px !important;
    color: #000;
}

.sidebar hr{
    margin: 0px 0px 10px 0px !important;
    border-top: #A38248 solid 1px;
}

.sidebar ul{
    padding: 0px;
    list-style: none;
}

.sidebar li{
    margin:10px 0px;
}

.sidebar a{
    color: #000;
}

.sidebar a:hover{
    color: #000;
}

.sidebar .widget{
    margin-bottom: 30px;
}

    @media(max-width:600px){
        .sidebar{
            margin:40px 0px 40px 0px;
        }
    }

.page-item.active .page-link{
    background-color:#241943 !important;
}

/* /.SIDEBAR */


/* FOOTER */


footer{
    background-color:transparent;
    background-image: url(../images/bg-footer.png);
    background-size: cover;
    background-position:top;
    padding: 40px 0px 10px 0px;
}

.footer{
    width: 90%;
    max-width: 1280px;
    margin:auto;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
}

.footer img{
    width: 280px;
    height: 1px;
    margin: auto;
}

.footer .widget_media_image{
    text-align: center;
}

.footer i{
    color: #fff;
    margin-right: 1px;
}

.footer p{
    color: #fff;
    margin: 5px 0px 20px 0px;
}

.panel-footer{
    display: inline-block!important;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px 0px;
}

#footer1{
    color: #fff;
    width: calc(100%);
    text-align: center;
}

#footer1 li{
    margin:10px 20px;
    display: inline-block;
}

#footer1 p {
    color: #fff;
}

#footer1 a{
    color: #fff;
} 

#footer1 h4{
    color: #fff;
} 

#footer1 i{
    margin-right: 3px;
    font-size: 17px;
}


footer ul{
    list-style: none;
    padding: 0px;
    margin:10px 0px 20px 0px;
}

.creditos{
    background: #222222;
    text-align: center !important;
    margin:0px;
    padding: 12px 5px;
}

.creditos p{
    text-align:center;
    color: #666666;
    margin: 0px;
}

.creditos a{
    color: #666666;
}

.creditos a:hover{
    color: #fff;
    text-decoration: none;
}


@media(max-width: 800px){
    footer{
        padding: 30px 0px !important;
    }

    .panel-footer{
        width:100%;
        display: block!important;
        padding: 10px;
        text-align: center;
    }
    .footer .menu-menu-container ul {
        text-align: center;
    }

    .footer .menu-menu-container ul{
        width: 100% !important;
        max-width: 100% !important;
    }

    .widget_media_image{
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .creditos{
        padding: 15px 75px 15px 20px;
    }

    #footer1, #footer2{
        width: 100%;
    }

    .vc_row-has-fill>.vc_column_container>.vc_column-inner{
        padding: 0px !important;
    }


}
/* /.FOOTER */


/* LISTA ENTRADAS BLOG */

.lista-entradas{
    padding: 0px;
    margin-bottom: 30px;
}

.lista-entradas > li{
    width:calc(33% - 20px) !important;
    margin:10px 0px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
}

.lista-entradas a{
    width: 100%;
}

.lista-entradas li img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
    margin:0px 0px 15px 0px;
}

.lista-entradas .titulo{
    font-size: 17px;
}

.lista-entradas > li:first-child{
    width:calc(97% - 0px) !important;
}

.datos-post{
    list-style: none;
    font-size: 11px;
    padding: 0px;
}

.datos-post li{
    display: inline-block;
    margin-right: 8px;
}

.datos-post li, .datos-post i, .datos-post a{
    font-size: 11px;
    padding: 0px;
    color:#000;
}

.footer #menu-social-1 li{
    display: inline-block;
}

.footer #menu-social-1 li i{
    font-size: 25px;
    margin-right: 10px;
}

@media(max-width:600px){
    .lista-entradas > li{
        width:100% !important;
        margin:5px 0px 45px 0px;
        display: block;
        padding: 10px;
    }

    .servicios .wpb_column{
        padding: 0px 0px;
    }
}
/* /.LISTA ENTRADAS BLOG */


/*  PRESONALIZACION   */
/*  PRESONALIZACION   */
/*  PRESONALIZACION   */


.linea-footer{
    width: 2px;
    height: 140px;
    margin: 0px 40px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

@media(max-width:800px){
    .linea-footer{
        display: none;
    }
}

.azul-oscuro{
    background-color: rgba(6, 14, 54, 0.8);
    color: #fff;
    padding: 40px;
}

.azul-oscuro h2{
    color: #E8F527;
}

.wpb_content_element{
    margin-bottom: 0px !important;
}

.padding{
    padding: 100px !important;
}

.formulario{
    width: 90%;
    margin:auto;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 50px 30px 5px 30px;
    text-align: center;
    border-radius: 5px;
}

.menu-contactenos{
	margin:30px 0px;
	padding:0px;
}

.menu-contactenos ul{
	list-style:none;
	padding:0px;
}

.menu-contactenos li{
	padding:10px 0px;
}

.menu-contactenos a{
	color:#d6b481;
	font-size:18px;
	font-weight:700;
}

.menu-contactenos a:hover{
	color:#fff;
}

.formulario input, .formulario textarea{
    padding: 10px 0px;
    width: 100%;
    display: block !important;
    box-sizing: border-box;
    margin-bottom: 4px !important;
    text-align: center;
}

.formulario input[type=submit] {
    background:#d6b481;
    color: #09144D;
    display: block;
    width: 100%;
    margin-top: 10px;
	border:none;
}

.small{
    font-size: 11px;
    line-height: 15px;
}

.small a{
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

@media(max-width:1200px){

    .azul-oscuro{
        text-align: center;
    }

    .padding{
        padding: 20px !important;
    }

    .wpb_single_image.vc_align_left{
        text-align: center !important;
    }

}

.panel-2{
    margin: 40px 0px;
}

.panel-2 h2{
    color: #09144D;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin:30px auto 30px auto !important;
}

.llamada-azul a, .llamada-azul i{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

@media(max-width:800px){
    .llamada-azul a, .llamada-azul i{
        font-size: 35px;
    }
}

.llamada-azul a:hover{
    color: #fff;
}

.llamada-azul strong{
    font-size: 24px;
}

.panel-3{
    margin: 0px 0px 0px 0px;
}

.panel-imagen-texto{
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    margin: 40px 0px 100px 0px;
}

.panel-imagen-texto .vc_column-inner{
    padding: 0px !important;
}

.panel-imagen-texto2{
    background-color: #09144D;
    color: #fff;
    padding: 60px;
    text-align: right;
}

.panel-imagen-texto h3{
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 25px !important;
    text-align: right;
    display: block;
}

.panel-imagen-texto p{
    text-align: right;
}

.panel-imagen-texto0 p{
    text-align: left;
}

.panel-imagen-texto0 strong{
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    color: #0E1B4C;
}

.panel-imagen-texto0 strong::after{
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #E8F527;
    margin-bottom: 30px;
}

.panel-4{
    margin-bottom: 100px;
}

.panel-4 h2{
    font-size: 40px;
    font-weight: 700;
    color: #606060;
}

.panel-4 h2::after{
    content: "";
    width: 180px;
    height: 6px;
    background-color: #E8F527;
    display: block;
    margin:15px auto 35px auto;
}

@media(max-width:800px){

    .panel-imagen-texto2{
        padding:30px;
        text-align: center;
    }

    .panel-imagen-texto h3{
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }

    .panel-imagen-texto p{
        text-align: center;
    }

    .panel-4 h2{
        font-size: 32px;
    }

}

/*personalización*/
/*personalización*/
/*personalización*/

.espacio-inicio{
    margin-top: 130px !important;
}

.inicio{
    background-color:#000;
    background-image: url(../images/bg-inicio.jpg);
    background-size: cover;
    position: relative !important;
    top: 0px;
    z-index: 210;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 30px rgba(0,0,0,0.9);
    overflow: hidden;
}

.inicio p{
    color: #fff;
}

.inicio .contenido-inicio{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 30;
}

.inicio .contenido-inicio #text-9{
    width: 60%;
    max-width: 700px;
    margin:auto;
}

.inicio #media_image-3{
    background-image: url(../images/1bg-logo-inicio.png);
    background-size: cover;
    padding: 35px 0px 15px 0px;
}

.inicio .castillo{
    position: absolute;
    z-index: 35;
    width: 300px;
    animation: castillo 3s ease-in-out infinite;
}

@keyframes castillo{
    0%{top:20%;right: 50px;}
    50%{top:19%;right: 40px;}
    100%{top:20%;right: 50px;}
}

.inicio .castillo img{
    width: 100%;
}

.luna{
    width: 200px;
    height: 200px;
    position: absolute;
    background-image: url(../images/luna.png);
    background-size: cover; 
    animation: movimientoLuna 1200s infinite linear;
}

@keyframes movimientoLuna{
    0%{top: 12%;left: 40%;}
    48%{top: 10%;left: 110%;}
	49%{top: -40%;left: 110%;}
	50%{top: -40%;left: -10%;}
    51%{top: 10%;left: -10%;}
	100%{top: 12%;left: 40%;}
}

.nube{
    position: absolute;
    top: 15%;
    width:100%;
    height: 450px;
    background-image:url(../images/nube.png);
    background-size: cover;
    animation: movimientoNube 800s infinite linear;
    filter: blur(1px);
    opacity: 0.90;
}

@keyframes movimientoNube{
    0%{background-position-x: 0px;}
    50%{background-position-x: 1920px;}
    100%{background-position-x: 0px;}
}

@media(max-width:700px){
    .luna{
        width: 160px;
        height: 160px;
        margin-top: -80px;
        margin-left: -80px;
        animation: movimientoLuna2 400s infinite linear;
    }
    
    @keyframes movimientoLuna2{
        0%{top: 8%;left: 40%;}
		48%{top: 5%;left: 110%;}
		49%{top: -30%;left: 110%;}
		50%{top: -30%;left: -10%;}
		51%{top: 5%;left: -10%;}
		100%{top: 8%;left: 40%;}
    }
    
    .nube{
        top: 12%;
        height: 130px;
		filter: blur(0px);
    }
}

@media(max-width:1200px){
	
	.inicio{
		padding-top:200px;
	}

    .inicio .contenido-inicio{
        padding-bottom:60px;
    }
    
    .inicio .castillo{
        z-index: 25;
        width: 250px;
        margin-right: -125px;
        animation: castillo2 3s ease-in-out infinite;
    }
    
    @keyframes castillo2{
        0%{top:-1%;right: 50%;}
        50%{top:0%;right: 49%;}
        100%{top:-1%;right: 50%;}
    }

    .inicio .contenido-inicio #text-9{
        width: 80%;
    }


    .inicio .widget_media_image{
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

}



.pergamino{
    background-color:transparent;
    background-image: url(../images/bg-header.png);
    background-size: cover;
    background-position: bottom;
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
}

.menu-out{
    width: 950px;
    padding: 20px 60px 30px 60px;
    position: fixed;
    z-index: 999;
    bottom: -15px;
    left: 50%;
    margin-left: -450px;
    background-image: url(../images/bg-menu.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.menu-out::after{
    content: " ";
    position: absolute;
    left: 45px;
    top: 50%;
    width: 55px;
    height: 32px;
    margin-top: -20px;
    background-image: url(../images/arabescoLt.png);
    background-size: cover;
}

.menu-out::before{
    content: " ";
    position: absolute;
    right: 45px;
    top: 50%;
    width: 55px;
    height: 32px;
    margin-top: -20px;
    background-image: url(../images/arabescoLt2.png);
    background-size: cover;
}

.menu-out nav{
    display: inline-block;
}

.menu-out nav .menu-principal-container ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.menu-out nav .menu-principal-container ul li{
    display: inline-block;
    padding: 20px;
}

.menu-out a{
    color: rgba(0,0,0,0.9);
    font-weight: bold;
}

.menu-out a:hover{
    color: rgba(0,0,0,0.6);
}

@media(max-width:900px){
    .menu-out{
        display: none;
    }
}



.destacado{
    background-image: url(../images/bg-destacado.png);
    background-size: 100% 100%;
    padding: 90px 0px;
}

.destacado h1, .destacado h2, .destacado h3, .destacado h4, .destacado h5, .destacado h6{
    color: #5B3606;
}

.destacado p{
    color: #5B3606;
}

.destacado .boton a{
    border:solid 1px #5B3606; 
    color: #5B3606;
    padding:10px 50px;
    display: inline-block;
    margin: 30px 0px !important;
    position: relative;
    transition: ease-in-out 500ms;
    width: auto;
}

.destacado .boton a:hover{
    border:solid 1px #fff; 
    color: #fff;
    text-decoration: none;
}

.negro{
    padding: 20px 0px;
}

.negro h1, .negro h2, .negro h3, .negro h4, .negro h5, .negro h6{
    color: #fff;
}

.negro p{
    color: #fff;
}

.negro .boton a{
    border:solid 1px #fff; 
    color: #fff;
    padding:10px 50px;
    display: inline-block;
    margin: 30px 0px !important;
    position: relative;
    transition: ease-in-out 500ms;
    width: auto;
}

.negro .boton a:hover{
    border:solid 1px #D9B989; 
    color: #D9B989;
    text-decoration: none;
}

@media(max-width:700px){

    .destacado{
        background-size: cover;
    }

    .destacado h1, .destacado h2, .destacado h3, .destacado h4, .destacado h5, .destacado h6{
        text-align: center !important;
    }
    .negro h1, .negro h2, .negro h3, .negro h4, .negro h5, .negro h6{
        text-align: center !important;
    }

    .negro .boton a, .destacado .boton a{
        margin:auto;
    }

}

.margen-negativo{
    margin: -160px 0px 0px 0px;
}

.margen{
    margin: 60px 0px !important;
}

.margen-positivo{
    margin: 110px 0px 60px 0px;
    padding: 80px 0px !important;
    overflow:visible !important;
}

.lado{
    display: inline-block;
    margin-left: 30px;
}

.arabescos{
    padding: 30px 0px;
}

.textos-fotos strong{
    margin: 30px 0px 5px 0px;
    display: block;
}

.textos-fotos em{
    margin: 0px auto 5px auto;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    font-weight: bold;
    display: block;
    width: 85%;
}

@media(max-width:700px){
    .margen{
        margin: 60px 0px !important;
    }
}

.amarillo h1, .amarillo h2, .amarillo h3, .amarillo h4, .amarillo h5, .amarillo h6, .amarillo strong{
    color: #FBE345 !important;
}

.amarillo .boton a{
    border:solid 1px #FBE345; 
    color: #FBE345;
    padding:10px 50px;
    display: inline-block;
    margin: 30px 0px !important;
    position: relative;
    transition: ease-in-out 500ms;
    width: auto;
}

.amarillo .boton a:hover{
    border:solid 1px #fff; 
    color: #fff;
    text-decoration: none;
}

li{
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.azul h1, .azul h2, .azul h3, .azul h4, .azul h5, .azul h6, .azul strong{
    color: #00A298 !important;
}

.azul .boton a{
    border:solid 1px #00A298; 
    color: #00A298;
    padding:10px 50px;
    display: inline-block;
    margin: 30px 0px !important;
    position: relative;
    transition: ease-in-out 500ms;
    width: auto;
}

.azul .boton a:hover{
    border:solid 1px #fff; 
    color: #fff;
    text-decoration: none;
}

.imagen-post{
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 15px solid #fff;
}

.imagen-post2 img{
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 15px solid #fff;
}

.centrar{
    width: 75%;
    margin:auto;
}

@media(max-width:700px){
    .centrar{
        width: 100%;
    }
}

.centrar h1, .centrar h2, .centrar h3, .centrar h4, .centrar h5, .centrar h6{
    display: block;
    text-align: center !important;
}

.related{
    width: 100%;
    float: left;
    margin-top: 40px;
}

.related h2:first-child{
    display: block;
    text-align: center;
    font-family: 'Metamorphous', cursive !important;
    color:#D9B989 !important
}

.sku_wrapper, .posted_in{
    font-family: 'Times New Roman', Times, serif !important;
} 

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 0px 0px 20px 0px;
}

.outofstock .no-disponible{
    position:absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    font-size: 20px;
    border:solid 2px rgba(255,255,255,0.3);
    padding-bottom: 10px;
}

.instock .no-disponible{
    display: none;
}

.out-of-stock{
    font-size: 20px !important;
}

.woocommerce .quantity .qty{
    background-color: transparent;
    border: solid 1px #fff;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
}

.woocommerce div.product div.images img{
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 12px solid #fff;
}

.woocommerce-product-gallery__trigger{
    display: none;
}

.woocommerce-result-count{
   display: none; 
}

.woocommerce-ordering{
    display: none;
}

.producto .woocommerce-loop-product__link{
    display: none !important;
}

.producto .boton{
    display: block;
    text-align: center;
}

.titulos2 .price{
    text-align: center;
}

.producto .boton a{
    border:solid 1px #fff; 
    color: #fff;
    padding:10px 50px;
    display: inline-block;
    margin: 0px 0px !important;
    position: relative;
    transition: ease-in-out 500ms;
    width: auto;
}

.producto .boton a:hover{
    border:solid 1px #D9B989; 
    color: #D9B989;
    text-decoration: none;
}

.titulos2 h2{
    display: block;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px !important;
    line-height: 26px !important;
    color: #fff;
    font-weight:bold;
    padding: 0px 0px 0px 0px !important;
}

.woocommerce div.product form.cart .button{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

.woocommerce ul.products li.product .price{
    font-size: 18px;
    color: #D9B989;
}

.woocommerce span.onsale{
    background:#D9B989;
}

.price{
    color: #D9B989 !important;
}

.product_meta{
    color: #fff !important;
}

.product_meta a{
    color:#D9B989;
    font-weight: bold;
}

.product_meta a:hover{
    color:#fff;
    text-decoration: none;
}

.product_meta .sku{
    color:#D9B989;
}

.woocommerce button{
    border:solid 1px #fff !important;
    background-color: transparent !important; 
    color: #fff !important;
    padding:10px 50px !important;
    display: inline-block !important;
    margin: 0px 0px !important;
    position: relative !important;
    transition: ease-in-out 500ms !important;
    width: auto !important;
    font-family: 'Times New Roman', Times, serif;
}

.woocommerce button:hover{
    border:solid 1px #D9B989 !important; 
    background-color: #D9B989 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.input-text .qty{
    background-color: red;
}

.woocommerce table.shop_table, thead, tbody, tr, td, th{
    border: solid 1px #fff;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.woocommerce thead a, .woocommerce tbody a{
    color: #D9B989;
}

.woocommerce a.remove{
    font-size: 1em;
    width: 100%;
    text-align: center;
    display: block;
}

.woocommerce a.remove:hover{
    background-color: transparent;
}

@media(max-width:700px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
    }
}

.woocommerce a.button.alt{
    background-color: #A38248;
    color: #fff;
    transition: 500ms ease-in-out;
}

.woocommerce a.button.alt:hover{
    background-color: #ddd;
    color: #A38248;
}

.checkout h3{
    font-family: 'Metamorphous', cursive !important;
    color: #fff;
    text-align: center;
}

.woocommerce-info{
    color: #666 !important;
}

.coupon{
    width:calc(100% - 250px);
}

.coupon input{
    width:calc(100% - 250px) !important;
    margin-bottom: 10px !important;
    display: inline-block;
}

@media(max-width:700px){
    .coupon{
        width:calc(100%);
    }
    
    .coupon input{
        width:calc(100%) !important;
    }
}





.cart-collaterals h2{
    display: block;
    text-align: center;
    color: #D9B989;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.woocommerce-checkout #payment{
    background-color: transparent;
}

.formulario-compra{
    padding: 0px!important;
}

.detalles-factura{
    width: 50%!important;
    display: inline-block!important;
    vertical-align: top!important;
    padding: 0px 10px 0px 0px!important;
}

.informacion-adicional{
    width: 49.2%!important;
    display: inline-block!important;
    vertical-align: top;
    padding: 0px 0px 0px 10px!important;
}

.formulario-compra .form-row{
    display: block!important;
    width: 100%!important;
}

.formulario-compra input{
    padding: 10px 5px!important;
}

.formulario-compra .select2-container--default .select2-selection--single{
	padding: 10px 5px!important;
	height: auto;
	border-radius:2px!important;
	border:1px solid #767676!important;
}

.formulario-compra .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0px 20px 0px 0px;
}
.formulario-compra .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: normal!important;
}

.formulario-compra .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:38px;
}

.formulario-compra #ship-to-different-address-checkbox{
	width:auto!important;
}

@media(max-width: 700px){
    .detalles-factura{
        width: 100%!important;
        display: block!important;
        padding: 0px!important;
    }

    .informacion-adicional{
        width: 100%!important;
        display: block!important;
        padding: 0px!important;
    }
}


div.payment_box{
	background-color:#91c101 !important;	
}

div.payment_box::before{
	border-bottom-color:#91c101 !important;
}


/* ENVIO */

.shipping-calculator-form .form-row{
	display: block;
}


.select2-container li {
	color: #000000 !important;
}

/* /.ENVIO */

