/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/**
Colores corporativos:
  #025157
  #00afaa
**/

/* @font-face {
  font-family: 'Lato';
  src: url('fonts/lato-thin2.eot');
  src:  local('Lato-Thin'),
        local('Lato Thin'),
        url('fonts/lato-thin2.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Thin.woff2') format('woff2'),
        url('fonts/lato-thin2.woff') format('woff'),
        url("fonts/lato-thin2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-light2.eot');
  src:  local('Lato-Light'),
        local('Lato Light'),
        url('fonts/lato-light2.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/lato-light2.woff') format('woff'),
        url("fonts/lato-light2.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-regular.eot');
  src:  local('Lato-Regular'),
        local('Lato Regular'),
        url('fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-italic.eot');
  src:  local('Lato-Italic'),
        local('Lato Italic'),
        url('fonts/lato-italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Italic.woff2') format('woff2'),
        url('fonts/Lato-Italic.woff') format('woff'),
        url("fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-black.eot');
  src:  local('Lato-Bold'),
        local('Lato Bold'),
        url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #025157;
  font-weight: 400;
}
#page-container {
  overflow-y: initial!important;
}
#page-container { overflow-y: initial!important; }
body, input, textarea, select {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
}
body,
.et_pb_section { background-color: #ffffff; }

a { color: #025157; }

h1,h2,h3,h4,h5,h6,b,strong { font-weight: 700; }
h1,h2,h3,h4,h5,h6 { color: #025157; }

.dipl_text_wrapper h2,
h2 { font-size: 37px; }
.dipl_text_wrapper h2 { margin-bottom: 20px; }

.woocommerce.et-db #et-boc .et-l .et_pb_row,
.et_pb_row {
  width: 95%;
  max-width: 1400px;
  padding-top: 0;
  padding-bottom: 0;
}
.et_pb_equal_columns .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.et_pb_text_inner ul { padding-bottom: 0; }
.et_pb_text_inner ul,
.et_pb_text_inner ul li { list-style: none; }

.et_pb_text_inner ul li { margin-bottom: 5px; }
.et_pb_text_inner ul li:last-child { margin-bottom: 0; }
.et_pb_text_inner ul li::before {
  content: "\2022";
  color: #00afaa;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.et_pb_button {
  border-width: 1px;
  border-radius: 5px;
  font-weight: normal;
  padding: 0.3em 2em 0.3em 0.7em;
}
.et_pb_button:after {
    opacity: 1;
    margin-left: 0!important;
}


.dipl_pre_text {
    text-decoration: none;
    position: relative;
}
.dipl_pre_text:after {
    content: '';
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: -8px;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #00afaa;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover { border-width: 1px; }

/* MENÚ  */
.et-menu.nav > .current_page_item,
.et-menu.nav > .current-menu-parent { border-bottom: 2px solid #00AFAA; }
#et-boc .et_pb_menu .et_pb_menu__wrap { justify-content: flex-end; }
#et-boc .et_pb_menu__menu ul > li {
  margin: 0;
  padding-bottom: 10px;
}
#et-boc .et_pb_menu__menu ul > li > a {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 0
}

#et-boc .et-menu > li.menu-item-has-children > ul {
  width: auto;
  border: none;
  box-shadow: none;
}
#et-boc .et-menu > li.menu-item-has-children > ul li {
  display: block;
  background-color: #999b9f;
  margin-bottom: 3px;
  padding: 0;
}
#et-boc .et-menu > li.menu-item-has-children > ul li:hover {
  background-color: #025157;
}
#et-boc .et-menu > li.menu-item-has-children > ul li a {
  width: auto;
  min-width: 100px;
  font-weight: 400;
  text-align: center;
  padding-top: 0;
}
/* Cambiar el icono de colapso a una X en el menú hamburguesa */
.mobile_nav.opened .mobile_menu_bar:before { content: "\4d"; }

/* Eliminar la línea superior del menú para móvil */
.et_mobile_menu {
  border-top:0px;
  min-width: 100vw;
  width: auto;
  top: 60px!important;
  z-index: 900;
  right: -3.5%;
  left: auto;
}
.has_et_pb_sticky .et_mobile_menu { top: 42px!important; }
/* MOBILE */
@media screen and ( max-width: 980px ) {
  .et-l--header .et_pb_column:first-child { width: 25%!important; }
  .et-l--header .et_pb_column:last-child { width: 75%!important; }
  .et-l--header .et_pb_column {
      margin-bottom: 0!important;
  }
}
/* Centrar el texto del menú para móvil */
.et_mobile_menu li { text-align:center !important; }

.et_mobile_menu li li, .et_mobile_menu li ul { padding-left:0px !important; }

/* Hacer que el menú para móvil tenga anchura completa */
.mobile_menu_bar { z-index: 999; }
.et_mobile_menu .et-pb-icon { font-size: 18px; }

/* Hacer que el menú para móvil sea de altura completa */
.dtb-menu .et_mobile_menu .menu-item-has-children .sub-menu-toggle+a,
.dtb-menu .et_mobile_menu li a { padding: 0px; }
.dtb-menu .et_mobile_menu li { padding: 20px 5%; }
.dtb-menu .et_mobile_menu li a {
  letter-spacing: 1px;
  font-size: 1.2em;
}
.dtb-menu .et_mobile_menu .menu-item-has-children>a { font-weight: 500; }
.et_mobile_menu > li { padding: 5px 0; }
.et_mobile_menu {
  min-height:100vh !important;
  min-height: -webkit-fill-available;
  padding-top:30px !important;
}
.et_mobile_menu .menu-item-has-children>a,
.et_mobile_menu .menu-item {
  text-transform: uppercase;
  font-weight: 500;
}
.et_mobile_menu li a { border: none; }
.et_mobile_menu > .menu-item.menu-item-has-children > a {
  padding-bottom: 5px;
  background: none;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
  display:block !important;
}
.home .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before { color: #FFFFFF; }

/* SUBMENUS DESPLEGABLES */
@media screen and ( max-width: 980px ) {
  .et_mobile_menu li > a {
    background-color: transparent;
    position: relative;
  }
  .et_mobile_menu li > a span.mobile-toggle:after {
    font-family: 'ETmodules';
    content: '\4c';
    font-weight: normal;
    position: absolute;
    font-size: 16px;
    top: 13px;
    right: 10px;
  }
  .et_mobile_menu li > .icon-switch:after { content: '\4d'; }
  body .dtb-menu .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu, body.et-db #et-boc .et-l .dtb-menu .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu { background-color: rgba(255,255,255,.09)!important; }
  body.et-db #et-boc .et-l .dtb-menu .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu li a { opacity: 0.8; }
}
@media screen and ( max-width: 590px ) and ( max-height: 700px ) {
  .et_mobile_menu li a { padding: 8px 5%; }
}
@media screen and ( max-width: 590px ) and ( max-height: 800px ) {
  .et_mobile_menu {
    padding-top:150px !important;
    background-size: 120px;
    background-position: 50% 40px;
  }
}
/** Fin menu movil **/
/* FIN MENÚ  */

.titulo-pagina .dipl_text_wrapper h2 { margin-bottom: 0; }

/* INICIO */
.et_pb_slides .et_pb_container {
  float: left;
  justify-content: space-between;
}

/* EXPORT */
@media screen and ( min-width: 590px ) {
  .banner-boton {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner-boton .et_pb_promo_description {
    max-width: 60%;
    margin-right: 10%;
    text-align: left;
  }
  .banner-boton .et_pb_button_wrapper { max-width: 30%; }
}


/* ----- FORMULARIO CONTACTO SUPREME PLUGIN ----- */
.contacto-inicio .wpcf7-response-output { color: #FFF; }
.dipl_form_styler_wrapper .wpcf7-form .wpcf7-mail-sent-ok {
  color:#303e49!important;
}
.dipl_form_styler_wrapper .wpcf7 form {
  display: flex;
  flex-flow: wrap;
}
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col,
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col textarea,
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col input[type=text],
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col input[type=tel],
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col input[type=email] { width: 100%; }

.dipl_form_styler_wrapper .wpcf7 form.sent p,
.dipl_form_styler_wrapper .wpcf7 form.sent .daio-cf7-col {
	display: none; /* Ocultar formulario al enviar: */
}
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col>span.politica-privacidad { padding-right: 5px; }
.dipl_form_styler_wrapper .wpcf7 form>div.daio-cf7-col { margin-bottom: 3%!important; }
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col.pol {
  font-size: 0.7em!important;
  margin-bottom: 20px;
}
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col.pol p { padding-bottom: 0.2em; }
.dipl_form_styler_wrapper .wpcf7 form>div.daio-cf7-col { margin-bottom: 20px!important; }

body #page-container .dipl_form_styler_wrapper .wpcf7-form .wpcf7-form-control.wpcf7-submit,
body #page-container .dipl_form_styler_wrapper .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover:disabled,
.dipl_form_styler_wrapper .wpcf7 input.wpcf7-submit:disabled {
  transition: color 300ms ease 0ms,background-color 300ms ease 0ms;
}
body #page-container .dipl_form_styler_wrapper .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover { cursor: pointer; }
.dipl_form_styler_wrapper select {
  border: 0 solid #333;
  color: rgba(48,62,73,0.5);
  background-color: rgba(0,0,0,0);
  padding: 16px 20px 16px 16px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.dipl_form_styler_wrapper textarea.wpcf7-textarea.wpcf7-form-control {
  min-height: inherit;
  height: 40px;
}
.dipl_form_styler_wrapper .daio-cf7-col>span.acceptance-646 { white-space: nowrap; display:inline; }
.dipl_form_styler_wrapper small { font-size: 0.7em; }
.dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col textarea { height: 265px; }
.contacto-inicio .dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col textarea { height: 112px; }
.textarea-bajo .dipl_form_styler_wrapper .wpcf7-form .daio-cf7-col textarea { height: 100px; }
@media only screen and (min-width: 769px) {
    .dipl_form_styler_wrapper .daio-cf7-col.mitad {
      padding-right: 10px;
      padding-left: 10px;
      display: inline-block;
      flex-grow: 1;
      width: 50%;
    }
    .dipl_form_styler_wrapper .daio-cf7-col.mitad:nth-child(2n) { padding-left: 0; }
    .dipl_form_styler_wrapper .daio-cf7-col.mitad:nth-child(2n+1) { padding-right: 0; }
    .dipl_form_styler_wrapper .daio-cf7-col>span.acceptance-646 { padding-right: 0; }
}
@media only screen and (max-width: 769px) {
  .dipl_form_styler_wrapper .daio-cf7-col.mitad {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .dipl_form_styler_wrapper .daio-cf7-col>span.acceptance-646 { display:inline; }
}
.dipl_form_styler_wrapper span.wpcf7-list-item { margin-left: 0; }
.dipl_form_styler_wrapper a { color: #00AFAA; }
.dipl_form_styler_wrapper a:hover { color: #025157; }
.daio-cf7-col.politica { font-weight: 300 ; }


/* ----- CÓDIGOS PERSONALIZADOS A CADA THEME ----- */
/* ----- FIN FORMULARIO CONTACTO ----- */


.et-l--footer .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content { display: flex; }
.et-l--footer .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container { padding-left: 8px; }
.et-l--footer .et_pb_blurb_position_left .et_pb_main_blurb_image, .et-l--footer .et_pb_blurb_position_right .et_pb_main_blurb_image {
  width: auto;
  margin-bottom: 0;
  align-self: center;
}
.et-l--footer,
.et-l--footer a { color: #FFF; }



/* ----- LANDING ----- */
.iconos-landing .et_pb_main_blurb_image .et_pb_image_wrap > img {
    height: 65px;
}
.negritas-verde strong { color: #00afaa; }
/* -----/////// LANDING ----- */

@media only screen and (max-width: 980px) {
  .two-columns .et_pb_column {
    width: 50%!important;
  }
  .three-columns .et_pb_column {
    width: 33.333333%!important;
  }
  .four-columns .et_pb_column {
    width: 25%!important;
  }
  .five-columns .et_pb_column {
    width: 20%!important;
  }
  .six-columns .et_pb_column {
    width: 16.666666%!important;
  }
  .seven-columns .et_pb_column {
    width: 14.2857%!important;
  }
  .eight-columns .et_pb_column {
    width: 12.5%!important;
  }
}

@media (max-width: 590px) {
}
