@font-face {
    font-family:"GothamBlack";
    src: url(../fonts/GothamBlack.otf);
}
 @font-face {
    font-family:"FuturaBookBT";
    src: url(../fonts/FuturaBookBT.ttf);
} 

.sig{ font-family:"FuturaBookBT";}

.text-right {
    text-align: right
}
.parrafo { font-family:'FuturaBookBT';
    font-size: 14px;
    line-height: 1.5em
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.container {
    max-width: 1100px;
    padding: 0 15px;
    margin: auto;
}

.pacua { font-family:"GothamBlack";
    margin-bottom: 80px;
    height: 250px;
    padding: 18px 30px;
    background-repeat: no-repeat;
    background-image: url(../img/raya-azules.jpg);
    background-size: 100% 100%;
}
.pacua p{ font-size:14px;    color: #939598; font-family:"FuturaBookBT";}


.pacua2 { font-family:"GothamBlack";
    height: 247px;
    padding: 41px 45px 38px 45px;
    background-repeat: no-repeat;
    background-image: url(../img/rayas-azules2.jpg);
    background-size: 100% 100%;
}
.pacua2 p{ font-size:14px;    color: #939598; font-family:"FuturaBookBT";}

.cajita_verde {font-family:"FuturaBookBT";
    padding: 5px 10px;
    background-color: #129794;
    color: #fff;
    width: 100%; text-align:center;
   
}

.cajita_rosa{ text-align:center; padding: 9px 39px; background-color:#e4004d; color:#fff;display: inline-block;}
.sires{ display:none}

.div-redes2{ margin-bottom:30px;}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 960px
    }
}
@media (max-width: 767px) {
	
	.text_cr{ text-align:center; font-family:"GothamBlack";}
	
    .container {
        max-width: 700px
    }
	
	.nores{ display:none}
	.sires{ display: block}
.pacua {
    margin-bottom: 0px;
    height: auto;
    padding: 18px 30px;
    background-repeat: no-repeat;
    background-image: url(../img/raya-azules.jpg);
    background-size: 100% 100%;
}	
	.pacua2 {
    height: auto;

}
	
}
.decoration-none {
    text-decoration: none
}
.text-gris {
    color: #414042
}
.text-white {
    color: #fff
}
.text-rosado {
    color: #e4004d !important;
}
.text-rosado >a {
    color: #e4004d !important
}
.text-center {
    text-align: center
}
.text-bold {
    font-family: 'OpenSansBold'
}
.text-regular {
    font-family: 'OpenSansregular'
}
.text-extrabold {
    font-family: 'GothamBlack'
}
.text-light {
    font-family: 'OpenSansLight'
}
* {
    margin: 0
}
html {
    font-family: 'OpenSansregular';
    height: 100%
}
body {
    color: #414042
    font-family: 'FuturaBookBT';
}
footer {
    background-color: #e4004d;
    color: #fff;
    padding: 15px 20px;
    text-align: center
}
.form-group {
    margin-bottom: 10px
}
.btn {
    padding: 8px 25px;
    border: 0;
    font-size: 9px;
    font-weight: bold;
}
.btn-rosado {
    background-color: #e4004d;
    color: #fff
}
.datosExtra {
    background-color: #fff;
    padding: 5px 10px;
    z-index: 20;
    position: absolute;
    white-space: nowrap;
    right: 10px;
    top: 15%;
    color: #414042;
    display:none;
}
@media (max-width: 767px) {
    .datosExtra {
        position: fixed;
        top: initial;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        right: 0;
        z-index: 60;
        display: none
    }
}
.menu {
    width: 100%;
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
    transition-duration: 1s;
}
.menu.pegajoso {
    position: fixed;
    z-index: 50;
}
@media (min-width: 767px) {
    .menu.pegajoso {
        flex-direction: row;
        background-color: #fff;
        height: 75px;
        justify-content: space-between;
        align-items: center
    }
    .menu.pegajoso .logo {
        float: left;
        margin: initial;
        margin-left:2.5%;
    }
    .menu.pegajoso .logo a .desktop {
        display: none
    }
    .menu.pegajoso .logo a .movil {
        display: block;
        width: 150px
    }
    .menu.pegajoso .navbar {
        align-items: center;
        float: right;
        top: 10px;
        position: relative;
        z-index: 20;
        width: initial;
        float: right;
        margin-bottom: initial;
    }
    .menu.pegajoso .navbar nav {
        float: right;
        width: initial;
        height: 25px;
    }
    .menu.pegajoso .navbar nav ul {
        width: initial;
        float: right;
        justify-content: flex-end;
    }
    .menu.pegajoso .navbar nav ul div {
        background-color: #fff;
    }
    .menu.pegajoso .navbar nav ul div li >a {
        padding: 10px 30px
    }
    .menu.pegajoso .navbar nav ul div .liDatosExtra .datosExtra {
        display: none;
        top: 0;
        position: relative;
        padding: 0 20px;
    }
    .menu.pegajoso .navbar nav ul div .liDatosExtra .datosExtra a {
        color: #f00;
        font-family: 'OpenSansregular';
        padding: 0 5px;
    }
    .menu.pegajoso .navbar nav ul div .liDatosExtra .datosExtra a:active,
    .menu.pegajoso .navbar nav ul div .liDatosExtra .datosExtra a:visited {
        color: #414042 !important
    }
}
@media (min-width: 767px) and (max-width: 767px) {
    .menu.pegajoso .datosExtra {
        display: none
    }
}
@media (max-width: 767px) {
    .menu {
        top: 0;
        margin: initial;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        height: 60px;
        background-color: #fff;
        position: relative;
        z-index: 10
    }
}
.menu .logo {
    position: relative;
    z-index: 2;
    padding-top: 15px;
    display: flex;
    margin: auto;
}
.menu .logo a .desktop {
    width: 110px;
    display: block;
}
@media (max-width: 767px) {
    .menu .logo a .desktop {
        width: 90px
    }
}
.menu .logo a .movil {
    display: none
}
@media (max-width: 767px) {
    .menu .logo {
        margin: initial;
        position: relative;
        z-index: 10
    }
    .menu .logo a {
        padding-left: 15px;
    }
    .menu .logo a .desktop {
        display: none
    }
    .menu .logo a .movil {
        display: block;
        width: 120px
    }
}
.menu .menu-movil {
    cursor: pointer;
    height: 100%;
    background-color: #e4004d;
    display: none;
    color: #fff;
    padding: 0 13%;
    opacity: 0;
    transition-duration: 1s;
    transition: opacity 4s ease-out;
}
@media (max-width: 767px) {
    .menu .menu-movil {
        transition: opacity 4s ease-out;
        opacity: 1;
        transition-duration: 1s;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10
    }
}
.menu .navbar {
    position: relative;
    top: -70px;
    width: 100%;
    transition-duration: .2s;
}
@media (max-width: 767px) {
    .menu .navbar {
        top: initial;
        display: none
    }
    .menu .navbar.active {
        background-color: #fff;
        position: fixed;
        top: 60px;
        bottom: 0;
        display: block;
        z-index: 4;
        margin-bottom: 0
    }
}
.menu .navbar nav {
    width: 100%;
}
.menu .navbar nav >ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 4;
}
@media (max-width: 767px) {
    .menu .navbar nav >ul {
        transition-duration: 1s;
        justify-content: space-between;
        width: 95%;
        margin: auto;
        margin-top: 20px
    }
}
@media (max-width: 767px) {
    .menu .navbar nav >ul {
        transition-duration: 1s;
        display: flex;
        flex-direction: column
    }
}
.menu .navbar nav >ul >div {
    display: flex;
    transition-duration: 1s;
}
@media (max-width: 767px) {
    .menu .navbar nav >ul >div {
        transition-duration: 1s;
        flex-direction: column
    }
}
.menu .navbar nav >ul >div .liDatosExtra .datosExtra {
    display: none;
}
@media (max-width: 767px) {
    .menu .navbar nav >ul >div .liDatosExtra .datosExtra {
        bottom: initial;
        display: flex;
        flex-direction: column
    }
    .menu .navbar nav >ul >div .liDatosExtra .datosExtra a {
        margin: 5px 35px;
        text-decoration: none;
        padding: 10px;
        -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75)
    }
}
.menu .navbar nav >ul >div >.link-menu {
    position: relative;
    display: table-cell;
    cursor: pointer;
    transition-duration: 1s;
    font-family:'FuturaBookBT';
}
@media (max-width: 767px) {
    .menu .navbar nav >ul >div >.link-menu {
        transition-duration: 1s;
        display: block
    }
}
.menu .navbar nav >ul >div >.link-menu.active a {
    color: #e4004d
}
.menu .navbar nav >ul >div >.link-menu a {
    padding: 10px 30px;
    text-decoration: none;
    color: #414042;
}
.menu .navbar nav >ul >div >.link-menu a:hover {
    color: #e4004d
}
@media (max-width: 767px) {
    .menu .navbar nav >ul >div >.link-menu a {
        padding: 10px 5px 10px 5px
    }
}
@media (max-width: 767px) {
    .menu .navbar nav >ul >div >.link-menu a {
        padding: 10px 5px;
        display: block;
        font-size: 22px;
        font-family: 'OpenSansBold';
        text-transform: uppercase
    }
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu {
    transition-duration: 1s;
    display: none;
    position: absolute;
    z-index: 5;
    width: 100%;
    max-width: 350px;
    min-width: 270px;
    list-style: none;
    background-color: #fff;
    padding: 0;
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu.right {
    right: 0
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu.active {
    transition-duration: 1s;
    display: flex;
    flex-direction: column;
}
@media (max-width: 480px) {
    .menu .navbar nav >ul >div >.link-menu >ul.sub-menu.active {
        position: relative;
        min-width: initial;
        max-width: 100%
    }
    
.datosExtra{
    display:none;
}    
    .pacua2 { 
    background-image: url(../img/rayas3.png);
    background-size: 100% 100%;
}
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu >li {
    display: flex;
    justify-content: center;
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu >li a {
    width: 100%;
    padding: 10px 25px;
    color: #414042;
}
@media (max-width: 480px) {
    .menu .navbar nav >ul >div >.link-menu >ul.sub-menu >li a {
        background-color: #e6e7e8
    }
}
.menu .navbar nav >ul >div >.link-menu >ul.sub-menu >li a:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(65, 64, 66, 0.75);
    -moz-box-shadow: 0 2px 10px 0 rgba(65, 64, 66, 0.75);
    box-shadow: 0 2px 10px 0 rgba(65, 64, 66, 0.75);
    background-color: #fff;
    color: #e4004d
}
.line {
    background-repeat: no-repeat;
    background-position: center left;
    height: 40px;
    display: flex;
    align-items: center
}
.cabecera {
    position: relative;
    height: 80%;
}
@media (max-width: 480px) {
    .cabecera {
        height: 60%
    }
}
.cabecera .btnVerMas {
    position: absolute;
    left: 20%;
    top: 60%;
    z-index: 5;
    padding: 12px 35px;
    font-size: 14px
}
.cabecera .contenido {
    position: absolute;
    z-index: 4;
    top: 35%;
    left: 20%;
}
@media (max-width: 767px) {
    .cabecera .contenido {
        left: 10%;
        top: 5%;
        padding-top: 45px;
        padding-right: 20px
    }
    .cabecera .contenido h1 {
        font-size: 34px
    }
}
@media (max-width: 480px) {
    .cabecera .contenido {
        left: 10%;
        top: 5%;
        padding-top: 45px;
        padding-right: 20px
    }
    .cabecera .contenido h1 {
        font-size: 30px
    }
}
.cabecera .pequena {
    display: none;
}
@media (max-width: 480px) {
    .cabecera .pequena {
        display: initial;
        position: absolute;
        z-index: 3;
        bottom: 0;
        width: 100%;
        padding: 0 8% 0
    }
}
.cabecera .bannerPrincipal {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px) {
    .cabecera .bannerPrincipal {
        background-position: 85% center
    }
}
@media (max-width: 480px) {
    .cabecera .bannerPrincipal {
        background-position: 80% center
    }
}
.cabecera .bannerPrincipal .item {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 480px) {
    .cabecera .bannerPrincipal .item {
        height: 70vh
    }
}
.cabecera .bannerPrincipal .owl-nav {
    margin-left: 15%;
    bottom: 15px;
    position: absolute;
    z-index: 25;
}
.cabecera .bannerPrincipal .owl-nav:after {
    content: ''
}
.owl-dots {
    float: left;
    right: 35%;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-top: 7px;
}
@media (max-width: 480px) {
    .owl-dots {
        right: 0%;
        float: none;
        position: absolute
    }
}
.owl-dots .owl-dot {
    position: relative;
    z-index: 10;
    background-color: rgba(65, 64, 66, 0.2) !important;
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    border: 3px solid #e4004d !important
}
.owl-nav {
    display: flex;
    float: left;
}
@media (max-width: 480px) {
    .owl-nav {
        float: none;
        position: absolute
    }
}
.owl-nav:after {
    display: flex;
    align-items: center;
    position: relative;
    content: url("../img/inicio/05.png")
}
.owl-nav button {
    width: 30px;
    height: 30px;
    background-color: rgba(65, 64, 66, 0.2) !important;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav button:before {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 0
}
.owl-nav button:hover:before {
    color: #414042
}
.owl-nav .owl-prev:before {
    content: '\f104'
}
.owl-nav .owl-next:before {
    content: '\f105'
}
footer {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
@media (max-width: 767px) {
    footer {
        flex-direction: column
    }
}
footer .menu-footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
}
footer .menu-footer ul li {
    display: inline-block;
    positon: relative;
}
footer .menu-footer ul li a {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}
@media (max-width: 480px) {
    footer .menu-footer {
        display: none
    }
}
h2.title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'GothamBlack';
    margin-bottom: 35px
}
#porque {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    z-index: 4;
    top: -170px;
}
@media (max-width: 767px) {
    #porque {
        display: block;
        top: -120px
    }
}
#porque >.description {
    position: relative;
    top: 180px;
}
@media (max-width: 767px) {
    #porque >.description {
        top: 60px
    }
}
#porque >.description p {
    text-align: justify
}
#porque .div-slidePorque {
    position: relative;
    z-index: 20;
}
#porque .div-slidePorque .line {
    position: absolute;
    bottom: -40px;
    width: 100px;
    margin-left: 85px
}
.slidePorque .owl-stage-outer {
    margin-bottom: 5px
}
.slidePorque .item {
    position: relative;
}
@media (max-width: 767px) {
    .slidePorque .item {
        display: flex;
        justify-content: center;
        padding-botton: 25px
    }
}
.slidePorque .item .prof {
    margin: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .slidePorque .item .prof {
        margin: 0
    }
}
.slidePorque .item .prof .persona {
    position: relative;
    width: 100%;
    margin-bottom: 10%
}
.slidePorque .item .marco {
    position: absolute;
    width: 95%;
    top: 25px;
    height: 100%;
    bottom: 2px;
    padding-right: 20px;
    margin-right: 10px;
    left: 0;
    z-index: 12;
}
@media (max-width: 767px) {
    .slidePorque .item .marco {
        top: 10px;
        padding-right: 0;
        margin-right: 0;
        height: 90%;
        left: initial
    }
}
.divBannerDiferenciales {
    position: relative;
}
.divBannerDiferenciales .line {
    position: absolute;
    bottom: -40px;
    width: 100px;
    margin-left: 85px
}
.bannerDiferenciales .item {
    padding-bottom: 25px;
}
.bannerDiferenciales .item .img {
    position: relative;
}

.bannerDiferenciales .item .img:hover .ver a {
    opacity: 1;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}
.bannerDiferenciales .item .img .ver {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    opacity: 0;
    position: absolute;
    botom: 0;
    right: 0;
    top: 0;
    width: 0;
    left: initial;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 149, 144, 0.5);
}
.bannerDiferenciales .item .img .ver a {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}
.bannerDiferenciales .item .description {
    margin-top: 10px;
    text-align: center;
    font-family: 'OpenSansBold';
}
.bannerDiferenciales .item .description:hover {
    color: #e4004d
}
.datos_con{padding-left: 15px;
    padding-top: 40px;}
.personal {
    margin-top: 180px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
}

@media (max-width: 767px) {
    .personal {
        margin-top: 130px;
        background-attachment: initial;
        margin-bottom: 60px
    }
}
.cabecera-interna {
    height: 300px;
    background-size: cover;
    background-position: center 90%;
    background-repeat: no-repeat;
}
@media (max-width: 480px) {
    .cabecera-interna.parallax {
        display: block;
        height: 350px
    }
}
@media (max-width: 480px) {
    .cabecera-interna {
        display: none
    }
}
.titulo-porque {
    padding-top: 120px;
    display: flex;
    align-items: left;
    margin-bottom: 45px;
    position: relative;
    color: #414042;
}
@media (max-width: 767px) {
    .titulo-porque {
        margin-bottom: 35px;
        padding-top: 60px;
        width: 100%;
        justify-content: center
    }
}
.titulo-porque .fondo {
    position: absolute;
    width: 75px;
    bottom: 0;
    z-index: 1
}
.titulo-porque .title {
    text-align: left;
    position: relative;
    z-index: 2;
    margin: 0
}
.titulo-servicios,
.titulo-diferenciales {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}
@media (max-width: 480px) {
    .titulo-servicios,
    .titulo-diferenciales {
        margin-top: 120px
    }
}
.titulo-servicios .fondo,
.titulo-diferenciales .fondo {
    position: absolute;
    width: 50px;
    z-index: 1
}
.titulo-servicios .title,
.titulo-diferenciales .title {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
    h2
}
.maps {
    height: 450px;
    width: 100%;
    border: 0 solid transparent
}
.redes-soc {
    list-style: none;
    padding-left: 0;
}
.redes-soc li {
    display: table-cell;
    cursor: pointer;
}
.redes {
    margin: 5px;
    background-color: #cdcdcc;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
}

.redes:hover { text-decoration:none;
    color: #fff;background-color: #e4004d;
}


@media (max-width: 767px) {
    .redes-soc li a {
        width: 45px;
        height: 45px
    }
    .redes-soc li a .fab:before {
        font-size: 21px
    }
}
.subir {
    position: fixed;
    z-index: 999;
    right: 10%;
    bottom: 45px;
    background: rgba(65, 64, 66, 0.2);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.subir:hover {
    color: #e4004d;
    background: rgba(65, 64, 66, 0.5)
}
@media (max-width: 767px) {
    .subir {
        right: 5%
    }
}
@media (max-width: 480px) {
    .subir {
        right: 3%;
        bottom: 15px
    }
}
.articulo {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    margin-bottom: 85px;
    color: #414042;
}
@media (max-width: 767px) {
    .articulo {
        margin-bottom: 30px
    }
}
.articulo.revert {
    flex-direction: row;
}
.articulo.revert >.imagen .numero {
    font-size: 40px;
    font-family: 'OpenSansExtrabold';
    text-align: left
}
.articulo.revert >.imagen .imagen .marco {
    right: initial;
    left: 10px
}
.articulo.revert .texto {
    padding: 0 0 0 45px !important;
}
@media (max-width: 767px) {
    .articulo.revert .texto {
        padding: 0 0 0 0 !important
    }
}
.articulo.revert .texto .titulo {
    text-align: left;
    padding: 0 0 0 89px;
}
@media (max-width: 767px) {
    .articulo.revert .texto .titulo {
        text-align: center !important;
        padding: 0 0 0 0
    }
}
@media (max-width: 767px) {
    .articulo {
        flex-direction: column !important
    }
}
@media (max-width: 767px) {
    .articulo >.imagen {
        display: flex;
        flex-direction: column-reverse !important;
        justify-content: center !important
    }
    .articulo >.imagen .numero {
        padding-bottom: 10px;
        padding-top: 5%;
        text-align: center !important;
        color: #e4004d !important
    }
    .articulo >.imagen .imagen {
        width: 100% !important;
        text-align: center !important
    }
}
.articulo >.imagen .numero {
    text-align: right;
    font-size: 40px;
    line-height: 25px;
    font-family: 'OpenSansExtrabold';
    color: #414042;
    padding-bottom: 15px;
}
.articulo >.imagen .numero:hover {
    color: #e4004d
}
.articulo >.imagen .imagen {
    max-width: 600px;
    width: 550px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .articulo >.imagen .imagen {
        width: 450px;
        margin: auto
    }
}
@media (max-width: 767px) {
    .articulo >.imagen .imagen {
        width: 100%;
        margin: auto
    }
}
.articulo >.imagen .imagen .img {
    width: 100%
}
.articulo >.imagen .imagen .marco {
    position: absolute;
    width: 120%;
    height: 92%;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
@media (max-width: 767px) {
    .articulo >.imagen .imagen .marco {
        width: 95%;
        height: 111%
    }
}
.articulo .texto {
    margin-top: 45px;
    padding: 0 45px 0 0;
}
@media (max-width: 767px) {
    .articulo .texto {
        margin-top: 5px;
        padding: 0 0 0 0
    }
}
.articulo .texto .titulo {
    font-size: 25px;
    font-family: 'GothamBlack';
    text-transform: uppercase;
    position: relative;
    text-align: right;
    padding: 0 89px 0 0;
}
@media (max-width: 767px) {
    .articulo .texto .titulo {
        font-family: 'GothamBlack';
        text-align: center !important;
        padding: 0 0 0 0
    }
    .articulo .texto .titulo br {
        display: none
    }
}
.articulo .texto .concepto {
    padding: 16px;
    position: relative;
    background-color: #fff;
    color: #939598;
    font-family: 'FuturaBookBT';
}
@media (max-width: 767px) {
    .articulo .texto .concepto {
        font-size: 17px
    }
}
@media (max-width: 480px) {
    .articulo .texto .concepto {
        font-size: 16px
    }
}
.articulo .texto .concepto >ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.articulo .texto .concepto >ul li {
    padding-top: 8px;
}
@media (max-width: 767px) {
    .articulo .texto .concepto >ul li {
        text-align: center;
        padding-top: 10px
    }
}
.articulo .texto .concepto >ul li:before {
    position: absolute;
    content: '.';
    text-align: center;
    background-image: url(../img/oso-para-guion.png);
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    left: -6px;
    height: 30px;
    width: 24px;
    background-position: 0px 0px;
    padding-right: 8px;
    color: #e4004d;
}
@media (max-width: 767px) {
    .articulo .texto .concepto >ul li:before {
        display: none
    }
}
.whatsapp {
    display: flex;
    justify-content: center;
    margin: 50px auto 90px;
    position: relative;
}
@media (max-width: 767px) {
    .whatsapp {
        padding-left: 95px;
        padding-right: 55px;
        margin: 150px auto 50px;
        margin-bottom: 0%
    }
}
@media (max-width: 487px) {
    .whatsapp {
        padding-right: 35px
    }
}
.whatsapp .marco {
    position: relative;
    width: 100%;
    max-width: 550px;
    max-height: 165px;
}
.whatsapp .marco margin-bottom 50px img {
    width: 100%;
    height: 100%
}
@media (max-width: 767px) {
    .whatsapp .marco {
        min-height: 200px;
        max-width: 450px
    }
}
@media (max-width: 480px) {
    .whatsapp .marco {
        min-height: 160px
    }
}
.whatsapp .marco .nino {
    position: absolute;
    max-width: 320px;
    bottom: -50%;
    left: -30%;
}
@media (max-width: 767px) {
    .whatsapp .marco .nino {
        max-width: 270px;
        bottom: initial;
        top: -130px;
        left: -150px;
        z-index: 5
    }
}
@media (max-width: 480px) {
    .whatsapp .marco .nino {
        max-width: 200px;
        top: -100px;
        left: -120px
    }
}
.whatsapp .marco .titulo {
    text-transform: uppercase;
    position: absolute;
    font-family: 'GothamBlack';
    font-size: 20px;
    color: #414042;
    top: 15px;
    left: 18%;
    max-width: 280px;
}
@media (max-width: 767px) {
    .whatsapp .marco .titulo {
        font-size: 22px;
        text-align: right;
        max-width: 150px;
        left: initial;
        right: 20px;
        top: 20px
    }
}
@media (max-width: 480px) {
    .whatsapp .marco .titulo {
        font-size: 17px;
        text-align: right;
        max-width: 100px;
        left: initial;
        right:31px;
        top: 15px
    }
}
.whatsapp .marco .telefono {
    border: 15px solid #fff;
    text-align: center;
    right: -10%;
    position: absolute;
    bottom: -15%;
    background-color: #97daeb;
    padding: 2% 15%;
    color: #fff;
    border: #97daeb 2px dotted;
}

.whatsapp .marco .telefono:hover {
    background-color: #fff;
    color: #97daeb;
    border: #97daeb 2px dotted;
}

@media (max-width: 480px) {
    .whatsapp .marco .telefono {
        border: 10px solid #fff
    }
}
.whatsapp .marco .telefono a {
    color: #fff;
    font-family: 'FuturaBookBT';
    font-size: 25px;
    text-decoration: none;
}



@media (max-width: 480px) {
    .whatsapp .marco .telefono a {
        font-size: 20px
    }
}
.whatsapp .marco .telefono p {
    font-size: 15px;
    font-family: 'OpenSansregular'
}
.waze {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
}
@media (max-width: 767px) {
    .waze {
        display: flex
    }
    .waze .marco {
        margin: auto;
        position: relative;
        width: 100%;
        background-size: 100% 100%;
        background-image: url("../img/inicio/16.png");
        background-repeat: no-repeat;
        max-width: 320px;
        padding: 10px 45px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .waze .marco p {
        margin: auto;
        top: -20px;
        left: 0;
        text-align: center;
        position: relative;
        background-color: #fff;
        padding: 0 15px
    }
    .waze .marco a {
        text-align: center;
    }
    .waze .marco a img {
        max-width: 120px;
        margin: auto;
        position: relative;
        top: -8px
    }
}
.titulo-contactenos {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'OpenSansBold'
}
.contacto-movil {
    display: none;
}
@media (max-width: 767px) {
    .contacto-movil {
        display: block
    }
}
.contacto-desktop {
    display: flex;
}
@media (max-width: 767px) {
    .contacto-desktop {
        display: none
    }
}
.contacto-movil {
    margin-top: 80px;
    margin: auto;
    top: -30%;
    z-index: 50;
    width: 100%;
}
.contacto-movil .contactenos {
    margin: 20px 15px;
}
.contacto-movil .contactenos .direccion {
    background-color: #009590;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'OpenSansregular'
}
.contacto-movil .contactenos .contenido {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 10px 30px;
}
.contacto-movil .contactenos .contenido .imagen,
.contacto-movil .contactenos .contenido .telefonos {
    display: flex;
    justify-content: center;
    font-size: 20px
}
.contacto-movil .contactenos .contenido .mail {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.contacto-movil .contactenos .contenido .mail a {
    background-color: #e4004d;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 25px
}
.contacto-movil .contactenos .contenido .div-redes {
    display: flex;
    justify-content: center
}
.contacto-desktop {
    display: flex;
    margin-bottom: 40px;
    color: #fff;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 767px) {
    .contacto-desktop {
        display: none
    }
}
.contacto-desktop .img {
    max-width: 350px;
    width: 100%;
    height: auto;
}
.contacto-desktop .img img {
    width: 100%
}
.contacto-desktop .siguenos {
    align-self: flex-start;
    padding: 55px 170px 0 20px;
}
.contacto-desktop .siguenos .title {
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #414042;
    text-transform: uppercase
}
.contacto-desktop .siguenos .div-redes {
    padding: 15px
}
.contacto-desktop .div-apertura {
    background-size: cover;
    background-image: url("../img/inicio/29.jpg");
    background-repeat: no-repeat;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}
.contacto-desktop .div-apertura h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px
}
.contacto-desktop .div-apertura .horario {
    display: flex;
    text-align: center;
    flex-direction: column;
}
.contacto-desktop .div-apertura .horario p {
    font-size: 18px;
}
.contacto-desktop .div-apertura .horario p span {
    font-size: 14px;
    font-family: 'OpenSansregular'
}
.especialistas {
    padding-bottom: 75px;
}
.especialistas .title {
    margin: 40px auto 75px
}
@media (max-width: 767px) {
    .especialistas {
        padding-bottom: 25px
    }
}
.profesional {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.profesional .fondo {
    width: 100%
}
.profesional .resumen {
    opacity: 0;
    display: block;
    position: absolute;
    max-width: 215px;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 15px 18px;
    background-color: rgba(228, 0, 77, 0.8);
}
@media (max-width: 767px) {
    .profesional .resumen {
        display: block;
        position: relative;
        max-width: 100%;
        margin-bottom: 45px
    }
}
.profesional .resumen.right {
    right: 0
}
.profesional .resumen.varon {
    background-color: rgba(0, 149, 144, 0.8)
}
.profesional .resumen .titulo {
    font-family: 'GothamBlack';
    font-size: 20px;
    margin: 0
}
.profesional .resumen p {
    font-family: 'FuturaBookBT';
    font-size: 13px
}
.link {
    cursor: default;
}
.link:hover {
    color: #e4004d
}
.sientete {
    padding-top: 50px;
}
.sientete .div-izquierda {
    padding-top: 30px;
}
.sientete .div-izquierda h2 {
    font-size: 41px;
    font-family: 'GothamBlack'
}
.sientete .div-izquierda .datos {
    padding-top: 40px;
    padding-left: 50px;
}
.sientete .div-izquierda .datos h4 {
    margin-top: 35px;
    font-size: 16px;
    font-family: 'GothamBlack';
    cursor: default;
}
.sientete .div-izquierda .datos h4:hover {
    color: #e4004d
}
.sientete .div-derecha img {
    width: 100%
}
.float {
    position: absolute;
    z-index: 20
}
.servicios {
    margin-top: 100px;
}
.servicios .btnServicios_ {
    float: right;
}
@media (max-width: 767px) {
    .servicios .btnServicios_ {
        float: none;
        margin-top: 60px
    }
}
@media (max-width: 480px) {
    .servicios .btnServicios_ {
        height: 96px
    }
}
.servicios .btnServicios_ ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 48px;
    padding-left: 0;
}
.servicios .btnServicios_ ul li {
    display: flex;
    align-items: strech;
    margin-left: 15px;
    margin-bottom: 10px;
    height: 100%;
}
.servicios .btnServicios_ ul li a {
    text-align: center;
    height: 100%;
    align-self: center;
    background: #d9d8da;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicios .btnServicios_ ul li a.active {
    background: #e4004d
}
@media (max-width: 480px) {
    .animateme.responsive {
        display: none
    }
}