
.main-header {
  position: relative;
  background: url(rosa/img/bg-1.jpg);
  background-size: cover;
  min-height: 100vh;

}



.subraya a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

a:hover, a:focus {
  background-size: 100% 2px;
}






.enlace-rosa-dark a{ 
  color: #1a1a1a;
} 

.enlace-rosa-dark a:hover{ 
  color: #00A199 !important; 
}

.enlace-rosa-blanco a{ 
  color: #fff;
} 

.enlace-rosa-blanco a:hover{ 
  color: #cfbffe !important; 
}

.enlace-rosa-verde a{ 
  color: #0b8a85;
} 

.enlace-rosa-verde a:hover{ 
  color: #00A199 !important; 
}



.badge-mac {
  color: #ffffff !important;
  background-color: #033c73 !important;
}

ul.navegaline li {
  display: inline;
}



.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a{
  color: #0b8a85;
}

.ftco-footer-social li a:hover {
  color: #00A199;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.sobretitulo {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.sobretitulo:before {
  position: absolute;
  top: 50%;
  right: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}

.sobretitulo:after {
  position: absolute;
  top: 50%;
  left: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}


.sobretitulo-b {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #0b8a85;;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.sobretitulo-b:before {
  position: absolute;
  top: 50%;
  right: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #0b8a85;;
}

.sobretitulo-b:after {
  position: absolute;
  top: 50%;
  left: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #0b8a85;;
}


/*BOTONES*/

.btn-rosa {
  color: #fff;
  background-color: #0B8A85;
  border-color: #0B8A85;
}

.btn-rosa:hover {

  color: #fff;
  background-color: #00A199;
  border-color: #00A199;

}


.btn-whats {
  color: #ffffff !important;
  background-color: #00BB2D !important; /*era azul claro*/
  border-radius: 25px;
  border: #00BB2D 1px solid !important;
}
.btn-whats:hover{
  color: #00BB2D !important;
  background-color: #ffffff !important;
  border-radius: 25px;
  border: #00BB2D 1px solid !important;
}

.btn-whats-dos {
  color: #ffffff !important;
  background-color: #00BB2D !important; /*era azul claro*/
  border-radius: 25px;
  font-size: 12px;
  border: #00BB2D 1px solid !important;
}
.btn-whats-dos:hover{
  color: #00BB2D !important;
  background-color: #ffffff !important;
  border-radius: 25px;
  font-size: 12px;
  border: #00BB2D 1px solid !important;
}



.btn-download {
  color: #0b8a85 !important;
  background-color: #bbdbd2 !important; /*era azul claro*/
  border-radius: 25px;
  border: #bbdbd2 2px solid !important;
}
.btn-download:hover{
  color: #0b8a85 !important;
  background-color: #bbdbd2 !important;
  border-radius: 25px;
  border: #0b8a85 2px solid !important;
}



.cardh {
  display: flex;
  flex-wrap: wrap;
}

 
    .testimony-wrap .user-img {
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.img, .blog-img, .user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-20 {
  
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

    .imagen43 {
      aspect-ratio: 16/9;
      width: 100%;
      object-fit: cover;
    }

    .enlace-rosa-osc a{ 
          color: #000;
        } 

       .enlace-rosa-osc a:hover{ 
          color: #00A199; 
        }

        .enlace-rosa-gris a{ 
          color: #666666;
        } 

       .enlace-rosa-gris a:hover{ 
          color: #666666; 
        }


.blog-entry .text .heading {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}


.bg-rc {
  background-color: #0b8a85 !important;
}

 .sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
}

.sidebar-box {
  font-size: 15px;
}

.sidebar-box :last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}

.categories li a, .sidelink li a {
  display: block;
  color: #1a1a1a;
}

a:hover {
  color: #00A199;
}

a:hover, a:focus {
  text-decoration: none !important;
  color: #0B8A85;
  outline: none !important;
}

a:hover {
  color: #00A199;
  text-decoration: underline;
}

.categories li, .sidelink li {
  list-style: none;
}

    
    .abs-center {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }
  

    
    .abs-center2 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 20vh;
    }
 