/* Fuentes + bases */
body { font-family: 'Montserrat', Helvetica, Arial, sans-serif; }
header { background-color: #000; padding: 0.6em; height: auto; }
article.hero {
	 background-image: url('https://club-mc.s3.amazonaws.com/club_landing/j81QKqYAEu_bg-mc-generic.webp');    
}
.position-bg{  
    min-height: 670px !important;
  	background-position: center center;
    background-repeat: no-repeat!important;
    background-size: cover!important;}
.container {
    margin: 0 auto;
    padding: 0 15px;
}
.submit input {
    background: #2FB6C1;
    color: #fff;
    font-weight: 700;
    padding: 1em;
    margin-top: 30px;
    border: 0 none transparent;
}

.text-bold{
  	font-family: 'tt-commons-pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    color: #ffffff!important;
    line-height: 1.1em;}

/* Clases de ancho y peso de fuente */
.w-110 { width: 110px; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.bold { font-weight: 700; }
.bold800 { font-weight: 800; }
.bold900 { font-weight: 900; }

/* Style Form */

.forms-style{
  	min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tamaños de fuente */
.font14 { font-size: 14px !important; }
.font16 { font-size: 16px; line-height: normal; }
.font18 { font-size: 18px; line-height: normal; }
.font20 { font-size: 20px; line-height: normal; }
.font24 { font-size: 24px !important; }
.font26 { font-size: 26px; line-height: normal; }
.font28 { font-size: 28px; line-height: normal; }
.font30 { font-size: 30px; line-height: normal; }
.font36 { font-size: 36px; line-height: normal; }
.font65 { font-size: 65px; line-height: normal; }

/* Rellenos */
.pt110 { padding-top: 110px; }
.pt90 { padding-top: 90px; }
.pb90 { padding-bottom: 90px; }
.pb75 { padding-bottom: 75px; }

/* Colores */
.color-e63711 { color: #e63711 !important; }
.color-003b2b { color: #003b2b !important; }
.color-000000 { color: #000000 !important; }
.color-8049B8 { color: #8049B8 !important; }

.bg-47599e { background-color: #47599e !important;}
.bg-8049B8 { background-color: #8049B8 !important;}
.bg-2fb6c1 { background-color: #2fb6c1 !important;}
/* Estilos responsivos para pantallas pequeñas (hasta 768px) */
@media only screen and (max-width: 980px) {
    article.hero {
         background-image: url('https://club-mc.s3.amazonaws.com/club_landing/j81QKqYAEu_bg-mc-generic.webp'); 
    }  
    .im-mobile-center { text-align: center !important; }

    /* Tamaños de fuente mobiles */
    .font-resp-35 { font-size: 35px !important; line-height: 39px !important; }
    .font-resp-25 { font-size: 25px !important; line-height: 28px !important; }
    .font-resp-28 { font-size: 28px !important; line-height: 32px !important; }
    .font-resp-20 { font-size: 20px !important; line-height: 23px !important; }
    .font-resp-18 { font-size: 18px !important; line-height: 21px !important; }
    .font-resp-16 { font-size: 16px !important; line-height: 19px !important; }
    .font-resp-14 { font-size: 14px !important; }
    .font-resp-13 { font-size: 13px !important; }
    .font-resp-12 { font-size: 12px !important; }
}