/* Estilos adicionales para que coincida exactamente con el diseño original */

/* Navbar específico */
.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.navbar.container, .navbar.container-fluid, .navbar .container {
    margin-top: 0;
    border-left: 5px solid #BBD531;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.navbar-nav {
    float: right !important;
    margin-top: 30px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #8CAB29;
}

.navbar-nav > li > a {
    font-size: 18px;
    border-right: 1px solid #Efefef;
    color: #83868A;
}

.navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar-nav > li > a:hover {
    color: #C0DA64;
}

.navbar .logo img {
    width: 216px;
}

/* Media queries para responsividad */
@media screen and (min-width: 768px) {
    .navbar .logo img {
        width: 216px;
    }
    .navbar.container, .navbar .container {
        max-width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .navbar.container, .navbar.container-fluid, .navbar .container {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar.container, .navbar .container {
        max-width: 1170px;
    }
}

/* Contenedor principal */
.main-container {
    border-left: 5px solid #BBD531;
    background: white;
}

/* Cuerpo general */
body {
    color: #83868A;
    font-family: candara, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background: #F0F0F0;
}

/* Enlaces */
a:hover {
    color: #C0DA64;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Slider específico */
.field-name-field-image {
    -moz-box-sizing: border-box;
    margin-bottom: 13px;
    margin-top: 5px;
    max-width: 100%;
    float: left;
    margin-bottom: 0 !important;
    margin-right: 20px;
    width: auto !important;
}

.flexslider {
    float: left;
    width: 340px;
    height: 255px;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.flexslider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Estilos para las características (slogan) */
.smalltitle {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#contentslogan {
    margin-bottom: 20px;
    overflow: hidden;
}

.slogan {
    min-height: 100px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #83868A;
}

.logo-inicio {
    float: left;
    width: 60px;
    height: 100px;
}

.logo-inicio img {
    width: 55px;
    height: 72px;
}

/* Layout principal: slider izquierda, servicios derecha */
.main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.field-name-field-image {
    flex: 0 0 360px; /* Ancho fijo para el slider + margen */
}

#enlaces-home {
    display: block;
    min-width: 300px;
}

/* Estilos para enlaces de servicios */
#enlaces-home {
    gap: 15px;
        max-width: 700px;
}

.enlaces-row {
}

.enlace-home-new {
    margin-top: 25px;
    text-align: justify;
    float:left
    min-height: 120px;
}

.enlace-home-new span {
    background-color: #D4D4D4;
    border-radius: 500px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 38px;
    height: 51px;
    letter-spacing: -3px;
    line-height: 48px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 51px;
}

.enlace-home-new:hover span {
    background-color: #8CAB29;
}

.enlace-home-new h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.text1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.btn_wrap {
    background: url("../images/misc/p1_link_bg.png") repeat-x scroll 0 9px rgba(0, 0, 0, 0);
    margin-top: auto;
}

a.btna {
    background-color: #FFFFFF;
    display: inline-block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-right: 18px;
    text-transform: uppercase;
    font-size: 12px;
    color: #60731E;
    text-decoration: none;
}

/* Responsive para servicios */
@media (max-width: 767px) {
    .enlaces-row {
        flex-direction: column;
    }
}

/* Responsive para móviles */
@media (max-width: 767px) {
    .main-content {
        flex-direction: column;
    }

    .field-name-field-image {
        flex: none;
        width: 100%;
    }

    .flexslider {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 30px;
    }
}

/* Estilos del footer original */
#footer {
    color: #83868A;
    clear: both;
}

#footer a {
    color: #83868A;
}

#footer a:hover {
    color: #C0DA64;
}

#footer-content {
    border-top: 1px solid #EAEAEA;
    margin: 0 auto;
    padding-top: 30px;
}

.foot_top {
    background-color: #FFFFFF;
    padding-bottom: 48px;
}

.container_16 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* Columna izquierda - Redes sociales */
.col-xs-12.col-sm-5 {
    flex: 0 0 auto;
}

.socials a {
    color: #636363;
    display: block;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 55px;
    position: relative;
    text-indent: -9999px;
}

.socials a + a {
    margin-left: 32px;
}

.socials a + a:after {
    background-color: #D5D5D5;
    bottom: 20px;
    content: "";
    display: block;
    height: 12px;
    left: -16px;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.socials a:before {
    background: url("../images/misc/socials2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto;
    width: 35px;
}

.socials a:hover:before {
    background-position: 0 bottom;
}

.socials a.fb:before {
    background-position: 0 0;
}

.socials a.fb:hover:before {
    background-position: 0 bottom;
}

.socials a.tw:before {
    background-position: -85px 0;
}

.socials a.tw:hover:before {
    background-position: -85px bottom;
}

.socials a.gp:before {
    background-position: -159px 0;
    width: 36px;
}

.socials a.gp:hover:before {
    background-position: -159px bottom;
    width: 36px;
}

.socials a.pp:before {
    background-position: right 0;
    width: 36px;
}

.socials a.pp:hover:before {
    background-position: right bottom;
    width: 36px;
}

/* Columna centro - Teléfono 
.col-xs-12.col-sm-3 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
}
*/
.fl1 {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.extra_wrapper {
    display: inline-block;
}

.f_phone {
    color: #6E6C6C;
    font: 26px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.f_phone span {
    color: #C0DA64;
    display: inline-block;
    margin: 0 2px;
}

.f_phone strong {
    color: #60731E;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 1px;
    padding-top: 6px;
    text-transform: uppercase;
}

/* Columna derecha - Información de la peluquería */
.col-xs-12.col-sm-4 {
    flex: 0 0 auto;
    text-align: left;
}

.col-xs-12.col-sm-4 h2 {
    padding-top: 0;
    height: auto;
    border: 0;
    font-size: 13px;
    color: #666666;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.f_address {
    background: url("../images/misc/foot_phone.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-top: 7px;
    text-transform: uppercase;
}

.f_mail {
    background: url("../images/misc/contact-mail.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-top: 7px;
}

/* Media queries responsive para footer */
@media screen and (max-width: 767px) {
    .container_16 {
        flex-direction: column;
        gap: 20px;
    }

    .socials a + a {
        margin-left: 6px;
    }
}

@media screen and (min-width: 768px) {
    .socials a + a {
        margin-left: 11px;
    }
    .socials a + a:after {
        left: -6px;
    }
}

@media screen and (min-width: 992px) {
    .socials a + a {
        margin-left: 32px;
    }
    .socials a + a:after {
        left: -16px;
    }
}

/* Clearfix para el contenido que sigue al slider */
.main-content::after {
    content: "";
    display: table;
    clear: both;
}

/* Estilos específicos para la página de contacto */
.page-header {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: none;
}

.page-title {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 28px;
    margin-top: 20px;
}

.page-subtitle {
    color: #83868A;
    font-family: candara, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

.contacto-content {
    margin-top: 20px;
}

#formulariocontacto {
    background-color: #83868A;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#formulariocontacto img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#formulariocontacto a {
    color: white;
    text-decoration: none;
}

#formulariocontacto a:hover {
    color: #C0DA64;
}

#sede-map-wrapper {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

#sede_map {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

/* Responsive para contacto */
@media (max-width: 767px) {
    .contacto-content .col-xs-12 {
        margin-bottom: 20px;
    }

    #formulariocontacto {
        margin-bottom: 30px;
    }
}

/* Estilos específicos para la página de precios */
.precios-content {
    margin-top: 20px;
}

.precios-content .texto-mediano {
    font-size: 15px;
}

.precios-content .col-xs-12.col-sm-4 {
    margin-bottom: 20px;
}

.precios-content p {
    margin-bottom: 15px;
}

.precios-content strong {
    color: #3D3D3D;
    font-weight: bold;
}

/* Responsive para precios */
@media (max-width: 767px) {
    .precios-content .col-xs-12.col-sm-4 {
        margin-bottom: 25px;
    }
}

/* Estilos específicos para la página de servicios */
.servicios-content {
    margin-top: 20px;
}

.categoria-servicios {
    margin-bottom: 40px;
}

.categoria-titulo {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid #BBD531;
    padding-bottom: 10px;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.servicio-card {
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.servicio-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #BBD531;
}

.servicio-card.destacado {
    border-color: #8CAB29;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e8 100%);
}

.servicio-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    border: 2px solid #EAEAEA;
}

.servicio-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.icon-aromatherapy {
    font-size: 24px;
    display: block;
}

.servicio-info {
    flex: 1;
}

.servicio-info h3 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: none;
}

.servicio-descripcion {
    color: #83868A;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.servicio-beneficios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.beneficio {
    background: #f0f8f0;
    color: #5a8a3a;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #d4e6d4;
}

.servicio-link {
    color: #8CAB29;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.servicio-link:hover {
    color: #C0DA64;
    text-decoration: underline;
}

/* Responsive para servicios */
@media (max-width: 768px) {
    .servicios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .servicio-card {
        padding: 20px;
        gap: 15px;
    }

    .servicio-icon {
        width: 40px;
        height: 40px;
    }

    .servicio-icon img {
        width: 24px;
        height: 24px;
    }

    .categoria-titulo {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .servicio-info h3 {
        font-size: 16px;
    }

    .servicio-descripcion {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .servicio-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .servicio-icon {
        align-self: center;
    }

    .servicio-beneficios {
        justify-content: center;
    }
}

/* Estilos específicos para la página de blog */
.blog-content {
    margin-top: 20px;
}

.entrada-destacada {
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.entrada-destacada .entrada-imagen {
    flex: 0 0 300px;
    overflow: hidden;
}

.entrada-destacada .entrada-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entrada-destacada .entrada-info {
    padding: 30px;
    flex: 1;
}

.entrada-categoria {
    background: #8CAB29;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.entrada-destacada h2 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: none;
}

.entrada-destacada h2 a {
    color: inherit;
    text-decoration: none;
}

.entrada-destacada h2 a:hover {
    color: #8CAB29;
}

.entrada-fecha {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}

.entrada-extracto {
    color: #83868A;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.leer-mas {
    color: #8CAB29;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.leer-mas:hover {
    color: #C0DA64;
    text-decoration: underline;
}

/* Grid de entradas */
.entradas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.entrada-card {
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.entrada-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #BBD531;
}

.entrada-card .entrada-imagen {
    height: 180px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrada-card .entrada-imagen img {
    object-fit: contain;
}

.entrada-card .entrada-info {
    padding: 20px;
}

.entrada-card h3 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: none;
    line-height: 1.4;
}

.entrada-card h3 a {
    color: inherit;
    text-decoration: none;
}

.entrada-card h3 a:hover {
    color: #8CAB29;
}

.entrada-card .entrada-extracto {
    font-size: 14px;
    margin-bottom: 15px;
}

/* Paginación */
.paginacion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.pagina-actual {
    background: #8CAB29;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
}

.pagina, .pagina-siguiente {
    color: #83868A;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    transition: all 0.3s ease;
}

.pagina:hover, .pagina-siguiente:hover {
    background: #f8f9fa;
    border-color: #BBD531;
    color: #8CAB29;
}

/* Responsive para blog */
@media (max-width: 768px) {
    .entrada-destacada {
        flex-direction: column;
    }

    .entrada-destacada .entrada-imagen {
        flex: none;
    }

    .entrada-destacada .entrada-info {
        padding: 20px;
    }

    .entrada-destacada h2 {
        font-size: 20px;
    }

    .entradas-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .entrada-card .entrada-imagen {
        height: 150px;
    }

    .entrada-card .entrada-imagen img {
        max-width: 60px;
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .paginacion {
        flex-wrap: wrap;
        gap: 5px;
    }

    .entrada-destacada .entrada-info {
        padding: 15px;
    }

    .entrada-card .entrada-info {
        padding: 15px;
    }
}

/* Estilos para artículos individuales del blog */
.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.breadcrumb a {
    color: #8CAB29;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.articulo-completo {
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.articulo-header {
    padding: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.articulo-header h1 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-transform: none;
}

.articulo-imagen {
    height: 300px;
    overflow: hidden;
    float:right;
    padding: 30px;
}

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

.articulo-contenido {
    padding: 30px;
}

.intro {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #8CAB29;
}

.articulo-contenido h2 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    text-transform: none;
}

.articulo-contenido h3 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-transform: none;
}

.articulo-contenido p {
    color: #83868A;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.articulo-contenido ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.articulo-contenido li {
    color: #83868A;
    margin-bottom: 8px;
}

.tratamientos-lista {
    margin: 25px 0;
}

.tratamiento-item {
    background: #f8f9fa;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.tratamiento-item h3 {
    margin-top: 0;
    color: #3D3D3D;
}

.beneficios {
    background: #e8f5e8;
    border: 1px solid #d4e6d4;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    color: #5a8a3a;
}

.cta-box {
    background: linear-gradient(135deg, #8CAB29 0%, #BBD531 100%);
    color: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin: 30px 0;
}

.cta-box h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-box p {
    color: white;
    margin-bottom: 20px;
}

.btn-cta {
    background: white;
    color: #8CAB29;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

/* Artículos relacionados */
.articulos-relacionados {
    margin-top: 40px;
}

.articulos-relacionados h3 {
    color: #3D3D3D;
    font-family: 'Rosario', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.relacionados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.relacionado-card {
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.relacionado-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.relacionado-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.relacionado-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: #f8f9fa;
    padding: 20px;
    box-sizing: border-box;
}

.relacionado-card h4 {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    text-transform: none;
}

/* Responsive para artículos */
@media (max-width: 768px) {
    .articulo-header {
        padding: 20px;
    }

    .articulo-header h1 {
        font-size: 24px;
    }

    .articulo-contenido {
        padding: 20px;
    }

    .articulo-imagen {
        height: 200px;
    }

    .intro {
        font-size: 15px;
        padding: 12px;
    }

    .tratamiento-item {
        padding: 15px;
    }

    .cta-box {
        padding: 20px;
    }

    .relacionados-grid {
        grid-template-columns: 1fr;
    }
}
.imagen-flotante-izquierda{
    margin-right: 10px;
}
.imagen-flotante-izquierda{
    margin-left: 10px;
}
.articulo-contenido .flexslider ul{
    padding:0;
}