.btn-2 {
    padding: 1.2rem!important;
    min-width: 150px!important;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=League+Gothic&display=swap);
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


.bg-header {
    background-color: white!important;
}
.bg-verde {
    background-color:#dff0e7!important;
}
.bg-dark-blue {
    background-color:#132C55!important;
}

.bg-testimonials {
    background-color: #EBF5FF!important;
}

.color-blue {
    color: #054F98!important;;
}

.contact-form {
    padding: 3rem 4rem;
}

.contact-form input, textarea{

    height:50px;
    margin-top:.5rem;
    padding: 1rem 2rem;
    color:#054F98;
    border: none;
    outline:none;
    border-radius: 5px;
    resize: none;
}

.checkbox {
    margin-right: 1rem!important;
}

::placeholder {
    color:#054F98;
    opacity: 0.8; /* Firefox */
  }

  .terms {
      font-size: 15px;
  }

  .bold {
      font-weight: bold!important;
  }

  .socialmedia-icons {
      margin: 0 .8rem;
  }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1rem;
  left: 15%;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  color: black!important;
  text-align: left;
}
  .border-blue {
    border: 0.2rem solid #EBF5FF;
  }

  .text-dark {
    color: black !important;
  }

  .text-blue {
    color: #12448E !important;
  }

  .text-bby-blue {
    color: #4a77b9 !important;
  }
  
  .popup-content
  {
      border-radius: 4px;
      padding: 4rem 4rem;
      width:50%;
      background-color: #EEF7FC;
  }

  .font-150 {
    font-size: 130%!important;
  }
  .font-270 {
    font-size: 270%!important;
  }
  .modal-contact {
      padding: 1.9rem 2.6rem;
      border-radius: 10px;
  }
  .modal-contact input{
      font-size: 15px;
      margin: 0.1rem 0;
      padding: 0 1rem;
      height: 41px;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 4px;
      border: none;
  }
  .whatsapp { 
    position: fixed;
    bottom: 0;
    right:0;
    padding-right: 2rem;
    padding-bottom: 2rem;
    width:7rem;
    z-index: 10;
  }

  @media (max-width: 992px) { /*pon tus medidas de responsividad estas son las que yo ocupaba pero no son las estandar*/
    .whatsapp { 
        position: fixed;
        bottom: 0;
        right:0;
        padding-right: .5rem;
        padding-bottom: .5rem;
        width:5rem;
        z-index: 10;
      }

  }
  .p-hero {
    padding: 0 0;
}
  @media (min-width: 1024px) and (max-width: 1440px) {
    .popup-content
    {
        width:91%;
    }
  }
  @media (min-width: 750px) and (max-width: 1023px) {
    .popup-content
    {
        margin: 0, 3rem;
        width:93%;
    }
  }
  @media (max-width: 749px) {
    .popup-content
    {
        
        width:93%;
    }
  }

  @media (min-width:550px) {
    .p-hero {
        padding: 4rem 0;
    }
    
  }

  @media (max-width: 450px) {
    .p-malvado {
        font: size 25px!important;
    }

    .checkbox {
        margin-right: 1rem!important;
    }

    .responsive-swiper-btn {
        display: none!important;
    }
    .bg-slide-1 {
        background-position: -10em!important;
        background-repeat: no-repeat;
        height: 90%;
        width: 100%;
    }
  
    .bg-slide-2 {
      background-position: -10em!important;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
  }
  
  .bg-slide-3 {
      background-position: -10em!important;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
  }

}

@media (min-width: 601px) and (max-width: 994px){
  .container{
      margin-left:20px!important;
  }  
}
@media (min-width: 579px) and (max-width: 964px) {
  .text-w{
      color:white;
  }  
}





@media (min-width: 1800px) {
  
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 4rem!important;
    line-height: 65px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 10rem;
    left: 23%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: center;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }

  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 4rem!important;
    line-height: 75px!important;
  }

  .btn-banner {
    min-width: 268px;
    height: 65px!important;
    border-radius: 4px;
    background-color: #054F98;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 22px;
    font-size: 21px!important;
    line-height: 30px;
    color: #fff;
  }
  
  .subtitle {
    font-size: 20px;
    padding: 1rem 0;
  }
  .img-banner {
    display: block;
    width: 100%;
  }
  .logo-banner {
    width: 10rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1500px)  and (max-width: 1799px){
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 3rem!important;
    line-height: 50px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 6rem;
    left: 22%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: center;
  }
  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 3rem!important;
    line-height: 50px!important;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 2rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }
  .subtitle {
    font-size: 20px;
    padding: 1rem 0;
  }
  .img-banner {
    display: block;
    width: 100%;
  }
  .logo-banner {
    width: 8rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1200px)  and (max-width: 1499px) {
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 2rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 5rem;
    left: 25%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: center;
  }
  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 2rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }
  .subtitle {
    font-size: 17px;
    padding: 1rem 0;
  }
  .btn-banner {
    min-width: 268px;
    height: 50px!important;
    border-radius: 4px;
    background-color: #054F98;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 22px;
    font-size: 16px!important;
    line-height: 30px;
    color: #fff;
  }
  .img-banner {
    display: block;
    width: 100%;
  }
  .logo-banner {
    width: 6rem;
    margin: 1rem 0;
  }
}

@media (min-width: 900px)  and (max-width: 1199px) {
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.7rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 3rem;
    left: 25%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: center;
  }
  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.5rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }
  .subtitle {
    font-size: 15px;
  }
  .btn-banner {
    min-width: 268px;
    height: 45px!important;
    border-radius: 4px;
    background-color: #054F98;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 22px;
    font-size: 14px!important;
    line-height: 30px;
    color: #fff;
  }

  .img-banner {
    display: block;
    width: 100%;
  }
  .logo-banner {
    width: 5rem;
  }
}

@media (min-width: 600px)  and (max-width: 899px) {
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.5rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 6rem;
    right: 19%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: right;
  }
  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.5rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }
  .subtitle {
    font-size: 15px;
  }
  .btn-banner {
    min-width: 268px;
    height: 45px!important;
    border-radius: 4px;
    background-color: #054F98;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 22px;
    font-size: 14px!important;
    line-height: 30px;
    color: #fff;
  }
  .img-banner {
    display: block;
    width: auto!important;
    max-height: 25rem!important;
  }
  .logo-banner {
    width: 5rem;
  }
}

@media (max-width: 600px)  {
  .banner-text-2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.5rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 9rem;
    right: 10%;
    left: 10%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: center;
  }
  .banner-text {
    font-family: 'League Gothic', sans-serif;
    font-size: 1.5rem!important;
    line-height: 30px!important;
  }
  .carousel-caption-1 {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: black !important;
    text-align: left;
  }
  .subtitle {
    font-size: 15px;
  }
  .btn-banner {
    min-width: 268px;
    height: 45px!important;
    border-radius: 4px;
    background-color: #054F98;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 22px;
    font-size: 14px!important;
    line-height: 30px;
    color: #fff;
  }
  .img-banner {
    display: block;
    width: auto!important;
    max-height: 25rem!important;
  }
  .logo-banner {
    width: 5rem;
  }
}

/*@media (min-width: 900px) {
  .slide-marcas {
    width: 33%; 
    padding: 0 1rem;
  }
}*/

.slide-marcas {
  max-width: 50%; 
  padding: 1rem 1rem;
}


