@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Rubik:400,500,700";
html, body {
    font-family: rubik, sans-serif;
    color:#56566a;
    font-weight: 400;
}
.section-default {
    width: 100%;
    position: relative;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.font-title {
    font-family: poppins, sans-serif !important;
}
.font-text {
    font-family: rubik, sans-serif !important;
}
.color-main {
    color: #DF1777 !important;
}
.color-1 {
    color: #DF1777 !important;
}
.color-2 {
    color: #B05883 !important;
}
.color-3 {
    color: #848688 !important;
}
.bg-1 {
    background: #DF1777 !important;
}
.bg-2 {
    background: #B05883 !important;
}
.bg-3 {
    background: #848688 !important;
}
.bg-section {
    background: #EFEFEF;
}
/* header */
.header-main {
    position: relative;
}
.header__top_top {
    width: 100%;
    position: relative;
    background: #EC6694;
}
.toptop-link:hover {
    opacity: 0.85;
}
.header__top {
    width: 100%;
    position: relative;
    background: #EFEFEF;
}
.item-i-t {
    position: relative;
    text-align: left;
    line-height: 18px;
}
.item-i-t__icon i{
    color: #878386;
    font-size: 20px;
}
.item-i-t__title span{
    color: #EC6594;
    font-size: 15px;
}
.box-logo-main {
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: #FFFFFF;
    text-align: center;
    margin-top: -125px;
    border-radius: 50%;
}
.box-logo-main>a>img{
    width: 200px;
    height: 200px;
}
@media only screen and (max-width: 767px){
    .box-logo-main {
        width: 125px;
        height: 125px;
        line-height: 125px;
        margin-top: 0px;
    }
    .box-logo-main>a>img{
        width: 125px;
        height: 125px;
    }
}
.box-nav-ac {
    width: 100%;
    padding: 5px 0;
    margin-top: -10px;
}
.box-nav-ac a>img {
    width: 120px;
    height: 120px;
}
/* header */
/* navnarmain */
.box-navbar-main {
    width: 100%;
    position: relative;
}
.navbarmain {
    padding: 0;
}
.navbarmain .nav-link {
    text-transform: uppercase;
    color: #808184 !important;
    border-bottom-width: 4px;
}
.navbarmain .nav-link:hover {
    color: #EC6694 !important;
    border-bottom: 4px solid #EC6694;
}
.navbarmain .nav-item.active .nav-link {
    color: #EC6694 !important;
    border-bottom: 4px solid #EC6694;
}
.navbarmain .nav-item:not(:last-child) {
    margin-right: 25px;
}
.navbarmain .navbar-toggler {
    border-color: #EC6694 !important;
}
/* navvarmain */
/* slide */
.slide-main .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    color: #fff;
    padding: 15px;
    width: 40px;
    height: 52px;
    outline: none;
    border: 1px solid #FFFFFF;
    opacity: 0;
}
.slide-main:hover .owl-nav button[class*="owl-"]{
    opacity: 1;
}
.slide-main .owl-nav button[class*="owl-"]:hover {
    background: #DF1777;
    color: #FFFFFF;
    border-color: #DF1777;
}
.slide-main .owl-nav .owl-prev {
    left: 30px;
}
.slide-main .owl-nav .owl-next {
    right: 30px;
}
@media only screen and (max-width: 767px){
    .slide-main .owl-carousel .owl-nav button[class*="owl-"] {
        width: 30px;
        height: 40px;
    }
}
/* slide */
/* single features */
.single-features{
    position: relative;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.single-features2{
    position: relative;
    color: #000;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.sf-color-1 {
    background: #4D4D4D;
}
.sf-color-2 {
    background: #EC6694;
}
.sf-color-3 {
    background: #868485;
}
.features-icon {
    position: relative;
    text-align: center;
    margin: auto;
}
.features-content{
    position: relative;
    padding: 30px 20px;
}
.features-content ul{
    font-size: 16px;
}
.features-title {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.features-description {
    text-align: justify;
    font-size: 16px;
}
.features-icon img {
    width: 150px;
    margin: auto;
}
.single-features .features-icon-b {
    margin-top: -35px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    border-radius: 50%;
}
.sf-color-1 .features-icon-b {
    background: #4D4D4D;
}
.sf-color-2 .features-icon-b {
    background: #EC6694;
}
.sf-color-3 .features-icon-b {
    background: #868485;
}
/* single features */
/* footer */
.box-shadow{
  -webkit-box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
  box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
}
.boxed-shadow{
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.box-relative{
  position: relative;
}
.img-cover{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.footer{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.footer-content{
    width: 100%;
    position: relative;
}
.footer__bottom{
    width: 100%;
    position: relative;
    border-top: 5px solid #D55C86;
}
.bg-footer{
    background-color: #040404;
}
.bg-footer__bottom{
    background-color: #EE759E;
    z-index: 9;
}
.footer__widgets{
    width: 100%;
    position: relative;
    color: #FFFFFF;
}
.footer-widget__title{
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #DDDDDD;
}
.footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.975em;
}
.footer-contacts__icon{
    text-align: center;
    width: 25px;
    min-width: 25px !important;
    font-size: 1.1em !important;
    margin-right: 8px;
    color: #DDDDDD;
}
.footer-contacts__contacts li{
    padding: 5px 0;
}
.footer-links__item{
  margin-bottom: 5px;
  white-space: nowrap;
}
.footer-links__link{
    color: inherit;
    text-decoration: none !important;
    padding-left: 24px;
    position: relative;
}
.footer-links__link:hover{
    color: #EC6694;
}
.footer-social__links a{
    color: inherit;
    text-decoration: none !important;
}
.footer-links__link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 8px;
    border-top: 4px solid #E22E84;
    border-bottom: 4px solid #E22E84;
    border-left: 4px solid #E22E84;
    border-right: 4px solid #E22E84;
}
.footer-social__link{
    padding: 5px 0;
}
.footer-social__link>a>i{
    width: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 1.25em;
    vertical-align: middle;
}
.text-subline {
    position: relative;
    height: 3px;
    padding: 0;
    background: transparent;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 90%;
    background: #D03555;
}
.text-subline::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 15px;
  right: 10%;
  top: -30px;
  background: url(../img/resources/ico-title-f.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.col-border-left{
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.text-disau{
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  border-right: 2px solid #FFFFFF;
  margin-right: 15px;
}
.footer_bottom_top{
  position: relative;
}
.text-copyright{
    color: #FFFFFF;
    font-size: 0.95em;
}
.text-dev{
  color: #FFFFFF;
  font-size: 0.95em;
}
.text-dev a{
  color: #FFFFFF;
  text-decoration: none;
}
.text-dev a:hover{
  color: #848688;
}
.footer-sel{
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 9;
}
@media(max-width:567px){ 
    .footer-i{
        width: 340px !important;
    }
}
/* footer */
/* testimonial */
.section-black{
    background-color: #040404;
}
.section-grey{
    background-color: #EFEFEF;
    position: relative;
    height:292px;
}
.section-grey:after {
    content:"";
    display:block;
    position: absolute;
    width:364px;
    height:292px;
    top:0;
    right:0;
    background-image:url(../img/section-grey.png);
}
.cont-123:before {
    content:"";
    display:block;
    position: relative;
    width:940px;
    height:224px;
    margin: 0 auto;
    text-align: center;
    background-image:url(../img/123.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.cont-456:before {
    content:"";
    display:block;
    position: relative;
    width:940px;
    height:224px;
    margin: 0 auto;
    text-align: center;
    background-image:url(../img/456.png);
    background-size: auto;
    background-repeat: no-repeat;
}
@media(max-width:667px){ 
    .section-grey:after {
        display:none;
    }
    .cont-123:before {
        display:none;
    }
    .cont-456:before {
        display:none;
    }
    .img-gift{
        display:none;
    }
}
@media(min-width:667px){ 
    .img-gift{
        height: 400px;
    }
}
.test-i-item {
    width: 100%;
    position: relative;
}
.test-i-item_image {
    margin-bottom: 20px;
}
.test-i-item_image img{
    width: 150px !important;
    border: 4px solid #DF1777;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}
.test-i-item_desc {
    margin: 0;
    color: #343434;
    font-weight: 400;
    font-size: 16px;
}
.testimonial-sec-title {
    color: #B05883;
}
/* testimonial */
/* section au */
.section-au {
    border-top: 5px solid #DF1777;
}
.box-au {
    width: 100%;
    position: relative;
}
.box-au__title {
    text-align: center;
    color: #EB6693;
}
.box-au__title2 {
    text-align: center;
    color: #FFFFFF;
}
.box-au__description {
    text-align: center;
    font-size: 16px;
    color: #777777;
}
.box-au__description2 {
    text-align: justify;
    color: #777777;
    font-family: "Univers Light", Sans-serif;
    font-size: 22px;
}
.img123{
    
}
.btn-au {
    background: #EC6694;
    color: #FFFFFF;
    outline: none !important;
    border-radius: 15px;
    box-shadow: none !important;
}
.btn-au:hover {
    background: #848688 !important;
    color: #FFFFFF !important;
}
.bl-au {
    border-left: 3px solid #FFFFFF;
}
@media only screen and (max-width: 767px){
    .bl-au {
        border-left: 0px solid #FFFFFF;
    }
}
.btn-au.btn-au-1 {
    background: #DF1777;
}
.btn-au.btn-au-2 {
    background: #B05883;
}
/* section au */
/* service item i */
.service-item-i{
    width: 100%;
    display: block;
    position: relative;
    text-align: center  !important;
    text-decoration: none !important;
}
.service-item-i>img{
    /* width: 85px; */
}
.service-item-i__name {
    font-size: 15px;
    color: #7F8084;
    margin-top: 40px;
    
}
.service-item-i:hover .service-item-i__name{
    color: #DF1777;
}
/* service item i */
/* page h */
.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    z-index: -1;
}
.page-title-area .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-title-area .page-title-content {
    text-transform: capitalize;
    text-align: center;
}
.page-title-area .page-title-content h1 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: -10px;
    line-height: 1.2;
}
.page-title-area .page-title-content ul {
    padding: 0;
    margin: 0;
}
.page-title-area .page-title-content ul li {
    margin-right: 10px;
    padding-left: 15px;
    display: inline-block;
}
.page-title-area .page-title-content ul li:first-child {
    padding-left: 0;
}
.page-title-area .page-title-content ul li i {
    font-size: 14px;
    margin-left: -20px;
    margin-right: 10px;
    color: #fff;
    vertical-align: -1px;
}
.page-title-area .page-title-content ul li a {
    color: #fff;
}
.page-title-area .page-title-content ul li a:hover {
    color: #DF1777;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and(max-width: 767px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.form-control {
    border-width: 2px !important;
    border-color: #CCCCCC !important;
    outline: none;
    box-shadow: none !important;
    font-size: 16px !important;
}
.form-control:focus {
    border-color: #DF1777 !important;
}
/* page h */
/* contacto */
.contact-area{
  background-image: url(../img/bgs/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-info{
  width: 100%;
  position: relative;
}
.contact-info-single{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.contact-info-single .icon{
  text-align: center;
  margin-right: 20px;
}
.contact-info-single .icon i{
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #DF1777;
  border: 1.2px solid #DF1777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contact-info-single .content{
  width: 100%;
  position: relative;
}
.contact-info-single p{
  font-size: 1em;
  color: #555;
  margin: 0;
}
.contact-box{
  width: 100%;
  position: relative;
}
.contact-form{
  width: 100%;
  position: relative;
}
.contact-form input{
  height: 50px;
  border: 1px solid #e6f0fa;
  font-size: 14px;
}
.contact-form textarea {
  border: 1px solid #e6f0fa;
  padding-top: 12px;
  font-size: 14px;
}
.help-block.with-errors li{
  color: #DF1777;
  margin: 4px 0 0;
}
.btn-contact{
  background: #DF1777 !important;
  color: #FFFFFF !important;
  border-color: #DF1777 !important;
}
.btn-contact:hover{
  background: #848688 !important;
  border-color: #848688 !important;
}
.orders-box{
  border: 2px solid #EEEEEE;
  padding: 25px 30px;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (max-width: 570px){
  .orders-box{
    padding: 20px 20px;
  }
}
/* contacto */
/* procedure card */
.procedure-card {
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none !important;
}
.procedure-card:hover {
    background-color: #848688;
}
.procedure-card:hover i {
    background-color: #fff;
}
.procedure-card:hover h3 {
    color: #FFF;
}
.procedure-card:hover h3 a {
    color: #DF1777;
}
.procedure-card i {
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    font-size: 45px;
    color: #DF1777;
    border-radius: 50%;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.procedure-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #848688;
}
.procedure-card h3 a {
    color: #848688;
    display: block;
}
.procedure-card p {
    margin-bottom: 10px;
    display: block;
}
.procedure-card .get-btn {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}
.procedure-card .get-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #c890ff;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    opacity: 0.5;
}
.procedure-card .get-btn:hover {
    color: #000000;
    letter-spacing: 0.25px;
}
.procedure-card .get-btn:hover::before {
    background-color: #000000;
    opacity: 1;
}
/* procedure card */
/* tips */
.tips-item{
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.tips-item-border{
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tips-item-border:hover{
  border-color: #DF1777;
}
.tips-item__content{
  padding: 20px 15px;
}
.tips-item__title{
  font-size: 1.4em;
  font-weight: 700;
  color: #5B5B5B;
}
.tips-item__title>a{
  color: #5B5B5B;
}
.tips-item__title>a:hover{
  color: #DF1777;
}
.tips-item__summary{
  color: #898989;
  font-size: 1em;
  text-align: justify;
}
.social-icons{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons>li a{
  font-size: 2em;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons>li a:hover{
  opacity: 0.85;
}
.social-icons .rs-facebook a{
  color: #4867AA;
}
.social-icons .rs-twitter a{
  color: #2DAAE2;
}
.social-icons .rs-google-plus a{
  color: #DD5144;
}
.post-title{
  font-weight: 700;
  font-size: 2em;
  color: #5B5B5B;
}
.post-summary{
  font-weight: 500;
  font-size: 1.1em;
  text-align: justify;
  color: #898989;
}
.post-subtitle{
  color: #DF1777;
  font-weight: 600;
  font-size: 1.5em;
}
.post-items-related{
  width: 100%;
  position: relative;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.post-items-related:hover{
  border-color: #DF1777;
}
.post-items-related>a{
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.post-items-related__content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
}
.post-items-related___::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.post-items-related__content>h5{
  position: relative;
  font-weight: 500;
  text-shadow: 2px 2px 2px #000000;
}
.post-items-related img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-items-related:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.text-tpv{
  background: #DF1777;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
}
.post-items-related__content_rel{
  width: 100%;
  position: relative;
  padding: 5px;
}
.post-items-related__content_rel>h5{
  color: #5B5B5B;
  font-size: 1em;
  margin: 0;
}
.post-items-related:hover .post-items-related__content_rel>h5{
  color: #DF1777;
}
/* tips */
/* fb */
.fb-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    -webkit-transition: all .35s cubic-bezier(.39,.8,.71,.82);
    -o-transition: all .35s cubic-bezier(.39,.8,.71,.82);
    transition: all .35s cubic-bezier(.39,.8,.71,.82);
    z-index: 100;
}
.fb-bar__image {
    cursor: pointer;
    position: absolute;
    right: 100%;
    top: 50%;
}
.fb-bar:hover, .fb-bar__image {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fb-bar__page {
    background-color: #fff;
    width: 300px;
}
/* fb */
/* doctor */
.box-doctor{
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.box-doctor-info{
  padding: 15px;
}
.box-doctor-info .title-doctor{
  color: #DF1777;
  font-weight: 700;
}
.box-doctor-info .esp-doctor{
  color: #DF1777;
  font-weight: 600;
}
.hr-doctor{
  background: #DF1777;
}
.list-experiens{
  list-style: square;
  color: #444444;
}
.bx-info-radio h4{
  font-weight: 600;
  color: #444444;
}
.bx-info-radio span{
  font-style: italic;
}
/* doctor */
/* edio */
.section-edio {
    width: 100%;
    position: relative;
    background-color: #262627;
}

.edio-item {
    width: 100%;
    position: relative;
    background-color: #1E1E1E;
    padding: 30px 15px;
}

.edio-header {
    width: 100%;
    position: relative;
}

.edio-title {
    font-size: 20px;
    font-weight: 700;
    color: #EC6694;
}

.edio-title.etc1 {
    color: #1A84FF;
}

.edio-title.etc2 {
    color: #FF5700;
}

.edio-title.etc3 {
    color: #6679E9;
}

.edio-subtitle {
    color: #FFFFFF;
}

.edio-img {
    width: 100%;
    position: relative;
}

.edio-content {
    width: 100%;
    position: relative;
}

.edio-intrs {
    color: #FFFFFF;
}

.color-mainzzz {
    color: #8780C7;
}

.color-mainxz {
    color: #111111;
}
/* edio */