/* Ajustes menu */
.navbar {
  padding: 0px;
  margin-bottom: 0px;
  background-color: #ffffff !important;
}
.navbar .container.ajustar_menu{
  width: 100%;
  padding: 0px;
}
.navbar .container.ajustar_menu #menu{
  display: flex;
  justify-content: flex-end;
}
.navbar .container.ajustar_menu{
  margin: 0px;
  display: flex;
  padding: 0px 30px;
  max-width: initial;
}

.navbar-fixed-top .navbar-collapse{
  padding-left: 15px;
  padding-right: 15px;
}

.navbar .btn-group {
  padding: 8px;
}
.navbar .btn-group button{
  background-color: transparent;
}
.navbar .dropdown-menu{
  padding: 8px;
}
.open>.dropdown-menu {
  display: grid;
}
.navbar .dropdown-menu a{
  margin: 8px 0px;
}

.btn-group.dropright{
  color: #033866;
}
.btn-group.dropright:hover{
  color: #6EAB3F;
}


.main-background h1 span{
	color: #72BC3A;
  font-weight: 900;
}

iil{
  display: inline-grid;
}
iil hr{
  width: 32px;
  margin: 0px;
  border: 2px solid;
  color: #52BF0C;
  background-color: #52BF0C;
}

/* Ajustes tres logos */
.ajustar_3_logos{
  text-align: -webkit-center;
}
.divs_tres_logos {
  display: table;
  width: 90%;
}
.col_d_3_logo {
  width: 33%;
  display: table-cell;
  padding: 16px;
  text-align: -webkit-center;
}
.contenedor_3_logos .title_tres_logos{
  text-align: center;
}
.contenedor_3_logos .title_tres_logos h3{
  color: #003473;
  font-weight: 400;
}
.contenedor_3_logos .title_tres_logos h3 span{
  font-weight: 600;
}
.contenedor_3_logos .divs_tres_logos h4{
  color: #003473;
}
.contenedor_3_logos .divs_tres_logos p{
  color: #003473;
  text-align: center;
  margin: 20px 0px;
}
.btn-inverse.btn_3_logos{
  color: #12346F;
  border-color: #12346F !important;
}
.btn-inverse.btn_3_logos:hover{
  background: rgba(255,255,255,.9);
  border: 2px solid #ccc !important;
  color: #033866 !important;
}
.home_3_logos .txt_int_3l {
  min-height: 100px;
}

/* Ajustes formulario */
.contenedor_seccion_form {
  text-align: -webkit-center;
  background-color: #ffffff;
  /* background-color: #003473; */
}
.contenedor_seccion_form .title_seccion h3 {
  color: #003473;
}

.title_seccion{
  margin: 0px 0px 20px 0px;
}
.title_seccion h3{
  color: #ffffff;
  font-weight: 400;
}
.title_seccion h3 span{
  font-weight: 600;
}
.contenedor_formulario{
  width: 90%;
}
.contenedor_formulario div{
  margin: 10px 0px;
}
.contenedor_3_campos{
  columns: 3;
  display: flex;
  justify-content: space-between;
}
.contenedor_3_campos input{
  width: 33%;
  height: 4vh;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0px 0px 0px 10px;
  background-color: transparent;
}
.contenedor_select select{
  height: 4vh;
  padding: 0px 0px 0px 5px;
}
.contenedor_select select option{
  background-color: #003473;
}
.contenedor_select select, .contenedor_txtarea textarea{
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.contenedor_3_campos input::placeholder, .contenedor_txtarea textarea::placeholder{
  color: #ffffff;
}
 .contenedor_txtarea textarea{
   padding: 10px 0px 0px 10px;
 }
.contenedor_3_campos input:focus-visible , .contenedor_txtarea textarea:focus-visible, .contenedor_select select:focus-visible, .contenedor_btn_form .btn_form:focus{
  outline: none;
}
.contenedor_btn_form .btn_form{
  width: 25%;
  color: #00427D;
  border-color: #ffffff;
  background-color: #ffffff;
}
.contenedor_btn_form .btn_form:hover{
  color: #ffffff !important;
  border-color: #00427D;
  background-color: #00427D;
}
.contenedor_btn_form .btn_form::after{
  content: '';
}
.contenedor_check_form label{
  color: #ffffff;
}

/* Ajustes seccion somos */
.contenedor_somos{
  display: table;
  background-color: #EDEDED;
}
.contenedor_somos .lado_izq{
  padding: 50px;
}
.contenedor_somos .lado_izq.in_home{
  padding: 7%;
}
.contenedor_somos .title_somos h3{
  color: #003473;
  font-weight: 400;
}
.contenedor_somos .title_somos h3 span{
  font-weight: 600;
}
.contenedor_somos .lado_izq p{
  color: #003473;
}
.contenedor_somos .lado_izq, .contenedor_somos .lado_der{
  width: 50%;
  display: table-cell;
}
.contenedor_somos .lado_der{
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/img_secc_somos.jpg');
}

/* Ajuste espacios secciones */
.contenedor_3_logos, .contenedor_seccion_form{
  padding: 40px 0px;
}

/* Ajustes testimoniales */
.seccion_testimonios{
  width: 100%;
  background-image: url('../img/fondo_testimonios.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nombre_testimoniales h4, .seccion_testimonios p{
  color: #003473;
  font-weight: 400;
}
.nombre_testimoniales h4 span{
  font-weight: 600;
}
.seccion_testimonios p{
  color: #003473;
  font-size: 14px;
}
blockquote {
  border-left: none;
}
.fa-chevron-left:before {
  content: "\f053";
  position: absolute;
  right: 0px;
}
#quote-carousel {
  padding: 50px 10px 50px 10px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  /* margin-top: 30px; */
  display: flex;
  align-items: center;
}

/* Ajustes seccion prevenir */
.seccion_prevenir{
  background-image: url('../img/fondo_prevenir.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.contenedor_3_logos.seccion_prevenir h4 {
  font-size: 1.2em;
  margin: 20px 0px;
  font-weight: bold;
}
/* Ajustes footer */
footer {
  color: #ffffff;
  width: 100%;
  background-color: #003473;
}
footer .container .row{
  display: flex;
  align-items: center;
}
footer .container .row .footer-squares{
  text-align: -webkit-center;
}
footer .container .row .footer-squares:nth-child(2){
  text-align: inherit;
  display: flex;
  justify-content: center;
}
footer .aviso_priv{
  margin-bottom: 10px;
  text-align: -webkit-center;
  /* height: 6vh;
  display: flex;
  align-items: center;
  justify-content: center; */
}
footer .aviso_priv a:hover, footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (max-width: 785px){
  .navbar-header a.navbar-brand img{
    margin-left: -25px;
  }
  #menu ul{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
  }
  .contenedor_somos{
    display: grid;
  }
  .contenedor_somos .lado_izq, .contenedor_somos .lado_der {
    width: 100%;
  }
  .contenedor_somos .lado_der {
    height: 30vh;
  }
  .seccion_prevenir{
    background-position-y: 18px;
  }
  .seccion_prevenir .title_tres_logos h3{
    margin-bottom: 30px;
  }

}

@media only screen and ( max-width: 680px ){
  #menu{
    justify-content: left !important;
  }
  #menu ul{
    display: block;
  }
  .main-background.home_b{
    height: 62vh;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main-background {
    background-position: center;
  }
  .main-background .main-margin {
    margin: 125px 0;
  }
  .main-background h1 {
    font-size: 20px;
  }
  .divs_tres_logos{
    display: grid;
  }
  .contenedor_seccion_form .contenedor_formulario .contenedor_3_campos{
    columns: 1;
    display: block;
  }
  .contenedor_3_campos input {
    width: 100%;
    margin: 5px 0px;
  }
  .col_d_3_logo {
    width: 100%;
    margin: 20px 0px;
  }

  footer .container .row {
    display: block;
  }
}

@media only screen and (max-width: 520px){
  .seccion_prevenir{
    background-position-y: 30px;
  }
}

@media only screen and (max-width: 375px){
  .seccion_prevenir{
    background-position-y: 35px;
  }
}
