@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

/* Inicio Helpers */
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-15{
    margin-right: 15px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mr-100{
    margin-right: 100px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-15{
    margin-left: 15px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-100{
    margin-left: 100px !important;
}
.pt-5{
    padding-top: 5px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-100{
    padding-top: 100px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pr-100{
    padding-right: 100px !important;
}
.pb-5{
    padding-bottom: 5px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pl-0{
    padding-left: 0px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-15{
    padding-left: 15px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pl-100{
    padding-left: 100px !important;
}
.flex-right{
    display: flex;
    justify-content:flex-end; /* align horizontal */
    align-items: center; /* align vertical */
}
.flex-left{
    display: flex;
    justify-content: flex-start; /* align horizontal */
    align-items: center; /* align vertical */
}
.flex-center{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.text-center{
    text-align: center;
    width: 100%;
}
/* Fin Helpers */

/* home styles */
h2{
    font-size: 4em;
    font-weight: bolder;
    margin: 50px 0px;

}

h3{
    font-size: 3em;
    font-weight: bolder;
    margin: 0px 0px 80px 0px;
    
}

h4{
    font-size: 1.2em;
    font-weight: bolder;
}


.img-center{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.btn-primary{
    position: relative;
    height: 50px;
    min-width: 200px;
    margin: 0 20px 0 0;
    padding: 0 25px;
    line-height: 48px;
    border-color: #20C558;
    background-color: #20C558;
}
.btn-secondary{
    height: 50px;
    min-width: 200px;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 48px;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-primary:hover{
    border-color: #EA0600;
    background-color: #EA0600;
}
.btn-secondary:hover{
    border-color: #064486;
    background-color: #064486;
}
#main_nav{
    margin: 0;
}

#main_banner{
    position: relative;
}
#main_banner .banner_img01{
    width: 100%;
}
#main_banner .banner_img02{
    width: 100%;
    display: none;
}

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

.btn-primary i{
  padding: 0 10px 0 15px;
  font-size: 25px;
}

.btn-secondary i{
    padding: 0 10px 0 15px;
    font-size: 25px;
}

.--btn-yellow {
    border-color: #e6da39!important;
    background-color: #e6da39!important;
    width: fit-content;
    color: #000;
}

.--btn-yellow:hover {
    background-color: #c8bd26!important;
    color: #000;
}

.--btn-green {
    border-color: #20C558!important;
    background-color: #20C558!important;
    width: fit-content;
    color: #FFF;
}

.--btn-green:hover {
    border-color: #1ca84b!important;
    background-color: #1ca84b!important;
}

.ico-submit::before {
    content: '\f1d8';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.main_form{
    color: #ffffff;
    min-height: 700px;
}
.main_form .row{
    margin: 0 6% 0 6%;
    padding: 25px 0;
}
@media (max-width:500px){
    .main_form .row{
        margin: 0;
        padding: 25px 0;
    }

    .main_form h2 {
        font-size: 40px!important;
        margin: 50px 0px 10px 0!important;
    }
}
.main_form p{
    padding: 20px 0;
}
.main_form form{
    padding: 84px 10px 0 10px;
}
@media (max-width: 500px){
    .main_form form {
        padding: 5px 0 0 0!important;
    }
}
.main_form .form-row{
    padding: 0 0 40px 0;
}
/* .main_form button{
    width: 100%;
    height: 50px;
} */
/* #botonfuncional {
    display:none;
} */

.no-p-fix p {
    display: none!important;
}

.cd-upload-btn {
    color: #FFF!important;
    display: block;
    width: 100%;
}

.dnd-upload-image {
    display: none!important;
}

.dnd-upload-status .dnd-upload-details {
    width: 100%!important;
}

.dnd-upload-status .dnd-upload-details .name, .dnd-upload-status .dnd-upload-details .name em {
    color: #FFF!important;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='white'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='white'/%3E%3C/svg%3E%0A")!important;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    color: transparent!important;
}

.codedropz-upload-handler {
    margin-bottom: 0px!important;
}

.--no-br  br {
    display: none!important;
}

.acepta-condicion {
    color: #FFF;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    padding-right: 10px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #20C558 !important;
    border-color: #20C558 !important;
}

.instructions {
    color: #434343;
    text-align: center;
    margin: 80px auto;
}

@media (max-width:500px){
    .instructions {
        margin: 50px auto 0 auto;
        padding: 0 30px;
    }

    .instructions h3 {
        font-size: 40px;
    }
}

.instructions .pasos{
    display: flex;

}
.instructions .pasos img{
    margin-bottom: 20px;
    max-width: 150px;
}
.instructions .ganadores{
    display: flex;
    justify-content: center;
    
}
.instructions .ganadores div{
    width: 200px;
}
.instructions .ganadores img{
    margin-bottom: 20px;
    max-width: 150px;
}
.brands{
    color: #ffffff;
    min-height: 600px;
    display: flex;
    padding: 30px 15px;
}
.brands h2{
    margin: 0;
    margin-bottom: 30px;
}

@media (max-width:500px){
    .brands h2 {
        font-size: 40px;
    }
}
.henkel{
    background-position: center;
    background-size: cover;
}

.premio .decanje{
    color: #faeb17;
}

.brands img{
    width: 90%;
}

#footer .row{
    margin: 0 6% 0 6%;
    padding: 25px 0;
}

#footer a{
    color: #ffff;
    border: 2px solid #ffff;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer a:hover{
    color:#6D2323;
    border: 2px solid #6D2323;
    text-decoration: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* New Form */

.forminator-field label {
    color: #FFF;
    font-size: 13px;
}

.forminator-field p {
    padding: 0!important;
}
/* end home styles */


/* MQ mobile tablet */
@media screen and (max-width:900px){
   
    .flex-right{
        display: flex;
        justify-content:center; /* align horizontal */
        align-items: center; /* align vertical */
    }
    .flex-left{
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }
    .flex-center{
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }
    h2{
        font-size: 3em;
        font-weight: bolder;
        padding: 0px 0;
    }
    
    h3{
        font-size: 2em;
        font-weight: bolder;
        padding: 0px 0;
    }
    
    #main_banner .banner_img01{
        width: 100%;
        display: none;
    }
    #main_banner .banner_img02{
        width: 100%;
        display: block;
    }
    .instructions p{
        margin-bottom: 50px;
    }
    .brands img{
        display: flex;
        width: 100%!important;
        margin: 50px 0px;
    }
    .btn-primary{
        height: 50px;
        width: 100%;
    }
    .btn-secondary{
        height: 50px;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer a{

        font-size: 15px;
        width: 40px;
        height: 40px;
        margin: 20px 5px;

    }

    
}
/* END MQ mobile tablet */

.video-iframe {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 53%;
}

.video-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:500px){
    .video-iframe {
        padding-bottom: 90.5%;
        margin-top: -10px;
    }
}

.crop-mobile {
    width: 100%;
    height: 370px!important;
    object-fit: contain;
}

.bg-overlay-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
}

.btn-secondary {
    border-color: #2D3367;
    background-color: #2D3367;
}

.btn-primary {
    border-color: #C12A21;
    background-color: #C12A21;
}

.btn {
    border-radius: 0px!important;
}

.forminator-button-submit {
    border-color: transparent!important;
    border-radius: 0px!important;
    height: 50px!important;
    width: 100%;
    font-weight: bold!important;
    text-transform: inherit!important;
    transition: all .3s ease;
}

.forminator-button-submit:hover {
    border-color: transparent!important;
    background-color: #000!important;
    transition: all .3s ease;
}

.forminator-button-upload {
    border-color: #2D3367!important;
    background-color: #2D3367!important;
    border-radius: 0px!important;
}

.main_form p a {
	color:#FFF;
	text-decoration:underline;
	font-size:14px;
}

.header {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:
  0 1.3px 2.9px -15px rgba(0, 0, 0, 0.3),
  0 10px 23px -15px rgba(0, 0, 0, 0.6);
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
}

.header img {
    height: 55px;
}

.link {
    display: flex;
}

@media (max-width:500px){
    .link {
        display: none!important;
    }
}

.link a {
 color: #FFF;
 margin-right: 20px;
 font-size: 13px;
 text-transform: uppercase;
 transition: all .3s ease;
}

.link a:hover {
    text-decoration: none;
    color: #009BDE;
    transition: all .3s ease;
}

#conoce {
    background-image: url('https://henkeltepremia.cl/wp-content/uploads/2021/07/bg-henkel.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    padding: 40px 0;
}

@media (max-width:768px) {
    #conoce {
        max-height: fit-content!important;
    }
}

.container-cat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

@media (max-width:768px){
    .container-cat {
        flex-wrap: wrap;
    }
}

.conoce-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width:500px){
    .conoce-header {
        justify-content: center;
    }

    .conoce-header h2 {
        display: none!important;
    }
}

.conoce-header h3 {
    margin: 0 0 0 10px;
    color: #FFF;
    font-weight: 400;
    font-size: 22px;
}

.conoce-header h2 {
    margin: auto 20px auto auto;
    color: #FFF;
    font-weight: 700;
    font-size: 33px;
    font-style: italic;
}

.item-cat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.item-cat img {
    width: 100%;
}

.item-cat p {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    margin: 0px 0 0 0;
}

.item-cat a {
    background-color: #FFF;
    border-radius: 50px;
    margin: 15px auto 0;
    padding: 7px 20px;
    font-size: 13px;
    line-height: 13px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
    color: #2D3367;
    transition: all .3s ease;
}

.item-cat a:hover {
    text-decoration: none;
    background-color: #2D3367;
    color: #FFF;
    transition: all .3s ease;
}

.--fix-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agorex h4 {
    font-size: 40px;
    margin-bottom: 15px;
}

.henkel-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buttons-double {
    display: flex;
}

@media (max-width: 1200px){
    .buttons-double {
        display: block;
    }

    .buttons-double a {
        width: 280px;
    }

    .buttons-double a:last-child {
        margin-top: 15px;
    }

    .--fix-button {
        justify-content: flex-start;
        padding: 0 25px;
    }
}

@media (max-width: 992px){
    #patrocinadores .buttons-double {
        display: flex;
        align-items: center;
    }

    #patrocinadores .buttons-double a:last-child {
        margin-top: 0;
    }

    .patrocinadores-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
    #premio .img-center {
        display: none;
    }

    #premio .buttons-double {
        display: flex;
        align-items: center;
    }

    #premio .buttons-double a {
        margin: 0 10px 0 0;
    }

    #premio {
        min-height: auto!important;
    }
}

@media (max-width: 500px){
    .buttons-double {
        display: block!important;
    }

    .buttons-double a {
        margin: 0 0 10px 0!important;
        width: 100%!important;
    }

    .buttons-double a:last-child {
        margin: 0;
    }

    #premio .img-center {
        display: block;
    }

    .brands img {
        margin: 0;
    }

    .patrocinadores-buttons {
        align-items: normal;
    }
}

/* HOME */
.header-home {
    background-color: #D40000;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-home img {
    width: 175px;
    height: 59px;
}

.header-button {
    border: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin: auto 0 auto auto;
    color: #FFF;
    text-decoration: none;
    transition: all .2s ease;
}

.header-button:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #D40000;
    transition: all .2s ease;
}

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

.header-rrss a {
    border: 1px solid #FFF;
    width: 33px;
    min-width: 33px;
    height: 33px;
    min-height: 33px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    margin-left: 15px;
    transition: all .2s ease;
}

.header-rrss a:hover {
    background-color: #FFF;
    text-decoration: none;
    transition: all .2s ease;
}
.header-rrss a:hover i {
    color: #D40000;
    transition: all .2s ease;
}

.header-rrss a:first-child {
    margin-left: 35px;
}

.header-rrss a i {
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    transition: all .2s ease;
}

.header-main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 375px;
    width: 100%;
}

.header-main-banner__text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.header-main-banner__text h1 {
    font-size: 48px;
    font-weight: bold;
    color: #D40000;
    margin-bottom: 20px;
}

.header-main-banner__text span {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.filter {
    background-color: #F8FBFF;
    background-position: top left;
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}

.filter h2 {
    font-size: 30px;
    font-weight: bold;
    color: #D40000;
    margin: 0;
    text-align: center;
}

.filter__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.filter__buttons button {
    font-size: 16px;
    font-weight: bold;
    color: #D40000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D40000;
    padding: 14px 24px;
    background-color: #FFF;
    margin: 0 10px;
    transition: all .2s ease;
}

.filter__buttons button.active {
    color: #FFF;
    background-color: #D40000;
    transition: all .2s ease;
}

.filter__buttons button:hover {
    background-color:#000!important;
    border-color: #000;
    color: #FFF;
    transition: all .2s ease;
}

.filter__brands {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.filter__brands a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #EEEEEE;
    width: 160px;
    height: 112px;
    margin: 0 20px;
    transition: all .3s ease;
}

.filter__brands a:hover {
    transform: scale(1.1);
    transition: all .3s ease;
    box-shadow:
  0px 0px 2.2px rgba(0, 0, 0, 0.011),
  0px 0px 5.3px rgba(0, 0, 0, 0.016),
  0px 0px 9.9px rgba(0, 0, 0, 0.02),
  0px 0px 17.6px rgba(0, 0, 0, 0.024),
  0px 0px 33px rgba(0, 0, 0, 0.029),
  0px 0px 79px rgba(0, 0, 0, 0.04)
;
}

.concursos__card {
    display: block;
    background-color: #FFF;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    padding-bottom: 16px;
    transition: all .3s ease;
    position: relative;
    top: 0;
}

.concursos__card:hover {
    position: relative;
    top: -10px;
    box-shadow:
  0px 0px 2.2px rgba(0, 0, 0, 0.011),
  0px 0px 5.3px rgba(0, 0, 0, 0.016),
  0px 0px 9.9px rgba(0, 0, 0, 0.02),
  0px 0px 17.6px rgba(0, 0, 0, 0.024),
  0px 0px 33px rgba(0, 0, 0, 0.029),
  0px 0px 79px rgba(0, 0, 0, 0.04)
;
    text-decoration: none;
    transition: all .3s ease;
}

.concursos__card:hover h3 {
    color: #D40000;
    transition: all .2s ease;
}

.concursos__card img {
    /*width: 100%;
    height: 280px;*/
    object-fit: cover;
    object-position: center;
    /*margin-bottom: 16px;*/
}
.img-responsive{
    height: 0;
    padding-bottom: 36%;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.img-responsive img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: ;
}

.concursos__card .badge {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: #EEEEEE;
    padding: 4px 11px;
    border-radius: 0px;
}

.concursos__card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 16px 0 5px 0;
    transition: all .2s ease;
}

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

.concursos__card--date p {
    font-size: 14px;
    color: #000;
    margin: 0 0 0 5px;
}

.concursos__card--date i {
    font: normal normal normal 14px/1 FontAwesome;
    color: #D40000;
}

.home-rrss {
    background-color: #272E5B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-rrss h2 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin: 0 70px 0 0;
}

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

.call-rrss a i {
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 20px;
    transition: all .2s ease;
}

.call-rrss a {
    border: 1px solid #FFF;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    margin-left: 15px;
    transition: all .2s ease;
}

.call-rrss a:hover {
    text-decoration: none;
    background-color: #FFF;
    transition: all .2s ease;
}

.call-rrss a:hover i {
    color: #272E5B;
    transition: all .2s ease;
}

.home-henkel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-henkel h2 {
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}

.home-henkel p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.home-henkel .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-footer {
    background-color: #D40000;
    padding: 10px;
}

.home-footer p {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    margin: 0;
}

.home-brand {
    height: 520px;
    background-color: #D40000;
}

.home-brand h2 {
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}

.home-brand p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.home-brand .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-brand-img {
    width: 460px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header-home ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: auto 30px auto auto;
}

.header-home ul li {
    margin-left: 15px;
}

.header-home ul li a {
    font-family: var(--main-font);
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 5px;
    transition: all .3s ease;
}

.header-home ul li a:hover {
    background-color: #000;
    transition: all .3s ease;
}

.banner-concurso img {
    width: 100%;
    height: auto;
}

.form-concurso {
    min-height: 660px;
    align-items: center;
}

.form-concurso h2 {
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
}

.form-concurso span {
    font-family: var(--main-font);
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
}

.forminator-row.forminator-row-last {
    margin-bottom: 0px!important;
}

.forminator-ui#forminator-module-8066.forminator-design--flat .forminator-button-upload {
    font-size: 12px!important;
}

.steps h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.steps-card {
    padding-left: 30px;
    padding-right: 30px;
}

.steps-card img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.steps-card h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 16px;
}

.steps-card span {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: block;
}

.premios h2 {
    font-size: 48px;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 0px;
}

.premios span {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    margin-bottom: 30px;
    display: block;
}

.premios a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid #FFF;
    transition: all .3s ease;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.premios a:hover {
    text-decoration: none;
    background-color: #000!important;
    transition: all .3s ease;
}

.rrss-hero h2 {
    font-size: 48px;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 0px;
}

.rrss-hero span {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    margin-bottom: 30px;
    display: block;
}

.rrss-hero a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid #FFF;
    transition: all .3s ease;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.rrss-hero a:hover {
    text-decoration: none;
    background-color: #000!important;
    transition: all .3s ease;
}

.brand-highlights h2 {
    font-size: 48px;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 0px;
}

.brand-highlights p {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    margin-bottom: 30px;
    display: block;
}

.brand-highlights a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid #FFF;
    transition: all .3s ease;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.brand-highlights a:hover {
    text-decoration: none;
    background-color: #000!important;
    transition: all .3s ease;
}

.home-henkel a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid #FFF;
    transition: all .3s ease;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.home-henkel a:hover {
    text-decoration: none;
    background-color: #000!important;
    transition: all .3s ease;
}

.home-henkel a:first-child {
    margin-right: 25px;
}

.forminator-ui#forminator-module-8066.forminator-design--flat .forminator-button-upload {
    font-weight: bold;
    border: 1px solid #FFF!important;
}

.forminator-ui#forminator-module-8066.forminator-design--flat .forminator-file-upload > span {
    color: #FFF!important;
    font-weight: bold!important;
    margin: 7px 0;
    width: 190px;
}

.forminator-ui.forminator-custom-form[data-design=flat] .forminator-file-upload {
    flex-wrap: wrap;
}

.forminator-ui#forminator-module-8066.forminator-design--flat .forminator-button-delete [class*="forminator-icon-"] {
    color: #FFF!important;
}

.form-concurso {
    background-size: cover;
    background-repeat: no-repeat;
}

.rrss-hero img, .brand-highlights img {
    width: 100%;
    height: auto;
}

.ganadores {
    padding-bottom: 10px;
}

.ganadores h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.ganadores img {
    width: 100%;
    height: auto;
}

.ganadores__card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.forminator-required {
    color: #FFF!important;
}

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

.forminator-checkbox__label p {
    margin-bottom: 0;
    margin-left: 12px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .home-henkel a:first-child {
        margin-bottom: 20px;
    }

    .premios-text, .brand-highlights__text {
        margin-bottom: 30px;
    }

    .steps-card {
        margin-bottom: 40px;
    }

    .form-concurso {
        padding-bottom: 50px;
    }

    .form-concurso .col-lg-5 span{
        margin-bottom: 20px;
        display: block;
    }

    .concursos__card {
        margin-bottom: 40px;
    }

    .concursos__card:hover {
        top: inherit;
    }

    .home-henkel .btn-secondary {
        padding-left: 25px;
        justify-content: flex-start;
        margin-bottom: 15px;
        width: 300px;
    }

    .home-henkel .btn-primary {
        width: 300px;
    }
}

@media (max-width: 768px){
    .header-rrss a:first-child {
        margin-left: 0;
    }

    .header-button {
        display: none;
    }

    .rrss-hero img {
        display: none;
    }

    .rrss-hero .row {
        padding: 30px 0;
    }

    .home-brand {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-brand-img {
        display: none;
    }
}

@media (max-width: 500px) {
    h2 {
        font-size: 38px!important;
    }

    .home-henkel {
        height: auto;
    }

    .henkel-inner {
        padding: 30px 0;
    }

    .header-home ul {
        display: none;
    }

    .header-button {
        display: none;
    }

    .header-rrss {
        margin: auto 0 auto auto;
    }

    .header-main-banner {
        background-position: left;
    }

    .filter__buttons {
        flex-direction: column;
    }

    .filter__buttons button {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .filter__brands a {
        width: calc(33% - 10px);
        margin: 0 5px;
    }

    .filter__brands a img {
        max-width: 100%;
    }

    .home-rrss {
        flex-direction: column;
    }

    .home-rrss h2 {
        margin: 0 0 20px 0;
        text-align: center;
    }
}

/* Modificación de Formulario de Concursos 08-03-2022 */
/* Carlos Morales Ormeño */

.input-form{
    border-radius: 0px;
    background-color: #EDEDED;
}

.label-form{
    font-size: 14px!important;
    font-weight: bold!important;
    color: #FFF!important;
}

.wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler {
    background: #ededed00 !important;
    border: unset !important;
    border-radius: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}

.images-optimize-upload-button{
    border: 1px solid #FFF!important;
    background-color: #2D3367!important;
    border-radius: 0px!important;
    width: 100% !important;
}

.wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler h3 {
    margin: 0;
    color: #999;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 1px;
    padding-top: 42px;
    font-size: 28px;
}

.wpcf7-list-item .wpcf7-list-item-label a{
    color: #FFF!important;
}

.wpcf7-list-item {
    margin-left: 0px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #FFFFFF;
    background-color: #dc5028!important;
    border: 1px solid #FFF!important;
    padding: 15px 20px;
    height: 50px!important;
    font-weight: bold!important;
}

.wpcf7-images-optimize-upload-wrap .list li {
    border-radius: 0px !important;
    background: #EDEDED !important;
}

span.wpcf7-not-valid-tip {
    background-color: #F9E4E8;
    color: #E04562;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 0;
    line-height: 2em;
    margin: 5px 0 5px;
}

.wpcf7-response-output {
    background-color: #BCEEE6;
    border: unset !important;
    margin: 10px 0px !important;
    padding: 10px 20px !important;
}