@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');         
    /* Puedes agregar más formatos de fuente aquí si lo deseas */
    font-weight: normal; /* Opcional: especifica el peso de la fuente */
    font-style: normal; /* Opcional: especifica el estilo de la fuente */
  }

*, body, html{
/*    font-family: 'THICCCBOI', sans-serif;*/

}

#btn-pagar-servicio,#btn-pagar-luxury-pack {
    display: none;
}

.spad {
    padding-bottom: 15px !important;
    padding-top: 45px !important;
}

.form-otros {
    display: none;
}

.field-document-solar {
    display: none;
}


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgb(47 47 47 / 40%);
    border-radius: 3px;
    transition: 0.2s;

}



.choose-file-button {
    flex-shrink: 0;
    background-color: rgb(0 0 0 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;

}

.mt-100 {
    margin-top: 100px;
}

.btn-million-web {
    padding: 8px 20px;
    border-radius: 9px;
    background: -webkit-linear-gradient(47deg, #8A6D35 0%, #FDCF79 100%);
    background: -o-linear-gradient(47deg, #8A6D35 0%, #FDCF79 100%);
    background: linear-gradient(137deg, #8A6D35 0%, #FDCF79 100%);
    border: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none  !important;
}

.card-tutor{
    width: 100%;
    height: 280px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}

.contain-foto-tutor{
    width: 200px;
    height: 200px;		
    display: inline-block;
    background-image: url("{{url('')}}/assets-marketing/images/circle-tutor.png");
    background-size: cover;
    background-position: center;
    text-align: center;
}

.foto-tutor{
	width: 100%;
	height: 180px;
	background-color: #3b465a;
	display: inline-block;
	border-radius: 160px;		
	margin-top: 10px;
    background-size: cover; 
    background-position: center;
}

.nombre-tutor{
	font-size: 15px;
	margin-top: 15px;
}
.titulo-tutor{
	font-size: 13px;
	color: #8A6D35;
}


.seccion-accion{
	padding-top:40px;
}

.form-marketing{
	border-radius: 5px !important;
	border:1px solid #c5c5c5 !important;
}

@media only screen and (max-width: 991px) {

    .contain-foto-tutor{
        width: 140px;
        height: 140px;
    }

    .foto-tutor{
        width: 140px;
        height: 140px;
        margin-top: 0px;
    }

    .btn-million-web{
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
        display: inline-block !important;
        text-align: center;
    }   
}