/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.4.5
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 02 May 2020 18:10:42 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

#logo {-webkit-transform: initial;}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/********* MENU CTA *********/

.menu_cta {
font-family: 'Artico Expanded',Helvetica,Arial,Lucida,sans-serif!important;
background-color: #7fd348;
color: #0c1d55 !important;
padding: 0 !important;
border-radius: 50px;
}

.menu_cta:hover {
background-color: #69af3c;
color: #fff !important;
}

.menu_cta a {
color: #0c1d55 !important;
padding: 15px 30px 15px 30px !important;
font-weight: 700 !important;
}


.menu_cta a:hover {
color: #fff !important;
}

.et-fixed-header #top-menu .menu_cta a {
color: #0c1d55 !important;
}


/*********************************
Resaltar seccion activa al hacer scroll
**********************************/

#top-menu li.current-menu-item>a{
	color: #00234f !important;
}

#top-menu li.current-menu-item>a:hover{
	color: #01c56f !important;
}

.active, #top-menu a:hover  {
    color: #01c56f !important;

}

.active, .et-fixed-header #top-menu a:hover  {
    color: #01c56f !important;

}

.active, #main-header .et-fixed-header #top-menu a {
    color: #01c56f !important;
}


.active, #main-header .et-fixed-header #top-menu #menu-item-114:hover {
    color: #fff !important;
}

#main-header .menu_cta a:hover {
    color: #fff !important;
}

@media only screen and (min-width: 981px){
.et-fixed-header #top-menu .menu-item.active a{
		color: #01c56f !important;
	}
	
	.et-fixed-header #top-menu li.current-menu-item>a:hover{
		color: #01c56f !important;
	}
	
	}

#top-menu-nav>ul>li>a:hover{
	opacity: 1 !important;
}

/*********SCROLLBAR*********/

body::-webkit-scrollbar {
    width: 5px;
}
 

body::-webkit-scrollbar-thumb {
  background-color: #01c56f;
  outline: 1px solid slategrey;
}


/*********** BOTON WHATSAPP **************/

@media only screen and ( max-width: 479px ) {
.joinchat__button__open{
		margin-bottom: 50px !important;
		}
}



/*---Left---*/
.ds-slider-left.et_pb_slider .et_pb_container {
    float: left !important; /*move the slider text container to the left*/
}
.ds-slider-left .et_pb_slide_description  {
  text-align: left !important; /*align the slider text to the left*/
  padding: 35% 8%; /*adjust the padding around the slider text container, this will help you to control the 
  height of your slides. You can remove this if you want the default height*/
}
.ds-slider-left.et_pb_slider .et_pb_button {
    float: left !important;  /*move the button to the left*/
}


/****************** CALDERA FORMS *********************/

/*** THIS CHANGES THE LOOK OF THE FORM FIELDS ***/
/*.caldera-grid .form-control {
 padding: 22px;
 height: auto;
 box-shadow: none !important;
 background: #f7f7f7;
 color: #00234f;
 border: none !important;
}*/
 
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
 font-family: Raleway;
 padding: 10px 20px;
 border-radius: 50px;
 background: #7FD348;
 color: #0C1D55;
 font-size: 16px;
 border: 2px solid #7FD348;
	width: 100%;
 /*float: left;*/
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 font-weight: 700 !important;
 letter-spacing: 2px;
}

/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
 background: #69af3c;
 color: #fff;
 border: 2px solid #69af3c;
}

/*** THIS CHANGES THE LOOK OF THE FORM FIELDS ***/
.caldera-grid .form-control {
    font-size: 18px;
	color: #0c1d55 !important;
    padding: 16px;
    height: auto;
    box-shadow: none;
    border-radius: 0!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #0C1D55;
}
 
 
/*** THIS CHANGES THE BOTTOM BORDER COLOR WHILE USER IS TYPING ***/
.caldera-grid .form-control:focus {
    border-color: #7fd348;
    box-shadow: none;
}

/******** BOTON DE SUBIR CV ******/
.caldera-grid .form-control.cf2-file .btn {
    background-color: #0C1D55 !important;
    border: thin solid #0C1D55 !important;
	border-radius: 100px;
}

.caldera-grid .form-control.cf2-file .btn:hover {
    background-color: #0a183f !important;
    border: thin solid #0a183f !important;
	color: #fff !important;
}

/****** CONSENTIMIENTO ******/
.caldera-grid .checkbox-inline{
	font-size: 12px;
}


/******* IGUALAR ESPACIOS BARRA MENÚ ***********/
#et-top-navigation{
	padding-top: 18px !important;
}


/******** MARGEN PARA COOKIES *********/
@media only screen and ( max-width: 479px ) {
#cookie-law-info-bar{
	margin-bottom: 50px !important;
}
}

/************** HOVER CON INFO DE TARIFAS ***********/

a.dfn-hover {
	color: #333;
	text-decoration: none;
}

/** Code for hover info **/

dfn {
  cursor: help;
  font-style: normal;
  position: relative;
  
}
dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 22px; left: 0;
  opacity: 0;
  width: 250px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: #e9e9e9;
  color: #00234f;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
}
dfn::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px; left: 20px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-bottom-color: #e9e9e9;
  transition: opacity 250ms, top 250ms;
}
dfn:hover {z-index: 9999;} /* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {opacity: 1;}
dfn:hover::after {top: 30px;}
dfn:hover::before {top: 20px;}


/********* Borde blanco tabla ******/


