/*---desarrollo por www.iasoftgroup.com */
/**********
fuentes

@font-face {
    font-family: 'lexend';
    src: url('fuentes/lexend-regular-webfont.eot');
    src: url('fuentes/lexend-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/lexend-regular-webfont.woff2') format('woff2'),
         url('fuentes/lexend-regular-webfont.woff') format('woff'),
         url('fuentes/lexend-regular-webfont.ttf') format('truetype'),
         url('fuentes/lexend-regular-webfont.svg#lexendregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open sans';
    src: url('fuentes/opensans-regular-webfont.eot');
    src: url('fuentes/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/opensans-regular-webfont.woff2') format('woff2'),
         url('fuentes/opensans-regular-webfont.woff') format('woff'),
         url('fuentes/opensans-regular-webfont.ttf') format('truetype'),
         url('fuentes/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rouge script';
    src: url('fuentes/rougescript-regular-webfont.eot');
    src: url('fuentes/rougescript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/rougescript-regular-webfont.woff2') format('woff2'),
         url('fuentes/rougescript-regular-webfont.woff') format('woff'),
         url('fuentes/rougescript-regular-webfont.ttf') format('truetype'),
         url('fuentes/rougescript-regular-webfont.svg#rouge_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

font-family: 'Lexend', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Outfit', sans-serif;
font-family: 'Rouge Script', cursive;
/*************************
General
**************************/
@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Open+Sans:wght@400;600&family=Outfit:wght@400;600&family=Rouge+Script&display=swap');
::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}
.clearfix::after,
.views-row:after,
.inn:after{
    content: "";
    clear: both;
    display: table;
}
*{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
body {
    background-color: #fff;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #5B5B5B;
    font-weight: normal;
}
#page {    
    float: left;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
header#section-header {
    width: 100%;
    padding-top: 48px;
}
section.hero {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: transparent;
}
section.hero .swiper-slide2 > img {
    width: 100%;
    height: auto;
    display: block;
}
#zone-branding-wrapper {
        float: left;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
}
.swiper-slide img {
        width: 100%;
    display: block;
    height: auto;
}
#zone-header-wrapper {
    float:  left;
    width:  100%;
    position: relative;
}

#section-content {
    float:  left;
    width:  100%;
    position: relative;
}
#block-nice-menus-1 {
        float: right;
        text-align: left;
        margin: 0;
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
        clear: right;
        margin: 4px 0;
}

#block-nice-menus-1 .block-inner {
    display:  block;
    margin:  0 auto;
    max-width: 1300px;
}

#block-nice-menus-1 ul.nice-menu {
        padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#block-nice-menus-1 ul.nice-menu li {
        display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    position: relative;
    padding-right: 15px;
}
#block-nice-menus-1 ul.nice-menu li:after {
    content: ".";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 3px;
    height: 3px;
    font-size: 0;
    border-radius: 50%;
    background: #668EDA;
    margin-top: -1.5px;
}
#block-nice-menus-1 ul.nice-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#block-nice-menus-1 ul.nice-menu li:last-child:after {
    display: none;
}
#block-nice-menus-1 ul.nice-menu li a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 10px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    color: #3c64ab;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}
#block-nice-menus-1 ul.nice-menu li a:after {
    content: ".";
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: transparent;
    transition: all 500ms;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#block-nice-menus-1 ul.nice-menu li a:hover {
    color: #5c84d5;
}
#block-nice-menus-1 ul.nice-menu li a span {
    background: transparent;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#block-nice-menus-1 ul.nice-menu li a:hover span, #block-nice-menus-1 ul.nice-menu li a.active span{
    background: #ff2a00;
}
#block-nice-menus-1 ul.nice-menu li.boton a {
    color: white;
    border: none;
    padding: 7px 16px;
}

#block-nice-menus-1 ul.nice-menu li.boton a img {
    width: 18px;
    height: auto;
}
button#menu-btn {
    background: transparent;
    border: none;
    width: 68px;
    padding: 9px 18px;
    height: auto;
    cursor: pointer;
}
#block-nice-menus-2 {
        position: absolute;
    z-index: 100;
    clear: right;
    display: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

button#menu-btn span.icon-bar {
    width: 100%;
    display: block;
    height: 5px;
    background-color: #3e66ad;
    margin: 4px 0;
    border-radius: 7px;
}

#block-nice-menus-2 ul.nice-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: white;
    list-style: none;
    width: 235px;
    display: none;
    margin-top: 0;
    border: none;
}

#block-nice-menus-2 ul.nice-menu li {
    display:  block;
    width:  100%;
}

#block-nice-menus-2 ul.nice-menu li a {
    text-align: center;
    background: #3e66ad;
    color: white;
    text-decoration: none;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 20px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #d8e1ff;
}

#block-nice-menus-2 ul.nice-menu li a:hover,#block-nice-menus-2 ul.nice-menu li a.active {
    background-color: #d8e1ff;
    color: #3e66ad;
}
.inn {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding: 0 30px;
}
#block-block-logo img {
    width: 100%;
    height: auto;
}
div#block-block-redes {
    margin-left: 40px;
}

div#block-block-redes a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    text-decoration: none;
    transition: all 500ms;
}

div#block-block-redes a:hover img {
    filter: brightness(.8) contrast(1);
}

div#block-block-redes a img {
    display: block;
    transition: all 500ms;
}

div#block-block-redes a:hover {
    transform: scale(1.03);
}
.swiper-pagination-bullets {
    position: absolute;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 9;
    width: auto !important;
    max-width: 88%;
    left: auto !important;
}
span.swiper-pagination-bullet {
    background: white;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #394A66;
    margin: 3px 8px;
    width: 12px;
    height: 12px;
    opacity: 1;
    cursor: pointer;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #394A66;
}

.swiper-pagination {
    position: absolute;
    bottom: 60px !important;
    text-align: left;
    z-index: 99;
    right: auto !important;
    padding: 0 100px;
    width: 100% !important;
    max-width: 1300px;
    left: 50% !important;
    transform: translateX(-50%);
}
#region-content .block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.headsup .inn {
    position: relative;
    display: flex;
    max-width: none;
    background: #AECEFF;
    justify-content: flex-end;
    align-items: center;
}
#block-block-logo {
    width: 290px;
    position: absolute;
    left: 0;
    top: 0;
}
/**********formulario********/
.cont_sup {
    position: relative;
    display: block;
    width: 100%;
}
form#form-reserva {
        width: 96%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #CCC898;
    z-index: 999;
    transform: translate(-50%,50%);
    max-width: 1400px;
    padding: 20px;
}
.form-block >div {
        display: flex;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.form-block label {
    color: #807042;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px 8px;
}

.form-block .form-item {
    padding: 5px 10px;
    flex: 0 0 24%;
}

.form-block .form-item input,
.form-block .form-item select,
.form-block .form-item select,
.form-block .form-item textarea{
    background: white;
    border-radius: 8px;
    font-family: 'Bambino New';
    color: BLACK;
    font-size: 18px;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-weight: bold;
}

.form-block .form-actions a,
.form-block .form-actions .form-submit{
    color: #EFEDE5;
    background: BLACK;
    text-decoration: none;
    display: block;
    font-size: 24px;
    padding: 5px 45px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    border: 2px solid transparent;
}
.form-block .form-actions a:hover,
.form-block .form-actions .form-submit:hover{
    background: #EFEDE5;
    transform: scale(1.02);
    color: BLACK;
    border-color: BLACK;
}
.form-block .form-actions a img {
    width: 20px;
    vertical-align: bottom;
    margin-left: 2px;
}
.form-block .form-actions {
    padding: 5px 10px;
}

form .form-item select{
        background-image: url(../images/icon_select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-right: 32px;
}

/*************
footer
***************/
footer {
    float: left;
    width: 100%;
    position: relative;
    background: #AECEFF;
}

.fooinn {
    background-image: url(../images/bgfooter.png);
    background-repeat: no-repeat;
    background-size: auto 94%;
    background-position: right bottom;
    color: #3c64ab;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 15px;
}
.footer-widgets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 30px 150px 20px 0;
}

.footer-widgets .foo.f1 img {
    max-width: 190px;
}

.footer-widgets .foo {
    padding: 20px;
}

.footer-widgets .foo p {
    margin: 5px 0;
}

.footer-widgets .foo ul {
        list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #E6EBFE;
}
.footer-widgets .foo ul li {
        margin: 0;
    border-bottom: 1px solid #E6EBFE;
}
.footer-widgets .foo ul li a {
    display: block;
    color: #3c64ab;
    text-decoration: none;
    transition: all 500ms;
    padding: 6px 15px 6px 0;
    font-weight: 600;
}
.footer-widgets .foo ul li a:hover {
    color: white;
}
.copyright {
    background: #668EDA;
    color: white;
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 10px 0;
}
.footer-widgets .foo.f3 .item a {
    color: #3c64ab;
    text-decoration: none;
    transition: all 500ms;
}

.footer-widgets .foo.f3 .item a:hover {
    color: white;
}
.footer-widgets .foo.f3 .item {
    display: flex;
    margin: 5px 0 30px;
}

.footer-widgets .foo.f3 .item .icon {
    padding-right: 15px;
    flex: 0 0 45px;
    text-align: left;
    max-width: 45px;
}

.footer-widgets .foo.f3 .item .icon img {
    display: block;
    margin: 0 auto;
    max-width: 30px;
    max-height: 34px;
}
.footer-widgets .foo .redes {
    display: block;
    margin-top: 25px;
}

.footer-widgets .foo .redes a {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.footer-widgets .foo .redes a img {
    display: block;
    transition: all 500ms;
    width: auto;
    height: auto;
    max-width: 28px;
}

.footer-widgets .foo .redes a img:hover {
    filter: brightness(.8) contrast(1);
}
.desarrollado {
   text-align: left;
    color: white;
    font-size: 12px;
    font-weight: 300;
    float: right;
}

.desarrollado a {
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.desarrollado a img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: auto;
    filter: brightness(0) invert(1);
}
/**********banner inicio**********/
.hero .arr-left,.hero .arr-right{
    position: absolute;
    left: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
img.control {
    display: block;
    width: auto;
    height: 52px;
}
.hero .arr-right {
    left: auto;
    right: 20px;
}
/*.swiper-container-autoheight .swiper-slide, .hero-sol .swiper-slide {
    height: 80vh;
    min-height: 600px;
}*/
.imgfondo {
        display: block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}
.imgfondo .fondoimg{
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    top: 0;
    z-index: 0;
    animation: move1 20s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: move1 20s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: move1 20s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
@-webkit-keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .texto {
    text-align: left;
    position: absolute;
    right: 4%;
    top: 32%;
    font-size: 80px;
    line-height: 80px;
    color: white;
    z-index: 15;
    padding: 0 60px;
    box-sizing: border-box;
    width: auto;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}
.swiper-slide .texto .texto2 {
    font-family: rouge script;
    color: #D8E1FF;
    font-weight: normal;
    font-size: 105px;
    line-height: 68px;
    margin-top: -8px;
    padding-left: 15px;
}
.swiper-slide .texto .texto1, .swiper-slide .texto .texto2 {
    max-width: 700px;
}
.swiper-slide .texto.aligright {
    top: auto;
    bottom: 15%;
    text-align: right;
}
.swiper-slide .texto .boton {
    margin-top: 20px;
}
.boton a,
form input.form-submit{
    color: white;
    background: transparent;
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
    line-height: 24px;
    width: auto;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 500ms;
    text-decoration: none;
    background-image: url(../images/menuactive.png);
    background-repeat: no-repeat;
    background-position: center 150%;
}
.boton a:hover, form input.form-submit:hover {
    background-position: bottom center;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}
@-webkit-keyframes updown {
  0%,100% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
}
@keyframes updown {
  0%,100% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
}
.arrcli-left,.arrcli-right {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
}

.arrcli-right {
    left: auto;
    right: 0;
}
.sticky0#zone-branding-wrapper {
     top: -500px;
    transition: all 800ms;

}
.sticky0 .headsup .inn {
    background: rgb(174 206 255 / 90%);
}
.sticky0.sticky#zone-branding-wrapper {
    top: 0;
    position: fixed;
}

.sticky0 .headsup #block-block-logo {
    max-width: 150px;
}
.bloque_telefono {
    position: absolute;
    left: 5%;
    bottom: 0;
    margin-bottom: -145px;
    z-index: 100;
}
.bloque_telefono .flor {
        display: block;
    position: absolute;
    background-image: url(../images/flor1.png);
    width: 222px;
    height: 260px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 194px;
    top: -60px;
    animation: move1 10s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: move1 10s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: move1 10s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
.bloque_telefono .circulo {
    background: #D8E1FF;
    color: #668EDA;
    border-radius: 50%;
    padding: 45px;
    text-align: center;
    font-family: 'Outfit';
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bloque_telefono .circulo img {
    display: block;
    margin: 0 auto 10px;
    width: 30px;
    height: auto;
}

.bloque_telefono .circulo span.text1 {
    display: block;
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
}

.bloque_telefono .circulo span.line {
    display: block;
    width: 100%;
    height: 5px;
    background: white;
    margin: 15px 0;
    max-width: 80%;
}

.bloque_telefono .circulo span.text2 {
    font-family: 'Lexend', sans-serif;
    font-weight: normal;
    font-size: 24px;
    padding: 5px 0;
    display: block;
}
/*******************
tratamientos
*******************/
section#cirugias-y-tratamientos .bgtratamiento {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 550px;
    background: linear-gradient(180deg, #FFFFFF 25.42%, rgba(255, 255, 255, 0) 68.68%);
}

section#cirugias-y-tratamientos {
    background-image: url(../images/bgfondo.jpg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 110px;
}
section#cirugias-y-tratamientos .container {
    position: relative;
    z-index: 9;
    max-width: none;
    padding: 125px 0 0;
}

.titulo1 {
    color: #668EDA;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    text-align: center;
    display: block;
    font-size: 40px;
    line-height: normal;
    padding: 20px;
}

.block-tratamientos .detalle {
        position: relative;
    width: 100%;
    margin: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    float: left;
}
.block-tratamientos .detalle .bgtrat {
    background: #668EDA;
    display: block;
    width: 42%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.block-tratamientos .detalle .infodet {
    flex: 0 0 30%;
    max-width: 30%;
    color: white;
    padding: 30px 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 20px;
}
.block-tratamientos .detalle .img_flor {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 16%;
    margin-bottom: -45px;
    width: 106px;
    -webkit-animation: rotate 60s normal linear infinite;
  animation: rotate 60s normal linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.block-tratamientos .detalle.even .img_flor {
    width: 80px;
    left: auto;
    right: 23%;
    margin-bottom: -28px;
}

.block-tratamientos .detalle .img_flor img {
    width: 100%;
    height: auto;
    display: block;
}
.block-tratamientos .detalle.tratamiento3 .img_flor {
    width: 86px;
    left: 6%;
    margin-bottom: -33px;
}
.block-tratamientos .detalle .infodet .tit {
    display: flex;
    align-items: flex-start;
}
.block-tratamientos .detalle.tratamiento4 .servicios_slider .swiper-slide .info .tit {
    font-size: 17px;
    line-height: 20px;
}
.block-tratamientos .detalle .infodet .tit .imagen {
    background: #D8E1FF;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
}

.block-tratamientos .detalle .infodet .tit .imagen img {
    display: block;
    width: 60px;
    height: auto;
}

.block-tratamientos .detalle .infodet .tit .texto {
    font-weight: 600;
    font-family: 'Outfit',sans-serif;
    font-size: 32px;
    line-height: 34px;
}

.block-tratamientos .detalle .infodet .det {
    display: block;
    padding-left: 100px;
    padding-top: 30px;
}

.block-tratamientos .detalle .infodet .det ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.block-tratamientos .detalle .infodet .det ul li {
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    margin: 1px 0;
}

.block-tratamientos .detalle .infodet .det ul li:after {
    content: ".";
    display: block;
    position: absolute;
    font-size: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FCD753;
    left: 0;
    top: 14px;
}
.block-tratamientos .detalle.even {
    flex-direction: row-reverse;
}

.block-tratamientos .detalle.even .bgtrat {
    background: #E6EBFE;
    left: auto;
    right: 0;
}

.block-tratamientos .detalle.even .infodet .tit .imagen {
    background: #668EDA;
}

.block-tratamientos .detalle.even .infodet {
    color: #668EDA;
}

.block-tratamientos .detalle .infodet .det ul li li:after {
    content: "-";
    font-size: initial;
    background: transparent;
    height: auto;
    top: 4px;
}

.block-tratamientos .detalle .infodet .det ul li li {
    padding-left: 10px;
    padding-bottom: 0;
}
.block-tratamientos .detalle .servicios_slider {
    flex: 0 0 70%;
    width: 70%;
    position: relative;
    overflow: hidden;
}

.block-tratamientos .detalle .servicios_slider .swiper-slide {
        background: white;
    height: auto;
}
.swiper-wrapper {
    align-items: stretch;
    display: flex;
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen {
        display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #E6EBFE;
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .info {
    display: block;
    padding: 15px;
}

.block-tratamientos .detalle .servicios_slider .swiper-slide .info .tit {
    color: #668EDA;
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
}

.block-tratamientos .detalle .servicios_slider .swiper-slide .info .det {
        color: #8F8F8F;
    font-size: 15px;
    line-height: 16px;
}
.block-tratamientos .detalle .servicios_slider .arr-left,.block-tratamientos .detalle .servicios_slider .arr-right {
    position: absolute;
    left: 30px;
    top: 38%;
    z-index: 99;
}

.block-tratamientos .detalle .servicios_slider .arr-right {
    left: auto;
    right: 30px;
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen .infohover {
     position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    transition: all 1s;
    opacity: 0;
    transform: scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen:hover .infohover {
    opacity: 1;
    transform: scale(1);
    top: 0;
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen > img{
    transition: all 1s;
        transform: scale(1);
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen:hover > img {
    transform: scale(1.5);
    opacity: 0.1;
}
.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen .infohover .text {
    padding: 30px;
    color: #3c64ab;
    font-size: 15px;
    line-height: 18px;
    overflow: auto;
    max-height: 100%;
}


.block-tratamientos .detalle .servicios_slider .swiper-slide .imagen .infohover .text h3 {
    color: #3c64ab;
    margin: 0 0 5px;
    font-family: 'Outfit';
    font-weight: 600;
}
/**************
nosotros
****************/
.block-nosotros .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.block-nosotros .row .it2 {
    flex: 0 0 35%;
    max-width: 35%;
    overflow: hidden;
    position: relative;
}
.block-nosotros .row .it2 .arr-left,.block-nosotros .row .it2 .arr-right {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.block-nosotros .row .it2 .arr-right {
    left: auto;
    right: 20px;
}
.block-nosotros .row .it1 {
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
    z-index: 10;
}

.block-nosotros {
    margin-top: -40px;
    z-index: 10;
}

.block-nosotros .row .it1 .titulo1 {
    color: #668EDA;
    text-align: left;
    padding: 30px 30px 30px 80px;
}



.block-nosotros .row .it1 .detalle {
    background: #E6EBFE;
    padding: 60px 80px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.block-nosotros .row .it1 .detalle .flor {
    position: absolute;
    z-index: 9;
    left: -44px;
    width: 80px;
    height: auto;
    bottom: -50px;
    animation: move2 15s linear infinite;
    -moz-animation: move2 15s linear infinite;
    -webkit-animation: move2 15s linear infinite;
}
@-webkit-keyframes move2 {
  0% {transform: scale(1) translate(0,0);
  }
  50% {transform: scale(1.1) translate(20px,-40px);
  }
  100% {transform: scale(1) translate(0,0);
  }
}
@keyframes move2 {
  0% {transform: scale(1) translate(0,0);
  }
  50% {transform: scale(1.1) translate(20px,-40px);
  }
  100% {transform: scale(1) translate(0,0);
  }
}
.block-nosotros .row .it1 .detalle .flor img {
    width: 100%;
    height: auto;
}
/***************
staff
*******************/
.block-staff {
    margin: 50px 0;
}

.block-staff .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.block-staff .row .item {
    text-align: center;
    color: #8F8F8F;
}

.block-staff .row .item .nombres {
    color: #668EDA;
    font-weight: 600;
}

.block-staff .row .item .det {
    display: block;
    max-width: 314px;
    margin: 0 auto;
    padding: 20px 0;
}

.block-staff .row .item .imagen img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    background: #D8E1FF;
    padding: 10px;
}

.block-staff .row .item .imagen .innimg {
    border: 1px solid #668EDA;
    border-radius: 50%;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

.block-staff .row .item .imagen {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
/************
contacto
****************/
.block-contacto {
    overflow: hidden;
    background: #AECEFF;
    line-height: 20px;
    font-weight: normal;
}
.block-contacto .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.block-contacto .row .item.it2 {
    flex: 0 0 71%;
    max-width: 71%;
    width: 71%;
}

.block-contacto .row .item.it2 img {
    width: 100%;
    height: auto;
    display: block;
}
.block-contacto .row .item.it2 .iconmap {
    position: absolute;
    width: 90px;
    background: white;
    left: 30px;
    top: 30px;
    padding: 10px;
    border: 1px solid #aeceff;
    animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
.block-contacto .row .item.it1 {
        flex: 0 0 29%;
    max-width: 29%;
    width: 29%;
    padding: 25px 60px;
    text-align: left;
    color: #668EDA;
    font-weight: normal;
    font-family: 'Outfit';
}
.block-contacto p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
}
.block-contacto .row .item.it1 .tit {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.formulario .form-wrap {
    display: block;
    width: 100%;
    margin: 8px 0;
}

.formulario .form-wrap label {
    display: block;
    padding-bottom: 5px;
}

.formulario .form-wrap input,.formulario .form-wrap textarea {
    width: 100%;
    border: none;
    border-radius: 7px;
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 7px 15px;
}

.formulario .form-wrap textarea {
    height: 150px;
}

.formulario button.btn.btn-info {
    background: #668EDA;
    border-radius: 7px;
    font-family: 'Outfit';
    color: white;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid transparent;
    padding: 7px 20px;
    transition: all 500ms;
    font-weight: normal;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    margin-top: 4px;
}

.formulario button.btn.btn-info:hover {
    color: #668EDA;
    background: white;
    border-color: #668EDA;
}
/*************
grupo
*************/
.block-grupo .row {
    display: flex;
    align-items: center;
    padding: 80px 0;
    color: #5B5B5B;
    justify-content: space-evenly;
}

.block-grupo .row .item {
    padding: 10px 20px;
}

.block-grupo .row .item.it1 {
    max-width: 310px;
}

.block-grupo .row .item.it1 img {
    width: 100%;
    height: auto;
    display: block;
}

.block-grupo .row .item.it2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
}

#block-block-logo span.texto {
    display: block;
    position: absolute;
    z-index: 9;
    right: 54%;
    top: 8px;
    color: #222222;
    font-family: 'Rouge Script';
    font-size: 32px;
    line-height: 32px;
}
.sticky0 #block-block-logo span.texto {
    font-size: 16px;
    top: 5px;
    line-height: 18px;
}