/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif; 
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #4B4C51;
   
}

h1, h2{
    font-family: 'Kaushan Script', cursive;
    
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4B4C51;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
}


h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4B4C51;
}




h1 {
    font-size: 5vw;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #c94ab0;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}


div.home-content h3{

    font-weight: 400;
    font-size: 25px
}


::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}


.zoom{
    transition: 0.3s;
}

.zoom:hover{
    transition: 0.3s;
    transform: scale(1.05);
}

.botons{

}
.botons ul{
    display: flex;
    justify-content: center;
    position: relative;
}
.botons li{
    list-style: none;
    text-align: center;
    position: relative;
    margin: 0% 11%;
}

.botons img{
position: absolute;
    left: -8%;
    width: 13%!important;
    z-index: 1;
    top: 0%;
}
.botons button{
    color: #000;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    border: 0.5px solid #ddd;
    box-shadow: 0px 0px 10px #00000052;
    outline: none!important;
    text-decoration: none!important;
    position: relative;
    width: 200px;
    padding: 3.5%;
}

.insta:hover{
          background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
color: #fff;
}
/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 20;
    padding-bottom: 40px;
}

.md-padding-2 {
    padding-top: 120px;
    padding-bottom: 160px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}




/* --  background image section  -- */

.bg-img{
    background-image: url('../img/DIPAG-CON.webp');
}





.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background: #1c1d2199;
}

.bg-img_1{
    background-image: url('../img/textura_2.jpg');
}


.bg-img_1 {
    position: absolute;
    height: 430px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img_1 .overlay_1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #1c1d2142;
}

.bg-img_2{
    background-image: url('../img/texture-floor-wall-pattern-line-color-41265-pxhere.com.jpg');

}


.bg-img_2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img_2 .overlay_2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: rgba(255,255,255,0.9);

}


.bg-img_3{
    background-image: url('../img/real-bg.webp');
}


.bg-img_3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img_3 .overlay_3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: rgba(255,255,255,0.8);
}

.bg-img_4{
    background-image: url('../img/2070545.jpg');
}


.bg-img_4 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img_4 .overlay_4 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: rgba(255,255,255,0.5);
}
/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
    margin-top: -25px;
}
.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #c94ab0;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"] {
    height: 40px;
    width: 100%;
    border: none;
	  background: #F4F4F4;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
    border: 1px solid #ccc; 
    width: 100%;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.7;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea:focus{
    border-color: #6195FF;
    opacity: 0.4;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus{
    border-color: #6195FF;
    opacity: 1;
}


 select{
     height: 40px;
    width: 100%;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.7;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
    border: 1px solid #ccc; 
    border-radius: 4px;
 }
 select:focus{
    border-color: #6195FF;
    opacity: 0.4;
}
/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #c94ab0;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #c94ab0 !important;
    border-color: #c94ab0;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
    border: 2px solid #fff;

}
.outline-btn:hover{
    color: #fff;

}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar{
    min-height: 70px!important;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    
max-height: 70px;
    
display: block;
    
object-fit: contain;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

.nav{
    margin-top: 10px;
}




#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 17px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #c94ab0;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #c94ab0;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #c94ab0;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #6195FF;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #6195FF;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
     margin-top: 20px;

}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}


.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/*------------------------------------*\
	About
\*------------------------------------*/

/*#about{
    background-image:url('../img/DIPAG.jpg');
     background-repeat: no-repeat; 
     background-size: cover;
     
}*/
 

 
#extenciones{
    margin-top: 100px;
}


.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;

}

.about i {
    font-size: 36px;
    color: #c94ab0;
    margin-bottom: 20px;
}

/*.about:after {
    content: "";
    background-color: #c94ab0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}*/

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}

.about p{
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover p {
    color: #fff;
}


/*------------------------------------*/

.contenedor-pelucas{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pelucas {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.5);
}

div.pelucas  h3{

    padding-left: 2.5vw;
}

div.pelucas p{
    padding-left: 2.5vw;

}


.pelucas-img_2{
    width: 100%;
    height: 100%;
    box-shadow: 20px -17px 0px 6px rgb(255, 187, 220);
}

.pelucas-img_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pelucas-img{
    width: 100%;
    height: 100%;
    box-shadow: -20px 17px 0px 6px #cbe4e6;
   
}

.pelucas-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px){

.pelucas-img{
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.pelucas-img_2{
    width: 100%;
    height: 100%;
    box-shadow: none;
}

    
}

.pelucas i {
    font-size: 12px;
    color: #97cacd;
    margin-bottom: 20px;
}

/*.pelucas:after {
    content: "";
    background-color: #97cacd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.pelucas:hover:after {
    width: 100%;
}
*/










/*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
  width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #c94ab0;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #c94ab0;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.work .work-link1 {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link1 a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link1{
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}
.nav .external {
                margin-top: 30px;
            }
            .row + .row,
            .row-fluid + .row-fluid {
                margin-top: 20px;
            }
            .btn .glyphicon + span {
                margin-left: .5em;
            }
            @media (min-width: 768px) {
                h2:first-child, .h2:first-child, h3:first-child, .h3:first-child {
                    margin-top: 0;
                }
            }

.botons{

}

/*------------------------------------*\
	Services
\*------------------------------------*/



.sistemas-capilares {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.5);
}

div.sistemas-capilares  h3{

    padding-left: 2.5vw;
}

div.sistemas-capilares h5{
    padding-left: 2.5vw;
}

div.sistemas-capilares p{
    padding-left: 2.5vw;
}

div .sistemas-capilares i{
font-size: 12px;
}

/*.sistemas-capilares:after {
    content: "";
    background-color: #e0a498;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.sistemas-capilares:hover:after {
    width: 100%;
}
*/





.protesis {
    position: relative;
    padding: 20px 0;
    border: 1px solid #EEE;
    margin-bottom: 5vw ;
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.5);
}

div.protesis h3{

    padding-left: 2.5vw;
    margin-bottom: 0px;
    text-align: center;
}

div.protesis h5{

    color: white;

    line-height: 1.5;
    font-size: 24px;

    padding: 2% 1vw 2% 3.5vw;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);

}

@media screen and (max-width: 991px ){ 

    div.protesis h5{

   
    font-size: 20px;

   

}
    
}



.service{
    display: flex;
    align-items: center;
    flex-direction: column;
    

    
}

.contenedor_extenciones_e_img{

    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px){

    .contenedor_extenciones_e_img{

    display: flex;
    align-items: center;
    flex-direction: column;
    }
    
}


.extenciones {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.5);
}

div.extenciones  h3{

    padding-left: 2.5vw;
}

div.extenciones h5{
    padding-left: 2.5vw;
}

div.extenciones p{
    padding-left: 2.5vw;
}

div .extenciones i{
font-size: 12px;
}

/*.extenciones:after {
    content: "";
    background-color: #eb6fa6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.extenciones:hover:after {
    width: 100%;
}
*/

.imagen-1{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/24-hours.svg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.5s;


}

/*div.service:hover .imagen-1{

transform: scale(1.05);
}*/


.imagen-2{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/bathtub.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-2{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/bathtub_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-3{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/hair-washing.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-3{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/hair-washing_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}
*/
.imagen-4{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/woman.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-4{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/woman_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-5{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/woman-dark-long-hair-shape.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-5{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/woman-dark-long-hair-shape_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-6{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/calendar.svg');
 background-size: cover;
  background-repeat: no-repeat;

 z-index: 1;
}

/*div.service:hover .imagen-6{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}
*/
.imagen-7{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/pool.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-7{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-8{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/beach.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-7{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-9{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/snorkel.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-7{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-10{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/pool.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-7{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/

.imagen-11{

min-width: 120px;
 margin-right: 8px;
min-height: 120px;
  background-image: url('../img/surfboard.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

/*div.service:hover .imagen-7{

min-width: 120px;
 margin-right: 8px;
 min-height: 120px;
  background-image: url('../img/calendar_2.svg');
 background-size: cover;
  background-repeat: no-repeat;

}*/


.imagen-20{

min-width: 120px;
 
min-height: 120px;
  background-image: url('../img/mastercard.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

.imagen-21{

min-width: 120px;
 
min-height: 120px;
  background-image: url('../img/visa.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

.imagen-22{

min-width: 120px;

min-height: 120px;
  background-image: url('../img/american-express.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}


.service {
    position: relative;
    padding: 9px 22px;
    margin: 15px 0px;
    
    border-radius: 5px;
    min-height: 200px!important;
    transition: 0.5s;
}

/*.service:hover{
    background-color:rgba(235,111,166,0.5);
    transform: scale(1.05);
    box-shadow: rgba(0,0,0,0.8);
}*/

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #eb6fa6;
    border-radius: 50%;
}



/*.service:after {
    content: "";
   background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: 0;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service:hover:after {
    width: 100%;
}*/

/*.service:hover{

    background-color: white;
}
*/
.service h4 {
    font-weight: 500;
    letter-spacing: 1.1px;
  transition: 0.5s;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
 

}

/*.service:hover h4 {
    z-index: 2;
    transform: scale(1.05);
    

}




.service p {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover p{
    color: #fff;
}*/







/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color:  #e6aca2;
    border: 1px solid  #e6aca2;
    margin-right: 5px;
    font-size: 11px;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #c94ab0;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}


/*------------------------------------*\
	Pricing
\*------------------------------------*/

.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

/*.pricing::after {
    content: "";
    background-color: #c94ab0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}*/

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #fff;
}

.pricing p{
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover p {
    color: #fff;
}

.pricing .price {
    position: relative;
    width: 175px;
    height: 175px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #c94ab0;
}

.price:hover {
    border: 2px solid #fff;
}



.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

.outline-btn:hover{
    border: 2px solid #fff;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
    margin: 15px 0px;
}

.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #c94ab0;
    text-transform: uppercase;
}

.max-content{
    width: 950px;
    margin: 0 auto;
}
.max-content ul{
    display: flex;
    justify-content: end;
    grid-gap: 15px;
}
.max-content ul>li{
    cursor: pointer;
}
.max-content ul>li>img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
#whats{
    border-radius: 15px;
    background: #1bd741;
    font-weight: normal;
    padding-right: 2.5%;
    padding: 0;
    display: ;
}

/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

/*.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}*/

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.team-img>img {
  width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #c94ab0;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #c94ab0;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
    background-color: #FFF;
    margin: 15px 0px;
}

.blog .blog-content {
    padding: 20px 20px 40px;
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #c94ab0;
    margin-right: 5px;
}

/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
  padding: 20px 0px 0px;
}

#main .blog {
  margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
    margin: 40px 0px;
}

.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.blog-tags a:hover {
  color: #FFF;
  background-color: #c94ab0;
}

.blog-tags a i {
    margin-right: 3px;
    color: #c94ab0;
}

.blog-tags a:hover i {
  color: #FFF;
}


/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #c94ab0;
}

/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #6195FF;
    border-bottom: 1px solid #6195FF;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #6195FF;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}

/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input, .reply-form form .input , .reply-form form textarea {
	margin-bottom:20px;
}

.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
    margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
	  bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #6195FF;
}

/* -- category sidebar -- */

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #EEE;
}

.widget-category a span {
    float: right;
    color: #6195FF;
}

.widget-category a:hover {
    color: #6195FF;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A;
}

.widget-tags a:hover {
  color: #FFF;
  background-color: #6195FF;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #6195FF;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #6195FF;
    font-size: 12px;
}

.widget-post li i {
    color: #6195FF;
    margin-right: 5px;
}



/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact table{
    width: 100%;
    text-align: left;
}

.contact td{
    width: 100%;
}


.contact input, select, textarea{
    width: 100%;
    margin-bottom: 2%;
    height: 50px;
    padding: 1%;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
}

.contact input p{

    opacity: #b1b1b1;
    

}


.contact span{
    color: red;
} 

.contact button{
    font-family: 'Varela Round', sans-serif;
     width: 40%;
    background-color: #4B4C51;
    color: white;
    font-size: 20px;

}

.contact button:hover{

    width: 40%;
    background-color: #656669;
    color: white;
    font-size: 20px;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
    margin: 0% 0% 2% 0%; 
}



/*.text-contactanos{
    font-size: 4vw;
}

@media screen and (max-width: 768px) {

    .text-contactanos{
    font-size: 35px;
}
    
}
*/

.contenedor-contactos-ico{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact-ico {
    margin:1.5em auto 1em;
    display: flex;
    text-align: center;
}

.contact-ico i {
    font-size: 18px;
    color: #8a8a8a;
    margin-right: 5px;


}

.contact-ico p {
    font-size: 14px;
    color: white;
    


}


@media screen and (max-width: 767px) {

    .contenedor-contactos-ico{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .contact-ico {
    margin:5px auto;
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
}

.contact-ico p {
    margin-bottom: 5px;
    


}
}

.btn-primary {
    color: #fff;
    background-color: #c94ab0
    
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

.sm-footer{

}

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 10px;
}

.footer-logo>a>img {
    max-height: 200px;
}



@media screen and (max-width:767px){

    .footer-logo>a>img {
    max-height: 100px;
}
}


.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #c94ab0;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
  		font-size:31.5px;
	}

  .main-btn , .default-btn , .outline-btn , .white-btn  {
  		padding: 8px 22px;
  		font-size:14px;
	}

  div.home-content h1 {
		font-size:38px;
	}

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'] {
		  width:100%;
	}

  #numbers [class*='col-xs'] {
		  width:100%;
	}

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }



  .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px;
  }
  .blog-author .media {
      text-align: center;
  }
  .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none;
  }
  .blog-author .media .media-left img {
      margin: auto;
  }

  .blog-comments .media .media {
      margin:0px -15px;
  }
}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #c94ab0;
}
.owl-theme .owl-dots .owl-dot.active span {
	  background: #c94ab0;
	  width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #c94ab0;
    color: #FFF;
  	padding: 0px;
  	width: 50px;
  	height: 50px;
  	border-radius:3px;
  	line-height: 50px;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #c94ab0;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #c94ab0;
  	border-radius:3px;
  	color: #FFF;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
    border-radius: 100%;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 35px;
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #c94ab0;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}


@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon.eot?fbei40');
  src:  url('font/icomoon.eot?fbei40#iefix') format('embedded-opentype'),
    url('font/icomoon.ttf?fbei40') format('truetype'),
    url('font/icomoon.woff?fbei40') format('woff'),
    url('font/icomoon.svg?fbei40#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.social-media p {
  color: #fff;
  padding: 8%;
  font-size: 25px;
  margin-bottom: 0!important;
  text-align: center;
}


@media screen and (max-width: 991px) {

    .box-rexponsive{
        display: flex;
        flex-direction: column;

    }

    .media-bottom{
        order: 2;
    }
    
}


@media(max-width: 990px ){
   .social-media{
    width: 10%;
    text-align: center;
  }
  .botons ul{
    display: contents;
  }
  .botons li{
    margin: 5% 0%;
  }
}

#call-whats{
    position: relative;
}
#call-whats::after{
    content: attr(data-label);
    position: absolute;
    color: #666;
    font-size: 0.55em;
    top: -15px;
    font-family: 'Varela Round', sans-serif;
}


.contenedor_sistemas_capilares {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seccion-intermedia{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%!important;
    height: auto;
    margin: 0;
    z-index: 0;
}

  

.seccion-intermedia img{
    width: 100%!important;
    height: auto;
   
}

.tit-seccion{
    position: absolute;
    left: 15%;

    
}

.tit-seccion h2
{
    font-size: 4vw;
    color: #bfa62f;
    letter-spacing: 1.3px;
}


.tit-seccion_2{
position: absolute;
right: 15%;
    
}

.tit-seccion_2 h2
{
    font-size: 4vw;
    color: #bfa62f;
    letter-spacing: 1.3px;
}


.tit-seccion_3{
    position: absolute;
    left: 35%;
    
}

.tit-seccion_3 h2
{
    font-size: 4vw;
    color: white;
    letter-spacing: 1.3px;

   
}


@media screen and (max-width: 1200px) {

    
    
.section-header {
    margin-bottom: 50px;
    margin-top: -25px;
}
   

.tit-seccion h2
{
    font-size: 45px;
    
  
}

.tit-seccion_2 h2
{
    font-size: 45px;
    
  
}
.tit-seccion_3 h2
{
    font-size: 45px;
    
  
}

}


@media screen and (max-width: 768px) {

   .max-content{
        width: 375px;
    }

    .section-header {
    margin-bottom: 25px;
    margin-top: -25px;
}

.tit-seccion{
    left: auto;
    
}

.tit-seccion_2{
position: absolute;
right: auto;
    
}

.tit-seccion_3{
    left: auto;
    
}


.tit-seccion h2
{
    font-size: 35px;
   
  
}

.tit-seccion_2 h2
{
    font-size: 35px;
   
  
}

.tit-seccion_3 h2
{
    font-size: 35px;
   
  
}


}


@media screen and (max-width: 400px) {


 .section-header {
    margin-bottom: 17px;
    margin-top: -17px;
}


.tit-seccion h2
{
    font-size: 25px;
   
  
}

.tit-seccion_2 h2
{
    font-size: 25px;
   
  
}

.tit-seccion_3 h2
{
    font-size: 25px;
   
  
}





}

/*--------------------------------------------*/





/*@media screen and (max-width: 2100px) {
    

    .tit-seccion_2{
    position: absolute;
    margin-top: 5%;
     right: 15%;
    
}
}

@media screen and (max-width: 1750px) {
    

    .tit-seccion_2{
    position: absolute;
    margin-top: 4%;
     right: 15%;
    
}
}

@media screen and (max-width: 1200px) {
    

    .tit-seccion_2{
    position: absolute;
    margin-top: 3%;
     right: 15%;
    
}

.tit-seccion_2 h2
{
    font-size: 45px;
    color: white;
    letter-spacing: 1.3px;

   
}
}


@media screen and (max-width: 768px) {
    

    .tit-seccion_2{
    position: absolute;
    margin-top: 2%;
     right: 15%;
    
}

.tit-seccion_2 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;

   
}
}

@media screen and (max-width: 568px) {
    

     .seccion-intermedia_2{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
}
    

    .tit-seccion_2{
    position: absolute;
    margin-top: -5%;
    left: 7%;
   
    
}





.tit-seccion_2 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;
    

   
}
}

@media screen and (max-width: 360px) {
    

    .tit-seccion_2{
    position: absolute;
    margin-top: -5%;
    left: 10%;
    
}

.tit-seccion_2 h2
{
    font-size: 30px;
    color: white;
    letter-spacing: 1px;

   
}
}
*/

/*---------------------3--------------*/




/*@media screen and (max-width: 2100px) {
    

    .tit-seccion_3{
    position: absolute;
    margin-top: 5%;
    left: 15%;
    
}
}

@media screen and (max-width: 1750px) {
    

    .tit-seccion_3{
    position: absolute;
    margin-top: 4%;
    left: 15%;
    
}
}

@media screen and (max-width: 1200px) {
    

    .tit-seccion_3{
    position: absolute;
    margin-top: 3%;
    left: 15%;
    
}

.tit-seccion_3 h2
{
    font-size: 45px;
    color: white;
    letter-spacing: 1.3px;

   
}
}


@media screen and (max-width: 768px) {
    

    .tit-seccion_3{
    position: absolute;
    margin-top: 2%;
    left: 15%;
    
}

.tit-seccion_3 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;

   
}
}

@media screen and (max-width: 568px) {
    

     .seccion-intermedia_3{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
}
    

    .tit-seccion_3{
    position: absolute;
    margin-top: -5%;
    left: 6%;
   
    
}





.tit-seccion_3 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;
    

   
}
}

@media screen and (max-width: 360px) {
    

   .tit-seccion_3{
    position: absolute;
    margin-top: -5%;
    
    
}

.tit-seccion_3 h2
{
    font-size: 30px;
    color: white;
    letter-spacing: 1px;

   
}
}



*/
/*---------------------------4---------------------------*/



/*@media screen and (max-width: 2100px) {
    

    .tit-seccion_4{
    position: absolute;
    margin-top: 5%;
    
    
}
}

@media screen and (max-width: 1750px) {
    

    .tit-seccion_4{
    position: absolute;
    margin-top: 4%;
    
    
}
}

@media screen and (max-width: 1200px) {
    

    .tit-seccion_4{
    position: absolute;
    margin-top: 3%;
    
    
}

.tit-seccion_4 h2
{
    font-size: 45px;
    color: white;
    letter-spacing: 1.3px;

   
}
}


@media screen and (max-width: 768px) {
    

    .tit-seccion_4{
    position: absolute;
    margin-top: 2%;
     
    
}

.tit-seccion_4 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;

   
}
}

@media screen and (max-width: 568px) {
    

     .seccion-intermedia_4{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
}
    

    .tit-seccion_4{
    position: absolute;
    margin-top: -5%;
    right: 7%;
    
}





.tit-seccion_4 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;
    

   
}
}

@media screen and (max-width: 360px) {
    

    .tit-seccion_4{
    position: absolute;
    margin-top: -5%;
    
    
}

.tit-seccion_4 h2
{
    font-size: 30px;
    color: white;
    letter-spacing: 1px;

   
}
}*/
/*---------------------------------seccion-5--------------------------------*/






/*@media screen and (max-width: 2100px) {
    

    .tit-seccion-5{
    position: absolute;
    margin-top: 5%;
   
    
}
}

@media screen and (max-width: 1750px) {
    

    .tit-seccion-5{
    position: absolute;
    margin-top: 4%;
    
    
}
}

@media screen and (max-width: 1200px) {
    

    .tit-seccion-5{
    position: absolute;
    margin-top: 3%;
    
    
}

.tit-seccion-5 h2
{
    font-size: 45px;
    color: white;
    letter-spacing: 1.3px;

   
}
}


@media screen and (max-width: 768px) {
    

    .tit-seccion-5{
    position: absolute;
    margin-top: 2%;
    
    
}

.tit-seccion-5 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;

   
}


}

@media screen and (max-width: 568px) {


    .seccion-intermedia_5{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
}
    

    .tit-seccion-5{
    position: absolute;
    margin-top: -5%;
   
   
    
}





.tit-seccion-5 h2
{
    font-size: 35px;
    color: white;
    letter-spacing: 1.3px;
    

   
}
}

@media screen and (max-width: 360px) {
    

    .tit-seccion-5{
    position: absolute;
    margin-top: -5%;
    
    
}

.tit-seccion-5 h2
{
    font-size: 30px;
    color: white;
    letter-spacing: 1px;

   
}
}
*/


/*------------------------------------------------geleria------------------*/

.contedor_galeria{
    max-width: 1050px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;


}

.contenedor_img_galeria{

    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.img-galeria{
    width: 170px;
    height: 170px;
    margin: 10px;
    border-radius: 4px;
}

.img-galeria img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#active-img{

    display: none;
}
/*-------------------------------------------------tarjetas-------------------*/

.icon-tajetas{
    display: flex;
    align-items: center;
    flex-direction: column;
    

    
}

.icon-tajetas {
    position: relative;
    padding: 10px 22px;
    margin: 15px 0px;
    border-radius: 5px;
    transition: 0.5s;
}

.imagen-20{

min-width: 80px;
 
min-height: 80px;
  background-image: url('../img/mastercard.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

.imagen-21{

min-width: 80px;
 
min-height: 80px;
  background-image: url('../img/visa.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}

.imagen-22{

min-width: 80px;

min-height: 80px;
  background-image: url('../img/american-express.svg');
 background-size: cover;
  background-repeat: no-repeat;
 z-index: 1;

}


.box-cards{
    padding:  20px; 
    align-self:flex-start;
    margin-top: 5%;
}





@media screen and (max-width: 991px){


.icon-tajetas {
    
    padding: 5px 5px;
    margin: 15px 0px;
    max-height: 50px;
    
    
}
    

    .box-cards{
        align-self:center;
    }
}


.box-instagram{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-instagram-2{
    margin-top: 20px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.mas-fotos{

    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
}


.mas-fotos:hover{

background: #f1f1f1;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    
}

.mas-fotos p{
    margin-bottom: 0px;
}


.mas-fotos i{
   margin-right: 5px;
}


@media screen and (max-width: 569px) {

    .box-instagram{
    margin-top: 20px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;

}

.box-instagram-2{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    
}


.protesis-hombre{
    height: 600px;
    margin: 15px auto;
}

@media screen and (max-width: 991px) {

    .protesis-hombre{
    height: auto;
    margin: 15px auto;
}
    
}

    .enable{
        display: block;
    }

    .disable{
        display: none;
    }
    @media(max-width: 2560px){
        .botons li{
            margin: 0% 11%;
        }
        .mobil{
            display: none;
        }
    }

    @media(max-width:1440px){
        .botons li{
            margin: 0% 14%;
        }
        .mobil{
            display: none;
        }
    }

    @media(max-width:990px){
    .desktop{
        display: none;
    }
    .mobil{
        display: block;
    }
    .botons button {
        padding: 2%;
    }
    .botons li{
        margin: 10% 0%;
    }
    }

@media (max-width: 500px) {

    #owl-one{
        display: none;
    }
    #active-img{
        display: block;
    }
    #active-img li{
        list-style: none;
    }
    #active-img li>img{
        width: 100%;
    }
}