/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.9.11
Description: Tema hijo de Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
*/

/*----------------- Cambios a partir de aqu� -------------------------------*/

#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 0 #FF7500;
    box-shadow: 0 10px 0 #FF7500;
    position: relative;
    z-index: 99999;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0,
.et_pb_section.franja{
    border-top: solid 20px #FF7500!important;
    border-bottom: solid 6px #FF7500!important;
    background-color: #fff!important;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #FF7500!important;
}

.nav li.et-reverse-direction-nav li ul {
    left: auto;
    right: 240px;
}
.nav li ul {
    border-top: 3px solid #FF7500;
}

#top-menu li li {
    padding: 0 0px;
    margin: 0;
}
#top-menu li li a {
    padding: 6px 20px;
    width: 240px;
}

h2, h3 {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 700;
}

h2{font-size: 32px;}

a {
    color: #FF7500;
}
h2 a, h3 a, h4 a, p a{color: #FF7500;}

.entry-content ul{margin-left: 1rem;}

.personalizada .et_pb_column{display:flex; justify-content:center; align-items:center;}
.personalizada .et_pb_module{display:flex; justify-content:center; align-items:center; height: 100%;}
.boxes .et_pb_module, .boxes .et_pb_text_inner,
.contador .et_pb_column, .contador .et_pb_text_inner{ text-align: center;}

.boxes .et_pb_column{
    background-color: #fff;
    border:solid 4px rgba(110,110,110,0.8);
    text-align: center;
    padding: 1rem;
}

.boxes .et_pb_module h3{
    font-family: 'Poppins', sans-serif;
    font-variant: small-caps;
    font-weight: 600;
    padding: 0;
}
.boxes .et_pb_module img{
    display:inline-block;
    width:30%;
    margin: 1rem auto;
}
.boxes .et_pb_module img,
.boxes .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    display:inline-block;
    width:30%;
    margin: 0 auto;
}

.boxes.large .et_pb_module img{
    display:inline-block;
    width:100%;
    margin: 0;
}

.envases .et_pb_column{
    background-color: #fff;
    border:solid 4px rgba(110,110,110,0.8);
    text-align: center;
    padding: 1rem 0.4rem;
}
.envases .no-border .et_pb_column{
    background-color: #fff;
    border:none!important;
    text-align: center;
    padding: 0!important;
    box-shadow: none!important;
}
.et_pb_column.no-border {
    background-color: #fff;
    border:none!important;
    text-align: center;
    padding: 0!important;
    box-shadow: none!important;
}

.et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 10px;}

.et_pb_number_counter .percent p{
    font-weight: 700!important;}


.et_pb_fullwidth_header {
    padding: 10px 0;
}
h1.et_pb_module_header{
    font-family: 'Poppins', sans-serif;
    font-variant: small-caps;
    font-weight: 600;
    font-size: 60px;
    color:#6e6e6d!important;
}

.et_pb_gallery_items:hover .et-pb-arrow-prev {
    left: 6px!important;
}
.et_pb_gallery_items:hover .et-pb-arrow-next {
    right: 6px!important;
}
.et-pb-arrow-prev:before {
    content: "\f137"!important;
    margin-left: 10px;
}
.et-pb-arrow-next:before {
    content: "\f138"!important;
    margin-right:10px;
}

.mfp-title{
    display:none!important;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    color: #4e4e4e;
    width:100%;
}
input[type="submit" i] {
    cursor: pointer;
    background-color: #fff;
    color: #FF7500;
    padding: 10px;
    border: solid 2px #FF7500;
    font-family: 'Poppins', sans-serif;
    font-variant: small-caps;
    font-weight: 600;
    font-size: 1rem;
}
ul.margin{
    margin-left: 2rem;
}

.direccion .et_pb_text_inner{
    text-align: center;
}

#main-footer{
    background: #6E6E6D;
}
#main-footer, #main-footer p, #main-footer a{
    font-size:0.7rem;
}


.entry-content table.caracteristicas.small {
    font-size:0.7rem;
}

.entry-content table.caracteristicas.small tr th,
.entry-content table.caracteristicas.small tr td {
    padding: 6px 6px;
}

.footer-widget li:before {
    border-color: #fff;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

.apollo {
	background-color: #fff;
        overflow: hidden;
}

.apollo img {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.boxes .apollo.wide img{
    display:inline-block;
    width:100%;
    margin: 1rem auto;
}

.apollo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.apollo::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	content: '';
        opacity: 0;
	transition-duration: 0.6s;
        z-index:-1;
}

.apollo p, .apollo h3 {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.apollo:hover::after {
	background: rgba(255,255,255,1);
	content: '';
        opacity: 1;
	transition-duration: 0.6s;
}
.apollo:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.apollo:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.apollo:hover p, .apollo:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-----------------*/
/***** END Apollo *****/
/*-----------------*/

.historia .et_pb_text_inner{text-align: center;}
.historia h2{color:#FF7500; margin-top: 1rem;}

.content--absolute{align-items: flex-end!important; justify-content: flex-end!important;}
.content--absolute .content-inner{background: rgba(255,255,255,0.8); border-top:solid 1px #FF7500!important;}
.content--absolute .content-inner h3{font-size:1.1rem!important}

.servicios .et_pb_column {background: #F9F9F9; border: solid 4px rgba(110,110,110,0.8);
    text-align: center;
    padding: 1rem;
}

.servicios-row .et_pb_text{padding:1rem; color:#000;}

@media (min-width: 981px){
    #main-header.et-fixed-header {
        -webkit-box-shadow: 0 2px 0 #FF7500!important;
        box-shadow: 0 2px 0 #FF7500!important;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 5%;
    }
    .nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 20%!important;
    background: rgba(0,0,0,0.5)!important;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 20px 10px!important;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 1!important;
    filter: alpha(opacity=1)!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
}