/*
 Theme Name:     StoreHub
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Mario Curani
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (max-width:1142px) {}
@media only screen and (max-width:980px) {}
@media only screen and (max-width:767px) {}

.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

.page-template-default .code-helper-module {
  display: none;
}

.subtitle h3 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.subtitle h3:before,
.subtitle h3:after {
	content: '';
	border-top: 1px solid;
	margin: 0 20px 0px 20px;
	flex: 1 0 20px;
	color: #37dba9;
	max-width: 50px;
}

.logo-blurb {
	line-height: 0 !important;
}

.logo-blurb .et_pb_main_blurb_image {
	margin-bottom: 0px !important;
}

.et_pb_button {
  cursor: pointer;
}
/**/
/* -------------------------------------------- 
 ------ Blurbs as Tabs Custom Styling ------
 -------------------------------------------- */

/* Style the Blurbs Tabs */
#blurb-tabs .et_pb_column {
 display:flex;
 align-items:center;
 justify-content:center;
 flex-wrap:wrap;
}
#blurb-tabs .tab-title {
 width:25%;
}

/* Hover Styles for Blurb Tabs - Titles */
#blurb-tabs .tab-title {
 transition:all .3s ease-in-out;
}
#blurb-tabs .tab-title:hover {
 cursor:pointer; 
 background:#222; /* Tab hover background color */
}
#blurb-tabs .tab-title.active-tab {
 background:#D9DFE2; /* Active tab background color */
}
#blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a {
 color:#000; /* Active tab title color */
}
#blurb-tabs .tab-title.active-tab .et-pb-icon {
 color:#666!important; /* Active tab icon color */
}

/* Tab Titles Mobile Styles */
@media (max-width: 767px ) {
 #blurb-tabs .tab-title {
 width:50%;
 }
 #blurb-tabs .tab-title .et_pb_main_blurb_image {
 margin-bottom:10px; /* Reduce icon bottom margin */
 }
}

@media (max-width: 479px ) {
 #blurb-tabs .tab-title {
 width:100%;
 }
 #blurb-tabs .tab-title .et_pb_blurb_content { /* This moves icon to the right */
 display:flex;
 align-items:center;
 justify-content:flex-start;
 }
 #blurb-tabs .tab-title .et_pb_main_blurb_image { /* Fix icon margins on mobile */
 margin-bottom:0;
 margin-right:30px;
 }
}

/* Hide the tabs content/sections */
.tab-content {
	display:none;
}

.tab-open {
	display:block;
}
/**/

/**/
/*change the cursor when hovering over the module*/
.pa-hover-blurb .et_pb_blurb_content {
	cursor: pointer;
}
/*restrict the display of the description text before hovering*/
.pa-hover-blurb .et_pb_blurb_description {
	display: none
}
/*add a smooth ransition effect*/
.pa-hover-blurb .et_pb_blurb_container,
.pa-hover-blurb .et_pb_image_wrap {
	transition: all 0.4s ease-in-out;
}
/*restrict the triggering of hover effect when we hover on the title and align title to center*/
.pa-hover-blurb .et_pb_module_header {
	position: absolute;
	left: 60%;
	transform: translateX(-60%);
	pointer-events: none;
	transition: all 0.4s ease-in-out;
	width: 100%;
}
/*provide padding to description text so is doesn’t take the full width*/
.pa-hover-blurb .et_pb_blurb_description {
	padding: 0 5%;
}
/*place the whole content on image on hover and place it in center with different text color*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container {
	position: absolute;
	top: 35%;
	transform: translateY(-25%);
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
/*place the overlay effect on the image on hover*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(24,29,129,1);
	left: 0;
	top: 0;
	opacity: 0.8;
	border-radius: 15px!important;
}
/*make the position of the title relative on hover*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_module_header {
	position: relative;
	text-align: center;
}
/*change the title text color and font size on hover*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container .et_pb_module_header {
	color: #ffffff;
	font-size: 2rem;
}
/*show the description text on hover*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_description {
	display: block;
	transition: all 0.4s ease-in-out;
	font-size: 1.4rem;
}
/*zoom the image on hover*/
.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap {
	transform: scale(1.10);
	transition: all 0.4s ease-in-out;
}
/**/


/*blurb-funciones*/

.blurb-funciones .et_pb_blurb_container, .blurb-funciones .et_pb_main_blurb_image{
	width: 50% !important;
}
.blurb-funciones .et_pb_main_blurb_image {
	margin-bottom: inherit;
	background-color: #c9e6ff;
}
.blurb-funciones .et_pb_blurb_container {
	padding: 25px;
	display: flex!important;
	justify-content: center; /* Center align blurb container horizontally */
	flex-direction: column; /* Arrange blurb container content in a column */
	padding-left: 110px;
}
/*blurb-funciones*/

/* NAV Funciones */
.funciones-nav {
	position: absolute;
  top: 50%;
  left: 10px;
  z-index: 100000000000;
  transform: translate(10px,-50%);
}
.funciones-nav::before {
  content: "";
  position: absolute;
  background-color: #e1e1e1;
  z-index: -1;
  height: 100%;
  width: 2px;
  transform: translate(0,0%);
  left: 50%;
  display: block;
}
.funciones-nav .box {
	background-color: #e1e1e1;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 45px;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.funciones-nav .box.active,
.funciones-nav .box:hover {
  background-color: #c9e6ff;
  color: #5393cc;
}
.funciones-nav .box:nth-child(5) {
  margin-bottom: 0;
}
/*
.funciones-nav .box:nth-child(2)::before,
.funciones-nav .box:nth-child(3)::before {
	content: "+";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  transform: translate(0,220%);
  background-color: #e1e1e1;
  border-radius: 30px;
  font-size: 25px;
}*/

.funciones-nav .plus {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  transform: translate(0);
  background-color: #e1e1e1;
  border-radius: 30px;
  font-size: 25px;
  z-index: 30;
  top: 75px;
  left: 21px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.funciones-nav .plus:nth-child(4) {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  transform: translate(0);
  background-color: #e1e1e1;
  border-radius: 30px;
  font-size: 25px;
  z-index: 20;
  top: 190px !important;
  left: 21px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 980px ) {
	.blurb-funciones .et_pb_blurb_container, .blurb-funciones .et_pb_main_blurb_image {
	  width: 100% !important;
	  margin-left: inherit !important;
	}
	.blurb-funciones .et_pb_blurb_container {
	  padding: 25px;
	  display: flex !important;
	  justify-content: center;
	  flex-direction: column;
	  padding-left: 25px;
	  padding-bottom: 150px;
	}
	.funciones-nav {
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 100000000000;
    transform: translate(0,0);
    width: 90%;
    display: flex;
    justify-content: space-between;
    bottom: 30px;
  }
	.funciones-nav .box {
    background-color: #e1e1e1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 45px;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: inherit;
    float: left;
    margin-right: inherit;
    width: 60px;
    height: 60px;
    line-height: 0.8em;
  }
	.funciones-nav::before {
	  content: "";
	  position: absolute;
	  background-color: #e1e1e1;
	  z-index: -1;
	  height: 2px;
	  width: 100%;
	  transform: translate(0,30px);
	  left: 0;
	  display: block;
	}
	.funciones-nav .box:nth-child(5) {
	  margin-right: 0;
	}
	.funciones-nav .plus {
	  position: relative;
    transform: inherit;
    top: 18px;
    left: inherit;
	}
	.funciones-nav .plus:nth-child(4) {
	  position: relative;
    transform: inherit;
    top: 18px !important;
    left: inherit;
	}
}
@media (max-width: 767px ) {
	.funciones-nav {
    position: absolute;
    top: inherit;
    left: 40%;
    z-index: 100000000000;
    transform: translate(-37%,-40%);
    width: 80%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
  }
	.funciones-nav .box {
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 0.7em;
    border-radius: 9px;
  }
  .funciones-nav::before {
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
  }
	.funciones-nav .plus,
	.funciones-nav .plus:nth-child(4) {
		top: 20px;
    transform: translate(0,-50%);
    font-size: 18px;
    line-height: 1em;
    width: 20px;
    height: 20px;
    left: 0;
  }
  .blurb-funciones {
	  margin-left: 0 !important;
	  margin-right: 0 !important;
	}
	.blurb-funciones .et_pb_blurb_container {
	  padding-bottom: 90px;
	}
}

#tab1.et_pb_row,
#tab2.et_pb_row,
#tab3.et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}
/* NAV Funciones */

/**/
.tit_destacado {
	background-color: #c9e6ff;
  color: #5393cc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  line-height: 1.9em;
}

@media (max-width: 767px ) {
	.tit_destacado {
	  line-height: 1.3em;
	  width: 100%;
	  display: block;
	}

	.quotes .slick-list {
	  padding: 0;
	}
}

body #page-container .et_pb_section .et_pb_button_module_wrapper.active-tab .et_pb_button_1,
body #page-container .et_pb_section .et_pb_button_module_wrapper.active-tab .et_pb_button_2,
body #page-container .et_pb_section .et_pb_button_module_wrapper.active-tab .et_pb_button_3 {	
	background-color: #c9e6ff !important;
	color: #3a698c !important;
	box-shadow: -5px 5px 0px 0px #3a698c;
}

#blurb-tabs .et_pb_button_1_wrapper
/**/



/* POPUP */
  
/* Show/hide the popup overlay wrapper when "is-visible" class changes, apply the CSS to frontend only */
body:not(.et-fb) .dl-popup-wrapper {
  position:fixed;
  z-index:990;
  top:0;
  right:0;
  bottom:0;
  left:0;
  transition: all .5s cubic-bezier(.14,.06,.41,1.39);
  opacity:0;
  visibility:hidden;
}
body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity:1;
  visibility:visible;
}


/* Allow the content inside the popup wrapper to scroll */
.dl-popup-inside {
  height:100%;
  overflow-y: scroll;
}


/* Prevent Body from Scrolling when Popup is visible */
body.dl-noscroll {
  overflow: hidden;
}

/* Center Align Popup Content inside the Section */
.dl-popup-content {
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.dl-popup-content .et_pb_row {
  margin-top:0;
  margin-bottom:0;
}


/* Adjust the position of the popup overlay for admin bar */
@media (min-width:600px) and (max-width:782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top:46px;
  }
}
@media (min-width:783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top:32px;
  }
}

/* Mave the popup on top of other elements */
.et_builder_inner_content.popup-is-visible {
  z-index:99999;
}

/* Add a hand cursor to the close trigger element */
.dl-popup-close {
  cursor:pointer;
}

/* Add Row animation when popup is triggered */
.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.dl-popup-close) {animation:scale-in .5s cubic-bezier(.14,.06,.41,1.39) both; animation-delay: .5s; }
@keyframes scale-in{0%{transform:scale(0.3);opacity:0}100%{transform:scale(1);opacity:1}}

/* POPUP */



/* HEADER */
/* Inline-BTNs */
.inline-btns .et_pb_button_module_wrapper {
  display: inline;
}

@media only screen and (max-width:1142px) {
	.inline-btns {
	  width: auto !important;
	  display: table;
	  float: right;
	}
}

@media only screen and (max-width:980px) {
	.inline-btns {
	  width: auto !important;
	  margin-right: auto !important;
	  margin-left: auto !important;
	  display: table;
	}
	.inline-btns .et_pb_button_module_wrapper {
	  width: 50% !important;
	  display: inline;
	  float: none;
	}
	.et_pb_column.et_pb_column_1_4.et_pb_column_1_tb_header.inline-btns.et_pb_css_mix_blend_mode_passthrough.et-last-child {
	  margin-right: auto !important;
	  margin-left: auto !important;
	  display: table;
	  float: inherit;

	  width: 100% !important;
	}

	.inline-btns .et_pb_button_module_wrapper .et_pb_button {
	  width: 47%;
	  text-align: center;
	  border-radius: 5px !important;
	}
}
/* Inline-BTNs */
/* HEADER */

.blurb_footer .et_pb_blurb_container {
  padding-left: 5px;
}
@media only screen and (max-width:980px) {
	.blurb_footer  .et_pb_main_blurb_image {
		margin-bottom: 10px;
	}
}

/* CENTER CONTENT MIDDLE */
.et_pb_equal_columns > .et_pb_column {
	margin-top:auto;
	margin-bottom:auto;
}
/* CENTER CONTENT MIDDLE */

/*CONTACT FORM*/
.wpcf7-form-control.wpcf7-not-valid {
	border-bottom: 1px solid #dc3232 !important;
}
input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], input[type="number"], input[type="textarea"], select, textarea, input[type="date"]:valid {
  background-color: rgba(255,255,255,0);
  border: 0px;
  padding: 8px;
  width: 100%;
  font-weight: 400;
	font-size: 14px;
	border-radius: 0;
	margin-bottom: 7px;
	border-bottom: 1px solid rgb(255, 255, 255) !important;
	/*color: #ffffff !important;*/
}
.wpcf7-form-control.wpcf7-textarea {
  height: 60px;
}

.form-submit, .wpcf7-submit {
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	border: none !important;
	padding: 8px 34px !important;
	line-height: 1.7em !important;
	height: auto;
	border-radius: 50px;
	width: auto;
	color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background-color: #ea4640;
  transition: color 300ms ease 0ms,background-color 300ms ease 0ms,padding 300ms ease 0ms;
  float: right;
}
.form-submit, .wpcf7-submit:hover {
  background: #ffffff !important;
  color: #ea4640 !important;
  padding: 8px 54px !important;
}

.form-contact .form-submit, 
.form-contact .wpcf7-submit {
	float: inherit;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.form-contact .wpcf7 form.invalid .wpcf7-response-output,
.form-contact .wpcf7 form.unaccepted .wpcf7-response-output {
	text-align: center;
  width: 100%;
  position: inherit;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: none;
	margin-bottom: 10px;
	margin-top: -9px;
}

.wpcf7 .wpcf7-response-output {
	font-weight: 400;
  margin-top: 10px !important;
  letter-spacing: 1px;
  width: auto;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: table;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  animation: hideresp 5s forwards; 
  animation-iteration-count: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

@keyframes hideresp {
  90% { opacity:1; position: relative; top: 0;}
  100% { opacity:0; position: relative; top: 30px;}
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #e9453f;
  color: #fff;
  background-color: #e9453f;
}
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
  color: #a1a1a1 !important;
  background-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2e9860;
  background-color: #2e9860;
}
.submit_block {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute !important;
}

label {
  font-size: 16px;
  color: #ffffff;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.line {
  display: table;
  /*display: block;*/
  margin-bottom: 50px;
}
.full-w {
	width: 100%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.half-w {
	width: 49%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

textarea {
	height: 170px;
}

@media only screen and (max-width:980px) {
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	  position: inherit;
	  bottom: inherit;
	  right: inherit;
	  text-align: inherit;
  	width: 100%;
  	text-align: center;
	}
	.full-w, .half-w {
		width: 100%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 50px;
	}
	.line {
	  margin-bottom: 0;
	  width: 100%;
	}
	input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], input[type="number"], input[type="textarea"], select, textarea, input[type="date"]:valid {
	  border: 1px !important;
	  color: #ffffff !important;
		border-radius: 10px;
		margin-bottom: 7px;
		height: 50px;
		border: 2px solid rgb(255, 255, 255) !important;
	}
	textarea {
	  height: 170px !important;
	}
	.form-submit, .wpcf7-submit {
	  float: inherit;
	  width: 100%;
	}
	.wpcf7-form-control.wpcf7-not-valid {
	  border: 2px solid #dc3232 !important;
	}
}
@media only screen and (max-width:767px) {}
/*CONTACT FORM*/

/*CONTACTO*/
.et-pb-contact-message {
	text-align: center;
}
/*CONTACTO*/