/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/**************** GENERAL ***************/
@font-face {
    font-family: 'Museo';
    src: url('fonts/museo300-regular_0-webfont.woff2') format('woff2'),
    url('fonts/museo300-regular_0-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/museo700-regular-webfont.woff2') format('woff2'),
    url('fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
*{
    font-family: 'Museo', sans-serif;
    font-weight: 300;
}
body #page-container h1{
    color:#dd9e36;
}
body #page-container h1,
body #page-container h2{
    font-weight: 700;
}
body #page-container h5{
    line-height: 1.3em;
}
body #page-container small{
    font-size: 0.7em;
    line-height: 1em;
}
.titulo-naranja h2,
.titulo-naranja h3{
    color:#dd9e36;
}
body #page-container .btn-illargui.et_pb_button{
    font-weight: 700;
    border-radius: 50px;
    color:#dd9e36;
    border-color:#dd9e36;
}
body #page-container .btn-illargui.et_pb_button:hover{
    background-color:#dd9e36;
    color:#fff;
}
.et_pb_gallery_item{
    width:50%!important;
    margin:0!important;
}
.galeria-4-col .et_pb_gallery_item{
    width:25%!important;
    margin:0!important;
}


/* HEADER */
#main-header .container{
    max-width: 1200px;
}
body.home #page-container{
    padding-top: 0!important;
}
body #main-header {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
body.home #main-header{
    background-color: transparent;
    position: absolute;
    box-shadow: none;
}
body.home #main-header.et-fixed-header{
    background-color: #fff;
}
body.home.et_fixed_nav #main-header,body.home.et_fixed_nav #top-header{
    position: fixed;
}
#top-menu li a{
    font-weight: 700;
}
#hero-header-home{
    height: 80vh;
}
#top-menu li.wpml-ls-item{
    padding-right:5px;
    border-right: 2px solid #ccc;
}
#top-menu li.wpml-ls-item:last-child{
    padding-right: 30px;
    border:0;
}
body #main-header #top-menu li.wpml-ls-item > a{
    text-transform:lowercase;
    padding-bottom: 0;
    font-style: italic;
    color:#555;
}

/* HOME */

#hero-text-block .et_pb_row.et_pb_row_0{
    margin-top: -200px;
    background-color: #fff;
    padding: 50px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
}
#tipos-row .et_pb_column{
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
}
.tipo-item{
    height: 200px;
    padding: 20px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    cursor: pointer;
    -webkit-box-shadow: inset 0 100px 100px -63px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 100px 100px -63px rgba(0,0,0,0.3);
    box-shadow: inset 0 100px 100px -63px rgba(0,0,0,0.3);
}
.tipo-item h3{
    color:#fff;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 0;
}
.tipo-item:hover{
    margin-top: -7px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

/* CONTACTO */

/********************* Formulario *****************/
.wpcf7-form > p{
    font-size: 18px;
}
.wpcf7 label{
    color:#333;
    font-size: 18px;
}
.wpcf7 input{
    padding: 7px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    width: 100%;
}
.wpcf7 textarea{
    padding: 7px;
    width: 100%;
}
.wpcf7 .wpcf7-submit{
    color:#fff;
    background-color: #dd9e36;
    font-weight: 800;
    font-size: 18px;
    border-radius: 7px;
    border:0;
    padding: 7px 20px;
}
.wpcf7 .wpcf7-submit:hover{
    cursor: pointer;
    background-color: #4b2d30;
}
.wpcf7 small{
    color:red;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.wpcf7-checkbox span.wpcf7-list-item{
    margin:0;
}
.wpcf7-checkbox span{
    color:#333;
    font-size: 13px;
    line-height: 18px;
}
div.wpcf7-mail-sent-ok{
    color:#fff;
    background-color: green;
}
span.wpcf7-not-valid-tip{
    background:transparent;
    color:red;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background-color: yellow;
    color:#333;
}
.wpcf7-recaptcha{
    margin-bottom: 30px;
}

/* PACKAGING */
#page-container .packaging-photos{
    padding: 0;
}
.packaging-photos > .et_pb_row{
    min-height: 1200px;
    padding: 0;
}
#page-container .packaging-box1{
    top:75px;
    background-color: #fff;
    padding:30px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.2);
    border-radius: 7px;
}
#page-container .packaging-box1 h3{
    padding: 0;
}
#page-container .packaging-box1.packaging-box2{
    top: -110px;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
}


/* FOOTER */
#footer-bottom{
    padding: 0;
}
#footer-info {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 13px;
}
#footer-info a{
    text-decoration: none;
}
#footer-logos .et_pb_column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo-illargui{
    max-width: 150px;
}
.footer-copyright p{
    padding: 0;
    line-height: 1em;
}
.footer-col a{
    text-decoration: underline;
}





/***************************************************** RESPONSIVE *******************************************/
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
}
/* Laptops and desktops */
@media only screen and ( max-width: 1405px) {
}
/*ESTILOS SOLO PARA ESCRITORIO*/
@media screen and (min-width: 980px) {
}
/*ESTILOS SOLO PARA ESCRITORIO Y TABLET*/
@media screen and (min-width: 768px) {
}
/* Tablets in landscape mode */
@media only screen and ( max-width: 1100px ) {
}
/* Tablets in portrait mode */
@media only screen and ( max-width: 980px ) {
    .galeria-4-col .et_pb_gallery_item{
        width: 50%!important;
    }
    .packaging-photos .et_pb_column.et_pb_column_empty{
        display: block;
        min-height: 700px;
    }
}
/* Smartphones in landscape mode */
@media only screen and ( max-width: 767px ) {
}
/* Smartphones in portrait mode */
@media only screen and ( max-width: 479px ) {
}




/***************************************************** *******************************************/

/* AJUSTE MENÚ */
#main-header .container{
    width: 93%!important;
}

#top-menu li a{
    font-size: 18px!important;
}



#et_top_search{
    display: none!important;
}

.grecaptcha-badge{
    display: none;
}



/* OCULTAR CONTACTO PROVISIONAL */

.wpcf7-form{
    display: none!important;
}