/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.24.1.1562325354
Updated: 2019-07-05 13:15:54

*/

/* AJUSTES GENERALES */

body {
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.imgRedonda {
    border-radius:150px;
}

#et-main-area *{
    background-color: transparent;
}

.et_vertical_nav.et_vertical_fixed #page-container #main-header {
    left: auto;
}

.titulo-amarillo h2{
    width: max-content;
    background-image: url(/wp-content/themes/Divi-child/images/rectangulo-amarillo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.titulo-centrado h2 {
    margin: 0 auto;
}


.titulo-verde h2{
    width: max-content;
    background-image: url(/wp-content/themes/Divi-child/images/rectangulo-verde.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.titulo-doble-linea h2{ 
    background-position-y: 55px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.titulo-rosa h2{
    width: max-content;
    background-image: url(/wp-content/themes/Divi-child/images/rectangulo-rosa.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 55px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.titulo-rosa h4{
    position: relative;
}

.titulo-rosa h4:before{
    width: 200px;
    bottom: -5px;
    right: 0;
    content: "";
    height: 4px;
    background-image: url(/wp-content/themes/Divi-child/images/linea-rosa.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    transition: right .5s;
}

.titulo-rosa h4:hover:before{
    right: -6px;
    transition: right .5s;   
}


@media screen and (max-width:768px){
    .titulo-rosa h4:before{
        right: auto;
    }
    .titulo-rosa h4:hover:before{
        right: auto;
        transition: right .5s;   
    }
}




/*MENU*/

@media screen and (min-width:981px){
    header#main-header, #main-header.et-fixed-header{
        -webkit-box-shadow: 18px 3px 50px -22px rgba(46, 163, 242,0.3)!important;
        -moz-box-shadow: 18px 3px 50px -22px rgba(46, 163, 242,0.3)!important;
        box-shadow: 18px 3px 50px -22px rgba(46, 163, 242,0.3)!important;
    }
}


/* HOME */

.titulo-detalle-verde:before{
    content: "";
    background-image: url(/wp-content/themes/Divi-child/images/icono-flecha-verde.png);
    width: 20px;
    position: relative;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    right: 12px;
    top: -15px;
}

.titulo-detalle-verde{
    width: 145px;
}

.titulo-categoria-bisuteria:before, .titulo-categoria-gemas:before, .titulo-categoria-foulards:before, .titulo-categoria-cajas:before{
    content: "";
    background-image: url(/wp-content/themes/Divi-child/images/icono-flecha-verde.png);
    width: 40px;
    position: absolute;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -35px;
}

[class*="titulo-categoria"] h2{
    font-size: 45px;
    line-height: 0.8;
    margin-bottom: 10px;
}




.titulo-categoria-bisuteria:before{
    background-image: url(/wp-content/themes/Divi-child/images/icono-bisuteria.png);
}

.titulo-categoria-gemas:before{
    background-image: url(/wp-content/themes/Divi-child/images/icono-gemas.png);
}

.titulo-categoria-foulards:before{
    background-image: url(/wp-content/themes/Divi-child/images/icono-foulards.png);
}

.titulo-categoria-cajas:before{
    background-image: url(/wp-content/themes/Divi-child/images/icono-cajas.png);
}


/*Formulario de busqueda */
.woocommerce-product-search input{
    border: none;
    border-bottom: 2px solid;
}

.woocommerce-product-search {
    width: max-content;
    position: relative;
    float: right;
}

.woocommerce-product-search:before {
    background-image: url(/wp-content/themes/Divi-child/images/rectangulo-verde.png);
    content: "";
    width: 130px;
    position: absolute;
    height: 18px;
    left: -15px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -8px;
}

.woocommerce-product-search button:after {
    background-image: url(/wp-content/themes/Divi-child/images/search.png);
    content: "";
    width: 18px;
    position: absolute;
    right: -5px;
    height: 18px;
    left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
}

.woocommerce-product-search button {
    width: 5px;
    color: transparent;
    border: none;
    height: 15px;
}

