/*
Created by XDMedia: AGomez
Visit https://xdmedia.es
*/
@import url('css/fonts.css');

:root {
    --dark: #232323;
    --clear: #eeeeee;
    --blue: #1b3c70;
    --blue-hover: #082758;
    --pink: #20a5dc;
    --pink-hover: #0a6e99;
    --family: "Avenir", sans-serif;
    --radius: 2px;
    --verde: #00A19C;
    --bg-section: #f9fbfd;
}
body {
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-family: var(--family);
    background: #fff;
    color: #5f5f5f;
}
html {
    overflow-y: scroll;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
h1, h2, h3, h4 {
    font-weight: 500;
    margin: 6px 0;
    color: var(--dark);
    letter-spacing: -.5px;
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--dark);
    outline: none;
    user-select: none;
    -moz-user-select: none;
}
a:hover {
    cursor: pointer;
}
.new-section {
    height: 83vh;
    /* margin-top: 82px; */
    width: 100%;
    padding: calc( 42px + 82px ) 0 42px 0;
    background-color: var(--bg-section);
}
.new-section .container {
        height: 100%;
}
.new-section .container .row {
       height: 100%;
    margin: 0 4px;
}
.content.full.contact .container .row {
margin: 0 -4px;
}
.new-section .container .row .col {
    position: relative;
    height: 100%;
}
.new-section .container .row .center {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}
.new-section .container .row span {
color: var(--pink);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
}
span.separador {
    /* height: 12px; */
}
.new-section .container .row h1 {
font-size: 44px;
    line-height: 46px;
    margin-bottom: 12px;
}
.new-section .container .row h2 {
font-size: 33px;
    line-height: 35px;
}
.new-section .container .row p {
padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}
.new-section .container .row .col img,
.new-section .container .row .col video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: unset !important;
    float: left;
}
.new-section.section-white {
    background-color: white;
}
.new-section.section-white .center {
     padding-left: 40px;
    max-width: calc(581px + 40px) !important;
}
.new-section.section-gray {
    background-color: var(--bg-section);
    padding: 42px 0 !important;
}
.new-section.section-white,
.new-section.section-gray {
    height: auto;
    padding-top: 0;
    margin-top: 100px;
    padding-bottom: 0;
}
.new-section.section-white .center p,
.new-section.section-gray .center p {
    font-size: 17px;
    line-height: 27px;
}
.new-section .col-textos {
    height: unset !important;
}
.ti-widget.ti-goog .ti-col-5 .ti-review-item {
    border-left: .5px solid var(--clear) !important;
}
.col-textos ul,
.col-textos ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
        padding-top: 6px;
}
.new-section strong {
    font-weight: 500;
}
.col-textos ul li,
.col-textos ol li {
position: relative;
    padding-left: 25px;
    color: var(--dark);
    line-height: 17px;
    font-weight: 500;
    margin: 16px 0;
    font-size: 17px;
}
.col-textos ul li::before {
content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--blue);
    font-weight: bold;
    margin-right: 12px;
    font-size: 21px;
}
.col-textos ul li::marker {
    font-size: 0 !important;
}
.col-textos ol li::marker {
    color: var(--blue);
    font-size: 21px;
}
.col-textos ol li {
        padding-left: 0 !important;
    line-height: 22px;
    margin-bottom: 18px;
}
.new-section.section-contact {
background: white;
    height: auto;
    padding: 100px 0;
    margin: 0;
}
.new-section.section-contact .col-l-2 .fondos {
    background: #ffffff66;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 600px;
    z-index: 2;
    backdrop-filter: blur(3px);
}
.new-section.section-contact .col-l-2 .center {
    z-index: 3;
    padding-right: 75px;
}
.new-section.section-contact .col-l-2 .center a.btn-custom {
    width: 100%;
}
.new-section.section-contact .col-l-10 img {
        max-height: 550px !important;
}
.mt-0 {
margin-top: 0 !important;
}
.equipo .col p {
    line-height: 16px !important;
}
.equipo h4 {
    color: var(--pink);
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.equipo .bg-info {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: #0000000d;
}
.equipo .pop-info {
    position: fixed;
    background: white;
    top: 50%;
    left: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    padding: 24px;
    border-radius: 8px;
    z-index: 99;
    color: var(--blue);
    font-weight: 500;
    border: 1px solid var(--clear);
    box-shadow: 2px 0px 12px #00000024;
    font-size: 16px;
    user-select: none;
    -moz-user-select: none;
}
.equipo .pop-info i {
    right: 12px;
    position: absolute;
    top: 7px;
    font-size: 23px;
    opacity: 1;
    color: var(--pink) !important;
    font-weight: bold;
    cursor: pointer;
}
.equipo .pop-info ul {
padding: 12px 0;
    margin: 0;
    line-height: normal;
    float: left;
    width: 100%;
}
.equipo .pop-info ul li {
    position: relative;
    display: block;
    float: left;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 18px;
    width: 100%;
}
.equipo .pop-info ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--blue);
    font-weight: bold;
    margin-right: 12px;
    font-size: 21px;
}
.pagination {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}
.new-noticias {
    height: auto;
    width: 100%;
    padding: calc(42px + 82px) 0;
    background-color: white;
}
.new-noticias .col {
        padding: 12px;
    padding-bottom: 16px;
}
.new-noticias .container {
    padding: 0 8px !important;
}
.new-noticias .con-mini {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.new-noticias .con-mini h3 {
    color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 0px;
    float: left;
    font-family: var(--family);
}
.new-noticias .row {
    /* padding-bottom: 100px; */
    padding-bottom: 0;
}
.new-noticias .col h3 a {
    float: left;
    font-weight: 500;
	line-height: 24px;
	min-height: 48px;
}
.new-noticias .col a.w100 {
    width: 100%;
}
.new-noticias .col a img {
    height: 264px;
    object-fit: cover;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    float: left;
    clear: both;
    width: 100%;
}
.new-noticias .col a img:hover {
    opacity: .8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.new-noticias.categories {
    padding: 70px 0 !important;
    background: var(--bg-section);
    margin-top: 100px !important;
}
.new-noticias.categories .pagination {
    display: none;
}
.new-noticias .col h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 0;
        line-height: 31px;
    font-weight: normal;
}
.new-noticias .col p {
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
	font-size: 15px;
}

















.pum-theme-6 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0 !important;
}
.flex {
    display: flex;
}
.container {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.row {
    margin: 0 -8px 0 -8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.col {
    float: left;
    padding: 8px;
    width: 100%;
}
.d-block {
    display: block;
    float: left;
    width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.ta-c {
    text-align: center;
}
.container-pro {
    max-width: 1280px;
}
.video {
    margin: 16px auto -52px auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    padding: 19px 12px;
    border-bottom: 1px solid transparent;
}
.header-mini {
    /* background: #ffffff9c; */
    padding: 10px 12px !important;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-fixed {
    padding: 19px 12px;
    /* box-shadow: 0px 0px 9px #00000008;
    background: white;
    border-bottom: 1px solid #f5f5f5; */
}
.header-fixed.header-mini {
    padding: 19px 12px;
    box-shadow: 0px 0px 9px #00000008;
    background: white;
    border-color:#f5f5f5;
}
.header .logo {
    float: left;
    position: relative;
    z-index: 6;
}
.header .logo a {
    float: left;
}
.header .logo img {
    max-width: 165px;
    float: left;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .logo img {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .navbutton {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .navbutton {
    /* margin-top: 5px !important; */
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header .navbar {
    float: right;
}
.header .navbar .flexy {
    display: flex;
    height: 100vh;
    padding: 60px 0;
}
.header .navbar .col-menu {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 60px;
    font-size: 34px;
    line-height: 27px;
}
.header .navbar .col-menu img {
    float: left;
    max-width: 600px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 60px;
}
.header .navbar .col-menu:first-child {
    border-right: 1px solid var(--clear);
}
.thumb {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.thumb img {
    width: 100% !important;
    float: none !important;
}
.text-content img,
.text-content video,
.text-content .wp-video {
    margin-top: 20px;
    height: auto;
}
.text-content b {
    font-weight: 500;
}
.text-content {
    color: #262626;
}
.header .navbar ul {
    margin: 0;
    padding: 0 0;
    list-style: none;
}
.header .navbar ul li {
    display: inline-block;
}
.header .navbar ul li.pedir-cita a {
    background: var(--dark);
    margin: 0;
    padding: 7px 27px;
    margin-left: 12px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-size: 15px;
    color: white !important;
    border-bottom-color: transparent !important;
}
.header .navbar ul li.pedir-cita a:hover {
    border-bottom-color: transparent;
    background: #3b3b3b;
    opacity: 1 !important;
    color: white;
    border-color: var(--dark);
    border-bottom-color: var(--dark) !important;
}
.header .navbar ul li a {
    display: inline-block;
    color: white;
    font-size: 17px;
    padding: 4px 0;
    margin: 0 10px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    border: 1px solid transparent;
    font-weight: 500;
}
.header .navbar ul li a:hover {
    opacity: .7;
    transition: all .1s linear;
    -moz-transition: all .1s linear;

}
/* .header .navbar ul li a:hover, */
.current_page_item a {
    border-bottom-color: var(--pink) !important;
}
.header .navbar ul li ul li {
    line-height: 20px;
}
.header .navbar ul li ul li a {
    font-size: 16px;
    padding: 0 12px;
}
.header .navbutton {
    /* float: right;
    color: white;
    font-size: 36px;
    font-weight: lighter;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    z-index: 6;
    transition: all .1s linear;
    -moz-transition: all .1s linear; */
    display: none;
}
.header.dark {
    background: #ffffffe3;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header.dark .navbutton {
    color: var(--dark);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header.header-fixed .navbutton i {
    color: var(--dark) !important;
}
.header .navbutton i {
    float: left;
    color: white;
}
.color-dark i {
color: var(--dark) !important;
}


.fal.fa-times {
font-size: 35px;
    margin: -2px 0 0 0;
    opacity: .7;
}
.header-fixed .navbar ul li a {
    color: var(--dark);
}


/* =========================================================
   BOTÓN BASE + EFECTO DE BARRIDO
   ========================================================= */

.btn-custom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 16px 22px;
    min-width: 142px;
    border-radius: var(--radius);
    font-family: var(--family);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 14px;
    z-index: 1;
    transition: all .3s ease;
}

/* Capa del barrido */
.btn-custom::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1; /* Debajo del texto, encima del fondo */
    transition: transform .35s ease;
}

/* Movimiento del barrido */
.btn-custom:hover::after {
    transform: translateX(100%);
}


/* =========================================================
   BOTÓN BASE (TRANSPARENTE)
   ========================================================= */

.btn-custom {
    background: var(--dark);
    color: white;
    border: 1px solid var(--dark);
}

/* color del barrido */
.btn-custom::after {
    background: white;
}

.btn-custom:hover {
    color: var(--dark);
    /* border-color: var(--dark); */
}


/* =========================================================
   BOTÓN AZUL
   ========================================================= */

.btn-custom.btn-azul {
    background: var(--blue);
    /* border-color: var(--blue) !important; */
    border: 1px solid transparent !important;
    color: white;
}

/* color del barrido */
.btn-custom.btn-azul::after {
    background: var(--blue-hover);
}

.btn-custom.btn-azul:hover {
    background: var(--blue-hover) !important;
    color: white !important;
    /* border-color: var(--blue-hover) !important; */
}


/* =========================================================
   BOTÓN PINK
   ========================================================= */

.btn-custom.btn-pink {
    background: var(--pink);
    /* border-color: var(--pink) !important; */
    border: 1px solid transparent !important;
    color: white;
}

/* color del barrido */
.btn-custom.btn-pink::after {
    background: var(--pink-hover);
}

.btn-custom.btn-pink:hover {
    background: var(--pink-hover) !important;
    color: white !important;
    /* border-color: var(--pink-hover) !important; */
}





.fp-tableCell a.btn-custom {
    margin: 0 4px;
}
.caja-botones {
    margin-left: -4px;
    float: left;
}
.caja-padding {
    padding-top: 24px ;
}
.caja-botones a {
    float: left;
}
.btn-custom i {
    font-size: 11px;
    display: inline-block;
    margin: 0px 0 0px 8px;
}
.btn-custom i:hover {
    color: var(--dark);
}

.btn-custom.btn-custom-l {
    padding: 18px 32px;
    font-size: 16px;
    line-height: 18px;
    min-width: 168px;
    margin: 0 4px;
}
.content.full.contact {
    height: auto;
    width: 100%;
    padding: calc(42px + 82px) 0 42px 0;
    background-color: white;
}
.form-custom {
background: var(--bg-section);
    padding: 44px;
    overflow: hidden;
    margin-left: 44px;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    overflow: hidden !important;
}
.content.full.contact .form-custom h3 {
    padding: 0;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 26px !important;
    padding-bottom: 12px;
}
.wpforms-field-description {
        margin-top: -49px !important;
    float: left !important;
    font-size: 13px !important;
}
.wpforms-field-label-inline {
    padding-left: 0 !important;
    padding-top: 3px !important;
    margin-left: -6px !important;
    font-size: 14px !important;
}
div.wpforms-container-full {
    margin: 0 !important;
}
.form-custom .wpforms-field {
    padding: 7px 0 !important;
    margin: 0 !important;
}
.form-custom .wpforms-field input,
.form-custom .wpforms-field textarea {
border-radius: var(--radius) !important;
    padding: 10px 16px !important;
    border-color: #dfdddd !important;
    height: 57px !important;
}
.form-custom .wpforms-field textarea {
        height: 107px !important;
}
.form-custom .wpforms-field.wpforms-field-phone input {
	padding-left: 45px !important
}
.form-custom button {
    width: 100% !important;
    height: 53px !important;
    border-radius: var(--radius) !important;
    outline: none !important;
    background: var(--blue) !important;
}
.form-custom .wpforms-field.wpforms-field-phone button {
	width: auto !important;
	height: 57px !important;
	background: transparent !important
}
.btn-custom.btn-custom-s {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 14px;
    min-width: 110px;
    margin: 0px;
    background-color: transparent;
    color: var(--dark);
}
.btn-custom.btn-custom-s:hover {
    background-color: #3b3b3b;
    color: var(--dark) !important;
}
.content.full.contact h2 {
font-size: 27px;
    padding-bottom: 14px;
    padding-top: 35px;
}
.content.full.contact p {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 25px;
}
.content.full.contact ul {
margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
.content.full.contact ul li {
font-size: 18px;
    color: var(--dark);
    padding-bottom: 3px;
    font-weight: 500;
}
.content.full.contact ul li a {
margin-left: 4px;
    color: var(--pink);
}
.content.full.contact h3 {
color: var(--dark);
    font-weight: 500;
    font-size: 21px !important;
}
.header .navbar ul li { 
    position: relative; 
}

.header .navbar ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 241px;
    background: #fff;
    padding: 6px 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    pointer-events: none;
    z-index: 2
}

.header .navbar ul li .sub-menu li a {
    display: block;
    padding: 10px 8px;
    color: var(--dark);
    border-bottom: transparent !important;
}

.header .navbar ul li .sub-menu li:last-child a {
    border-bottom: none;
}

.header .navbar ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.btn-custom-dark {
    color: var(--dark);
    border: 1px solid var(--dark);
}
.btn-custom-dark:hover {
    color: white;
    background: var(--dark);
}


.header .container {
    overflow: unset;
    display: flow-root;
}
.points {
    pointer-events: none;
}
.section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section .center,
.home .center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 750px;
}


.section .center {
    visibility: hidden;
}
.section .center h1,
.home .center h1 {
    color: white;
    margin: 0;
    font-size: 62px;
    line-height: 66px;
    font-weight: 500;
    font-family: var(--family);
    margin-bottom: 12px;
    letter-spacing: -2px;
}
.section .center h2 {
    color: white;
    line-height: 62px;
    margin: 0;
    /* margin-top: 40px; */
    font-size: 59px;
    font-weight: 500;
    font-family: var(--family);
    letter-spacing: -2px;
}
.section .center strong,
.home .center strong,
.section .center strong {
    color: white;
    margin-bottom: 7px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 1px 1px 4px #ffffff47;
    font-weight: 500;
}
.section .center p {
    max-width: 485px;
    color: white;
    text-align: center;
    margin: 10px auto;
    font-size: 19px;
    line-height: 27px;
}
.section .center .btn-simple,
.home .center .btn-simple,
.content.full .btn-simple {
    color: white;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--family);
    margin-bottom: 40px;
}
.content.full .btn-simple {
    color: var(--dark);
    cursor: default;
}
.section .center .btn-custom,
.home .center .btn-custom {
   margin-top: 12px;
}
.section span,
.home span {
    background: #0000003b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
.categoria-activa {
    opacity: .6;
}
.categoria-activa a {
    pointer-events: none;
    cursor: default;
}
/* #section1 {
background-image: url(img/fullpage/uno.jpg);
} */
#section2 {
background-image: url(img/fullpage/dos.jpg);
}
#section3 {
background-image: url(img/fullpage/tres.jpg);
}
#section4 {
background-image: url(img/fullpage/cuatro.jpg);
}
#section7 {
background-image: url(img/fullpage/cinco.jpg);
}
#section6 {
background-image: url(img/fullpage/seis.jpg);

}
.top {
    background: var(--dark);
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 10%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: var(--radius);
    border: 1px solid var(--dark);
    cursor: pointer;
}
footer {
    background: var(--blue);
    padding: 60px 12px;
    color: #dfdfdf;
}
footer p {
    max-width: 200px;
}
footer h4 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    margin-top: 13px;
}
footer ul li {
    display: block;
}
footer ul li a {
    display: block;
        color: #dfdfdf;
}
footer .subfooter {
    border-top: 1px solid #20517b;
    text-align: center;
    margin-top: 64px;
}
footer .subfooter .social {
        padding: 16px 0;
}
footer .subfooter .social a {
    color: white;
    font-family: var(--family);
    font-size: 17px;
    border-bottom: 1px solid white;
}
footer .subfooter .make {
    margin: 40px 0;
    font-size: 13px;
    font-family: var(--family);
}
footer .subfooter .make a {
    color: var(--clear);
}
#myVideo {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 100vh;
}
.home {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home video,
.home img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home.page {
    height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home.page video,
.home.page img {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home .a-info {
    color: white;
}
.home .down {
    position: absolute;
    z-index: 8;
    color: white;
    bottom: 13px;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.home .down a {
    color: white;
}
.home .down i {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.home .down i:hover {
    transform: scale(1.2);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.content .col.full:first-child {
    /*border-right: 1px solid var(--clear);*/
    padding: 0 24px 0 0;
}
.content .col.full:last-child {
    padding: 0 0 0 24px;
}
.content .con-info {
    text-align: center;
    padding: 120px 0 60px 0;
    border-bottom: 1px solid var(--clear);
    margin-bottom: 60px;
}
.content.full .con-info {
    padding: calc(42px + 82px) 0;
    padding-bottom: 0;
    border-bottom: unset;
}
.content .con-info h1 {
color: var(--dark);
    margin: 0;
    font-weight: 500;
    font-family: var(--family);
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 52px;
}
.content .con-info h2 {
    color: var(--dark);
    line-height: 60px;
    margin: 0;
    font-size: 54px;
    font-weight: bold;
    font-family: var(--family);
}
.content .row {
    /* padding-bottom: 100px; */
    padding-bottom: 0;

}
.content.mini .container {
    padding: 0 8px !important;
}
.d-none {
    display: none;
}
.content.full.post {
    padding-bottom: 100px;
}
.content .col img {
    clear: both;
    max-width: 100%;
}
.content .col h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
}
.content.mini .col p {
    font-size: 16px;
}
.content .col p {
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
	font-size: 17px;
}
.content .col p strong {
    color: #464646;
}
.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full.post .row {
    margin: 0;
}
.content.full.post h2 {
    font-size: 26px;
	    font-weight: 500;
}
.content.full .col {
    padding: 16px;
}
.content.full .col a img {
    height: 300px;
    object-fit: cover;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.content.full .col a img:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.content.full.off .col a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full.off .col a img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.content.full .col:nth-child(2n+1) a img {
    height: 400px;
    object-fit: cover;
}
.content.full .col h3 {
    clear: both;
    width: 100%;
    font-size: 18px;
    margin-top: 12px;
}
.content.mini {
    padding: 100px 0 0 0;
}
.content .con-mini {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.content.mini .col {
    padding: 12px;
    padding-bottom: 16px;
	    width: 20%;
}
.content.mini .col a {
    float: left;
    font-weight: 500;
	    width: 100%;
}
.content.mini .col a.btn-custom {
	width: auto;
}
.content.mini .col a i {
font-size: 14px;
    margin: 8px 0 0px 5px;
    display: inline;
    float: right;
}
.content.mini .col a img {
	width: 100%;
    height: 264px;
    object-fit: cover;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    float: left;
}
.content.mini .col a img:hover {
    opacity: .8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.content.mini .col h3 {
float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 0;
}
.content .con-mini h3 {
color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 0px;
    float: left;
    font-family: var(--family);
}
.section-reviews {
    padding: 70px 0 50px 0;
    background: var(--bg-section);
    margin-top: 100px;
}
.section-reviews h3 {
    color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    float: left;
    font-family: var(--family);
    padding: 0 8px;
    padding-bottom: 16px;
}
.section-reviews .container {
    padding: 0 16px;
}
.ti-widget.ti-goog.ti-widget.ti-goog 
.ti-review-item > .ti-inner {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: var(--bg-section) !important;
}
.r-top {
    visibility: hidden;
}
form.form {
    width: 100%;
    margin: 0 auto;
}
form.form input {
    font-family: var(--family);
}
form.form .group-per input {
    /*width: 50% !important;*/
    float: left;
}
form.form input[type="text"],
form.form input[type="email"] {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    border-bottom: none;
    font-size: 16px;
}
form.form input[type="submit"],
.btn-contact {
    background: var(--dark);
    color: white;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px;
    outline: none;
    font-weight: bold;
    border-radius: var(--radius);
    text-decoration: none;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-size: 13.2px;
    width: 100%;
    cursor: pointer;
}
form.form input[type="submit"]:hover,
.btn-contact:hover {
    border-color: var(--dark);
    background: transparent;
    color: var(--dark);
}
form.form textarea {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    resize: vertical;
    font-family: var(--family);
    font-size: 16px;
    min-height: 320px;
}
.content.contact i {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: var(--dark);  
}
.content.contact p a {
    color: var(--dark);
    font-family: var(--family);
    font-size: 17px;
    border-bottom: 1px solid var(--dark);
}
.share {
    margin-bottom: 72px;
}
.share h4 {
        font-family: var(--family);
    font-size: 18px;
}
.share ul {
        list-style: none;
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
}
.share ul li a {
    padding: 12px 16px;
    display: inline-block;
}
.share ul li a:first-child {
    padding-left: 0;
}
.share ul li a i {
    font-size: 18px;
}
.b-none {
    border-bottom: none !important;
}
.post-edit-link {
    display: none;
}
.slider-custom {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.group-per .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 50%;
}
form.form p {
    margin: 0 !important;
}
form.form .group-per .your-name input,
form.form .group-per .your-phone input {
    border-right: none;
    width: 100% !important;
}
.acceptance {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.acceptance * {
    user-select: none;
    -moz-user-select: none;
}
span.wpcf7-list-item {
    margin: 4px 0 12px 0 !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 12px !important;
}
.simple {
    line-height: 24px;
    padding: 0 12px;
    min-height: 200px;
}
.simple h2,
.simple h3,
.simple h4 {
    margin-top: 24px !important;
}
.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}







/* Firefox */
/* @-moz-document url-prefix() {

} */


/* Explorer */
/* @supports (display:-ms-grid) { 

} */


/* Responsive Medium */
@media all and (max-width: 1458px) {

    .container {
        max-width: 100%;
        position: relative;
        
    }
    .new-section .container .row p {
        margin: 8px 0;
        line-height: 23px;
    }
    .caja-padding {
    padding-top: 6px;
}
.col-textos ul li, .col-textos ol li {
    margin: 9px 0;
}
.new-section .container .row span {
    margin-bottom: 6px;
}
.new-section .container .row h1 {
    margin-bottom: -6px;
}

}


.p-landing {
padding: 100px 0 !important;
}

/* Responsive Small */
@media all and (max-width: 1246px) {


.content.mini .col {

    width: 100%;
}
	
	.on-cookies {
    
    padding: 16px !important;
}
	
	.p-landing {
padding: 50px 0 !important;
}
	
	.on-cookies span {
    line-height: 21px !important;
    width: 70%;
}
	.on-cookies a.ok {
    width: 30%;
    float: right !important;
    margin-top: 11px;
}
	
	

    .new-section.section-white,
.new-section.section-gray {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


    .top {
        display: none !important;
    }
.content.full.post .con-info {
        padding: 100px 8px 0 8px;
        margin-bottom: 21px;
        text-align: left;
}
.content.full.post .con-info h1 {
    text-align: left;
        font-size: 27px;
        line-height: 33px;
        font-weight: 500;
}
.content.full.contact .con-info {
        padding: 100px 8px 0 8px;
        margin-bottom: 21px;
        text-align: left;
        padding-top: 0;
}
.simple {   
    width: 100%;
}
.content.full.contact .con-info h1 {
    text-align: left;
        font-size: 27px;
        line-height: 33px;
        font-weight: 500;
}
.fal.fa-phone {
font-size: 23px;
    display: inline-block;
    margin: 3px 10px 0 0;
}
.content.full .col {
    padding: 12px;
    padding-top: 0;
    
}
.new-noticias .con-mini h3 {
    padding-top: 2px;
}
.content.full.contact {
    padding-top: 100px;
}
.content.full.contact h2 {
         padding-top: 0;
        margin-top: 0;
        line-height: 34px;
        padding-bottom: 5px;
}
.wpforms-field-description {
    margin-top: 0 !important;
}
.form-custom {
    margin-left: 0 !important;
    padding: 38px 16px !important;
}
.equipo .pop-info {
    max-width: 100% !important;
    width: 100%;
}
.content.full.contact p {
    padding-bottom: 4px;
}
.content.full.contact ul {
    margin-bottom: 8px;
}
.section-reviews {
    padding: 60px 0 50px 0 !important;
    margin-top: 50px !important;
}
.content.full.post article {
        padding: 0 12px;
}
.content.full.post article .col.full {
    padding: 0;
} 
.equipo .pop-info ul li {
    margin-top: 9px !important;
}
.new-noticias {
    padding-top: 100px;
}
.content.full.post {
    padding-bottom: 50px;
}  
.header .navbar ul li.pedir-cita a {
    margin-left: 0 !important;
}

.section-reviews .container {
    padding: 0 12px;
}
.new-section.section-contact {
    padding: 50px 6px;
}
.new-section.section-contact .col.col-textos {
    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
}
.new-section.section-contact .col-l-2 .center a.btn-custom {
    width: auto;
}
.new-section.section-contact .col.col-textos .fondos {
            width: auto;
        margin: 6px 12px;
}
.new-section.section-contact .col.col-textos .fondos .center {
        padding: 0 20px;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
}
.new-section.section-contact .col.col-textos .fondos .center p {
    color: var(--dark);
    line-height: 24px;
}
.section-reviews h3,
.content .con-mini h3 {
    font-size: 22px;
    padding: 0 14px;
}
.new-noticias .con-mini {
    padding-left: 4px;
}
.content.full {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.new-noticias .container {
    padding: 0 16px !important;
}
.header-fixed .navbar ul li a {
    font-size: 17.5px;
}
.new-section .container .row h2 {
    font-size: 27px;
    line-height: 30px;
}
.col-textos ul li, .col-textos ol li {
        margin: 16px 0 !important;
}
    .caja-padding{
        padding-top: 19px !important;
    }


.new-section.section-white .center,
.new-section.section-gray .center {
position: relative !important;
        transform: unset !important;
        top: 0 !important;
        padding: 0;
}
.new-section.section-white {
    margin-top: 50px;
}
.new-section.section-gray {
margin-top: 50px;
}
.content.mini {
    padding: 50px 8px 0 8px;
}

.new-section.section-gray .center {
    padding-bottom: 20px;
}
.new-section.section-white .center {
    padding-top: 20px;
}



.header .navbar ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
}

.section {
    background-attachment: unset !important;
}
    
.section .center, .home .center {
    width: 100%;
    padding: 18px;
}
.footer .col-l-3 {
    width: 50% !important;
}
footer p {
    margin: 0px 0;
}
.section .center h1, .home .center h1 {
    line-height: 51px;
    font-size: 48px;
}
.section .center h2 {
    line-height: 42px;
    font-size: 39px;
}
.section .center p {
        font-size: 17px;
        line-height: 25px;
        max-width: 350px;
}
footer ul {
    margin-top: 4px;
    line-height: 23px;
}
footer {
    padding: 46px 16px 0 16px;
            font-size: 14px;

}
footer .subfooter {
    margin-top: 30px;
}
.col {
    width: 100%;
}
.header .navbutton {
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    color: white;
    font-size: 31px;
    z-index: 99;
    padding: 6px 0;
}
.header .logo {
    z-index: 99;
}
/* Botón */
.navbutton {
  font-size: 28px;
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

/* NAV oculta inicialmente */
.navbar {
  position: fixed;
  top: 0;
  left: -100%; /* Oculto */
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 15px rgba(0,0,0,.15);
  transition: left .35s ease;
  z-index: 97;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar.open {
  left: 0; /* Mostrar */
}

/* UL centrado vertical/horizontal */
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.navbar ul li a {
  color: #333 !important;
  text-decoration: none;
  font-size: 20px;
}

/* Submenús */
.navbar ul li ul.sub-menu {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.navbar ul li:hover > ul.sub-menu {
  display: flex;
}

/* Fondo para cerrar tocando fuera (opcional) */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9990;
}

.nav-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.navbar ul li ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        box-shadow: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: unset !important;
        min-width: unset !important;
}
.navbar ul li ul.sub-menu li {
    display: block;
}
html.no-scroll {
  overflow: hidden;
}
.header.header-fixed .navbutton {
    color: var(--dark) !important;
}

body .new-section:first-of-type { 
                    padding: calc(42px + 32px) 0 42px 0;
}
body .new-section:first-of-type .container .row .col:first-of-type {
            position: absolute;
        z-index: 7;
        text-align: center;
}
body .new-section:first-of-type .container .row .col:first-of-type .center {
width: 100%;
        padding-right: 24px;
        max-width: 100%;
}
body .new-section:first-of-type .container .row .col:first-of-type .center h1 {
    color: white;
        font-size: 39px;
        line-height: 42px;
        padding: 0 12px;
}   

body .new-section:first-of-type .container .row .col:first-of-type .center p {
       color: white;
        padding: 16px;
        max-width: 600px;
        margin: 0 auto;
        line-height: 24px;
        padding-bottom: 0;
        
}
body .new-section:first-of-type .container .row .col:first-of-type .center .caja-botones {
    width: 100%;
    text-align: center;
    margin-left: 0;
}
body .new-section:first-of-type .container .row .col:first-of-type .center .caja-botones a {
   float: none !important;
        min-width: 147px;
        padding: 15px 22px;
        font-size: 15px;
}

body .new-section:first-of-type .container .row .col:nth-of-type(2)::after {
        content: "";
        position: absolute;
        inset: 0;
        background: #0000003b;
        pointer-events: none;
        z-index: 2;
        margin: 8px;
}

body .new-section:first-of-type .container .row .col:nth-of-type(2) {
    
}


}