/* 
Theme Name: Edile Child 
Template: edile
Author: Sicom (Juan) 
*/

h1 {
  font-size: 4em;
  line-height: 1.1em;
}
h2 {
  font-size: 3em;
  line-height: 1.1em;
}
h3 {
  font-size: 2.6em;
  line-height: 1.1em;
}
h4 {
  font-size: 2.28em;
  line-height: 1.1em;
}

p,
a,
span,
li,
td,
caption {
  font-size: 1.14em;
  margin-bottom: 0;
}

/*DISPLAYS VARIABLES*/
@media (max-width: 991.98px) {
  .md-display {
    display: initial !important;
  }
  .md-display-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .md-display {
    display: none !important;
  }
  .md-display-none {
    display: initial !important;
  }
}
@media (max-width: 1199.98px) {
  .lg-display {
    display: initial !important;
  }
  .lg-display-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lg-display {
    display: none !important;
  }
  .lg-display-none {
    display: initial !important;
  }
}
/*BOTONES*/
.boton-blanco:hover {
  background-color: #0c4f9e !important;
  color: #fff !important;
}
.boton-azul-oscuro:hover {
  background-color: #fff;
  color: #0c4f9e !important;
}
.boton-azul-claro:hover {
  background-color: #0c4f9e !important;
  color: #fff !important;
}
.boton-transparente:hover {
  text-decoration: underline;
}

.page-id-1831 h2,
.page-id-1831 h3,
.page-id-1834 h2,
.page-id-1834 h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}

/*Top header*/
#nd_options_navigation_2_top_header > div,
#nd_options_navigation_2_top_header > div .contacto-top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nd_options_navigation_2 .menu li a {
  letter-spacing: 1px;
}
#nd_options_navigation_2_top_header a {
  font-size: 1em;
  color: #fff;
}
.contacto-top-header span:not(:last-child) {
  margin-right: 7%;
}

#menu-menu-home-2 a,
#menu-menu-home-1 a {
  text-transform: uppercase;
}

/*Debajo slider home bloque azul*/
.home_1_under_slide {
  z-index: 9;
  overflow: visible !important;
  padding-top: 28px;
  padding-bottom: 28px;
}

/*HOME: sobre nosotros*/
.banner-home-nosotros .wpb_column:first-child p {
  padding: 15px 0;
}
.banner-home-nosotros .wpb_column:first-child a {
  margin-top: 15px;
}

.sombreado-columna {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -moz-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
}

/*FORMULARIOS*/
form input:not(.wpcf7-submit),
form textarea,
form span:not(.wpcf7-acceptance) input {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
}
.wpcf7-acceptance > span {
  display: flex;
  margin-left: 0;
}
.wpcf7-acceptance > span > label > input {
  width: auto !important;
}
.wpcf7-acceptance > span > label > span {
  margin-left: 1em;
}
.wpcf7-acceptance > span > label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-acceptance span,
.wpcf7-acceptance a {
  font-size: 16px;
}
.wpcf7-acceptance a {
  color: #029ee2 !important;
}
.wpcf7-submit {
  margin-top: 15px;
}

/*Form home*/
.nd_options_section.md-70 {
  float: none;
}
.boton-azul {
  background-color: #029ee2 !important;
}
.boton-azul:hover {
  color: #029ee2 !important;
  background-color: #fff !important;
}

.sombreado-tabla .wpb_text_column {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -moz-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  padding: 35px;
}
.sombreado-tabla .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.tabla-tarifas th,
.tabla-tarifas td {
  border: none;
}
.tabla-tarifas thead th span {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 7px;
  font-weight: 300;
}
.tabla-tarifas thead,
.tabla-tarifas tr td {
  text-align: center;
}
.tabla-tarifas h4 {
  margin-bottom: 14px !important;
  font-size: 36px;
  color: #0c4f9e !important;
}
.tabla-tarifas tbody th {
  font-size: 16px;
  color: #7e7e7e;
}
/*pagina tarifas*/
.tarifas-doble-tarjeta .nd_options_section {
  padding: 40px 25px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  -moz-box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
  padding: 35px;
}
.tarifas-doble-tarjeta h2{
  font-size: 36px;
}
.tarifas-doble-tarjeta .nd_options_section a:last-child {
  padding: 15px 35px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}


/*Footer*/
#menu-menu-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

#menu-menu-footer li a {
  padding: 10px 20px !important;
  text-transform: uppercase;
}
.fila-footer-1 a {
  font-size: 18px;
}
#menu-menu-footer a {
  font-size: 16px;
}
.fila-footer-2 {
  background-color: #029ee2;
}
.fila-footer-2 .vc_column-inner {
  padding-top: 0 !important;
}
@media (max-width: 480px) {
.tarifas-doble-tarjeta h2{
  font-size: 28px;
}
}
@media (min-width: 768px) {
  .md-70 {
    width: 70%;
    margin: auto;
  }
  .banner-home-nosotros .vc_column-inner:nth-child(1) {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .fila-footer-1 .vc_column-inner {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    align-items: flex-start;
  }
}
/*Estilos movil*/
@media (max-width: 767.98px) {
  h2 {
    line-height: 1.4em;
  }
  .margen-md-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .banner-home-nosotros h3 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
  .home_1_under_slide > div:last-child {
    margin-top: 42px;
  }
  .home_1_under_slide p {
    text-align: center;
  }
  .home_1_under_slide .wpb_column:last-child .wpb_wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
  }
  .home_1_under_slide .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0px;
    margin-top: 0px !important;
  }
  .home_1_under_slide .wpb_column:last-child .vc_column-inner {
    margin-top: 0px !important;
    padding-top: 28px;
    padding-bottom: 14px;
  }
  .servicios-tarjetas .sombreado-columna {
    margin: 25px 0;
  }
  .servicios-tarjetas .sombreado-columna,
  .servicios-tarjetas .sombreado-columna a {
    text-align: center;
    float: none;
  }
  .servicios-tarjetas img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }
  .servicios-tarjetas h2,
  .servicios-tarjetas p:first-child {
    text-align: center;
  }

  .banner-home-nosotros .vc_column-inner:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
  .tabla-tarifas thead th span {
    font-size: 14px;
    line-height: 26px;
  }
  .tabla-tarifas h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .tabla-tarifas tbody th {
    font-size: 14px;
  }
  .fila-footer-1 .vc_column-inner {
    align-items: center;
    text-align: center;
  }
  .fila-footer-1 .wpb_text_column {
    display: flex;
    justify-content: center;
  }
  #menu-menu-footer {
    text-align: center;
  }

  .fila-footer-1 {
    padding-top: 28px;
    padding-bottom: 56px;
  }
  .fila-footer-1 .wpb_column:last-child > .vc_column-inner {
    padding-top: 0;
  }

  .menu-menu-legal-container {
    text-align: center !important;
  }
  .menu-menu-legal-container li a {
    padding: 10px !important;
  }
  .fila-footer-2 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .forma-de-trabajo img {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 991.98px) {
  .nd_options_navigation_2_sidebar div > ul li > ul.sub-menu li a:before {
    content: '- ';
}
.nd_options_navigation_2_sidebar div > ul li > ul.sub-menu li a{
  font-size: 18px !important;
  text-transform: capitalize;
}
  .banner-home-nosotros {
    text-align: center;
    padding-bottom: 98px !important;
    padding-top: 56px !important;
  }
  .banner-home-nosotros a {
    float: none;
    margin-top: 0 !important;
    margin-bottom: 28px;
  }
  .franja-contacto-azul {
    padding-top: 56px;
    padding-bottom: 70px;
  }
  .franja-contacto-azul .nd_options_section {
    text-align: center;
    padding-left: 0 !important;
  }
  .franja-contacto-azul h4 {
    text-align: center;
    line-height: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .franja-contacto-azul h4 a {
    line-height: 2em;
    padding: 10px 0;
  }
  .franja-contacto-azul h4 a span::before,
  .franja-contacto-azul h4 a::after,
  .franja-contacto-azul h4#text {
    white-space: break-spaces;
    content: ' ';
    display: block;
    height: 1px;
  }
  .franja-contacto-azul .vc_column-inner {
    align-items: center;
  }
  .forma-de-trabajo {
    text-align: center;
  }
  .forma-de-trabajo img {
    padding: 40px 0 50px;
  }
  .forma-de-trabajo a {
    float: none;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  /*pagina tarifas*/
  .tarifas-doble-tarjeta .nd_options_section:first-child {
    margin-bottom: 56px;
}
}

@media (min-width: 992px) {
  .servicios-tarjetas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .servicios-tarjetas .sombreado-columna {
    width: 30%;
  }
  .franja-contacto-azul {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .franja-contacto-azul h4 {
    margin-top: 20px;
  }
  .franja-contacto-azul > .wpb_column:nth-child(2) {
    padding-right: 70px !important;
  }
  .franja-contacto-azul h4 a {
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98) {
  .tabla-tarifas h4 {
    font-size: 32px;
    line-height: 38px;
  }
  .tabla-tarifas thead th span {
    font-size: 14px;
    line-height: 28px;
  }
  .banner-home-nosotros img {
    width: 80% !important;
  }
}
