

body {
  color: #555555;
  text-align: justify;
  font-size: 1.05rem;
}

h1,
h2,
h6 {
  color: #0A2A53;
  text-align: left;
}

h3 {
  color: #c52323;
  font-size: 30px;
}

h4 {
   color: #ee3934;
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}

h5 {
   color: #fff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
}

h6 {
   color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

a {
  color: #3e4999;
  transition: all .5s ease;
  font-weight: bold;
}

a:hover {
  color: #303979;
  text-decoration: none;
}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.navbar {
 font-weight: bold;
 font-size: 14.5px;
 text-align: left;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0c0c66; }


.navbar-light .navbar-nav .nav-link {
    color: #4f4f8e; }

    .navbar-light .navbar-nav .nav-link:hover {
    color: #0c0c66; }

.navbar-brand {
padding: 0px;
}

.navbar-brand img {
max-height: 55px;
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.section-t4 {
    padding-top: 3rem;
  }

.section-t8 {
    padding-top: 6rem;
  }

.section-footer {
  padding: 30px 0px;
  margin-top: 60px;
  background: #0A2A53;
  color: #fff;
  font-size: 16px;

}

.section-footer a {
  color: #f4e51e;
  font-weight: 400;

}
.section-footer ul {
  line-height: 1.5;
}

.section-footer .footer-links ul li {
  padding: 5px 0;
  font-size: 16px;
}

.section-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-footer .footer-links ul i {
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
}

.section-footer .item-list-a i {
  padding-right: 5px;
  color: #fff;
}

.section-footer h4 {
  margin-bottom: 5px;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid #195db5;
  color: #fff;
}

.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}

.correo {
color: #ee3934;
font-weight: bold;

}

.correo:hover {
color: #ee3934;

}

@media (max-width: 990px) {
h1,
h2, {
  color: #0A2A53;
  text-align: center;
}

.section-footer h4 {
  font-size: 15px;
  padding-bottom: 8px;
}

.section-footer .footer-links ul li {
  font-size: 14px;
}

.section-footer {
  font-size: 15px;

}

.title-a {
  text-align: center;
}
}

@media (max-width: 500px) {
.section-footer {
  text-align: center;

}

.section-footer h4 {
  margin-bottom: 2px;
  font-size: 18px;
  padding-bottom: 0px;
  border-bottom: none;
  color: #fff;
}

.section-footer .footer-links ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
}

@media (max-width: 400px) {
.section-footer {
  text-align: center;

}

  .correo {
font-size: 11px;
text-align: center;
max-width: 100%;

}
}

.btn {
  transition: .5s ease;
}



@media (min-width: 768px) {
  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #3e4999;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}

@media (max-width: 767px) {
  .section-t8 {
    padding-top: 6rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }
}

.top-back {
background: url("../img/header1.png") top fixed;
background-size: contain;
}

  .top-back2 {
background: url("../img/header2.png") top fixed;
background-size: contain;
}

  .top-back3 {
background: url("../img/header3.png") top fixed;
background-size: contain;
}

  .top-back4 {
background: url("../img/header4.png") top fixed;
background-size: contain;
}

  .top-back5 {
background: url("../img/header5.png") top fixed;
background-size: contain;
}

@media (max-width: 770px) {
  .top-back {
background: url("../img/header1.png");
background-size: cover;
background-position: center;
}

  .top-back2 {
background: url("../img/header2.png");
background-size: cover;
background-position: center;
}

  .top-back3 {
background: url("../img/header3.png");
background-size: cover;
background-position: center;
}

  .top-back4 {
background: url("../img/header4.png");
background-size: cover;
background-position: center;
}

  .top-back5 {
background: url("../img/header5.png");
background-size: cover;
background-position: center;
}
}


.contenedor {
   padding: 60px 0px;
}

.texto-encima {
    color: #f3e82d;
    font-size: 32px;
    background-color: rgba(10, 42, 83, 0.85);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1220px) {
.texto-encima {
    font-size: 30px;
    padding: 10px 30px;
}
}

@media (max-width: 990px) {
.texto-encima {
    font-size: 28px;
    padding: 10px 20px;
}

.contenedor {
   padding: 40px 0px;
}
}

.input_captcha2{
  width:30%;}

.input_captcha{
  width:15%;}
  
.input_telefono{
  width:80%;} 
  
.inputmini{
  width:28%;}
.inputmini2{width:70%;}


@media (min-width: 990px) and (max-width: 1200px) {
  .inputmini{
  width:30%;}
.inputmini2{width:64%}

}

.tablas {
  width: 100%;
}

.ventajas2{
  background-color: #e61e1e;
  padding:10px;
  margin-top: 15px;
  margin-bottom: 18px;
  color:#ffffff;  
  font-size: 16px;
  border-radius: 6px;
  font-weight: bold;

} 

.btn-azul {
  background-color: #0A2A53;
  border-color: #0A2A53;
}

.btn-azul:hover {
  background-color: #061b35;
  border-color: #061b35;
}

.btn-verde {
  background-color: #3e4999;
  border-color: #3e4999;
}

.btn-verde:hover {
  background-color: #3e4999;
  border-color: #3e4999;
}

.cuadro-naranja {
  background-color: #ee3934;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  margin: 15px 0px;
  max-width: 280px;
  text-align: center;
}

.cuadro-verde {
  background-color: #6ba330;
  color: #fff;
  padding: 15px 20px;
  margin: 25px 0px;
}

.highlight-info { 
    background: url(../img/parallax.jpg) center fixed; 
    background-size: auto auto;
    background-size: contain;
    color: #fff;
  font-size: 18px;
  text-align: justify;  
}


.highlight-info { 
  background-color: black;
  background-size: auto;   
    padding: 20px;    
  
}

.highlight-info h2{ color: #fff;}

.top-header {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 20px;
    margin-top: 10px;
  color: white !important;
}

.cuadro-rojo {
  background-color: #c52323;
  color: #fff;
  padding: 20px;
  text-align: justify;
  border-radius: 8px;
}

.cuadro-rojo a {
  color: #0A2A53;
  font-weight: bold;
}

@media (max-width: 670px) {
  .highlight-info {  
    padding: 0px;    
  
}
}

.cuadro-gris2 {
  padding: 15px;
  margin: 15px 0px;
  color: #fff;
  border-radius: 4px;
  background-color: #6c757d;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.53);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.53);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.53);
font-weight: bold;
}

.cuadro-gris2 a {
  color: #f4e51e;
}

.card a {
  font-weight: 400;
  color: #000;
}

.card-text {
  font-size: 16px;
}