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

/* FORMULARIO */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 18px 10px;
    border: 1px solid #cbd2d3;
    color: #333333;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #cbd2d3;
    color: #363839 !important;
}

input.wpcf7-form-control.wpcf7-submit.btn-color-out {
font-weight: 600;
    color: #fff!important;
    border-width: 0px!important;
    border-color: #ff5f58;
    font-size: 17px;
    background-color: #ff5f58;
    padding: 8px 20px;
    border: 1px solid;
    border-radius: 3px;
	padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
}

input.wpcf7-form-control.wpcf7-submit.btn-color-out:hover {
	cursor:pointer;
}


.form-group {
    color: #363839;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 16px;

}

span.wpcf7-list-item {
    margin: 13px 0 0 -4px;
}

/* SELECCIÓN TEXTO */

::-moz-selection {
color: #ffffff;
background: #fe2990;
}
::selection {
color: #ffffff;
background: #ff5f58;
}

/* Estilos scrollbar */

::-webkit-scrollbar {
  width: 10px; /* ancho barra */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* color fondo barra */
}

::-webkit-scrollbar-thumb {
  background: #0c446f; /* color barra */
  border-radius: 10px; /* borde barra */
}

::-webkit-scrollbar-thumb:hover {
  background: #ff5f58; /* color barra hover */
}

/* MENU */

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #ff5f58; /* cambiar el color de la línea */
 height: 3px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 0%;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 30px;
}

.mobile_menu_bar:before {
	    color: #ffffff !important;
}

@media (max-width: 980px) {

header#main-header {
    background-color: #0c446f;
}
}

ul.sub-menu {
    background-color: #0c446f !important;
}

#main-header .et_mobile_menu {
    background-color: rgb(12 68 111);
}

/*submenu*/


.sub-menu li a:before {
 background: transparent !important; /* cambiar el color de la línea */

}




#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

@media only screen and (max-width: 680px) {
#main-header .container{
width: 100%;}

.et_header_style_left .logo_container {
	padding-left: 5%; }
	
#et-top-navigation {
padding-right: 5%; }
	
.et_mobile_menu {
padding: 5% 0; }
}

/*BLOG*/

.widget_search input#s, .widget_search input#searchsubmit, .et_pb_widget .wp-block-search__input, .et_pb_widget .wp-block-search__button {
    border: 1px solid #0c446f;
    color: #fff;
}

.widget_search #searchsubmit, .et_pb_widget .wp-block-search__button {
    background-color: #0c446f;

}

/*volve arriba*/

.et_pb_scroll_top.et-pb-icon {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  right: 15px;
  background: #ff5f58;
}
.et_pb_scroll_top:before {
  content: "\21";
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 7px;
}

.et_pb_scroll_top.et-pb-icon:hover {
  background: #ff5f58;
  transition: all 300ms ease 0ms;
}


/* BARRA DE COOKIES */

 #cookie-law-info-again {
    bottom: 50px !important;
    right: 0 !important;
    background-color: rgba(0, 0, 0, 0.64) !important;
    box-shadow: none !important;
    font-size: 10px !important;
    color: #fff !important;
	margin-right:0px !important;
}

@media(min-width:750px){
 #cookie-law-info-again {
    bottom: 0px !important;

}
}



.single-post h1, .single-post h2, .single-post h3, .single-post h4 {
	line-height:1.4em;
	font-weight:700;
}

.headerintro li {
  margin-bottom: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}

.single-post .et_pb_accordion ul {
  margin-left: 25px;
}

.single-post .et_pb_accordion p {
  margin-bottom: 10px;
}

.single-post blockquote {
  font-size: 22px;
  padding-top: 14px;
  line-height: 1.4em;
  letter-spacing: -1px;
  font-style: italic;
}

.reminder {
  position: relative;
  padding-left: 30px;
}

.reminder::after {
  content: "»";
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0C446F;
  width: 20px;
  height: 100%;
  text-align: center;
  font-size: 36px;
}

.hyphened div.et_pb_blurb_description, 
.hyphened .et_pb_text,
.hyphened p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.hyphened h1, 
.hyphened h2,
.hyphened h3,
.hyphened h4 {
  text-align: initial !important;
}

.reinfo {
	background-color: #F4F4F4;
	background-image: url('/wp-content/uploads/2025/05/info-2.png');
	background-position: 99% 88%;
	background-size: auto 60%;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 20px;
}


p:not(.has-background):last-of-type {
  padding-bottom: 1em!important;
}



.et_pb_sidebar_0_tb_body li {
  font-size: 12px !important;
  line-height: 1.2em;
  padding-bottom: 5px;
  position: relative;
}

.et_pb_sidebar_0_tb_body li::after {
  content: "»";
  position: absolute;
  left: -15px;
  top: 0;
  font-weight: 600;
  color: #0c446f;
}