body{
  font-family: "Poppins", sans-serif;
}
body.navbar-fixed {
    padding-top: 0;
}
*{
    /*border: 1px solid #ff00002e;*/
}
#masthead,
#colophon .wpb_text_column.wpb_content_element{
    display: none;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip{
    display: inline-block;
}

/* Solo para el campo de código postal */
input[name="cp"]::-webkit-inner-spin-button,
input[name="cp"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="cp"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.text-box-gradient {
    background: red;
    background: #E20613;
    background: linear-gradient(270deg, rgba(226, 6, 19, 1) 0%, rgba(159, 25, 21, 1) 100%);
    padding: 8px 20px;
}

.logo-hip-bezoya {
    width: 270px;
    margin-bottom: 30px;
    margin-top: 26px;
}
.host-pasos-pill-wrap{
    background: #151515;
    background: linear-gradient(333deg,rgba(21, 21, 21, 1) 37%, rgba(49, 49, 49, 1) 61%);
    border-radius: 20px;
    height: 100%;
}
.host-pasos-pill{
    padding: 20px 20px 20px 50px;
    background-image: url(pics/num-1.png);
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: top 20px left 10px;
    height: 100%;
}
.host-pasos-pill-2{
    background-image: url(pics/num-2.png);
}
.host-pasos-pill-3{
    background-image: url(pics/num-3.png);
}



#AvisoModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    pointer-events: auto;
    background: #151515;
    background: linear-gradient(333deg, rgba(21, 21, 21, 1) 37%, rgba(49, 49, 49, 1) 61%);
    background-clip: padding-box;
    border: 2px solid #dadada;
    border-radius: 20px;
    outline: 0;
    position: relative;
    margin: 0 5%;
}

#AvisoModal .modal-content img{
    width: 150px;
    margin: 18px auto 22px;
    display: block;
}
#AvisoModal .btn-close {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center / 1em auto no-repeat;
    opacity: 1;
    border: 2px solid #ffffff4d;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 2;
}

.modal-backdrop.show {
    opacity: 1;
    background: #0a0a0a9c;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); 
}
#VOLVER.participaBot{
    text-decoration: none;
    color: white;
    background-image: url(pics/arrow.png);
    background-size: 15px;
}

/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
@media screen and (max-width: 980px) {
    .BigPasosWrap{
        width: 80%;
        margin: 0 10%;
    }
    
    .logo-hip-bezoya {
        width: 230px;
        margin-bottom: 60px;
        
    }
    
    
    
}
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
@media screen and (max-width: 768px) {
    .BigPasosWrap{
         width: 100%;
        margin: 0 0%;
    } 
 }