/*  
Theme Name: Axalta
Author: Cliento
*/
@import url("https://use.typekit.net/yor6xkm.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,l
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:1em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
input:hover,
input:focus,
input:active {
    outline: none;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::selection {
    background-color: var(--azul1);
    color: #fff;
}

::-moz-selection {
    background-color: var(--azul1);
    color: #fff;
}

/* Tipografia */




:root {
    --blanco: #fff;
    --negro: #000;
    --negrorgb: 0, 0, 0;
    --azul1: #010440;
    --azul2: #0046A0;
    --verde: #54A770;
    --gris: #909090;
    --griso: #404040;
    --grisc: #f2f2f2;
    --font1: "interstate", sans-serif;
    --rojo: #C82127;

}


/* Estructura */

html,
body {
    position: relative;
    width: 100%;
    /*-webkit-font-smoothing: antialiased;*/
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    /*padding-bottom: 50px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    font-family: var(--font1);
    color: var(--griso);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */

.hoja-1400 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1430px;
    display: block;
    margin: 0 auto !important;
    padding: 0 15px;
}

.hoja-1200 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1230px;
    display: block;
    margin: 0 auto !important;
    padding: 0 15px;
}

.hoja-1000 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1030px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.hoja-900 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 930px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.hoja-800 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 120%;
}

.height-auto {
    height: auto !important;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}b

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.under {
    text-decoration: underline;
}

.upper {
    text-transform: uppercase;
}

.inline {
    display: inline-block;
}

.middle {
    vertical-align: middle;
}

.line-normal {
    line-height: normal;
}

.line-130 {
    line-height: 130%;
}

.line-120 {
    line-height: 120%;
}

.line-100 {
    line-height: 100%;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs35 {
    font-size: 35px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs45 {
    font-size: 45px;
}

.fs46 {
    font-size: 46px;
}

.fs48 {
    font-size: 48px;
}

.fs49 {
    font-size: 49px;
}

.fs50 {
    font-size: 50px;
}

.fs52 {
    font-size: 52px;
}

.fs54 {
    font-size: 54px;
}

.fs55 {
    font-size: 55px;
}

.fs56 {
    font-size: 56px;
}

.fs58 {
    font-size: 58px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs75 {
    font-size: 75px;
}

.fs80 {
    font-size: 80px;
}

.blanco {
    color: var(--blanco);
}

.negro {
    color: var(--negro);
}

.negrorgb {
    color: var(--negrorgb);
}

.azul1 {
    color: var(--azul1);
}

.azul2 {
    color: var(--azul2);
}

.verde {
    color: var(--verde);
}

.gris {
    color: var(--gris);
}

.griso {
    color: var(--griso);
}

.rojo {
    color: var(--rojo);
}

.bgrojo {
    background: var(--rojo);
}

.bgblanco {
    background: var(--blanco);
}

.bgnegro {
    background: var(--negro);
}

.bgazul1 {
    background: var(--azul1);
}

.bgazul2 {
    background: var(--azul2);
}

.bgverde {
    background: var(--verde);
}

.bggris {
    background: var(--gris);
}

.bggriso {
    background: var(--griso);
}

.bggrisc {
    background: var(--grisc);
}

.bggrisc {
    background: var(--rojo);
}

.bg-gris-o {
    margin: -1px 0;
    background-color: #393637;
}

ul#menu-club-pintor-main-menu {
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

ul#menu-club-pintor-main-menu li {
    max-width: 148px;
    margin-left: 28px;
    line-height: normal;
}

ul#menu-club-pintor-main-menu li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    font-family: "interstate", sans-serif;
    font-weight: bold;
}

li#menu-item-7600 {
    padding: 10px 11px;
    text-transform: uppercase;
    background: var(--negro);
}

/*Menu*/

.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover ul.sub-menu{
    display:block;
}

ul.sub-menu {
    display:none;
    background: #000000;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 15px;
    margin: 0;
    list-style: none;
    width: 210px;
}

ul.sub-menu {
    background: #000000;
    position: absolute;
    left: -15px;
    padding: 20px 18px 0;
    margin: 0;
    list-style: none;
}

ul.sub-menu li {
    margin: 0 0 15px !important;
}

ul.sub-menu .menu-item-type-post_type a {
    display: inline-block;
    text-align: left !important;
}

ul#menu-club-pintor-main-menu .sub-menu li {
    max-width: none;
}

li#menu-item-7600 {
    padding: 10px 11px;
    text-transform: uppercase;
    background: var(--negro);
    position: fixed;
    right: 2px;
    bottom: 32%;
}

li#menu-item-9844 {
    padding: 10px 11px;
    text-transform: uppercase;
    background: var(--rojo);
}

li#menu-item-9844 .sub-menu {
    background: var(--rojo);
    top: 42px;
    left: 0;
}

header.bgnegro.py-3 {
    position: relative;
    z-index: 99;
}

li#menu-item-9844 .sub-menu li a {
    text-align: left;
    position: relative;
}


li#menu-item-9844 .sub-menu li a {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
     
li#menu-item-9874 .sub-menu li a {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
     
li#menu-item-9845 a:after, li#menu-item-9846 a:after, li#menu-item-9847 a:after, li#menu-item-9848 a:after, li#menu-item-9849 a:after, li#menu-item-9850 a:after, li#menu-item-9851 a:after, li#menu-item-9874 a:after {
    content: '';
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-costa-rica-50.png);
    dominant-baseline: alphabetic;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-left: 10px;
    background-position: center;
}

li#menu-item-9846 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-el-salvador-50-1.png);
    background-position: center;
}
li#menu-item-9847 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-guatemala-50-1.png);
    background-position: center;
}

li#menu-item-9848 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-honduras-50-2.png);
    background-position: center;
}

li#menu-item-9849 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-nicaragua-50-1.png);
    background-position: center;
}

li#menu-item-9850 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-panama-50-1.png);
    background-position: center;
}

li#menu-item-9851 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-dominican-republic-50-1.png);
    background-position: center;
    width:70px;
}

li#menu-item-9874 a:after { 
    background: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-mexico-50.png);
    background-position: center;
}


.menu-item-has-children:after {
    content: ">";
    display: block;
    color: white;
    position: absolute;
    right: -9px;
    top: 3px;
    transform: rotate(90deg);
}

li#menu-item-9844:after {
    content: ">";
    display: block;
    color: white;
    position: absolute;
    right: 13px;
    top: 12px;
    transform: rotate(90deg);
}

li#menu-item-9844 {
    padding: 10px 11px;
    text-transform: uppercase;
    background: var(--rojo);
    padding-right: 25px;
}

/*HOME*/
.bg-banner {
    padding: 17% 0 3%;
    padding-top: 17%;
    padding-right: 0px;
    padding-bottom: 3%;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 15% bottom;
    background-color: #393637;
}

.bg-banner img {
    display: block;
    margin-left: auto;
    max-width: 100%;
    width: auto;
}

/* Contenido */

.titulo {
    position: relative;
    margin: 0 0 35px !important;
}

.titulo h2 {
    position: relative;
    display: inline-block;
    max-width: 310px;
    width: 100%;
    margin: 0;
    padding: 12px 30px;
    color: #fff;
    font-size: 28px;
    background-color: #DB2D2E;
    line-height: 120%;
}

.titulo:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DB2D2E;
}

.titulo h2:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 57px solid #DB2D2E;
}

.titulo h2:after {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: -20px;
    border-right: 20px solid transparent;
    border-left: 0 solid transparent;
    border-top: 57px solid #DB2D2E;
}

.linea,
.linea-bco,
.linea-left {
    position: relative;
}

.linea:before,
.linea-bco:before,
.linea-left:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50px;
    bottom: 35px;
    background: #db2d2e;
}

.linea:after,
.linea-bco:after,
.linea-left:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    bottom: 25px;
    background: #db2d2e;
}

.linea-bco:before,
.linea-bco:after {
    background: #fff;
}

.linea-left:before,
.linea-left:after {
    left: 0;
    transform: translateX(0);
}

.bg-banner {
    padding: 17% 0 3%;
    /*background-image: url('http://localhost/clubdelpintoraxalta/wp-content/uploads/2023/09/banner.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 15% bottom;
    background-color: #393637;
}

.bg-banner img {
    display: block;
    margin-left: auto;
    max-width: 100%;
    width: auto;
}

.row-banner {
    position: relative;
}

.row-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    /* Cambiamos el ancho a 100% */
    bottom: 0;
    right: 0;
    left: 0;
    border-right: 0 solid transparent;
    border-left: 100vw solid transparent;
    /* Modificamos el ancho del borde izquierdo al 50% para mantener la misma forma triangular */
    border-bottom: 100px solid #505050;
}

.txt-banner {
    padding: 0 20px 100px;
    max-width: 590px;
    width: 100%;
    margin: auto !important
}

.txt-banner h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 40px;
    line-height: 120%;
    text-transform: none;
}

.txt-banner h1 span {
    display: block;
}

.txt-banner img {
    display: block;
    margin: 25px auto;
}

.txt-banner .btn-rojo {
    max-width: 220px;
    width: 100%;
}

.btn-rojo {
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #DB2D2E;
}

.btn-rojo a {
    color: #fff;
}

.btn-bco {
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    color: #DB2D2E;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
}

.btn-bco a {
    color: #DB2D2E;
}

.row-premios {
    padding: 20px 0 0;
    background-color: #505050;
}

.row-premios h3 {
    margin: 0 0 35px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
}

.row-premios ol {
    display: inline-block;
    text-align: left;
}

.row-premios ol li {
    color: #fff;
    list-style: decimal inside;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}


.row-premios img {
    max-width: 100%;
    width: auto;
}

.row-terminos {
    padding: 80px 15px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.row-terminos p {
    margin: 0;
}

.row-terminos p small {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.row-anuncios {
    position: relative;
    margin: 0 0 40px !important;
}

.row-anuncios div {
    padding: 20px 3%;
}

.row-anuncios div:first-of-type {
    padding: 20px 3% 20px 0;
}

.row-anuncios div:last-of-type {
    padding: 20px 0 20px 3%;
}

.row-anuncios:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

.row-anuncios p {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
}

.row-funciona {
    padding: 40px 0;
}

.row-funciona.titulo {
    margin: 0 0 60px;
}

.lista-funciona>div {
    margin: 0 0 20px;
}

.lista-funciona p {
    max-width: 285px;
    width: 100%;
    font-size: 20px;
    color: #848484;
    font-weight: 300;
    line-height: 130%;
    margin: auto;
}

.lista-funciona p strong {
    font-size: 26px;
    color: #DB2D2E;
    font-weight: 700;
    line-height: 130%;
}

.icos-funciona {
    display: block;
    height: 120px;
    width: 120px;
    margin: 0 auto 20px;
    background-image: url("https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/cliento/repintado-automotriz-sprite-iconos.png");
}

.icos-funciona.ico1 {
    background-position: 0 0;
}

.icos-funciona.ico2 {
    background-position: -132px 0;
}

.icos-funciona.ico3 {
    background-position: -262px 0;
}

.icos-funciona.ico4 {
    background-position: -394px 0;
}

.row-cintillo {
    padding: 55px 0;
    background-image: url("https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/cliento/repintado-automotriz-fondo-capacitaciones.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-capacitacion {
    padding: 30px 0;
}

.row-capacitacion .titulo h2:before {
    border-bottom: 91px solid #DB2D2E;
}

.row-capacitacion .titulo h2:after {
    border-top: 91px solid #DB2D2E;
}

.row-capacitacion p {
    max-width: 530px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.row-capacitacion p strong {
    font-weight: 700;
}

.bg-capacitacion {
    padding: 0;
    background-image: url("https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/cliento/repintado-automotriz-capacitaciones.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgcap {
    background-image: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2024/08/revista-club-del-pintor-2024.png);

}
.cintillo-rojo {
    background-color: #DB2D2E;
    justify-content: center;
}

.cintillo-rojo .item-cintillo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    max-width: 280px;
    width: 100%;
    padding: 30px 0 30px 70px;
    text-align: left;
    vertical-align: top;
}

.cintillo-rojo .item-cintillo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 100%;
    background-image: url("https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/cliento/repintado-automotriz-sprite-iconos.png");
}

.cintillo-rojo .item-cintillo.cintillo-col-1:before {
    background-position: -540px 0;
}

.cintillo-rojo .item-cintillo.cintillo-col-2:before {
    background-position: -598px 0;
}

.cintillo-rojo .item-cintillo p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.cintillo-rojo .item-cintillo p strong {
    display: block;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 100%;
}

.row-marcas {
    padding: 70px 0;
}

.row-marcas .titulo h2:before {
    border-bottom: 91px solid #DB2D2E;
}

.row-marcas .titulo h2:after {
    border-top: 91px solid #DB2D2E;
}

.lista-marcas {
    max-width: 930px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.icos-marcas {
    display: block;
    width: 120px;
    height: 90px;
    margin: 0 30px;
    background-image: url("https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/cliento/repintado-automotriz-sprite-logos.jpg");
}

.icos-marcas span {
    display: inline-block;
}

.icos-marcas.ico1 {
    background-position: 0 0;
}

.icos-marcas.ico2 {
    width: 148px;
    background-position: -145px 0;
}

.icos-marcas.ico3 {
    width: 110px;
    background-position: -305px 0;
}

.icos-marcas.ico4 {
    width: 110px;
    background-position: -468px 0;
}

.icos-marcas.ico5 {
    width: 110px;
    background-position: -615px 0;
}

.icos-marcas.ico6 {
    width: 150px;
    background-position: -750px 0;
}

.icos-marcas.ico7 {
    width: 140px;
    background-position: -920px 0;
}

.icos-marcas.ico8 {
    width: 108px;
    background-position: -1080px 0;
}

.lista-marcas {
    max-width: 930px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Quienes somos */

.header_intro_bg-image {
    position: relative;
    padding: 20% 0 30px;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_intro_bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.intro-title h1 {
    position: relative;
    margin: 0;
    color: #fff;
    z-index: 2;
}

.site-content {
    position: relative;
}

.site-content span {
	display: block;
	margin: 0 0 5px;
    font-size: 14px;
}

.site-content h2 {
    font-size: 36px;
}

.site-content h3 {
	font-size: 28px;
}

.site-content h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
}

.site-content p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 130%;
}

.site-content p:last-of-type {
	margin: 0;
}

.cintillo-nosotros {
	background-image: url('https://seo-consultoria.com/clubdelpintoraxalta/wp-content/uploads/2023/10/cintillo-quienes-somos.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.txt-nosotros {
	max-width: 550px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

.txt-nosotros h4,
.txt-nosotros p {
	color: #fff;
}

.flex-icons svg {
    flex: 0 0 16px;
}

.row-hacemos .icon {
	flex: 0 0 50px;
}

.row-hacemos .icon i {
    background: #f6f6f6;
    color: #999999;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	text-align: center;
}

.row-hacemos p {
	width: auto;
}

.slide-logos .slick-dots {
    position: relative;
    bottom: 0;
}

.img-noticias {
    position: relative;
    padding: 56.25% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-noticias span {
    position: absolute;
    padding: 10px;
    margin: 0;
    top: 10px;
    left: 10px;
    background-color: var(--rojo);
    color: #fff;
}

.txt-noticias {
    position: relative;
    margin: -20px 10px 0;
    -webkit-box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-color: #fff;
}

.txt-noticias h5 {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    color: #323232;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 130%;
}

.bg-beneficios {
    background-image: url('https://seo-consultoria.com/clubdelpintoraxalta/wp-content/uploads/2023/10/axalta-54.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-video {
    background-image: url('https://seo-consultoria.com/clubdelpintoraxalta/wp-content/uploads/2023/10/axalta-62.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.item-iframe iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 108%;
}

.slide-video {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

footer h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--rojo);
    position: absolute;
    bottom: 0;
}
footer h3 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 25px;
}


.bgitemblog {
    display: block;
    width: 78px;
    height: 57px;
    background-size: 215%!important;
    max-width: 50px;
    margin-right: 9px;
}

.bgitemblog {
    display: block;
    width: 110px;
    height: 43px;
    background-size: 215%!important;
    max-width: 50px;
    margin-right: 9px;
}

.item-footer {
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.latest-post {
    max-width: 85%;
}

.latest-post:last-of-type .item-footer {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fm_contacto {
    width: 500px;
    max-width: 700px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.fm_contacto label {
    font-size: 18px;
    padding: 15px 0px 5px;
    font-weight: bolder;
}

.fm_contacto input, .fm_contacto textarea {
    width: 100%;
    padding: 5px 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    background: #db1c30;
    color: white;
    border-radius: 25px;
    width: 130px;
    margin: 14px auto;
    display: block;
    font-size: 18px;
    border: solid 2px #000;
    font-weight: bold;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 7px;
    font-size: 12px;
    font-style: italic;
}

.wp-block-column.is-vertically-aligned-top.item-cintillo.cintillo-col-2.ico-permio:before {
    background-image: url(https://www.clubdelpintoraxalta.com/wp-content/uploads/2025/01/icons8-gift-50-2.png);
    background-repeat: no-repeat;
    background-position: 0;
}

@media screen and (max-width: 1280px) {
	ul#menu-club-pintor-main-menu li {
		margin-left: 18px;
	}
}


@media screen and (max-width: 991px) {
	.row-anuncios:before {
		display: none;
	}

	.row-anuncios div:last-of-type {
		padding: 0 0 20px;
	}

	.row-anuncios div:last-of-type {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.menu-collapse {
		position: fixed;
		display: flex;
		align-items: center;
		left: -100%;
		top: 0;
		bottom: 0;
		background-color: #505050;
	}

	.menu-mobile-collapse-trigger {
		display: block;
	}

	.mega-menu .menu-mobile-collapse-trigger {
		right: 15px;
	}

	.menu-principal {
		display: block;
		padding: 0 20px;
	}

	.menu-principal li {
		max-width: 100%;
		padding: 0 0 15px;
	}

	.menu-principal li a {
		text-align: left;
	}

	#menu-item-7600 a {
		text-align: center;
	}

	.mega-menu .menu-mobile-collapse-trigger.active span {
    	opacity: 0;
	}

	.mega-menu .menu-mobile-collapse-trigger.active:before {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.row-terminos {
		padding: 40px 0;
	}

	.lista-funciona {
		text-align: center;
	}

	.row-marcas {
    	padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.btn-rojo {
    	padding: 10px 12px;
		font-size: 16px;
	}

	.btn-rojo a {
		font-size: 16px;
	}

	.titulo {
		margin: 0 0 20px!important;
	}

	.titulo h2 {
		max-width: 260px;
		font-size: 22px;
	}

	.titulo h2:before {
		border-bottom: 50px solid #DB2D2E;
	}

	.titulo h2:after {
		border-top: 50px solid #DB2D2E;
	}

	.bg-banner img {
		max-width: 220px;
	}

	.txt-banner h1 {
		font-size: 26px;
	}

	.row-premios {
		padding: 20px 0 0;
	}

	.row-premios h3 {
		margin: 0 0 10px;
		font-size: 18px;
		text-align: left;
	}

	.row-lugares {
		margin: 0;
	}

	.row-lugares > div {
		margin: 0 0 20px;
		padding: 0 0 30px;
		border-bottom: 2px solid #fff;
	}

	.row-terminos {
		padding: 30px 0;
	}

	.row-anuncios {
	    gap: 0;
		margin: 0 0 20px!important;
	}
	
	.row-anuncios div:first-of-type {
		padding: 0 3% 20px 0;
	}

	.row-anuncios p {
		font-size: 17px;
	}

	.row-funciona {
    	padding: 30px 0;
	}

	.lista-funciona p {
		max-width: 250px;
		font-size: 18px;
	}

	.row-cintillo {
		padding: 40px 0;
	}

	.bg-capacitacion {
		padding: 52% 0 0;
	}

	.cintillo-rojo {
		padding: 15px 0;
	}

	.cintillo-rojo .item-cintillo {
		padding: 65px 15px 0;
		width: 48%;
    	text-align: center;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-cintillo {
		flex-basis: 48%!important;
	}

	.cintillo-rojo .item-cintillo:before {
		height: 65px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.cintillo-rojo .item-cintillo.cintillo-col-1:before {
    	background-position: -540px -30px;
	}

	.cintillo-rojo .item-cintillo.cintillo-col-2:before {
		background-position: -598px -30px;
	}

	.row-marcas {
    	padding: 30px 0;
	}

	.row-capacitacion .titulo h2:before,
	.row-marcas .titulo h2:before {
		border-bottom: 76px solid #DB2D2E;
	}

	.row-capacitacion .titulo h2:after,
	.row-marcas .titulo h2:after {
		border-top: 76px solid #DB2D2E;
	}

	.lista-marcas div {
		width: 50%;
	}

	.icos-marcas {
		margin: auto;
	}
}

@media (max-width:767px) {
    ul#menu-club-pintor-main-menu {
        display: block;
        padding: 0;
        justify-content: flex-end;
        align-items: center;
        list-style: none;
        width: 100%;
        text-align: left;
    }
    
    ul#menu-club-pintor-main-menu li a {
        text-align: left;
    }
    
    ul#menu-club-pintor-main-menu li {
        max-width: initial;
        margin-left: 35px;
        line-height: normal;
        text-align: left;
        margin: 15px 0;
    }
    
    .menu-club-pintor-main-menu-container {        
        position: absolute;
        display: none;
        width: 100%;
        /*height: 296px;*/
        background: beige;
        z-index: 3;
        background: black;
        left: 0;
        padding: 5px 15px;
    }

    .menu-club-pintor-main-menu-container.show {
        display:block;
    }    

  
    /* Hamburger menu button*/
    .cmn-toggle-switch {
        position: absolute;
        display:block;
        overflow: visible;
        top:7px;
        right:20px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
        z-index: 1000000;
    }
        
    .cmn-toggle-switch.m-active span:before{
        opacity: 0;
    }
    
    .cmn-toggle-switch.m-active span:after{
        top: 0;
        transform: rotate(-90deg); 
    }
    
    .cmn-toggle-switch.m-active span{
        transform: rotate(-45deg); 
    }
    
  .cmn-toggle-switch:focus {outline: none;}
  .cmn-toggle-switch span {display: block;position: absolute;top: 10px;left: 0;right: 0;height: 3px;background: #ffffff;}
  
  .cmn-toggle-switch span::before,
  .cmn-toggle-switch span::after {position: absolute;display: block;left: 0;width: 100%;height:3px;background-color: #ffffff; content: "";}
  
  .sticky .cmn-toggle-switch span::before,
  .sticky .cmn-toggle-switch span::after,
  .sticky .cmn-toggle-switch span {background-color: #ffffff;}

  .cmn-toggle-switch span::before {top: -10px;}
  .cmn-toggle-switch span::after {bottom: -10px;}
  
  .cmn-toggle-switch__htx span::before,
  .cmn-toggle-switch__htx span::after { -webkit-transition-duration: 0.3s, 0.3s;transition-duration: 0.3s, 0.3s;-webkit-transition-delay: 0.3s, 0;transition-delay: 0.3s, 0;}
  .cmn-toggle-switch__htx span::before { -webkit-transition-property: top, -webkit-transform;transition-property: top, transform;}
  .cmn-toggle-switch__htx span::after {-webkit-transition-property: bottom, -webkit-transform;transition-property: bottom, transform;}
  
  /* active state, i.e. menu open */
  .cmn-toggle-switch__htx.active span{background:none !important;}
  .cmn-toggle-switch__htx.active span::before {top: 0; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
  .cmn-toggle-switch__htx.active span::after {bottom: 0;-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);transform: rotate(-45deg);}
  .cmn-toggle-switch__htx.active span::before,
  .cmn-toggle-switch__htx.active span::after {-webkit-transition-delay: 0, 0.3s;transition-delay: 0, 0.3s;}   

   li#menu-item-7600 {
    display: inline-block;
    }

    .row-anuncios:before { content: none; }  
    
    footer h3 {
        position: relative;
        padding: 31px 0 8px;
        margin-bottom: 14px;
    }    

    .row-anuncios, .row-terminos {
        padding: 24px 15px;
    }    

    h2.linea.pb-5 {
        font-size: 30px;
    }    
}

/* Preview */

.preview .titulo h2 {
    position: relative;
    display: inline-block;
    max-width: 310px;
    width: 100%;
    margin: 0;
    padding: 12px 30px;
    color: #fff;
    font-size: 20px;
    background-color: #DB2D2E;
    line-height: 120%;
}

.preview .titulo h2:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 46px solid #DB2D2E;
}

.preview .titulo h2:after {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: -20px;
    border-right: 20px solid transparent;
    border-left: 0 solid transparent;
    border-top: 47px solid #DB2D2E;
}

.row-marcas {
    padding: 70px 0 0;
}

h2.linea, h2.linea2 {
    font-size: 2em;
    margin: 0;
}
