

h1 {
  margin: 0;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li {
  margin-right: 20px;
}

a {
  text-decoration: none;
  color: #000000;
}
.home10-mainslider {
    margin-top: 50px;
}

.navbar .fa-whatsapp {font-size: 20px;margin-right: 5px;}
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.home-p p {
  color: #004e81;
}
.fa-whatsapp {
  margin-top:13px;
}

.whatsapp:hover{
  color: rgb(255, 255, 255);
  filter: brightness(110%);
}

.home-one {
	margin: 0px;
}

.home5 h1 {
	text-transform: uppercase;
	font-size: 5em;
}
.home5 p {
	text-transform: uppercase;
	font-size: 3em;
	font-family: "Outfit", sans-serif;
}

.pd-20{
  padding: 4em 0em;
}
.pd-10 {
  padding: 0em 1em;
}

.banner-general {
  background-image: url(../images/banner_general.jpg);
   -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 245px;
}
.banner-general h2, .banner-general p {color:#ffffff;}
.banner-general a.btn {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  color: #005081;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-general a.btn:hover {
  background-color: #eeeeee;
  color: #005081;
}
.rc {
  text-align: right;
}


.bg-section {
  background-image: url(../images/bg-section.jpg);
   -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}

.img-banner-1 {
  position: absolute;
    top: 15px;
  right: 0px;
}
 /* Offcanvas */
    .offcanvas-collapse {
      position: fixed;
      top: 56px; /* altura del navbar */
      bottom: 0;
      left: 100%;
      width: 250px;
      padding: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #f8f9fa;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      transform: translateX(-100%);
      z-index: 9;
    }
}

.navbar-light .navbar-toggler {
  border: none;
  color:#000000;
}

.section-head {
  height: 100px;
  margin-top: 100px;
   background-image: url(../images/section-head.jpg);
   -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.section-head h1{
  color:#ffffff;
  font-size: 70px;
  margin-top: -35px;
}
.box {
  border:1px solid #ebebeb;
  border-radius: 15px;
  padding: 50px;
  background-color: #ffffff;
}
.btn-blue {
  border: 2px solid #005081;
  border-radius: 10px;
  background-color: #005081;
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-blue:hover {
  background-color: #ffffff;
  color: #005081;
}

/*--------- CUOTAS -----------*/
.card-cuotas h2 {
  color:#ffffff;
  font-size: 30px;
}
.card-cuotas {
      border-radius: 10px;
      border: 1px solid #e0e0e0;
      background-color: #ffffff;
    
    }
    .card-cuotas .card-header {
      background-color: #B0E1FC; /* azul claro */
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
       padding: 10px 10px 1px 10px;
    }
    .card-cuotas .card-header-red {
      background-color: #FE7676; 
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px 10px 1px 10px;
    }
     .card-cuotas .card-header-ye {
      background-color: #FAD2AB; 
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px 10px 1px 10px;
    }
    .card-cuotas .card-header-ve {
      background-color: #B0F7FC; 
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px 10px 1px 10px;
    }
    .card-cuotas .card-header-vi {
      background-color: #D1C1FF; 
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px 10px 1px 10px;
    }

    
    .btn-cuotas {
      background-color: #005081; 
      color: white;
      border-radius: 10px;
      font-size: 0.9rem;
      border: 2px solid #005081;
    }
    .btn-cuotas:hover {
      border: 2px solid #005081;
      background-color: #ffffff;
    color: #005081;
    }



.calculadora a.btn {
  border: 2px solid #005081;
  border-radius: 10px;
  background-color: #ffffff;
  color: #005081;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  min-width: 350px;
}
.calculadora a.btn:hover {
  border: 2px solid #005081;
  background-color: #005081;
  color: #ffffff;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}
.requisitos ul li {list-style: circle;}
.requisitos ul li::marker { color: #3591C2; }
.cuadro {
  color: #333333;
  padding: 5px;
  background-color:#f7f7f7;
  border-top: 5px solid #3591C2;
  text-align: center;
  min-height: 70px;
  align-content: center;
}

.form-web .box{
  max-width: 750px;
  margin: 0 auto;
}
.form-web h5 {
  font-size: 18px;
}


.contacto ul li {
  font-size: 25px;
}

.footer_one {
  background-color: #005081;
  color:#ffffff;
}

.footer_social_widget.home6 li a,.footer_about_widget.home6 h4, .footer_qlink_widget.home6 h4, .footer_contact_widget.home6 h4, .footer_social_widget.home6 h4, .footer_apps_widget.home6 h4, .footer_about_widget.home6 p, .footer_qlink_widget.home6 li a, .footer_contact_widget.home6 li a

 {color: #ffffff;
}
.footer_qlink_widget.home6 li:hover a {
  color: #dddddd;
}

.white {color:#ffffff!important;}

@media (max-width: 767px) {

.banner-style-one .slide
 {
    
    background-position: right center;
}

.rc, .rl{
  text-align: center;
}
.section-head h1 {
    color: #ffffff;
    font-size: 40px;
    
}
.banner-general h2 {
    color: #ffffff;
    font-size: 30px;
    margin-top: -30px;
}
.banner-style-one .banner_top_title {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}
}

@media (max-width: 1006px) {
  .menu-none {display: none;}
  .navbar .fa-whatsapp {font-size: 25px;}
}
@media (max-width: 575px){
  .row {padding: 20px;}
  .img-banner-1 {
    position: absolute;
    top: 50px;
    right: 0px;
}
}
@media (max-width: 450px) {
      .img-banner-1 {
        position: absolute;
        top: 120px;
        right: 0px;
    }
}
