@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');
/* Fuente anterior */
/* @import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700'); */


body {
    color: #404040;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #262626;
}

a:visited {
    color: #757686;
}

a:hover, a:focus, a:active {
    color: #262626;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}

.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 24px;
}

.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    transition: color .35s;
}

.site-navigation ul li button {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    transition: color .35s;
}

/*
# Call Button
--------------------------------*/
.call-btn {
    min-width: 210px;
    padding: 8px 12px 6px !important;
    margin-left: 24px;
    margin-right: 0 !important;
}

.call-btn img {
    display: inline-block;
    margin-right: 12px;
}

.call-btn a {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 30px 0;
    }
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    color: #0d1048;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.banner-1{
    background-image: url('images/banners/1.png');
}

.banner-2{
    background-image: url('images/banners/2.png');
}

.banner-3{
    background-image: url('images/banners/3.png');
}

.hero-slider {
    max-height: 950px;
}

.hero-content-wrap {
    min-height: 700px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: center;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #404040;
}

.hero-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #828282;
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaaaaa;
    background: transparent;
    opacity: 1;
    text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #0d1048;
    border-color: #0d1048;
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width: 60px;
    }
}

@media screen and (max-width: 576px) {
    .hero-slider .pagination-wrap {
        top: auto;
        bottom: 60px;
        margin-top: 0;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }

    .banner-1{
    background-image: url('images/banners/mobil-1.png');
    }

    .banner-2{
        background-image: url('images/banners/mobil-2.png');
    }

    .banner-3{
        background-image: url('images/banners/mobil-3.png');
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
    margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.elements-page .elements-container {
    margin-top: 54px;
}

.elements-page .btn {
    margin-right: 20px;
}

/*
# Button
----------------------------------*/
.button {
    padding: 12px 50px 10px;
    margin-right: 32px;
    border: 0;
    border-bottom: 3px solid #0d1048;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    outline: none;
    background: #f0f4f8;
    text-decoration: none !important;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button.dark {
    border-color: transparent;
    color: #fff;
    background: #0d1048;
}

.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(12,77,162,1)), color-stop(100%, rgba(13,16,72,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#587de4',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}

.accordion-wrap .entry-content {
    margin: 0;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
}

.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(13,16,72,1) 0%, rgba(12,77,162,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(12,77,162,1)), color-stop(100%, rgba(13,16,72,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(13,16,72,1) 0%, rgba(12,77,162,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(13,16,72,1) 0%, rgba(12,77,162,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(13,16,72,1) 0%, rgba(12,77,162,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(13,16,72,1) 0%, rgba(12,77,162,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#0d1048',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}

.accordion-wrap .entry-content p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    color: #828282;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-nav .tab-nav {
    width: 20%;
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #eaf1f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
    transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(12,77,162,1)), color-stop(100%, rgba(13,16,72,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#0d1048',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99;
}

.tabs-container {
    padding: 10px 0;
}

.tab-content {
    display: none;
}

.tab-content img {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.tab-content h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
    margin: 20px 0;
    text-align: center;
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto;
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #404040;
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.circular-progress-bar .entry-title span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
    margin: 60px 0 20px;
    text-align: center;
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 400;
    color: #404040;
}

.counter-box .counter-k {
    font-size: 48px;
}

.counter-box .entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #828282;
}

/*
# Icon Box
----------------------------------*/
.icon-box .entry-header img {
    margin-right: 24px;
}

.icon-box .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #404040;
}

.icon-box .entry-content {
    margin-top: 32px;
}

.icon-box .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.icon-box .entry-footer a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #828282;
    text-transform: uppercase;
}

.aling-left {
    text-align: left;
}

/* Estilo para centrar la imagen */
.icon-box .icon {
  position: relative;
  width: 100%; /* Se adapta al contenedor */
  height: 100px; /* Ajusta la altura según sea necesario */
}

/* Centrado de la imagen */
.icon-box .icon img {
  position: absolute;
  top: 50%; /* Lo coloca en el centro vertical */
  left: 50%; /* Lo coloca en el centro horizontal */
  transform: translate(-50%, -50%); /* Ajusta el posicionamiento para que esté centrado exacto */
  width: 50px; /* Ajusta el tamaño según lo necesites */
  height: auto; /* Mantiene la proporción */
  filter: brightness(0) invert(1); /* Imagen blanca */
  transition: all 0.3s ease-in-out; /* Efecto suave */
}

/* Cuando pasas el mouse y el fondo se vuelve blanco, la imagen se vuelve azul */
.icon-box:hover .icon img {
  filter: brightness(1) invert(0); /* Regresa la imagen a su color original (azul) */
}
/*
# Bar Filler
----------------------------------*/
.barfiller {
    position:relative;
    width:100%;
    height:5px;
    border-radius: 3px;
    background:#d6dee1;
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    border-radius: 3px;
    background:#333;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #0d1048;
    color: #fff;
}

/*
# Subscribe Banner
--------------------------------*/
.subscribe-banner {
    padding: 80px 0;
    background: url("images/subscribe-bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

.subscribe-banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.subscribe-banner input[type="email"] {
    width: 100%;
    padding: 8px 24px;
    border: 0;
    margin-top: 24px;
    font-size: 12px;
    font-style: italic;
    color: #404040;
    background: #fff;
    text-align: left;
}

.subscribe-banner input[type="submit"] {
    margin-top: 32px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (min-width: 601px){
    #button-pc {
        display:inline-block;
    }

    #button-movil {
        display:none;
    }
}



@media screen and (max-width: 600px){
    #button-pc {
        display:none;
    }

    #button-movil {
        display:inline-block;
    }
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homepage-boxes {
    padding: 110px 0;
}

/*
# Opening Hours
--------------------------------*/
.opening-hours,
.emergency-box,
.appointment-box,
.contact-info {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #dde4ea;
}

.opening-hours {
    border-color: #0d1048;
}

.opening-hours h2,
.emergency-box h2,
.appointment-box h2,
.contact-info h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #fff;

    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.opening-hours ul {
    list-style: none;
}

.opening-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.opening-hours ul li span {
    display: inline-block;
    margin-left: 5px;
}

/*
# Emergency
--------------------------------*/
.emergency-box {
    padding: 16px;
}

.emergency-box p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    color: #828282;
}

.emergency-box .call-btn {
    max-width: 220px;
    margin: 24px auto !important;
}

/*
# Make an Appointment
--------------------------------*/
.appointment-box {
    padding: 16px;
}

.appointment-box form {
    margin-top: 24px;
}

.appointment-box form select,
.appointment-box form input[type="text"],
.appointment-box form input[type="number"] {
    display: block;
    width: calc(50% - 5px);
    padding: 12px 16px ;
    margin-bottom: 10px;
    border: 0;

    font-size: 12px;
    font-style: italic;
    color: #828282;
    background: #f0f4f8;
    outline: none;
}

.appointment-box form input[type="submit"] {
    margin-top: 16px;
}

/*
# Our Departments
--------------------------------*/
.our-departments {
    padding: 100px 0;
    background: url(images/departments-bg.jpg) no-repeat;
    background-size: cover;
}

.our-departments-wrap {
    padding: 60px 80px 80px;
    background: -moz-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(12,77,162,1)), color-stop(100%, rgba(113,16,72,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#0d1048',GradientType=1 ); /* ie6-9 */
}

@media screen and (max-width: 768px){
    .our-departments-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.our-departments-wrap h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.our-departments-cont {
    margin-bottom: 64px;
}

.our-departments-cont .entry-header {
    min-height: 48px;
}

.our-departments-cont .entry-header img {
    margin-right: 16px;
}

.our-departments-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.our-departments-cont .entry-content {
    margin-top: 16px;
}

.our-departments-cont .entry-content p {
    font-size: 14px;
    color: #fff;
}

.our-departments-cont .entry-footer a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

/*
# Section: Testimonial
--------------------------------*/
.testimonial-section {
    margin-top: 100px;
    position: relative;
    height: 100%;
    padding: 100px 0;
}

.testimonial-section h2 {
    margin-bottom: 40px !important;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url("images/testimonial-bg.jpg") no-repeat right center;
    background-size: cover;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-wrap {
    position: relative;
    padding: 72px 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 40px 20px 27px rgba(0,0,0,.1);
}

.testimonial-bg-shape {
    position: relative;
}

.testimonial-bg-shape::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -130px;
    z-index: -1;
    width: 499px;
    height: 492px;
    background: url("images/testimonial-content-bg.png") no-repeat;
}

.testimonial-slider .content-wrap {
    background: #fff;
}

.testimonial-slider .entry-content p {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    color: #828282;
}

.testimonial-slider .entry-content p::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 46px;
    height: 46px;
    background: url("images/testimonial-p-bg.png") no-repeat;
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}

.testimonial-slider .testimonial-user span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.testimonial-slider .user-avatar {
    width: 78px;
    height: 78px;
    margin-top: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #0d1048;
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 99;
    width: 100%;
}

@media screen and (max-width: 768px){

    .testimonial-slider-wrap {
        padding: 72px 30px 120px;
    }

    .swiper-pagination-wrap {
        bottom: 30px;
    }
}

.testimonial-slider .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 8px;
    opacity: 1 !important;
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(1) {
    background: url("images/user-1.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(2) {
    background: url("images/user-2.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(3) {
    background: url("images/user-3.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(4) {
    background: url("images/user-4.jpg");
}

.testimonial-slider .swiper-pagination-bullet-active {
    display: none;
}

/*
# News
--------------------------------*/
.the-news {
    padding: 100px 0 40px;
}

.the-news h2,
.testimonial-section h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #404040;
}

.testimonial-section h2 {
    text-align: left;
}

.the-news-wrap {
    margin-bottom: 60px;
}

.the-news-wrap figure {
    margin: 0;
}

.the-news-wrap figure img {
    width: 100%;
}

.the-news-wrap h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.the-news .post-metas {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #828282;
}

.the-news .post-metas > div {
    margin-right: 16px;
}

.the-news .post-metas label {
    margin: 0;
    color: #0d1048;
}

.the-news .post-metas a {
    color: #828282;
}

.the-news-wrap .entry-content {
    margin-top: 32px;
}

.the-news-wrap .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-page .site-header {
    position: relative;
    padding: 220px 0 140px;
    /*background-color: #f0f4f8;*/
    background-image: url(images/bg-2.jpg);
    background-size: cover;
}

.single-page .site-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #404040;
}

.single-page .site-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
    height: auto;
}

@media (max-width: 992px){
    .single-page .site-header .header-img {
    display: none;}
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
   font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    color: #0d1048;
}

.breadcrumbs li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    color: #828282;
}

.breadcrumbs li:nth-last-of-type(1)::after {
    display: none;
               }

.breadcrumbs a {
    color: #828282;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.med-history {
    padding: 100px 0;
}

.padd0{
    padding: 0;
}

.med-history h2,
.medical-team h2,
.quality-services h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 600;
    color: #404040;
}

.med-history p {
    font-size: 14px;
    color: #828282;
}

.med-history .button {
    margin-top: 24px;
}

.med-history img {
    max-width: 100%;
}

.faq-stuff {
    padding: 100px 0;
    background: url("images/faq-bg.jpg") no-repeat;
    background-size: cover;
}

.faq-stuff h2 {
    margin-bottom: 64px;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.faq-stuff .accordion-wrap .entry-content p {
    color: #fff;
    text-align: justify;
}

.faq-stuff .accordion-wrap .entry-content li {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    color: #fff;
}

.professional-box,
.quality-box {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
}

.professional-box h2,
.quality-box h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
    background: #fff;
}

.professional-box img,
.quality-box img {
    margin: 24px 0;
}

.professional-box p,
.quality-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}

.medical-team {
    padding: 100px 0;
}

.medical-team h2 {
    margin-bottom: 56px;
}

.medical-team-wrap {
    text-align: center;
}

.medical-team-wrap img {
    max-width: 100%;
    border-radius: 20px;
}

.medical-team-wrap h4 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.medical-team-wrap h5 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.quality-services {
    padding: 100px 0;
}

.quality-services h2 {
    text-align: center;
}

.quality-services p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.services-tabs {
    margin: 100px 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog-page .the-news {
    padding-bottom: 20px;
}

.blog-page .the-news-wrap {
    margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
@media screen and (min-width: 992px){
    .pagination {
        margin-bottom: 100px;
    }
}

.pagination a {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #828282;
    text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
    color: #0d1048;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    padding: 100px 0;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 90px);
    padding: 8px 30px 8px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    background: #f0f4f8;
    color: #404040;
}

.search-widget button[type="submit"] {
    padding: 10px 32px 9px;
    border: 0;
    margin-left: -32px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: -moz-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(12,77,162,1)), color-stop(100%, rgba(13,16,72,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#587de4',GradientType=1 ); /* ie6-9 */
}

.widget-title {
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

/*
# Categories
--------------------------------*/
.sidebar-cats ul {
    list-style: none;
}

.sidebar-cats li {
    margin-bottom: 15px;
    font-size: 14px;
}

.sidebar-cats li a {
    color: #828282;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts ul {
    list-style: none;
}

.popular-posts li {
    margin-bottom: 32px;
}

.popular-posts li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a ,
.popular-posts figure img {
    display: block;
    margin: 0;
}

.popular-posts figure {
    width: 58px;
}

.popular-posts .entry-content {
    width: calc(100% - 72px);
}

.popular-posts h3 {
    font-size: 14px;
}

.popular-posts h3 a {
    color: #828282;
}

.popular-posts .posted-date {
    font-size: 12px;
    font-weight: 500;
    color: #0d1048;
}

/*
#Opening hours
--------------------------------*/
.sidebar .opening-hours,
.sidebar .emergency-box {
    margin-top: 80px;
}

.sidebar .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 32px auto;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-short-boxes {
    padding: 100px 0;
}

.contact-info ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-info ul li span {
    display: inline-block;
    color: #404040;
}

.contact-info ul li span {
    width:64px;
}

.contact-page-short-boxes .opening-hours ul li {
    margin-top: 20px;
}

.contact-page-short-boxes .emergency-box {
    padding: 32px;
}

.contact-page-short-boxes .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 0 auto 24px;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form h2 {
    margin-bottom: 24px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-top: 30px;
    border: 0;
    background: #f0f4f8;
    outline: none;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #828282;
}

.contact-form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer;
}

.contact-page-map {
    margin-bottom: 100px;
}

.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 560px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    padding: 48px 0;
    background: url("images/footer-bg.png") no-repeat center #fff;
    background-size: cover;
    font-size: 14px;
    color: #828282;
}

.footer-widgets h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.foot-about p {
    font-size: 14px;
    line-height: 2;
}

.foot-about p.copyright {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500;
}

.foot-contact i {
    margin-bottom: 5px;
    width: 20px;
    color: #0d1048;
}

.foot-contact ul {
    list-style: none;
}

.foot-contact ul li {
    margin-bottom: 5px;
    font-weight: 500;
}

.foot-contact ul li span {
    display: inline-block;
    color: #404040;
    font-weight: bold
}

.foot-contact ul li span {
    width: 80px;
}

.foot-links ul {
    list-style: none;
    column-count: 3;
    column-gap: 1px;
}

.foot-links ul li {
    margin-bottom: 5px;
}

.foot-links ul li a {
    color: #828282;
}

.foot-links ul li a:hover {

    font-weight: bold;
    color: #0d1048;
}


/*--------------------------------------------------------------
# scroll
--------------------------------------------------------------*/

.ftco-navbar-light {
  z-index: 3;
  background: #fff !important; 
}
  
@media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: none !important;
      /* position: relative; */
      top: 0; 
    } 
}

.ftco-navbar-light .navbar-brand {
    color: #fff; 
}

@media (min-width: 768px) {
      .ftco-navbar-light .navbar-brand {
        color: #39345a; 
    } 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #7e77b0;
    font-weight: 400;
    opacity: 1 !important; 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #39345a; 
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); 
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; 
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; 
    } 
}
 
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); 
    }
    
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; 
        } 
    }
  
    @media (max-width: 767.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.cta {
            margin-bottom: 20px; 
        }
    }

    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        border: 1px solid #0d1048;
        background: #0d1048;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 4px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; 
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; 
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #0d1048;
      border: 1px solid #0d1048; 
    }
  
    .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
        border-color: #0d1048; 
    }
    
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #0d1048; 
    }

    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: rgba(255, 255, 255, 0.5) !important;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .1em; 
    }

    .ftco-navbar-light.scrolled {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: -130px;
        background: #fff !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
    }

    .ftco-navbar-light.scrolled .nav-item.active > a {
       color: #0d1048 !important; 
    }

    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #0d1048;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 6px !important;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; 
    }
    
    .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; 
    }
    
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
       border-color: #0d1048; 
    }
    
    @media (max-width: 991.98px) {
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            border-radius: 0px;
            padding-left: 0rem !important;
            padding-right: 0rem !important; 
        } 
    }

    @media (max-width: 767.98px) {
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            padding-left: 0 !important;
            padding-right: 0 !important; 
        } 
    }

    .ftco-navbar-light.scrolled .navbar-toggler {
        border: none;
        color: rgba(0, 0, 0, 0.5) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .1em; 
    }
    
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #39345a !important; 
    }
    
    .ftco-navbar-light.scrolled .nav-link.active {
        color: #0d1048 !important; 
    }
    
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; 
    }
    
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; 
    }
    
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #39345a; 
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.bg-overlay {
  position: relative;
  z-index: 0; 
}
.bg-overlay::after {
  background-color: rgba(255, 255, 255, 0.88);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ""; 
}

.bg-1{
    background-image: url('images/bg-1.jpg');
}

.ftco-services .nav-link-wrap {
  background: #0d1048; }
  @media (min-width: 768px) {
    .ftco-services .nav-link-wrap {
      margin-top: -40px; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-link-wrap {
      background: #0d1048;
      margin-top: 30px; } }

.ftco-services .nav-pills p {
  margin-bottom: 0; }

.ftco-services .nav-pills .nav-link {
  float: left;
  border-radius: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 400;
  position: relative; }
  .ftco-services .nav-pills .nav-link:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    opacity: 0; }
  .ftco-services .nav-pills .nav-link span {
    font-size: 24px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6); }
  .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
    color: #fff;
    font-size: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 700; }
    .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
      opacity: 1; }
    .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
      color: #fff; }
    @media (max-width: 767.98px) {
      .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
        opacity: 0; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-pills .nav-link {
      display: block;
      width: 100%; } }

.ftco-services .tab-content .tab-pane .icon {
  font-size: 100px;
  color: #0d1048;
  line-height: 1.2; }

 .tab-pane img{
    float: none;
 } 

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 10px 20px;
  margin: 10px 7px;
  min-height: 200px;
  /*box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);*/
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #0d1048 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Abouts dates
--------------------------------------------------------------*/
#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .7;
    background: #0d1048;
    background: -moz-linear-gradient(45deg, #0d1048 0%, #0d1048 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1048), color-stop(100%, #0d1048));
    background: -webkit-linear-gradient(45deg, #0d1048 0%, #0d1048 100%);
    background: -o-linear-gradient(45deg, #0d1048 0%, #0d1048 100%);
    background: -ms-linear-gradient(45deg, #0d1048 0%, #0d1048 100%);
    background: linear-gradient(45deg, #0d1048 0%, #0d1048 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#0d1048', GradientType=1 ); }


.ftco-section {
  position: relative;
  width: 100%;
  display: block; }
  .ftco-section .nav-pills p {
    margin-bottom: 0; }
  .ftco-section .nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #f8f8fb;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .ftco-section .nav-pills .nav-link:hover {
      color: #39345a; }
    .ftco-section .nav-pills .nav-link.active {
      color: #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .ftco-section .nav-pills .nav-link.active:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ftco-section .nav-pills .nav-link.active:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-section .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }

.ftco-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff; }

  .ftco-section .tab-content .tab-pane h2 {
    font-size: 24px; }
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 50%; }
    .ftco-section .tab-content .tab-pane .one-forth img {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-forth img {
          margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-forth {
        width: 100%; } }
  .ftco-section .tab-content .tab-pane .one-half {
    width: 50%; }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-half {
        width: 100%; } }

.text .text-number {
    font-size: 40px;
    font-weight: 600;
    color: #fff; }

.ftco-counter {
  padding: 10em 0; }
  .ftco-counter .text strong.number {
    font-weight: 800;
    font-size: 42px;
    color: #fff; }
  .ftco-counter .text span {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }
  .ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #0d1048; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }



.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}



/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.hotel-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0d1048;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color:  #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info-1 a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  padding-right: 15px;
}

#topbar .contact-info-1 a:hover {
  color: #fff;
}

#topbar .contact-info-1 i {
  color: #fff;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info-1 i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.inv{
    display: none;
}

@media (min-width: 767.98px) {
.inv{
    display: inline;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0d1048;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

}

/*--------------------------------------------------------------
# Block 2 staff
--------------------------------------------------------------*/

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d; }
  .block-2:hover .back, .block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .block-2:hover .front, .block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .block-2, .block-2 .front, .block-2 .back {
    width: 100%;
    height: 427px; }
  .block-2 .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .block-2 .front, .block-2 .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; }
  .block-2 .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #0D1048;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .block-2 .front:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(99%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
      background: -o-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .block-2 .front .box {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: rgba(255, 255, 255, 0.95); }
      .block-2 .front .box h2, .block-2 .front .box p {
        color: #39345A;
        margin: 0;
        padding: 0;
        line-height: 1.5; }
      .block-2 .front .box h2 {
        font-size: 20px;
        color: #0d1048; }
      .block-2 .front .box p {
        font-size: 12px; }
  .block-2 .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .block-2 .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 20px;
    font-size: 18px; }
  .block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .block-2 .author .image {
      width: 40px; }
      .block-2 .author .image .img {
        width: 46px;
        height: 46px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .block-2 .author .position {
      display: block;
      font-size: 12px; }
    .descrip{
       display: block;
      font-size: 12px;; 
    }
  @media (max-width: 991.98px) {
    .block-2 .front {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .block-2 .back {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); } }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #0D1048;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #0D1048; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #fff;
      color: #0D1048;
      border: 1px solid transparent; }


/*--------------------------------------------------------------
# title
--------------------------------------------------------------*/

.med-history, .medical-team,
.quality-services, .services-tabs {
  text-align: center;
  padding-bottom: 30px;
}

.med-history h2, .medical-team h2,
.quality-services h2, .services-tabs h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #404040;
}

.med-history h2::before, .medical-team h2::before,
.quality-services h2::before, .services-tabs h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.med-history h2::after, .medical-team h2::after,
.quality-services h2::after, .services-tabs h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0d1048;
  bottom: 0;
  left: calc(50% - 20px);
}


/* Resultados */
#resultados{
    position:fixed;
    z-index:10000;
    width:80px;
    height:108px;
    right:0;
    top: 130px;
}


/* Modal Form */

.modal-form h2 {
    margin-bottom: 24px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}


fieldset {
    display: none
}

fieldset.show {
    display: block
}

select:focus,
input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2196F3 !important;
    outline-width: 0 !important;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.tabs {
    margin: 2px 5px 0px 5px;
    padding-bottom: 10px;
    cursor: pointer
}

.tabs:hover,
.tabs.active {
    border-bottom: 1px solid #0d1048}

a:hover {
    text-decoration: none;
    color: #1565C0
}

.box {
    /* margin-bottom: 10px; */
    /* border-radius: 5px; */
    padding: 10px
}

.modal-backdrop {
    background-color: #0d1048
}

.line {
    background-color: #CFD8DC;
    height: 1px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .tabs h6 {
        font-size: 12px
    }
}

.header-modal {
    padding: 22px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
    text-align: center;
}

.header-modal {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(13,16,72,1)), color-stop(100%, rgba(12,77,162,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(12,77,162,1) 0%, rgba(13,16,72,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1048', endColorstr='#0d1048',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

button.close-button-white {
    background-color: transparent;
    border: 0;
}
.close-button-white {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .5;
}


/* ---- Form Cotizacion ---- */

.form-cot h6{
    font-weight: bold;
}

.col-form-label {
    font-weight: bold;

}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

@media screen and (min-width: 992px){
    #icon-mobile {
        display: none;
    }
    #icon-mobile-2 {
        display: none;
    }
}


@media (max-width: 992px) {
  #header {
    top: 0;
  }

  #header .logo {
    font-size: 28px;
  }

  #resultados{
        display: none;
    }

    #barra-lateral{
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu .button-nav a {
    padding: 0 !important;
    border-bottom: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #5e5f61;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
  /* padding: 5px 2px; */
  border-bottom: 2px solid #fff;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0d1048;
  border-color: #0d1048;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.max-width-tob {
  max-width: 1300px;
}

.max-width-header {
  max-width: 1200px;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background-color: #0d1048;
  font-weight: bold;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.appointment-btn {
  margin-left: 25px;
  background: #0d1048;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #0d1048;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;

  font-weight: bold;
  text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #0d1048;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


@media (max-width: 768px) {
  ul.d-flex {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  ul.d-flex li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  ul.d-flex li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .button-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
  }

  .button-nav a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    text-align: left;
  }

  .button-nav img {
    margin-right: 8px;
  }
}



/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #0d1048;
}

.departments .nav-link.active {
  color: #0d1048;
  border-color: #0d1048;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #0d1048;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
    text-align: left;
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #0d1048;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0d1048;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0d1048;
  border-color: #0d1048;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #0d1048;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("images/services/laboratorio.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .video-box-2 {
  background: url("images/services/lugar-de-trabajo.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .video-box-3 {
  background: url("images/services/seguridadocupacional.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0d1048 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0d1048;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0d1048;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #0d1048;
  border-color: #0d1048;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #0d1048;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# New Footer
--------------------------------------------------------------*/



#footer {
    background-color: #fff;
    position: relative;
    padding: 40px 0 80px
}

#footer .posfooter {
    background-color: #0d1048;
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: 10px 0
}

#footer .f_title::before {
    position: absolute;
    content: "";
    background-color: #0d1048;
    width: 5px;
    height: 100%;
    top: 50%;
    left: -10px;
    transform: translateY(-50%)
}

#footer .f_title {
    position: relative;
    font-size: 130%;
    margin-bottom: 10px
}

#footer .f_title a {
    color: #404040 !important;
}


#footer .icon_foot {
    margin-right: 10px
}

#footer .med_txt_foot {
    font-size: 15px
}

#footer .big_txt_foot {
    font-size: 20px;
    line-height: 1.2
}

#footer .footer_divvvs>div {
    min-height: 325px;
    padding-top: 35px
}

#footer .righspace {
    padding-left: 50px
}

#footer .bord_der {
    border-right: 1px solid #c2c2c2
}

.foot_servicio {
    margin-top: 10px
}

#footer .misredes {
    padding-top: 25px
}

#footer .misredes div {
    display: inline-block;
    background-color: #0d1048;
    width: 35px;
    text-align: center;
    color: #fff;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    padding: 4px 0;
    margin: 0 5px;
    transition: all .2s ease-out
}

#footer .misredes div:hover {
    transform: scale(1.2)
}

#footer .hover_translatex {
    transition: transform .2s
}

#footer .hover_translatex:hover {
    transform: translateX(5px)
}

.text-blue{
    color: #0d1048 !important;
    font-weight: bold;

}
 .izq{
    text-align: right;
 }

@media screen and (max-width:767px) {
    .centrado {
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    #footer .bord_der {
        border: 0
    }
}

@media screen and (max-width:767px) {
    #footer {
        padding: 40px 25px 0
    }
    #footer .footer_divvvs>div {
        padding-top: 0
    }
    #footer .posfooter {
        position: static;
        margin-top: 50px;
        margin-left: -25px;
        width: calc(100% + 50px)
    }
    #footer .righspace {
        padding-left: 15px
    }
    .misredes {
        margin-bottom: 20px
    }
}


/*--------------------------------------------------------------
# Barra Float 
--------------------------------------------------------------*/

.sticky-container {
    padding: 8px 10px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 160px;
    width: 250px;
    z-index: 1100;
}

.sticky li {
    border-radius: 8px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    background-color: #0d1048;
    height: 80px;
    padding: 5px;
    margin: 0px 0px 2px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -200px;
}

.sticky li img {
    float: left;
}

.sticky li p {
    padding-top: 5px;
    margin: 10px;
    line-height: 16px;
    font-size: 20px;
    display: inline-block;
    color:#fff;
}

.social-icons a {
    padding: 6px 8px;
    display: inline-block;
}

.social-icons.big-icons a {
    font-size: 28px;
    padding-left: 12px;
    padding-right: 12px;
}

.social-icons.bigger-icons a {
    font-size: 38px;
    padding-left: 14px;
    padding-right: 14px;
}

.social-icons a:hover {
    text-decoration: none !important;
}

/* 
#conph {
  display: block;
  flex-direction: row!important;
} */



/* ### ---------boton de whatsapp--------##### */

/* CONTENEDOR PRINCIPAL */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Arial, sans-serif;
}

/* BOTÓN DE WHATSAPP */
.whatsapp-button {
  width: 65px;
  height: 65px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, background 0.3s;
  position: relative;
  font-size: 24px;
  color: white;
  border: none;
  animation: whatsapp-glow 1.5s infinite ease-in-out;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 100px;
  height: 100px;
  transition: opacity 0.3s;
}

/* Ocultar el icono de WhatsApp cuando el chat está abierto */
.toggle-chat:checked + .whatsapp-button img {
  opacity: 0;
}

/* Agregar la 'X' al botón cuando el chat está abierto */
.toggle-chat:checked + .whatsapp-button::after {
  content: '\2716'; /* Símbolo de X */
  font-size: 24px;
  position: absolute;
  color: white;
}

/* CHAT FLOTANTE */
.whatsapp-chat {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 340px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
  animation: fadeIn 0.3s ease-in-out;
}

/* CABECERA DEL CHAT */
.whatsapp-header {
  background: #25d366;
  color: white;
  padding: 12px;
  display: flex;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.whatsapp-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whatsapp-title div{
  margin-left: -20px;
}

.whatsapp-title img {
  width: 70px;
  height: 70px;
  margin-left: -10px;
}

.whatsapp-title p {
  font-size: 13px;
  margin: 0;
}

/* SUBTEXTO */
.whatsapp-subtext {
  font-size: 14px;
  color: gray;
  text-align: center;
  padding: 8px 12px;
  margin-bottom: 5px;
}

/* OPCIONES DE CONTACTO */
.whatsapp-options {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.option {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 6px 10px; /* Reducido para menor espacio interno */
  border-radius: 8px;
  text-decoration: none;
  color: black;
  margin: 4px 0; /* Menos margen entre opciones */
  transition: background 0.3s, transform 0.2s;
  gap: 8px; /* Menos espacio entre elementos */
  border-left: 4px solid #25d366;
  height: 50px; /* Ajustado para que sea más compacto */
}
.option:hover {
  background: #e0e0e0;
  transform: scale(1.02);
}

.option img {
  width: 85px; /* Tamaño más equilibrado */
  height: 85px;
  margin-left: -20px; /* Ajusta la posición del logo */
}

.option div {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra el texto */
  margin-left: -15px; /* Elimina margen extra */
}

.option strong {
  font-size: 14px;
  margin-bottom: 2px; /* Espaciado menor entre textos */
  color: rgb(104, 99, 99);
}

.option p {
  font-size: 12px;
  margin: 0;
  color: rgb(163, 154, 154);
}

.option .icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
}

/* ANIMACIÓN DE APARICIÓN */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* CONTROL DEL CHAT */
.toggle-chat {
  display: none;
}

.toggle-chat:checked ~ .whatsapp-chat {
  display: flex;
}
/* EFECTO PARPADEO O RESPLANDOR EN LOS BORDES 
@keyframes whatsapp-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8), 0 0 10px rgba(37, 211, 102, 0.8);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(37, 211, 102, 1), 0 0 30px rgba(37, 211, 102, 1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8), 0 0 10px rgba(37, 211, 102, 0.8);
  }
}*/

