/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       LingMarco
 Author URI:   https://lingmarco.es/
 Template:     Divi
 Version:      4.18.0
 Tags:         divi, child-themes
 Text Domain:  divi-child
*/
@import url("../Divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */


/*------------------------------------------elemento [et-learn-more] -------------------------------------------*/
/*-------------------------------[learn_more caption="ver" class="caption-verMas"]-------------------------------------*/

.caption-verMas.et-learn-more {border: 1px solid rgba(255,255,255,0);}
.caption-verMas.et-learn-more .learn-more-content {padding: 0px; border-top: 1px solid rgba(255,255,255,0);}
.caption-verMas.et-learn-more h3.heading-more {background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);text-align: right;
font-family: Open Sans,Arial,sans-serif !important;
font-size: 16px !important;
}
.caption-verMas.et-learn-more h3.heading-more span.et_learnmore_arrow {box-shadow: -1px 0 0 0 rgba(255,255,255,0);}

/*.caption-verMas.et-learn-more VER MAS / VER MENOS*/
.et-learn-more h3.heading-more::after {content: " más";}
.et-learn-more h3.heading-more.open::after {content: " menos";}

.et-learn-more { 
background: rgba(255,255,255, 0);
box-shadow: 1px -1px 0 0 rgba(255,255,255, 0);
}

.et-learn-more h3.heading-more {
text-shadow: 0px 1px 0 rgba(255,255,255, 0) !important;
border-top: 0px solid rgba(255,255,255, 0) !important;
border-left: 0px solid rgba(255,255,255, 0) !important;
font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif !important;
}
.et-learn-more h3.heading-more span.et_learnmore_arrow {
border-left: 0px solid rgba(255,255,255, 0);
}
.learn-more-content {
color: #383d42 !important;
}



/*------------------------------------------blurbs -------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

.gq-blurb-hover img.et-waypoint {
margin-bottom: -5px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scale(1);
transform: scale(1);
}

.gq-blurb-hover img.et-waypoint:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.CtoA-servicios {}

/*-------Toggle pestañas---------icon codes divi: https://dividezigns.com/divi-icon-codes/ ----------*/
.et_pb_toggle {
    border: 3px solid #e05750;
}
.et_pb_toggle_title::before {
    content: "\030";
    font-size: 16px;
    color: #e05750;
}
.et_pb_tabs  {
    border: 3px solid #e05750;
}
.et_pb_tab_active a {
    color: #e05750 !important;
}
.et_pb_tabs_controls li a {
	color: #aeaeae;
}
.et-tabs-container .et-tabs-control li.active a {
    color: #e05750 !important;
}
.et-tabs-container .et-tabs-control {
	border: 0px;
}
.et-tabs-container .et-tabs-control::before {
	height: 0px;
}

.et-tabs-container .et-tabs-control {
	background: #f2f2f2;
background: -webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255,0)),to(rgb(255,255,255,0)));
background: linear-gradient(180deg,#f2f2f2,#f2f2f2);
}
.et-tabs-container {
	box-shadow: 0 12px 17px rgba(31, 31, 31, 0.42);
}
.et-tabs-container .et-tabs-control li a {
	background: #f2f2f2;
}


/*------------Módulos LM---------------------*/

.error {
	border: solid red;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}
#damaged_modules_list ul {
	border: solid blue;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}
.damaged_module_entry {
	border: solid blue;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}