body{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

*{
  font-family: Montserrat, san-serif;
}

.carousel{
  margin-bottom: 0 !important;
}

.carousel-caption{
  padding-right: 0% !important;
  padding-left: 0% !important;
  right: 4% !important;
  left: 4% !important;
}

.carousel-control-next, .carousel-control-prev{
  z-index: 1000;
}

.carousel-control-prev-icon {
  background-image: url(img/ic-chevron-left.svg) !important;
}
.carousel-control-next-icon{
  background-image: url(img/ic-chevron-right.svg) !important;
}

.btn-primary{
  background-color: #ffffff;
  color: #0053B7;
  border-radius: 8px;
  border-color: #ffffff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus{
  background-color: #0053B7;
  border-color: #0053B7;
  color: #ffffff;
}

.position-relative{
  position: relative;
}

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

/* NAVBAR */

.fixed-top{
  background: transparent!important;
}

.fixed-top.scrolled {
  background-color: rgba(255,255,255,0.8) !important;
  transition: background-color 200ms linear;
}



.ic-logo-nav {
  width: 115px;
  height: auto;
  display: block;
}

.navbar-align{
  justify-content: end;
}

.nav-link{
  font-family: Montserrat;
  font-size: 24px;
  font-weight: normal;
  color: #191A1B;
  padding: 0 15px !important;
}

/* NUESTROS PRODUCTOS */
.np{
  background-color: #FFDE6A;
  height: 700px;
  max-width: 100%;
  background-image: url("img/pr-banner-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: left;
  padding-top: 270px;
}

.np-h2{
  font-family: Montserrat;
  font-size: 41px;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 700;
  text-align: left;
  width: 50%;
  text-shadow: rgba(0,0,0,0.25) 4px 4px 0px;
}

.np-p{
  font-family: Montserrat;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 500;
  text-align: left;
  width: 50%;
  text-shadow: rgba(0,0,0,0.25) 2px 2px 0px;
}

.np-a{
  text-decoration: none;
}

.np-a:hover{
  opacity: 0.8;
}

.np-ic-logo{
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.np-h3{
  font-family: Montserrat;
  font-size: 21px;
  color: #191A1B;
  margin-top: 20px;
  text-align: center;
}


/* BENEFICIOS */
.bf{
  background-color: #ffffff;
  height: 500px;
  text-align: center;
}

.bf-h2{
  font-family: Montserrat;
  font-size: 41px;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
}

.bf-p{
  font-family: Montserrat;
  font-size: 21px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 10px auto 30px;
}

.bf-h3{
  font-family: Montserrat;
  font-size: 18px;
  color: #191A1B;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

/* LINEAS */
.ln{
  background-color: #EDF0F5;
  text-align: center;
}

.ln-h2{
  font-family: Montserrat;
  font-size: 41px;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}


.ln-img-confort, .ln-img-premium{
  width: 400px;
  margin-right: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}


.ln-text-right{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.ln-ct-text-right{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.ln-h3{
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}

.ln-p{
  font-family: Montserrat;
  font-size: 18px !important;
  color: #474748;
  text-align: left;
}

.ln-button{
  text-align: left;
  margin-top: 40px;
}

.ln-ic-logo{
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ln-h4{
  font-family: Montserrat;
  font-size: 14px !important;
  color: #474748;
  margin-top: 10px;
  text-align: center;
}


/* ANCHORS */

.anchor-tips{margin-bottom: 0px; display: block;}
.anchor-beneficios{margin-bottom: 70px; display: block;}
.anchor-diferencias{margin-bottom: 50px; display: block;}

/* TIPS */

.tp{
  margin-bottom: 50px;
}

.tp-a{
  text-decoration: none;
}

.tp-a:hover{
  opacity: 0.6;
}

.tp-h2{
  font-family: Montserrat;
  font-size: 42px;
  color: #191A1B;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.tp-img{
  width: 140px;
  height: 140px;
  border-radius: 100px;
}


.tp-h3{
  font-family: Montserrat;
  font-size: 21px;
  color: #474748;
  margin-top: 20px;
  text-align: center;
}


/* Full Lineas */
.fl{
  background-color: #479CD7;
  padding: 20px 0;
}

.fl-left{
  text-align: center;
}

.fl-img{
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.fl-h2{
  font-family: Montserrat;
  font-size: 28px;
  color: #ffffff;
  margin-top: 50px;
}

.fl-p{
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}

.fl-button{
  text-align: left;
  margin-top: 20px;
}


/* FOOTER */

.ft{
  background-color: #0033A0;
}

.ft-h2{
  font-family: Montserrat;
  font-size: 42px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.ft-h5{
  font-family: Montserrat;
  font-size: 21px;
  color: #ffffff;
}

.ft-p{
  font-family: Montserrat;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 30px;
}

.ft-p-phone{
  font-family: Montserrat;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 60px;
  text-decoration: none;
}

.ft-p-mail{
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  text-decoration: none;
}

.ft-ul{
  width: 100%;
  display: block;
  list-style-image: none;
  padding-left: 0;
  margin-top: 50px;
}

.ft-li{
  display: inline-block;
  list-style-image: none;
  margin-right: 10px;
}

.ft-a{
  width: 30px;
  height: 30px;
}

.ft-a:hover{
  opacity: 0.7;
}

.ft-img-rrss{
  width: 140px;
  height: 74px;
}

.form-label{
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.form-control{
  margin-bottom: 15px;
}

.form-textarea{
  resize: none;
}

.ft-btn{
  text-align: right;
}



/* PAGE COTTON */
.ct-carousel-caption{
  bottom: 0rem !important;
}


.bn{
  background-color: #EFF4FF;
  padding: 20px 0 40px;
}

.bn-h2{
  font-family: Montserrat;
  font-size: 28px;
  color: #474748;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.bn-h4{
  font-family: Montserrat;
  font-size: 14px !important;
  color: #214870 ;
  text-align: center;
}

.bn-ic-logo{
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bn-img{
  width: 400px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -90px;
  right: 8%;
}

.bn-img-2{
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -80px;
  left: 0%;
}

.bn-img-3{
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -130px;
  right: 0%;
}

.bn-img-4{
  width: 400px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -90px;
  right: 0%;
}

.bn-img-5{
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -100px;
  left: 0%;
}

.bn-img-6{
  width: 230px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -150px;
  right: 0%;
}

/* DIFERENCIA */

.df{
  padding-bottom: 50px;
  background-color: #CF9E20;
  text-align: center;
}

.df-h2{
  font-family: Montserrat;
  font-size: 42px;
  color: #191A1B;
  padding-top: 60px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.df-img{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
}

.df-h3{
  font-family: Montserrat;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}


.ln-cp-img{
  width: 140px;
  height: auto;
}


/* PREMIUM COTTON */
.ln-pr-h3{
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}

.ln-pr-text-right{
  width: 50%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.ln-pr-p{
  font-family: Montserrat;
  font-size: 18px !important;
  color: #ffffff;
  text-align: left;
  text-shadow: 4px 4px 11px rgba(0,0,0,0.6);

}

/* TIPS */
.container-tips{
  width: 100%;
  height: 600px;
  display: block;
  background-image: url("img/bg-tips-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-tips-2{
  background-image: url("img/bg-tips-2.png");
}

.container-tips-3{
  background-image: url("img/bg-tips-3.png");
  background-position: center right;
}

.tps-left{
  padding-top: 75px;
}

.tips-bg{
  background-color: #ffffff;
  padding: 50px 0 20px;
}

.bg-yellow{
  background-color: #FFF3CE;
  padding: 20px 20px 10px;
  border-radius: 16px;
}

.tips-img-small{
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.tips-p{
  font-family: Montserrat;
  font-size: 12px;
  color: #474748;
}

.tips-h2{
  font-family: Montserrat;
  font-size: 28px;
  color: #474748;
}

.tips-li{
  font-family: Montserrat;
  font-size: 12px;
  color: #474748;
}

.ln-pr-h3-tips{
  font-size: 60px;
  text-shadow: 2px 1px black;
  color: #ffffff;
}


/* MEDIA QUERIES */

@media (min-width: 1535px) {
  .np{
    background-position: center;
    }
}

@media (min-width: 1366px) {
  .container-tips-2 {
  background-position: left -57px;
    }
}

@media (max-width: 1121px) {
    .ft-p-phone{
      font-size: 28px;
    }
    .carousel-caption p {
    font-size: 14px !important;
    }
}

@media (max-width: 1097px) {
    .ln-img-cotton-premium, .ln-img-cotton{
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 1062px) {
  .navbar-secondary .nav-link{
    font-size: 18px;
  }
  .nav-link{
    font-size: 16px;
  }
}


@media (max-width: 992px) {
    .bf{
        height: 650px;
    }
    .fl-img{
      width: 92%;
    }
    .row.justify-content-md-center{
      margin-left:0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .bn-img{
      width: 300px;
    }
    .ln-pr-h3-tips{
      font-size: 48px;
    }

    .tp-siestas{
      text-align: center;
    }
    .ln-pr-p{
      text-align: center;
    }
    .ln-pr-h3{
  text-align: center;
  }
}


@media (max-width: 922px) {
  .ln-img-confort, .ln-img-premium {
    width: 250px;
    }
}

@media (max-width: 912px) {
    .nav-link{
      font-size: 16px;
    }

    .np{
      height: 700px;
    }
    .ft-p-phone{
      font-size: 22px;
    }
    .bn-img-2{
      width: 150px;
      bottom: -100px;
    }
}

@media (max-width: 879px) {
    .ln-img-cotton-premium, .ln-img-cotton{
        width: 350px;
        height: 350px;
    }
    .carousel-cotton .ln-pr-h3{
      font-size: 30px;
    }
}

@media (max-width: 771px) {
    .ln-img-cotton-premium, .ln-img-cotton{
        width: 320px;
        height: 320px;
    }
    .bn-img{
      width: 250px;
    }
    .bn-img-2{
      bottom: -80px;
    }
    .np-h2, .np-p{
      margin-left: 20px;
    }
    .np{
     height: 600px; padding-top:150px;
    }
    .tips-img-small{
     margin-bottom: 20px;
    }
}


@media (max-width: 768px) {
    .ln-ic-logo{
      width: 70px;
    }
    .ln-h4{
       font-size: 12px;
    }
    .container.marketing.tp {
      max-width: 95%;
    }
    .bn-cotton .bn-img-4{
      width: 200px;
    }
    .bn-img-5{
      width: 180px;
    }
    .carousel-inner-pr .carousel-item {
      height: 25rem;
    }
    .carousel-inner-pr .ln-pr-text-right{
      width: 40%;
    }
    .np{
     height: 600px; padding-top:150px;
    }
    .navbar-expand-md{
      background-color: rgba(255,255,255,0.8) !important;
      transition: background-color 200ms linear;
    }
    .carousel-item {
    height: 38rem;
    }
    .container-tips-2{
    background-position: left;
    }
}

@media (max-width: 705px) {
    .ln-img-cotton-premium, .ln-img-cotton{
        width: 320px;
        height: 320px;
    }

    .carousel-cotton .ln-img-cotton-premium, .carousel-cotton .ln-img-cotton{
        width: 280px;
        height: 280px;
    }

    .ln-text-right{
      width: 85%;
      display: block;
      margin: 0 auto;
    }
    .ln-h3{
      text-align: center;
    }

    .carousel-cotton .carousel-item {
      height: 25rem;
    }

    .carousel-cotton .ln-h3{
      text-align: left;
    }

    .ln-button{
      text-align: center;
    }
    .ln-col-ic-logo{
      width: 30%;
    }
    .bn-img-5{
      width: 160px;
      bottom: -111px;
    }
    .np{
     height: 600px; padding-top:150px;
    }
    .ln-h3 {
     font-size: 24px;
    }
    .ln-p {
     font-size: 16px !important; text-align: center;
    }
    .ln-ic-logo {
    width: 50px;
    }
}

@media (max-width: 666px) {
    .bn-cotton .bn-img-4{
      width: 150px;
    }
}

@media (max-width: 618px) {
    .carousel-cotton .ln-img-cotton-premium, .carousel-cotton .ln-img-cotton{
        width: 230px;
        height: 230px;
    }
    .carousel-cotton .ln-h3{
      font-size: 30px;
    }
    .carousel-cotton .ln-p{
      font-size: 14px !important;
    }
    .carousel-cotton .ln-pr-h3{
      font-size: 30px;
    }
}

@media (max-width: 576px) {
    .np{
     height: 600px; padding-top:150px;
    }
    .bf {
      height: auto;
    }
    .ln .carousel-item {
      height: 37em;
    }
    .ln-img-cotton-premium, .ln-img-cotton{
      width: 250px;
      height: 250px;
    }
    .fl-img {
      width: 60%;
    }
    .fl-h2, .fl-p{
      text-align: center;
      width: 90%;
      margin: 10px auto;
    }
    .fl-button{
      text-align: center;
    }
    .bn-cotton .col-bn-cotton{
      margin-bottom: 20px;
    }

    .bn-cotton .bn-img {
      width: 150px;
      right: 0;
    }
    .bn-img-5{
      width: 160px;
      bottom: -50px;
    }
    .np{
      height: 450px;
      background-position: center right;
    }
    .np-h2 {
    margin-left: 20px;
    font-size: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    }
    .np-p {
    margin-left: 20px;
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    }

    .bf-h2 {
    font-size: 24px;
    }
    .bf-p {
    font-size: 16px;
    }
    .ln-img-confort, .ln-img-premium {
    width: 200px;
    }
}

@media (max-width: 510px) {
  .carousel-cotton .carousel-item, .carousel-inner-pr .carousel-item {
    height: 28rem;
    }
    .carousel-cotton .ln-img-cotton-premium, .carousel-cotton .ln-img-cotton{
      width: 230px;
      height: 230px;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .carousel-cotton .ln-h3{
      font-size: 30px;
      text-align: center;
    }
    .carousel-cotton .ln-p{
      font-size: 14px !important;
      text-align: center;
    }
    .carousel-cotton .ln-ct-text-right{
      display: block;
      width: 90%;
      margin: 0 auto;
      padding: 0;
      text-align: center;
    }
    .carousel-inner-pr .ln-pr-text-right{
      width: 100%;
    }
    .container-tips-3{
      background-position: top right;
    }
}

@media (max-width: 470px) {
    .bn-cotton .bn-img {
      width: 100px;
      right: 0;
    }
    .bn-cotton .bn-img-4{
      width: 120px;
    }
    .bn-img-5{
      width: 130px;
      bottom: -50px;
    }
    .carousel-inner-pr .carousel-item {
    height: 30rem;
    }
    .ln-pr-h3-tips {
      font-size: 42px;
    }
    .ln-col-ic-logo {
    width: 50%;
    margin-bottom: 10px;
    }
    .carousel-item {
    height: 44rem !important;
    }
}

@media (max-width: 350px) {
  .bn-img-2{
    width: 130px;
  }

  .carousel-cotton .carousel-item, .carousel-inner-pr .carousel-item {
    height: 30rem;
    }
    .bn-cotton .bn-img-4{
      width: 110px;
    }
    .bn-img-5{
      width: 110px;
      bottom: -40px;
    }
}

