/*
Theme Name: Vista 360 Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#top-bar-wrap.clr {
  margin-bottom: 0px !important;
}

/* h2 {
    font-size: 2.4rem;
    color: #243439;
    font-weight: bold;
} */

#site-header-inner {
  border-bottom: solid 5px #c6143b;
}

.bajo-slider {
    /*background-color: #c6143b;*/
}
/*.seccion-slider-inicio {
    background-color: #718f978f;
    }*/

#caja-newsletter {
  color: #fff !important;
  }
#caja-newsletter h2 {
color: #fff !important;
}
/*#caja-newsletter form label {
  color: #fff !important;
  }*/

.footer-box {
    padding-top: 50px;
    }

  #site-header.medium-header {
    text-align: center;
    background-color: #c6143b;
  }



/* GENERAL GRID STYLES */

.col {
    flex-basis: 100%;
  }
  
    @media screen and (min-width: 980px) {
    .row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
          margin-bottom: 20px;
    }
   
    .col {
      flex: 1;
      color: #fff;
    }
   .row .col{
      padding: 0 10px 0 10px;
    }
    .col-05 {
      flex: 0.5;
    }
    .col-10 {
      flex: 1;
    }
    .col-15 {
      flex: 1.5;
    }  
    .col-20 {
      flex: 2;
    }  
    .col-25 {
      flex: 2.5;
    }  
    .col-30 {
      flex: 3;
    }  
    .col-35 {
      flex: 3.5;
    }
    .col-40 {
      flex: 4;
    }  
    .col-45 {
      flex: 4.5;
    }  
    .col-50 {
      flex: 5;
    }  
    .col-55 {
      flex: 5.5;
    }  
    .col-60 {
      flex: 6;
    }  
    .col-65 {
      flex: 6.5;
    }  
    .col-70 {
      flex: 7;
    }  
    .col-75 {
      flex: 7.5;
    }  
    .col-80 {
      flex: 8;
    }  
    .col-85 {
      flex: 8.5;
    }  
    .col-90 {
      flex: 9;
    }  
    .col-95 {
      flex: 9.5;
    }
  }
  /* FIN GENERAL GRID STYLES */
  
  
  /**---------------- Formulario Newsletter ----------------**/
   .col-campos {
      /*border-left: 2px solid #52CD19;*/
    padding: 20px !important;
    /*border-bottom: 2px solid #dddddd;*/
      background-color: #eeeeee;
      /*box-shadow: 0 0 0.5em 1px rgba(0, 0, 0, 0.2);*/
  }
  .col-campos input, .col-campos textarea, .col-campos select {
    border-radius: 0.3rem;
      padding: 10px;
    border: 1px solid #999999 !important;
      background-color: #fff !important;
  }
  .boton-formulario input {
      font-size: 1.5rem !important;
      margin-top: 24px;
  }
  /**---------------- FIN Formulario Newsletter ----------------**/


.caja-formulario-inicio {
    border-top: solid 3px #c6143b;
}
.caja-formulario-inicio h2 {
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.caja-formulario-inicio .wpcf7-text, .caja-formulario-inicio .wpcf7-select {
  background-color: #253439 !important;
  color: #fff !important;
  border-color: #999999;
}


.formulario-edificio {
  /*border-top: solid 3px #c6143b;*/
}
.formulario-edificio .wpcf7-text, .formulario-edificio .wpcf7-select {
  background-color: #1E353D !important;
  color: #fff !important;
  /*border-color: #999999;*/
}
.formulario-edificio form label {
  color: white;
  margin-bottom: 5px;
}
.formulario-edificio form textarea {
  color: white;
  background-color: #1E353D !important;
}
.formulario-edificio .wpcf7 form.invalid .wpcf7-response-output, .formulario-edificio .wpcf7 form.unaccepted .wpcf7-response-output, .formulario-edificio .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff !important;
  border-color: #ffb900;
}
.formulario-edificio .wpcf7 form.sent .wpcf7-response-output {
  color: #fff !important;
  border-color: #46b450;
}