/*
Theme Name: Orbital Child SATE
Theme URI: https://romualdfons.com/mejor-tema-wordpress-seo/
Author: Pablo Casanellas
Author URI: https://romualdfons.com/
Description: Proudly coded by Pau Casanellas, member of Mi taladro perforará el cielo S.L
Version: 2.1
Template: orbital
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orbital-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/***** INDEX STYLE *****/
/* 0 ICONOS */
/* 1 MENU */
/* 2 FOOTER */
/* 3 HEADER */
/* 4 FUENTES */
/* 5 HOME */
/* 6 TEMPLATE SIDEBAR MENU */
/* 7 TEMPLATE CONTACTO */

/* Colores corporativos*/
/* #CD0039 */
/* #0071B9 */
/* #01AC26 */
/* #F8B322 */

/***** INDEX STYLE *****/

.slide-navs {
    display: none;
}

.site-header {
    border-bottom: 0;
}


html {
    overflow-x: visible;
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: visible;
    }
}

@media screen and (max-width: 1600px) {
    .cluster-links a {
        font-size: 0.78rem;
    }
}

@media screen and (max-width: 1040px) {

    h2,
    h3 {
        text-align: center;
    }

    .columna-contacto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /*h2.blue-text {      /****** REVISAR ************/
    /*   margin-bottom: 0rem;
	    margin-top: 1rem;
	}*/
}

@media screen and (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }

    h2.blue-text {
        margin-bottom: 1rem !important;
        margin-top: 2rem !important;
    }

    h2.por-que {
        padding-top: 1.2rem !important;
        padding-bottom: 2.2rem !important;
    }

    h2.quienes-somos {
        padding-top: 0.2rem !important;
        padding-bottom: 1.2rem !important;
    }

    .quienes-somos.blue-text {
        margin-bottom: 1rem !important;
        margin-top: 0rem !important;
    }

    .por-que.blue-text {
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }

    h2.set-margins {
        padding-top: 2.2rem !important;
        padding-bottom: 2.2rem !important;
    }

    h2.blue-text.separador-left.set-margins {
        margin-top: -1.5rem !important;
        margin-bottom: 1rem !important;
    }

    body.page-id-211 h2.blue-text {
        font-size: 1.3rem;
    }

    .home .blue-text {
        font-size: 1.5rem !important;
    }
}


img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-modify: read-only;
}

@media (min-width: 48rem) {
    .error404 .site-main .widget_text {
        max-width: 100%;
        text-align: center;
    }
}

/*********************************/
/* 0 ICONOS */
/*********************************/
@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot?rnrllj');
    src: url('./fonts/icomoon.eot?rnrllj#iefix') format('embedded-opentype'),
        url('./fonts/icomoon.ttf?rnrllj') format('truetype'),
        url('./fonts/icomoon.woff?rnrllj') format('woff'),
        url('./fonts/icomoon.svg?rnrllj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e904";
}

.icon-linkedin-square:before {
    content: "\e903";
}

.icon-youtube-square:before {
    content: "\e902";
}

.icon-facebook-square:before {
    content: "\e901";
}

.icon-twitter-square:before {
    content: "\e900";
}

.icon-phone-left:before {
    content: "\e905";
}

/*********************************/
/* 1 MENU */
/*********************************/
.row-menu-top {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-navbar ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.site-logo {
    margin-right: 1rem;
    font-size: 1.25rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.site-header .icon-phone {
    font-size: 3rem;
    vertical-align: text-top;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    display: inline-block;
    line-height: 35px;
}

@-webkit-keyframes phoneanimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    66% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes phoneanimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    66% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.site-header .icon-phone:hover {
    /*animation: phoneanimation 1.5s 1 0s linear;*/
    /*-webkit-animation: rotate-center 0.6s ease-in-out both;*/
    /* animation: rotate-center 0.6s ease-in-out both;*/
    /*animation-fill-mode: forwards;*/
}

.site-header .info-llamar:hover .icon-phone {
    /* animation: phoneanimation 1.5s 1 0s linear;*/
    /* -webkit-animation: rotate-center 0.6s ease-in-out both;
	 animation: rotate-center 0.6s ease-in-out both;
    animation-fill-mode: forwards;*/
}



.row-menu-bot {
    background-color: #CD0039;
    font-weight: normal;
    margin-top: -1px;
    /* -webkit-box-shadow: 0px -4px 6px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -4px 6px -5px rgba(0,0,0,0.75);
	box-shadow: 0px -4px 6px -5px rgba(0,0,0,0.75);*/
}

.row-menu-bot ul a {
    color: white;
}

.first a:hover,
.second a:hover,
.third a:hover {
    color: #CD0039 !important;
}

.site-header .container,
.site-header .container-fluid {
    display: initial !important;
}

.site-header .container {
    width: 100%;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffffff), color-stop(20%, #CD0039));
    background: -webkit-linear-gradient(left, #ffffff 80%, #CD0039 20%);
    background: -o-linear-gradient(left, #ffffff 80%, #CD0039 20%);
    background: linear-gradient(90deg, #ffffff 80%, #CD0039 20%);
}

.site-header p {
    margin-bottom: 0 !important;
}

.info-llamar {
    width: 37rem;
    background: #CD0039;
    float: right;
    webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 24% 100%);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 24% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 24% 100%);
}

.llamanos {
    font-size: 0.9rem;
    margin-left: 2rem;
}

.info-llamar p {
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 1rem;
    margin-left: 3rem;
    line-height: 0;
    margin-bottom: 1rem !important;
}

.info-llamar img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.menu-item-13323 {
    float: right;
}

.solicitar-presupuesto {
    background: #F8B322;
    color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: right;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
    /*margin-right: 7rem;*/
    font-size: 0.84rem !important;
    cursor: pointer;
}


@media screen and (min-width:768px) and (max-width: 1600px) {
    .site-logo {
        padding: 0.5rem 3rem 1.5rem;
    }

    .site-navbar ul {
        padding-left: 1rem;
    }
}



/*********************************/
/* 2 FOOTER */
/*********************************/
.footer-rrss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer {
    padding: 0;
}

.site-footer .container {
    width: 100%;
    background-color: #AF0039;
}

.site-footer .widget-area:nth-child(1),
.site-footer .widget-area:nth-child(2),
.site-footer .widget-area:nth-child(3) {
    background: #CD0039;
}

.site-footer .widget-area:nth-child(1) .widget-title,
.site-footer .widget-area:nth-child(2) .widget-title,
.site-footer .widget-area:nth-child(3) .widget-title,
.site-footer .widget-area:nth-child(1) a,
.site-footer .widget-area:nth-child(2) a,
.site-footer .widget-area:nth-child(3) a,
.site-footer .widget-area:nth-child(4) .widget_text,
.site-footer .widget-area:nth-child(4) .widget_text strong,
.site-footer .credits.row,
.widget-area:nth-child(4) .widget_text a {
    color: white;
}

.site-footer .widget-area:nth-child(3) {
    webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
}

.site-footer .widget-area:nth-child(4) {
    background: #AF0039;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#text-2 {
    padding: 0;
}


.site-footer .widget-area {
    padding-left: 8rem;

}

.copy-oscagas {
    float: right;
    display: inline-block;
    margin-top: -1.5rem;
    margin-right: 4rem;
    font-weight: normal;
}

.footer-loc {
    display: inherit;
    margin: auto;
}

.footer-cta-mobile {
    display: none;
}

.site-footer .icon-phone {
    font-size: 2.5rem;
    vertical-align: text-top;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    display: inline-block;
}

.site-footer .icon-phone:hover {
    /*animation: phoneanimation 1.5s 1 0s linear;*/
    /*-webkit-animation: rotate-center 0.6s ease-in-out both;
	 animation: rotate-center 0.6s ease-in-out both;
    animation-fill-mode: forwards;*/
}

.footer-phone {
    font-size: 1.5rem;
    font-weight: normal;
}

.footer-rrss {
    font-size: 2rem;
}

.footer-rrss span {
    margin-left: 0.5rem;
}

.div-footer-phone {
    margin-top: 1rem;
}

.titulo-w4 strong {
    font-size: 16px;
}

.site-footer .footer-phone:hover .icon-phone {
    /*animation: phoneanimation 1.5s 1 0s linear;*/
    /*-webkit-animation: rotate-center 0.6s ease-in-out both;
	 animation: rotate-center 0.6s ease-in-out both;
    animation-fill-mode: forwards;*/
}

.widget-area .widget {
    margin-bottom: 0;
}


/*********************************/
/* 3 HEADER */
/*********************************/
.oscagas-header {
    height: 480px;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-template-oscagas-sidebar .oscagas-header {
    height: 480px;
}

.llamar-mobile {
    display: none;
}


.oscagas-header .title {
    color: white;
    font-size: 2rem;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
}

.site-header ul {
    margin-bottom: -1px;
}

.mas-info-header {
    background-color: #F8B322;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.8rem 5rem;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.man-info-header-parent {
    cursor: pointer;
}

.page-id-211 .oscagas-header {
    background-position: bottom;
}

.oscagas-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#tables-header {
    /* Tablas header home */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -91px;
}

#tables-header table {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    width: 45%;
    border-bottom: 2px solid #F8B322;
    background-color: white;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
    box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
}

#tables-header thead {
    background-color: #CD0039;
    color: white;
    font-weight: normal;
}

#tables-header thead th {
    text-align: center;
    padding: 25px 0 25px 0;
}

#tables-header tfoot {
    background-color: #F8B322;
    font-weight: normal;
    color: white;
}

#tables-header tfoot td {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#tables-header .border-bottom {
    border-bottom: 1px solid #c1c1c1;
}

.table-icon-right img,
.table-icon-left img {
    max-width: 55px;
    background: #CD0039;
    border-radius: 50%;
    padding: 6px;
}

.td-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: initial;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-text {
    padding: 20px !important;
}

#tables-footer tfoot,
#tables-header tfoot {
    cursor: pointer;
}

/*********************************/
/* 4 FUENTES */
/*********************************/


@font-face {
    font-family: 'microgrammadbolextregular';
    src: url('./fonts/microgrammadbolext_regular-webfont.woff2') format('woff2'),
         url('./fonts/microgrammadbolext_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'microgrammadeemedextregular';
    src: url('./fonts/microgrammadeemedext_regular-webfont.woff2') format('woff2'),
         url('./fonts/microgrammadbolext_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6, .title, .site-logo, .titulo-slider, .mas-info-header, .cluster-title, .cluster-footer, .footer-phone-link, .info-llamar, .solicitar-presupuesto, .copy-oscagas, .text-form-header {
    font-family: 'microgrammadbolextregular', sans-serif;
    font-weight: normal !important;
}

.font {
    font-family: 'microgrammadeemedextregular' , sans-serif;
}


.font2rem {
    font-size: 2rem;
}

.blue-text,
.blue-text strong {
    color: #CD0039 !important;
}

.cta-sidebar-llamanos .icon-phone-left {
    font-size: 3.5rem;
    vertical-align: middle;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
    display: inline-block;
    padding-left: 0;
    margin-left: -5px;
}



/*********************************/
/*5 HOME */
/*********************************/
@media screen and (max-width:1150px) and (min-width:768px) {

    #tables-header,
    #tables-footer {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
}

.no-margin-bottom,
.no-margin-bottom .wp-block-column {
    margin-bottom: 0;
}

.no-padding-bottom,
.no-padding-bottom .wp-block-column {
    margin-bottom: 0;
}

h2.set-margins {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    margin-bottom: 0;
    margin-top: -2rem;
}

h2.quienes-somos {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    margin-bottom: 0;
    margin-top: -0.5rem;
}

h2.por-que {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    margin-bottom: -1.9rem;
    margin-top: -1.6rem;
}

h2.por-que .line-right {
    padding-left: 0;
}

#tables-footer {
    /* Tablas header home */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


#tables-footer table {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    width: 45%;
    border-bottom: 2px solid #F8B322;

    background-color: white;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
    box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
}

#tables-footer thead {
    background-color: #CD0039;
    color: white;
    font-weight: normal;
}

#tables-footer thead th {
    text-align: center;
    padding: 25px 0 25px 0;
}

#tables-footer tfoot {
    background-color: #F8B322;
    font-weight: normal;
    color: white;
}

#tables-footer tfoot td {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#tables-footer .border-bottom {
    border-bottom: 1px solid #c1c1c1;
}

.td-icon-left,
.td-icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

/* OTROS */
.noborderbottom {
    border-bottom: none;
}

.title-separador-right,
.title-separador-left,
.title-separador-center {
    position: relative;
}

.title-separador-right:after {
    content: '';
    width: 70%;
    border-bottom: dashed 1px #CD0039;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.title-separador-left:after {
    content: '';
    width: 70%;
    border-bottom: dashed 1px #CD0039;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.title-separador-center:before {
    content: '';
    width: 25%;
    border-bottom: dashed 1px #CD0039;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.title-separador-center:after {
    content: '';
    width: 25%;
    border-bottom: dashed 1px #CD0039;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.dashed {
    border-top: 1px dashed #ccc !important;
}


/*********************************/
/* 6 TEMPLATE SIDEBAR MENU */
/*********************************/

.page-template-oscagas-sidebar.no-sidebar .entry-content,
.page-template-oscagas-noheader.no-sidebar .entry-content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 100% !important;
}

.page-template-oscagas-sidebar h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.page-template-oscagas-sidebar #content-wrapper {
    padding-top: 3rem;
}

.page-template-oscagas-sidebar .text-phone a {
    color: #0275d8;
}

.contacto-lista {
    list-style-type: none;
}

ul.contacto-lista img {
    background: #CD0039;
    padding: 10px;
    border-radius: 50%;
    margin-right: 3rem;
}



.widget-content:nth-child(2) {
    margin-top: 2rem;
}

/* Formulario sidebar */
.wpcf7 {
    border: 1px solid #CD0039;
    padding: 20px;
}


div.wpcf7 input,
div.wpcf7 select {
    height: 35px;
}

.wpcf7-form input[name="privacidad"] {
    vertical-align: middle;
}

.wpcf7-form select {
    padding: 0.25rem;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: #F8B322;
    color: white;
    width: 100%;
    border: unset;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: -1rem;
}

input [type="checkbox"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.wpcf7 .form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #CD0039;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.wpcf7 .form-content {
    padding: 20px;
}

.wpcf7 .form-header .text-form-header {
    margin: auto;
    font-weight: normal;
    font-size: 1.2rem;
}

.wpcf7 .form-header .text-form-header a {
    color: white;
}

.wpcf7 .form-header .text-form-header span {
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
}


.tabla-sidebar-template .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: calc(30% - 16px);
    flex-basis: calc(30% - 16px);
}

.tabla-sidebar-template .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: calc(70% - 16px);
    flex-basis: calc(70% - 16px);
}

.tabla-sidebar-template h2 {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 1.2rem !important;
    font-weight: bold !important;
}


/* call to action sidebar */
.cta-sidebar-llamanos {
    border: 1px solid #c2c2c2;
}

.cta-sidebar-llamanos .cta-header {
    background: #CD0039;
    color: white;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-sidebar-llamanos .cta-header p {
    margin: auto;
    font-weight: normal;
}

.cta-sidebar-llamanos .cta-content {
    padding: 1rem;
}

.cta-sidebar-llamanos div.text-phone p {
    font-size: 1.5rem;
    color: #AF0039;
    font-weight: normal;
    text-align: center;
}




/* Progress bar */

.progressbar {
    counter-reset: step;
    padding-left: 0;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    /*text-align: left;*/
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem !important;
}

/*.progressbar li:before{
    content: counter(step);
    counter-increment: step;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px 0;
    border-radius: 50%;
    background-color: white;
	transform: translate(-50%, -50%);
}*/

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px 0;
    border-radius: 50%;
    background-color: white;
    margin-left: 50% !important;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 50% !important;
}




/*.progressbar li:after{
	content: '';
    position: absolute;
    width: 77.6%;
    height: 1px;
    background-color: #ddd;
    top: 2rem;
    right: 100%;
    z-index: unset;
}*/
.progressbar li:after {
    content: '';
    position: absolute;
    width: 77.6%;
    height: 1px;
    background-color: #ddd;
    top: 2rem;
    right: 61%;
    z-index: unset;
}

.progressbar li:first-child:after {
    content: none;
}


@media screen and (max-width: 1321px) {
    .progressbar li:after {
        z-index: -1;
    }
}

@media screen and (max-width:700px) {

    .progressbar {
        padding: 0;
    }

    .progressbar li {
        width: 100%;
        text-align: center;
    }

    .progressbar li:before {
        margin: 0 auto 10px auto;
    }
}


/*********************************/
/* 7 TEMPLATE CONTACTO */
/*********************************/

.separador-center .line-center {
    margin: 0;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}

.separador-center {

    text-align: center;
    position: relative;
    z-index: 2;

}

.separador-center:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: dashed 2px #CD0039;
    z-index: -1;
}


.separador-left {
    text-align: right;
    position: relative;
    z-index: 2;
}

.separador-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: dashed 2px #CD0039;
    z-index: -1;
}

.separador-left .line-left {
    margin: 0;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}



.separador-right {
    text-align: left;
    position: relative;
    z-index: 2;
}

.separador-right:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: dashed 2px #CD0039;
    z-index: -1;
}

.separador-right .line-right {
    margin: 0;
    padding: 0 10px 0 0;
    background: #fff;
    display: inline-block;
}

h2.blue-text {
    font-size: 2rem;
}



.page-template-oscagas-contacto .title {
    text-align: center;
}

@media screen and (max-width:550px) {
    .contacto-lista li {
        text-align: center;
    }

    .contacto-lista {
        padding-left: 0;
    }

    ul.contacto-lista img {
        margin-right: 0;
    }

    .div-info span {
        margin: auto;
    }

    .div-info {
        width: 85%;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .copy-oscagas {
        position: relative;
        float: initial;
        text-align: center;
        margin: auto;
        width: 100%;
        margin-top: 1rem;
    }

    .titulo-w4,
    .div-footer-phone,
    .footer-rrss {
        text-align: left;
        margin: auto;
    }
}

@media screen and (min-width:1040px) and (max-width:1400px) {
    .page-template-oscagas-contacto #content-wrapper {
        max-width: 90%;
    }
}


.div-info {
    display: inline;
}

.phone-label {
    width: 45%;
    float: right;
}

.email-label {
    width: 45%;
    float: left;
}

.columna-contacto .wpcf7 {
    border: 0;
}

.name-label,
.subject-label,
.message-label {
    width: 100%;
}

.page-template-oscagas-contacto .oscagas-header {
    height: 450px;
    background-position: center;
}


.mapouter {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -4.6rem;
}

.mapouter iframe {
    width: 100% !important;
}

/*********************************/
/* RESPONSIVE */
/*********************************/


@media screen and (max-width: 767px) {




    .tabla-sidebar-template .wp-block-column:nth-child(1) {
        -ms-flex-preferred-size: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
    }

    .tabla-sidebar-template .wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
    }

    .page-template-oscagas-sidebar.no-sidebar .entry-content,
    .page-template-oscagas-noheader.no-sidebar .entry-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .tabla-sidebar-template .wp-block-column:nth-child(1) {
        margin: auto;
        text-align: center;
    }

    .oscagas-header .title,
    .man-info-header-parent {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}




@media screen and (min-width:1040px) and (max-width: 1450px) {
    .site-footer .widget-area {
        padding-left: 1rem;
    }

    .info-llamar {
        width: 40%;
    }

}

@media screen and (min-width:1040px) and (max-width: 1179px) {
    .solicitar-presupuesto {
        background: #F8B322;
        color: white;
        width: auto;
        float: right;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: normal;
        margin-right: 1rem;
        margin-top: 1.1rem;
        font-size: 0.8rem !important;
        cursor: pointer;
    }
}


@media (max-width:500px) {
    .info-llamar {
        display: none;
    }
}

@media screen and (max-width: 1040px) {

    /*** desde 0 a 1040px ***/
    .site-footer .widget-area {
        padding-left: 1rem;
    }

    .site-navbar ul {
        padding-left: initial;
    }

    .solicitar-presupuesto {
        margin-right: initial;
        width: 100% !important;
        text-align: center;
    }

    .widget-area .widget {
        margin-bottom: 0 !important;
    }

    .site-logo {
        float: left;
    }
}

@media screen and (min-width: 501px) and (max-width: 1040px) {
    .site-footer .widget-area:nth-child(3) {
        -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
        webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    }
}


@media screen and (max-width:500px) {

    /*** MENOS DE 500 pixeles (MOBILE) ***/
    .llamar-mobile {
        display: inline;
    }

    img.custom-logo {
        max-width: 100px;
        float: left;
    }

    .llamar-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin-right: 1rem;
        font-size: 1.2rem !important;
        color: #0071B9;
        text-align: right;
    }

    .site-logo {
        padding: 0.5rem 0rem 1.5rem !important;
    }

    .llamar-mobile .icon-phone {
        font-size: 2.2rem;
        vertical-align: text-top;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        display: inline-block;
        line-height: 35px;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .llamar-mobile .telefono {
        font-weight: normal;
    }


    .img-cursor {
        width: 2rem;
        -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        transform: rotate(28deg);
    }

    .blue-text {
        font-size: 1.5rem;
    }

    .mobile-center {
        text-align: center;
    }

    .site-footer .widget-area:nth-child(3) {
        -webkit-clip-path: initial !important;
        clip-path: initial !important;
    }

    .div-footer-phone {
        margin-left: initial;
    }

    .site-footer .widget-area:nth-child(4) {
        padding: 0;
        text-align: center;
    }

    .site-logo {
        margin-right: initial;
        padding: 0.5rem 1rem 1.5rem;
    }

    .copy-oscagas {
        font-weight: normal;
        text-align: center;
        float: initial;
        display: inherit;
        margin-top: initial;
        margin-right: initial;
    }

    .oscagas-header {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important;
        padding-bottom: 2rem !important;
    }

    .home .oscagas-header {
        max-height: 450px !important;
    }

    .home .oscagas-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .oscagas-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .oscagas-header .container .title {
        text-align: center;
    }

    .oscagas-header .mas-info-header {
        margin: auto;
    }

    .icons-group-1 {
        padding-bottom: 0;
    }

    .icons-group-2 {
        padding-top: 0;
    }

    .oscagas-header .title {
        margin-bottom: 2rem;
    }


}

.row-widgets {
    /*width: 100vw;*/
    padding-left: 0;
    margin-left: -16px;
    background: -webkit-gradient(linear, left top, right top, color-stop(61%, #CD0039), color-stop(50%, #AF0039));
    background: -webkit-linear-gradient(left, #CD0039 61%, #AF0039 50%);
    background: -o-linear-gradient(left, #CD0039 61%, #AF0039 50%);
    background: linear-gradient(90deg, #CD0039 61%, #AF0039 50%);
    height: auto;
}

.site-footer .widget-area {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.widget-area-footer {
    width: 100% !important;
    margin: auto !important;
}

@media screen and (max-width: 768px) {
    .widget-area-footer {
        max-width: 100% !important;
        width: 48rem !important;
    }

    .site-footer .widget-area:nth-child(3) {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
        webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%) !important;
    }

    .copy-oscagas {
        float: initial;
        text-align: center;
    }
}








@media screen and (max-width: 1366px) {
    .home .oscagas-header {
        max-height: 450px;
    }
}

@media screen and (min-width:1040px) {
    h2 {
        font-size: 1.75rem;
    }

    .page-template-oscagas-sidebar.no-sidebar .entry-content,
    .page-template-oscagas-noheader.no-sidebar .entry-content,
    .page-template-oscagas-contratacion.no-sidebar .entry-content {
        max-width: 55.5%;
        margin: auto;
    }

    .page-template-oscagas-sidebar.no-sidebar .entry-aside,
    .page-template-oscagas-noheader.no-sidebar .entry-aside,
    .page-template-oscagas-contratacion.no-sidebar .entry-aside {
        max-width: 30%;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {

    .page-template-oscagas-sidebar.no-sidebar .entry-aside,
    .page-template-oscagas-noheader.no-sidebar .entry-aside,
    .page-template-oscagas-contratacion.no-sidebar .entry-aside {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-template-oscagas-sidebar.no-sidebar .entry-content,
    .page-template-oscagas-noheader.no-sidebar .entry-content,
    .page-template-oscagas-contratacion.no-sidebar .entry-content {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        max-width: 100%;
        margin: auto;
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {

    #tables-header,
    #tables-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #tables-header table,
    #tables-footer table {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        width: 90%;
    }

    p>.phone-label {
        width: 100%;
        float: initial;
    }

    p>.email-label {
        width: 100%;
        float: initial;
    }
}

@media screen and (min-width:2200px) {
    .site-footer .widget-area:nth-child(3) {
        webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%)
    }
}

@media(min-width: 1041px) {
    .widget-area-footer {
        width: 67rem !important;
    }
}

@media screen and (min-width: 48rem) and (max-width:100rem) {

    #content-wrapper.container,
    .site-navbar ul,
    .row-menu-top {
        width: 67rem !important;
    }

    .site-logo {
        padding: 0.5rem 1rem 1.5rem;
    }

    .row-menu-bot nav ul li a {
        padding-left: 0;
    }

    .menu-item-525 a {
        /*text-align: center !important;*/
    }


}

@media screen and (min-width: 1040px) {
    .site-navbar ul li a {
        display: inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 0.84rem;
        text-align: center;
        padding-left: 1rem;
    }

}

@media screen and (max-width: 1050px) {
    #tables-header {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 1040px) {
    .site-header .container {
        background: initial;
    }

    .site-navbar ul {
        display: initial;
    }

    footer .container {
        padding: 0;
    }

    .row-widgets {
        margin-left: 0;
    }

    .footer-cta-mobile {
        position: fixed;
        bottom: 0;
        background: #F8B322;
        width: 100vw;
        padding-left: 0;
        color: white;
        height: 50px;
        z-index: 9999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-cta-mobile a {
        color: white;
    }
}

@media screen and (min-width: 2240px) {
    .site-header .container {
        background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffffff), color-stop(40%, #CD0039));
        background: -webkit-linear-gradient(left, #ffffff 60%, #CD0039 40%);
        background: -o-linear-gradient(left, #ffffff 60%, #CD0039 40%);
        background: linear-gradient(90deg, #ffffff 60%, #CD0039 40%);
    }
}

.footer-rrss .iconos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

span.iconos a {
    margin-left: 0.7rem;
}

input [type="submit"] {
    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none;
}

.sub-menu li a {
    color: black !important;
    font-weight: 300;
}

.sub-menu li {
    background: white;
}

.site-navbar .menu-item-has-children:after {
    border: solid white;
    border-width: 0 2px 2px 0;
}

/*¨CUSTOM MENU */
@media screen and (min-width: 1040px) {
    .menu-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 34rem;
        background: white;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 1rem;
    }

    a.sub-title {
        font-weight: 300;
    }

    .first a,
    .second a,
    .third a {
        padding: 0 !important;
        width: 10rem !important;
    }

}


@media screen and (max-width:1040px) {

    .site-navbar .menu-item-has-children:after {
        top: 27px !important
    }

    .site-navbar .menu-item-has-children:after {
        padding: 5px !important;
        border-right: 2px solid #000000 !important;
        border-bottom: 2px solid #000000 !important;
    }

    .menu-block {
        display: block !important;
        width: 100% !important;
        background: white !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 0 0 0rem 0.15rem !important;
    }

    .menu-block .title {
        color: #CD0039 !important;
    }

    .first a,
    .second a,
    .third a,
    .first,
    .second,
    .third {
        width: 100% !important;
        padding: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

}

#wpcf7-f732-p718-o1 {
    border: 3px solid #CD0039;
}

@media screen and (max-width:1040px) {
    #wpcf7-f732-p718-o1 .form-header {
        padding: 1rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

h2.set-margins {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    margin-bottom: 0 !important;
    margin-top: -1.6rem !important;
}

h3.blue-text.who-space {
    margin-top: 0;
}

h2.valores {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
    margin-bottom: 0 !important;
    margin-top: -1.1rem !important;
}

h2.diferencia {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
    margin-bottom: 0 !important;
    margin-top: -0.1rem !important;
}

h2.hacemos {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
    margin-bottom: 0 !important;
    margin-top: -0.2rem !important;
}

h2.negocio {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
    margin-bottom: 0 !important;
    margin-top: -1.6rem !important;
}

@media screen and (min-width: 1920px) {
    .progressbar li:after {
        width: 79%;
    }
}

@media screen and (max-width: 1400px) {
    /*.progressbar li:after {
	    width: 73.2%;
	}*/

    .progressbar li:after {
        width: 74.2%;
        right: 63%;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {

    /*.progressbar li:after {
	    width: 73.2%;
	}*/
    .progressbar li:after {
        width: 74.2%;
        right: 63%;
    }
}

@media screen and (min-width: 600px) and (max-width:700px) {
    .cluster-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}




@media screen and (max-width: 600px) {

    .cluster-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-links,
    .bot-links {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .td-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .td-icon-left,
    .td-icon-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-left: 2rem;
        margin-bottom: 1rem;
    }

    .cluster-header .cluster-header-left .bot-links {
        margin-top: 1rem;
    }

    .wpcf7-submit:disabled {
        opacity: 1 !important;

        border: 2px solid #CD0039 !important;
        color: #CD0039 !important;
        background: white !important;
    }

    .wpcf7-submit {
        border: none !important;
        background: #CD0039 !important;
        color: white !important;
    }
}

#tables-header a {
    color: black;
}

#menu-item-534 li {
    width: 100%;
}

@media screen and (max-width: 550px) {
    .title-desktop {
        display: none;
    }

    .title-mobile {
        display: block;
    }

    .site-navbar .menu-item-has-children:after {
        border: solid black !important;
        border-width: 0 2px 2px 0 !important;
    }

    .site-header {
        /* position: sticky;
	    top: 1rem;
	    z-index: 99999;*/

        position: fixed;
        top: 0rem;
        z-index: 99999;
        width: 100%;

    }

    .oscagas-header {
        margin-top: 4.7rem !important;
    }


    .separador-right:after,
    .separador-left:after,
    .separador-center:after {
        border-top: 0px !important;
    }

    .separador-right,
    .separador-left,
    .separador-center {
        text-align: center !important;
    }

}

@media screen and (max-width: 1040px) {
    .columna-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .site-navbar .menu-item-has-children:after {
        border: solid black !important;
        border-width: 0 2px 2px 0 !important;
    }

    a.sub-title {
        padding: 0.6rem 0rem 0.1rem 1rem !important;
    }

    a.title {
        text-align: left !important;
        padding-left: 1rem !important;
        padding-bottom: 0rem !important;
    }

    .menu-block {
        padding-bottom: 1rem;
    }

    .copy-oscagas {
        text-align: center;
        width: 100%;
        float: initial;
    }


    .column-image-left,
    .column-image-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column-image-left .wp-block-column,
    .column-image-right .wp-block-column {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }

    .column-image-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


}



@media screen and (min-width: 551px) {
    .title-desktop {
        display: block;
    }

    .title-mobile {
        display: none;
    }
}

.blue-h2 {
    color: #CD0039;
}

@media screen and (max-width: 767px) {

    ul#menu-instalaciones-footer,
    #menu-mantenimiento-footer,
    #nav_menu-4,
    .titulo-w4,
    .div-footer-phone {
        text-align: center;
    }

    .copy-oscagas {
        margin-bottom: 1rem;
    }

    #text-2 {
        padding-top: 1rem;
    }
}

form label {
    width: 100%;
}

@media screen and (max-width:1600px) and (min-width: 1040px) {
    .site-logo {
        margin-left: 0;
    }
}

@media screen and (min-width:1601px) {
    .site-logo {
        margin-left: 1rem;
    }
}


.flex-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cluster-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -91px;
}

.cluster-header.footer {
    margin-top: 0;
}

.cluster-header.footer .cluster-text p {
    padding-top: 1.5rem;
}

.cluster-header.footer .cluster-title {
    padding: 25px 25px 25px 25px;
}

.cluster-header .cluster-header-left,
.cluster-header .cluster-header-right {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.cluster-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.top-links,
.bot-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5rem 1rem 1.5rem;
}

.top-links {
    margin-bottom: 1.5rem;
}

.cluster-links a {
    color: black;
    font-weight: normal;
}

.cluster-title {
    background: #CD0039;
    color: white;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 25px 0;
    text-align: center;
}

.cluster-title h2{
    color: white;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
} 

.cluster-text {
    border-bottom: 1px solid #c1c1c1;
    padding: 1.5rem;
}

.cluster-text p {
    font-size: 1rem;
}

.cluster-header-left,
.cluster-header-right {
    background-color: white;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
    box-shadow: 2px 2px 25px 0px rgba(35, 33, 33, 0.33);
}

.cluster-footer {
    background: #F8B322;
    color: white;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cluster-footer a {
    color: white;
}


@media screen and (max-width:1040px) {

    .cluster-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cluster-header-right {
        margin-top: 2rem;
    }

    .cluster-header .cluster-header-left,
    .cluster-header .cluster-header-right {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }

    .top-links,
    .bot-links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}


@media screen and (max-width:600px) {
    .top-links {
        margin-bottom: 0;
        padding: 1rem 1.5rem 0rem 0.5rem;
    }

    .bot-links {
        padding-top: 0;
        padding: 0rem 1.5rem 1rem 0.5rem;
    }

    .instalacion-gas {
        margin-left: 2rem;
    }

    .menu-item-13323 .flex-btn {
        background: #F8B322;
    }

    .cluster-header .cluster-header-left,
    .cluster-header .cluster-header-right {
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    }

}


@media (max-width: 320px) {
    .bot-links {
        padding: 0rem 0rem 1rem 0rem;
    }

    .top-links {
        padding: 1rem 0rem 0rem 0rem;
    }

    .td-icon-left,
    .td-icon-right {
        margin-left: 1rem;
    }

    .instalacion-gas {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .page-id-206 .column-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-id-206 .column-normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1040px) {
    .btn-cta-form {
        padding: 1rem;
        background: #F8B322;
        color: white;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #F8B322;
    }

    .btn-cta-form:hover {
        color: #F8B322 !important;
        background-color: white !important;
    }
}

@media screen and (min-width: 1040px) {
    .btn-cta-form {
        display: none;
    }
}

header.headerbg-top {
    background-position: top;
}

header.headerbg-centered {
    background-position: center;
}

header.headerbg-bottom {
    background-position: bottom;
}

header.headerbg-left {
    background-position: left;
}

header.headerbg-right {
    background-position: right;
}

@media screen and (min-width: 1040px) {
    .site-header {
        top: 0;
        z-index: 9999999999;
        position: -webkit-sticky;
        position: sticky;
    }
}


@media screen and (max-width: 1040px) and (min-width: 500px) {
    /*.site-header{
	    top: 0;
	    z-index: 9999999999;
	    position: fixed;
	    width: 100%;
	}
	.logged-in .site-header{
	    top: 30;
	}*/
}

.recibir-mails .wpcf7-acceptance .wpcf7-list-item {
    vertical-align: sub;
}

.phone-label {
    margin-bottom: 1rem;
}

.blocker {
    z-index: 999999999999 !important;
}

#secondary .widget-area-wrapper.sticky {
    top: 190px;
}

@media screen and (min-width: 550px) and (max-width: 1040px) {
    .site-header {
        position: -webkit-sticky;
        position: sticky;
        display: block;
        top: 0;
        z-index: 999999;
    }
}

.page-slider .cluster-header {
    margin-top: -165px;
}

@media (max-width:768px) {
    .home .skdslider ul.slide-navs {
        bottom: 4rem !important;
        left: 45.7% !important;
    }
}

.home .skdslider ul.slide-navs {
    bottom: 6rem;
    left: 49.5%;
}

.page-slider .cluster-header.footer {
    margin-top: 0px;
}


/*div.wpcf7 .ajax-loader {
    visibility: hidden !important;
    display: inline-block !important;
    background-image: url(../../images/ajax-loader.gif) !important;
    height: 16px !important;
    border: none !important;
    background-position: center !important;
    margin-top: 10px !important;
    margin-bottom: -30px !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    vertical-align: middle !important;
}

div.wpcf7-response-output {
	margin: 0em 0.5em 1em !important;
}*/

div.wpcf7 .ajax-loader {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto !important;
    margin-top: 10px !important;
}

.ajax-loader {
    position: unset !important;
}

div.wpcf7-response-output {
    margin: -2em 0.5em 1em !important;
}

.slide {
    background-position: top !important;
}

.page-id-1144 .default-header .title,
.page-id-1231 .default-header .title,
.page-id-1151 .default-header .title {
    color: #CD0039;
    text-align: center;
}

.cluster-links a:hover {
    color: #CD0039;
}

@media screen and (min-width:1040px) {
    ul.sub-menu.first-submenu {
        max-width: 34.2rem;
        width: 34.2rem;
        left: 0 !important;
    }

    .site-navbar .menu-item-has-children:hover>.sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .sub-menu .menu-item a {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .copy-oscagas {
        margin: auto !important;
        width: 100%;
        text-align: center;
        float: unset;
    }
}

@media screen and (max-width:1040px) {
    .slide .mas-info-header {
        padding: 0.4rem 2rem;
    }

    .slide span {
        font-size: 25px !important;
        text-align: center;
        margin-bottom: 10px;
    }

    footer ul {
        text-align: center;
    }

    footer .iconos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-footer-phone {
        text-align: center;
    }

    .widget-title {
        text-align: center;
    }

    .hidden-mobile {
        display: none;
    }

}

@media screen and (min-width:500px) and (max-width:1040px) {
    .credits.row {
        margin-bottom: 3rem;
    }

    img.img-cursor {
        -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        transform: rotate(28deg);
        width: 2rem;
    }
}

div.wpcf7-response-output {
    margin: -2em 1.7em 1em !important;
}

h1.title,
.titulo-slider {
    margin-bottom: 2rem !important;
}


@media screen and (min-width:1054px) and (max-width:1600px) {
    .cluster-header-right .cluster-text p {
        margin-bottom: 1.4rem;
    }
}

.oscagas-header-slider #slider-oscagas {
    overflow: hidden;
}


@media screen and (min-width:1040px) and (max-width:1600px) {
    .site-navbar .menu-item-has-children:after {
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px;
        vertical-align: middle;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50% !important;
        right: 1.35rem;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);

    }
}

.site-navbar .menu-item-has-children:after {
    top: 50%;
    -webkit-transform: translateY(-77%) rotate(45deg);
    -ms-transform: translateY(-77%) rotate(45deg);
    transform: translateY(-77%) rotate(45deg);
}





@media screen and (max-width:1040px) {

    .td-icon-left,
    .td-icon-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-links,
    .bot-links {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .table-icon-left,
    .table-icon-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .table-icon-left,
    .table-icon-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*margin-left: 28%;
		margin-right: 28%;*/
        text-align: center;
        margin-bottom: 0.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-links {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }

    .bot-links {
        padding-top: 0;
    }

    .cluster-header-left .top-links .table-icon-left img {
        margin-left: -2rem;
    }

    .cluster-header-left .top-links .table-icon-right img {
        margin-left: -4rem;
    }


    .cluster-header-right .top-links .table-icon-right img {
        margin-left: -2rem;
    }

    .cluster-header-right .bot-links .table-icon-left img {
        margin-left: 4rem;
    }

    .cluster-header-right .bot-links .table-icon-right img {
        margin-left: 2rem;
    }

    .cluster-header-left .bot-links .td-icon-right img {
        margin-left: -1rem;
    }
}



@media screen and (min-width:360px) and (max-width:415px) {
    .cluster-header-right .bot-links .table-icon-left img {
        margin-left: -6.3rem;
    }

    .cluster-header-right .bot-links .table-icon-right img {
        margin-left: -6.3rem;
    }

    .cluster-header-left .bot-links .td-icon-left img {
        margin-left: -0.4rem;
    }

    .cluster-header-left .bot-links .td-icon-right img {
        margin-left: -1rem;
    }

    .cluster-header-right .top-links .table-icon-right img {
        margin-left: -5rem;
    }

    .cluster-header-right .top-links .table-icon-left img {
        margin-left: -3rem;
    }

    .custom-br {
        display: block !important;
    }
}


@media screen and (min-width:415px) and (max-width:500px) {
    .cluster-header-right .bot-links .table-icon-left img {
        margin-left: -1.6rem;
    }

    .cluster-header-right .bot-links .table-icon-right img {
        margin-left: -2.8rem;
    }

    .cluster-header-left .bot-links .td-icon-left img {
        margin-left: -0.6rem;
    }

    .cluster-header-left .bot-links .td-icon-right img {
        margin-left: -1.3rem;
    }

    .cluster-header-right .top-links .table-icon-right img {
        margin-left: -7.4rem;
    }

    .cluster-header-right .top-links .table-icon-left img {
        margin-left: -5.6rem;
    }
}

@media screen and (max-width:360px) {
    .cluster-header-right .bot-links .table-icon-left img {
        margin-left: -0.2rem;
    }

    .cluster-header-right .bot-links .table-icon-right img {
        margin-left: -0.1rem;
    }

    .cluster-header-left .bot-links .table-icon-left img {
        margin-left: -0.4rem;
    }

}

@media (max-width:415px) and (min-width:415px) {
    .cluster-header-right .bot-links .table-icon-left img {
        margin-left: -9.1rem;
    }

    .cluster-header-right .bot-links .table-icon-right img {
        margin-left: -9.2rem;
    }

    .table-icon-left,
    .table-icon-right {
        text-align: center !important;
    }
}







.wpcf7-submit:disabled:hover .verify-privacity {
    color: red;
}

.wpcf7-submit:disabled:hover .verify-privacity a {
    color: red;
}

.page-id-131 .oscagas-header,
.page-id-718 .oscagas-header {
    display: none;
}


.single-post .widget-area-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
}

/*** Typo Blog ***/
.post h1 {
    color: #CD0039 !important;
    font-size: 2.5rem !important;
    text-align: center;
}

@media (max-width:768px) {
    .post h1 {
        font-size: 1.75rem !important;
    }

    .post h2 {
        font-size: 1.45rem !important;
    }
}

.contacto-lista li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/** NEW TABLE DESIGN **/

.page-slider .main-cluster {
    margin-top: -165px;
}

.main-cluster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -91px;
}

.main-cluster .cluster-header-left,
.main-cluster .cluster-header-right {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.main-cluster img {
    max-width: 55px;
    background: #CD0039;
    border-radius: 50%;
    padding: 6px;
}

.main-cluster .left,
.main-cluster .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-cluster .cluster-links a {
    margin-left: 1rem;
}

.main-cluster .top-links,
.main-cluster .bot-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}

@media (min-width:550px) and (max-width:650px) {

    .main-cluster .left,
    .main-cluster .right {
        width: 80%;
        margin-bottom: 0.5rem;
        margin-left: 20%;
        margin-right: 0%;
    }
}

@media (min-width:650px) and (max-width:750px) {
    /*.main-cluster .left, .main-cluster .right {
		margin-left: 25%;
	} */
}

@media (min-width:750px) and (max-width:950px) {
    /* .main-cluster .left, .main-cluster .right {
		margin-left: 30%;
	} */
}

@media (min-width:850px) and (max-width:900px) {
    /* .main-cluster .left, .main-cluster .right {
		margin-left: 30%;
	} */
}

@media (min-width:900px) and (max-width:1040px) {
    /* .main-cluster .left,.main-cluster .right {
		margin-left: 35%;
	} */
}



@media (max-width:1040px) and (min-width:650px) {

    .main-cluster .top-links,
    .main-cluster .bot-links {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .hidden-mobile.custom-br {
        display: block;
    }
}

@media (max-width:650px) {

    .main-cluster .top-links,
    .main-cluster .bot-links {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width:1040px) {

    .main-cluster {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-cluster .cluster-header-left,
    .main-cluster .cluster-header-right {
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    }

    .main-cluster .left,
    .main-cluster .right {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .main-cluster .bot-links {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .main-cluster .top-links {
        padding-bottom: 0;
    }

    .main-cluster .bot-links .right {
        margin-bottom: 0;
    }

}


.menu-block .title,
.menu-block .sub-title {
    text-align: left;
}

.menu-block .first,
.menu-block .second,
.menu-block .third {
    width: 33%;
}

/*@media (max-height:840px){
	#secondary .widget-area-wrapper.sticky{
		position:relative;
		top:0;
		
	}
}*/

@media (max-height:659px) and (max-width:1040px) {
    #secondary .widget-area-wrapper.sticky {
        position: relative;
        top: 0;
    }
}


/********* PAGINA 404 ************/
.page-id-1380 .title,
.page-id-1380 .default-header {
    display: none;
}

.page-id-1380 #content-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin-top: -24px;
}

.title-404 {
    font-size: 6rem;
}

.page-id-1380 .has-1-columns.section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

strong.blue-text a {
    color: #CD0039;
}



#gmap_canvas {
    margin-bottom: -1px;
}

@media (max-width:1600px) and (min-width:1040px) {
    .meta {
        width: 65rem;
        margin: auto;
    }
}

span.wpcf7-list-item {
    margin: 0 0 0 0em;
}

/***** TITULOS MOVIL CSS ****/
@media (max-width:500px) {
    h2.blue-text {
        font-size: 1.3rem;
    }

    h2.blue-text {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .wpcf7 p {
        font-size: 0.72rem;
    }

    .wpcf7 .email-label,
    .wpcf7 .phone-label {
        font-size: 0.72rem;
    }

    .wpcf7 .form-header .text-form-header {
        font-size: 1.2rem;
    }

    .wpcf7 select {
        -webkit-appearance: none;
    }

    .mas-info-header {
        font-size: 0.7rem;
    }

    h2 {
        font-size: 1.25rem;
    }


}

@media (max-width:768px) {
    .site-footer .widget-area:nth-child(3) {
        -webkit-clip-path: unset !important;
        clip-path: unset !important;
    }
}



.enlace-mail {
    color: #463d39;
}

.page-id-718 .footer-cta-mobile {
    display: none;
}

.site-footer .widget-area .widget {
    padding: 1.55rem;
}

.coberturas td {
    padding: 1rem 0.5rem 1rem 0.5rem;
}


.div-footer-phone {
    text-align: center;
}

.footer-rrss .iconos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog .site-main {
    padding-bottom: 0;
}

@media (min-width:500px) and (max-width: 1040px) {
    .site-header.with-header .site-trigger {
        right: 9vw;
    }
}

#wpcf7-f130-p131-o1 {
    border: 2px solid #CD0039;
}

.btn-primary {
    background-color: #CD0039;
    border-radius: 0;
}

a.TelfGeneralLlamanos {
    text-align: center;
}

@media (min-width:1040px) {
    br.desktop-hidden {
        display: none;
    }
}

/*** MENU MOBILE ***/
@media (max-width: 1040px) {
    .site-navbar {
        width: 240px;
    }
}


/*** CONTACT FORM ***/
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}

@media (max-width:1040px) {
    .header-squeeze .wp-block-column {
        justify-content: center;
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .wp-block-image .alignleft {
        margin-right: 0;
    }

    .footer-contratanos {
        display: none;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 99999999;
    display: none;

}

.fixed-top p {
    margin: 0 !important;
}

.fixed-top.orbital-block-header p.has-text-color a {
    color: white;
    text-decoration: none;
}

.green-bg {
    background: #7ab51d !important;
}

.footer-contratanos {
    position: fixed;
    width: 100vw;
    bottom: 0;
}

.footer-contratanos p,
.footer-contratanos .wp-block-button {
    margin-bottom: 0;
}

@media (min-width:1040px) {
    .page-template-oscagas-squeeze {
        margin-bottom: 87px;
    }
}

.footer-contratanos .container {
    display: flex;
}

@media (min-width:600px) {
    .columnas-valores {
        flex-wrap: nowrap;
    }
}

.tabla-sidebar-template .wp-block-column:nth-child(2) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-id-1920 header {
    max-height: 450px;
}

.page-id-1920 .entry-content {
    width: 75% !important;
    flex-basis: 75% !important;
    margin: auto !important;
}

/* Estilo formulario contratacion */
.pice-sidebar,
.offer-box {
    border: 1px solid #ddd;
    padding: 15px;
}

.top-header {
    background: #ddd;
    height: 35px;
}

.price-contain {
    background: #f2f2f2;
    padding: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.offer-box h4 {
    margin-top: 0;
}

.taxes {
    margin-top: 10px;
}

.pice-sidebar p {
    font-size: 0.95rem;
}

div#wpcf7-f2307-p2308-o1 input[type="checkbox"] {
    height: 16px;
    cursor: pointer;
    margin-right: 10px;
}

p.chackboxes-cf7 {
    display: flex;
    font-size: 1rem;
    align-items: flex-start;
}

div#ac-field,
div#hr-field {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

span.price-field {
    color: #CD0039;
    font-weight: 600;
    margin-left: 70px;
}

span.second-year {
    font-size: 1rem;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
}

#ac-field input[type="checkbox"],
#hr-field input[type="checkbox"] {
    width: 20px;
    height: 20px !important;
}

#typehouse input[type="radio"] {
    height: 20px !important;
    width: 20px;
    margin-right: 5px;
}

#typehouse span {
    margin-right: 15px;
    display: inline-flex;
    vertical-align: sub;
}

span.wpcf7-list-item.first {
    padding: 0 !important;
}

span#checkac .wpcf7-list-item-label:before {
    background-image: url(https://www.oscagas.es/wp-content/themes/orbital-child/images/climatizacion.svg);
    background-size: 30px;
    display: inline-flex;
    margin-right: 10px;
    content: "";
    width: 30px;
    height: 30px;
}

span#checkhr .wpcf7-list-item-label:before {
    background-image: url(https://www.oscagas.es/wp-content/themes/orbital-child/images/gas.svg);
    background-size: 30px;
    display: inline-flex;
    margin-right: 10px;
    content: "";
    width: 30px;
    height: 30px;
}

span#checkac label,
span#checkhr label {
    display: flex;
    align-items: center;
}

span#checkac label span,
span#checkhr label span {
    display: inline-flex;
    align-items: center;
}

/* END Estilo formulario contratacion */

/*Formulario Presupuesto*/

.pant {
    display: flex !important;
}

.order-policy {
    position: absolute;
    padding: 3px;
    margin-left: 20px;
}

@media (max-width: 500px) {
    .order-policy {
        padding: 12px !important;
        margin-left: 10px;
    }
}

.order-policy1 {
    position: absolute;
    padding: 3px 6px;
}

@media (max-width: 500px) {
    .order-policy1 {
        padding: 12px 6px !important;
    }
}

/*END Formulario Presupuesto*/

/*Localization Pages*/
.serv-img {
    max-width: 140px;
    margin: auto;
}

.size-h2-resp {
    font-size: 2.25rem;
}

@media (max-width: 2000px) {
    .size-h2-resp {
        font-size: 2.25rem !important;
    }
}

@media (max-width: 1200px) {
    .size-h2-resp {
        font-size: 2rem !important;
    }
}

@media (max-width: 400px) {
    .size-h2-resp {
        font-size: 1.75rem !important;
    }
}

.size-h3-resp {
    font-size: 2rem;
}

@media (max-width: 2000px) {
    .size-h3-resp {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 1200px) {
    .size-h3-resp {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .size-h3-resp {
        font-size: 1.35rem !important;
    }
}

.space-left {
    /*margin-left: ;*/
}

@media (min-width: 1040px) {
    .space-left {
        margin-left: 45px;
    }
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: left;
}

@media (max-width: 599px) {
    .txt-center {
        text-align: center !important;
    }
}

.txt-blue {
    color: #CD0039;
}

.a-color {
    color: #000 !important;
}

.a-color:hover {
    color: #CD0039 !important;
}

@media screen and (max-width: 550px) {
    .oscagas-header {
        margin-top: 4.7rem !important;
        max-height: 500px !important;
    }
}

.mx-auto {
    margin: auto !important;
}

.disp-flex {
    display: flex;
    margin-top: 40px;
}

.icon-img {
    max-width: 45px;
}

.img-icon {
    margin-right: 15px;
    align-items: center;
    display: flex;
}

@media (max-width: 500px) {
    .order-2 {
        order: 2;
    }
}

a#TelfHeaderMobile {
    display: flex;
    align-items: center;
    background: #F8B322;
    color: #fff !important;
    padding: 7px 14px;
    border-radius: 12px;
    text-shadow: 3px 3px 4px #00000040;
    box-shadow: 1px 4px 4px #0000002e;
}

@media (max-width: 1040px) {
    .site-header.with-header {
        min-height: 0;
        border: none;
        box-shadow: 0px 7px 5px #0000002e;
    }
}

h3 {
    color: #000 !important;
}

body {
    color: #000;
}

@media (min-width: 600px) {
    .col-servs div.wp-block-column {
        flex-basis: calc(33.33% - 16px) !important;
        flex-grow: 0;
    }

    .col-servs h3 {
        margin-top: 20px;
        font-size: 1.36rem !important;
    }

    .col-servs .wp-block-column:nth-child(2n) {
        margin-left: 15px;
    }

    .col-servs {
        display: flex !important;
        justify-content: center;
    }
}

/*END Localization Pages*/

/*SERVICIOS LOCALES*/
.blt-local {
    margin-top: 25px;
}

.mt-h3 {
    margin-top: 0px !important;
}

.txt-local h3 {
    font-size: 1.35rem;
    text-align: left;
}

@media(max-width: 650px) {
    .txt-local h3 {
        font-size: 1.21rem;
    }

    .txt-local p {
        font-size: 1.1rem;
    }
}

.d-flex {
    display: flex !important;
}

.btn-local {
    background-color: #F8B322;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0.5rem 1.5rem;

}

.btn-local-center {
    display: flex;
    justify-content: center;
}

.txt-local p {
    margin-bottom: 0 !important;
}

.txt-local .banner {
    display: none !important;
}

ul.ul-entry {
    line-height: 0.9;
    list-style: none;
}

.ul-entry li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    color: #F8B322;
}

.center-img {
    display: flex;
    justify-content: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.progress-content li:before {
    content: counter(step);
    counter-increment: step;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 50% 10px 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.bar-progress:after {
    content: '';
    position: absolute;
    width: 73%;
    height: 1px;
    background-color: #ddd;
    top: 8rem;
    right: 64%;
}

@media(max-width: 768px) {
    .bar-progress:after {
        width: 63%;
        right: 68%;
    }
}

.progress-content {
    padding-left: 0 !important;
    counter-reset: step;
}

.progress-content div {
    width: 33.33%;
    text-align: center;
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    font-size: 1rem;
    /*margin-bottom: 2rem !important;*/
    padding: 0 10px 0 10px;
}

@media screen and (max-width: 700px) {
    .progress-content div {
        width: 100%;
        text-align: center;
    }

    .bar-progress:after {
        width: 0%;
        right: 0%;
    }
}

.icon-progress {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

li.active:before {
    background-color: #ddd;
}

.ipad-no {
    display: block;
}

.ipad-si {
    display: none;
}

@media (min-width: 600px) and (max-width: 1023px) {

    .page-id-3170 .wp-block-column:nth-child(2n),
    .page-id-3178 .wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }

    .page-id-3170 .wp-block-columns,
    .page-id-3178 .wp-block-columns {
        display: block;
    }

    .ipad-si {
        display: flex;
    }

    .ipad-no {
        display: none;
    }
}

/*END SERVICIOS LOCALES*/

/*SIDEBAR*/
aside .custom-html-widget {
    background: #ececec;
    border-radius: 10px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    margin-top: 80px;
}

/* Contratación */

.contratacion-precio {
    position: relative;
    display: block;
    width: 195px;
    height: 180px;
    margin: 30px auto;
}

.contratacion-precio-circulo {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    color: #CD0039;
    font-size: 30px;
    overflow: hidden;
    border-radius: 100%;
}

.contratacion-precio-descuento {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #CD0039;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    z-index: 2;
    border-radius: 100%;
}

.contratacion-precio-descuento .descuento {
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
}

.contratacion-precio-circulo .precio {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    font-weight: 400;
}

.contratacion-precio-circulo .small {
    font-size: 14px;
}

.contratacion-precio-descuento .small {
    font-size: 14px;
}

.small p {
    font-size: 12px;
}

/*Personalización: CSS Adicinal*/

h2 strong, h3 strong, h4 strong{
	color:#CD0039;
}

.oscagas-header .title{
		flex-basis:unset;
	width:unset;
	}
.page-id-203 header{
	background-position:-350px;
}
.page-id-243 header{
	background-position:-600px;
}
.table-icon-left, .table-icon-right{
	display:flex;
	align-items:center;
}
.table-icon-left div, .table-icon-right div{
	padding-left:10px;
	padding-right:10px;
}
.we-are-col-2{
	flex-direction:column-reverse;
}
.what-we-do-2{
	flex-direction:column-reverse;
}
.who-spacer-1{
	height:30px!important;
}
.who-spacer-2, .who-spacer-3, .who-spacer-4{
	height:20px!important;
}
.who-spacer-5{
	height:0px!important;
}
.who-list-brother+.has-2-columns>div:first-child, .who-list-brother+.has-2-columns>div:first-child ul{
	margin-bottom:0px;
}
.who-list-brother+.has-2-columns>div:first-child{
	height:215px;
}
.we-are-col img{
	margin-bottom:0px!important;
}
.we-are-col figure{
	margin-bottom:24px;
}
.page-id-2 .oscagas-header{
	padding-top:0px;
	padding-bottom:74px!important;
	align-items:center;
}
.page-id-2 .oscagas-header>div{
/* 	height:200px; */
}
.oscagas-header .title{
	font-size:25px;
}
.mas-info-header{
	text-align:center;
	width:min-content;
}
.page-id-235 h2{
	margin-bottom:32px!important;
}
.page-id-235 h2, .page-id-235 h4{
	margin-top:0px!important;
}
.coberturas img{
	max-width:100px;
}
.oscagas-header h1, .oscagas-header h3{
	text-shadow:0px 1px 4px black;
}
.home .oscagas-header .container h1{
	margin-bottom:10px;
}
footer{
	text-align:center;
}
footer .container{
	margin-bottom:30px;
}
.main-cluster{
	margin-top:0px;
}
.we-are-space{
	margin-bottom:20px!important;
}
.where-are-we{
	flex-direction:column-reverse;
}
.blog main{
	padding-top:50px;
}
.columna-contacto{
	margin-top:50px;
}
.single-post{
	margin-top:50px;
}
@media only screen and (max-width: 767px) {
footer .iconos{
	justify-content:center;
}
footer .iconos a{
	margin:0px 5px;
}
}

@media only screen and (min-width: 400px) {
	.page-id-243 header{
	background-position:-400px;
}
	.page-id-206 .oscagas-header{
		height:450px;
	}

	.we-are-col-1{
		display:block;
	}
	.mas-info-header{
		width:fit-content;
	}
	footer{
		text-align:left;
	}
	
}
@media only screen and (min-width: 500px) {
	.page-id-243 header{
	background-position:-55%;
}
	.oscagas-header{
		padding:0px;
		align-items:center;
	}
.oscagas-header>div{
	flex-direction:unset!important;
	flex-direction:column-reverse!important;
	align-items:center!important;
	height:100px;
}

.oscagas-header>div>div, main header>div>h1{
/* 	display:inline-block; */
	margin:auto 0px;
/* 	background-color:red; */
	flex-basis:150px!important;
}
.oscagas-header h1, .oscagas-header h3{
	text-align:center;
	display:flex;
	align-items:center;
	text-shadow:0px 1px 4px black;
} 
.man-info-header-parent{
		display:flex;
	  align-items:center;
	}
	footer .container{
	margin-bottom:0px;
}
	.main-cluster{
	margin-top:-91px;
}
	.where-are-we{
	flex-direction:unset;
}
	.blog main{
	padding-top:0px;
}
	.columna-contacto{
	margin-top:0px;
}
	.single-post{
	margin-top:0px;
}
}


@media only screen and (min-width: 600px) {
	.page-id-203 header{
		background-position:top;
}
	.we-are-col{
/* 		display:flex; */
	}
	.we-are-col-2{
/* 		flex-direction:unset; */
	}
	.we-are-col-2 div:last-child{
		margin-left:20px!important;
	}

	.what-we-do-2{
		flex-direction:unset;
	}
	.oscagas-header .title{
	font-size:2rem;
}
	
}
@media only screen and (min-width: 800px) {
	.page-id-243 header{
		background-position:top;
}
	.page-id-206 #content-wrapper{
/* 		max-width:900px; */
		width:900px!important;
	}
	.we-are-col-1 div:last-child figure img{
		/*height:420px;*/
	}
	.we-are-col-2 div:first-child figure img{
		/*height:420px;*/
	}
	.we-are-do img{
		width:400px;
	}
		
}
@media only screen and (min-width: 900px) {
/* 	.page-id-206 #content-wrapper{
		max-width:900px;
		width:900px!important;
		
	} */
	.we-are-col{
		display:flex;
	}
	.we-are-col-2{
		flex-direction:unset;
	}
}
@media only screen and (min-width: 1000px) {
	.cluster-header{
		align-items:flex-start;
	}
	.cluster-header .cluster-text p{
		height:250px;
	}
	.page-id-239 .spacer-advantages{
		display:none;
	}
}
@media only screen and (min-width: 1200px) {
	.page-id-206 #content-wrapper{
		max-width:1072px!important;
		width:1072px!important;
		
	}
	.we-are-col-1>div:first-child{
		padding-right:20px;
	}
	.we-are-col-1 div:last-child figure img{
/* 		height:400px; */
	}
	.we-are-col-2 div:first-child figure img{
/* 		height:343px; */
	}
	.we-are-col-2 div:first-child figure img{
		/*height:420px;*/
	}
	.we-are-do img{
		width:500px;
		/*height:300px*/
	}
}

.we-are-col {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}



.we-are-col-1>div:nth-child(2){
	margin: 0;
	width: 100%;
}

h2.blue-text {
	margin-bottom: 3rem;
	margin-top: 4rem;
}

	.what-we-do {
		display: flex;
		justify-items: center;
		align-items: center;
	}


.list-center {
	max-width: 725px;
	margin: 0 auto;
	margin-top: 4rem;
	
}

@media (min-width: 600px){
.we-are-col .wp-block-column {
	flex-basis: calc(50%);
	flex-grow: 0;
}
	}


.align-center {
	align-items: center;
}

.m-4 {
	margin-top: 4rem; 
}


@media (max-width: 1040px){
	.site-navbar ul li a {
	padding: 1.25rem inherit;
}
}


.page-template-oscagas-squeeze #content-wrapper{
	padding-top: 0;
	padding-bottom: 0;
}


bold, strong {
	color: inherit;
}

.wp-block-image .alignright {
	margin-left: 0;
}

.page-template-oscagas-squeeze .wpcf7 {
	border: none;
	max-width: 600px;
	margin: 0 auto;
}

.page-template-oscagas-squeeze input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .page-template-oscagas-squeeze select {
	padding: 1.5rem 0.75rem;
	font-size: 16px;
}

.page-template-oscagas-squeeze textarea {
	font-size: 16px;
}


.wp-block-button {
	display: inline-block;
}

.wp-block-button + .wp-block-button {
	margin-left: 1rem;
}


@media(max-width: 1024px) {
	.wp-block-button, .wp-block-button__link{
		width: 100%;
		
	}
	
	.wp-block-button + .wp-block-button {
	margin-left: 0;
}
	
	.page-template-oscagas-squeeze .wp-block-spacer {
		display: none;
	}
	
	.has-huge-font-size {
	font-size: 32px;
	margin-top: 14px
}
	
}

.wp-block-button + .wp-block-button a {
	background-color: #7ab51d !important;
}

.wp-block-button + .wp-block-button a:hover {
	background-color: #7ab51d !important;
}

.page-template-oscagas-squeeze .site-main {
	padding: 0;
}

.site-navbar ul li.menu-item-13323{
	border-bottom:0;
}

.page-template-oscagas-squeeze .testimonials p{
	margin-bottom: 0;
}

.page-template-oscagas-squeeze .testimonials strong{
	margin-bottom: 0.25rem;
	margin-top: 1rem;
	display: block;
}

.page-template-oscagas-squeeze .testimonials .wp-block-column {
	padding: 1rem;
}


.nmb {
	padding: 0.5rem;
}

.nmb, .nmb figure {
	margin-bottom: 0;
}

.inline-block {
	display: inline-block !important;
	margin-bottom: 1rem !important;
}

.inline {
	display: inline-block;
	margin-left: 1rem;
	
}

.rounded  img{
	border-radius: 9999px;
}


.inline-block + .inline-block{
	float: right;
}

@media(min-width: 1024px){
	.only-mobile {
		display: none;
}
	#wpcf7-f2307-p2308-o1 .columna-4 {
	width: 25%;
	padding: 1rem;
}	
	
	#wpcf7-f2307-p2308-o1 .columna {
	width: 50%;
	padding: 1rem;
}
}

@media(max-width: 1024px){
	.only-desktop {
		display: none;
	}
	
	#wpcf7-f2307-p2308-o1 .columna, #wpcf7-f2307-p2308-o1 .columna-4 {
	width: 100%;
	padding: 1rem;
}
	
	
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
}

.align-center {
	align-items: center;
	display: flex;
	
}


#wpcf7-f2307-p2308-o1 {
	border: none;
}

#wpcf7-f2307-p2308-o1 .wpcf7-submit {
	height: auto;
}

@media only screen and (min-width: 500px){
	.main-cluster {
	    margin-top: -36px !important;
	}    
}


.entry-item .entry-date {
    display: none; 
}

#content-wrapper {
    padding-top: 3rem;
}