#about{
    background: rgb(252,232,250);
    background: linear-gradient(180deg, rgba(252,232,250,1) 0%, rgba(252,232,250,1) 58%, rgba(255,255,255,1) 58%); 

}

.feature-box:hover {
    background-color: #9C88B9 !important;
    
  }
  .feature-box:hover >p{
    color: white;
  }

  .feature-box:hover >div>h3{
    color: white;
  }
  .feature-box:hover >p>a{
    color: #000000;
  }


  .btn-morado  {
    background-color: #9F8EBA;
    border-color: #9F8EBA;
    color: #fff;
}

.btn-naranja  {
    background-color: #EF634D;
    border-color: #EF634D;
    color: #fff;
}
.btn-morado:hover, .btn-morado:active, .btn-morado:focus {
    background-color: #fff;
    border-color: #fff;
    color: #9F8EBA;
}
.borderimg1{
    border: 15px solid #8866C4; 
    border-radius: 10px; 
}

.subtitulo{
    letter-spacing: 3px;
    color:#EF634D !important
}

.btn-gris{
    background-color: #D8D8D8  !important;
    border-color: #D8D8D8 !important;
    color: #E13856 !important;
    font-size: 14px !important;
}
.title-big{
    font-size: 13px;
}
.heading-style-one{
    padding-bottom: 42px;
    
}
.title-sectiontwo{
text-align: center;
}
.font-700{
  
    color: #E8347C !important;
}

.collapsed{
    color: #6B5F91 !important;
}

#accordionExample{
    text-align: left;
}

.card-body{
    padding-left: 28px;
font-size: 14px;
text-align: justify;
}

.video{
    padding-top: 30px;
}

.img-redonda{
    border-radius: 7%;
}

.footer-main{
    background-image: url('../images/web/footer.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    
}

.light-bb{
    background-image: url('../images/web/malla_circulo.png'),url('../images/web/malla_circulo.png');
    background-repeat: no-repeat,no-repeat;
    background-position:  left 45%, right bottom;
}

.fondo2{
    background-image: url('../images/web/malla_circulo.png');
    background-repeat: no-repeat;
    background-position:  right 15%;
}

@media (max-width: 576px) {
    .fondo1{
        background-image:none !important
    }
}

.fondo1{
    background-image: url('../images/web/malla_circulo.png');
    background-repeat: no-repeat;
    background-position: 7% 15%;
}

.box-tile-two{
    border-radius: 57%;
    background-color: #FBE8FC;
    width: 149px;
    height: 142px;
  
}

.twitter2{
    position: absolute;
    top: 50%;
    left: 58%;
    margin: -25px 0 0 -25px;
    color: #4A90E2;
    font-size: 34px;
}

.section-twitter{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.img-block{
    
}

.img-web{
    margin-top: 113px;
    margin-left: 17px;
}

.div-top{
    margin-top: 0px  !important;
}

.consultorio{
    margin-top: 0px  !important;

}

.lista-informacion{
    list-style-type: none;
}

.contenedor {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }


  .home-slider {

  padding: 0 !important;
}
.slide-img{
  

}
/*.default-slider{
  width: 100%;
  height:100vh;
}

.slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
 
}*/

  @media (min-width: 576px) {
  .img-slider-1{
  
    background:url('../images/slides/1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100vh;

  }
  .img-slider-2{
    background:url('../images/slides/2.jpg');
  
    background-repeat: no-repeat;
    background-size: 100% 100vh;
  }

  .img-slider-3{
    background:url('../images/slides/3.jpg');
  
    background-repeat: no-repeat;
    background-size: 100% 100vh;
  }
}
@media (max-width:  575.98px) {
    .img-slider-1{
      background:url('../images/slides/1_mv.jpg');
      background-repeat: no-repeat;
      background-size:cover;
    }
  
    .img-slider-2{
      background:url('../images/slides/2_mv.jpg');
      background-repeat: no-repeat;
      background-size:cover;
    }
  
    .img-slider-3{
      background:url('../images/slides/3_mv.jpg');
      background-repeat: no-repeat;
      background-size:cover;
    }

    .text-servicio{
        text-align:center;
    }
  }

  .icos-social{
      padding-bottom: 30px;
      float: right;
  }

  .text-icon{
    color: #9C88B9;
    font-size: 35px;
  }

  .text-icon-p2{
    font-size: 16px;
  }