/* ========================= */
/* CONTACTO */
/* ========================= */

.contacto-header{

background:#fff;

padding:50px 0 30px;

text-align:center;

margin-bottom:40px;

}

.contacto-header h1{

font-size:38px;

font-weight:700;

color:#222;

margin-bottom:10px;

}

.contacto-header p{

font-size:16px;

color:#666;

margin:0;

}

/* ========================= */
/* SECTION */
/* ========================= */

.contacto-section{

padding-bottom:70px;

}

/* ========================= */
/* CARDS */
/* ========================= */

.contacto-card,
.info-contacto{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

height:100%;

}

/* INFO CONTACTO CENTRADA */

.info-contacto{

display:flex;

flex-direction:column;

justify-content:center;

}

/* ========================= */
/* TITULOS */
/* ========================= */

.contacto-card h5,
.info-contacto h5{

font-size:26px;

font-weight:700;

margin-bottom:25px;

color:#222;

}

/* ========================= */
/* INPUTS */
/* ========================= */

.contacto-card .form-control{

height:52px;

border-radius:10px;

border:1px solid #ddd;

padding:12px 16px;

font-size:15px;

box-shadow:none;

transition:.2s;

}

.contacto-card textarea.form-control{

height:160px;

resize:none;

padding-top:14px;

}

.contacto-card .form-control:focus{

border-color:#b720eb;

box-shadow:0 0 0 3px rgba(183,32,235,.12);

}

/* ========================= */
/* BOTON */
/* ========================= */

.btn-contacto{

width:100%;

height:52px;

border:none;

border-radius:12px;

font-size:16px;

font-weight:600;

color:#fff;

background:linear-gradient(
90deg,
#7b2cff,
#c433ff
);

transition:.2s;

}

.btn-contacto:hover{

transform:translateY(-2px);

opacity:.95;

}

/* ========================= */
/* INFO */
/* ========================= */

.info-contacto p{

display:flex;

align-items:center;

gap:12px;

font-size:16px;

margin-bottom:20px;

color:#444;

}

.info-contacto i{

width:20px;

text-align:center;

font-size:16px;

color:#b720eb;

}

/* ========================= */
/* CONSULTAS */
/* ========================= */

.consultas-section{

background:#fff;

padding:80px 0 70px;

text-align:center;

}

.consultas-header{

margin-bottom:60px;

}

.consultas-header h2{

font-size:32px;

font-weight:300;

line-height:1.2;

color:#333;

margin-bottom:12px;

}

.consultas-header p{

font-size:18px;

color:#777;

margin:0;

}

/* BOX */

.consulta-box{

background:#fff;

padding:30px 20px;

transition:.2s;

height:100%;

display:flex;

flex-direction:column;

align-items:center;

justify-content:space-between;

text-align:center;

min-height:360px;

border-radius:18px;

}

.consulta-box img{

width:120px;

height:120px;

object-fit:contain;

margin-bottom:25px;

}

.consulta-box h4{

font-size:18px;

font-weight:400;

line-height:1.4;

color:#222;

margin-bottom:25px;

min-height:55px;

display:flex;

align-items:center;

justify-content:center;

}

/* BOTON */

.btn-consulta{

display:inline-flex;

align-items:center;

justify-content:center;

padding:12px 26px;

border-radius:30px;

background:#b720eb;

color:#fff;

font-size:15px;

font-weight:600;

text-decoration:none;

transition:.2s;

min-width:190px;

height:48px;

}

.btn-consulta:hover{

transform:translateY(-2px);

opacity:.95;

color:#fff;

}

/* ========================= */
/* MAYORISTAS */
/* ========================= */

.seccion-mayoristas{

background:#fff;

padding:80px 0;

margin-top:20px;

text-align:center;

}

.titulo-mayoristas{

margin-bottom:45px;

font-size:32px;

font-weight:700;

color:#222;

}

/* ========================= */
/* BOX */
/* ========================= */

.mayorista-box{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.25s;

height:100%;

}

.mayorista-box:hover{

transform:translateY(-5px);

}

/* ========================= */
/* ICONO */
/* ========================= */

.icono-mayorista{

width:90px;

height:90px;

background:linear-gradient(
90deg,
#0d6efd,
#b720eb
);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 20px;

color:#fff;

font-size:32px;

}

/* ========================= */
/* TEXTOS */
/* ========================= */

.mayorista-box h5{

font-size:22px;

font-weight:700;

margin-bottom:12px;

color:#222;

}

.sub-texto{

color:#777;

font-size:15px;

margin-bottom:20px;

}

/* ========================= */
/* BOTONES */
/* ========================= */

.btn-mayorista,
.btn-mayorista-outline{

padding:10px 22px;

border-radius:30px;

font-size:14px;

font-weight:600;

text-decoration:none;

display:inline-block;

transition:.2s;

}

/* PRINCIPAL */

.btn-mayorista{

background:linear-gradient(
90deg,
#0d6efd,
#b720eb
);

color:#fff;

}

.btn-mayorista:hover{

opacity:.95;

transform:translateY(-2px);

}

/* OUTLINE */

.btn-mayorista-outline{

border:2px solid #b720eb;

color:#b720eb;

background:#fff;

}

.btn-mayorista-outline:hover{

background:#b720eb;

color:#fff;

}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:992px){

.contacto-card,
.info-contacto{

padding:28px;

}

.contacto-header h1{

font-size:32px;

}

.titulo-mayoristas{

font-size:28px;

}

}

@media(max-width:768px){

.contacto-header{

padding:40px 0 20px;

}

.contacto-header h1{

font-size:28px;

}

.contacto-card h5,
.info-contacto h5{

font-size:22px;

}

.info-contacto{

margin-top:10px;

}

.seccion-mayoristas{

padding:60px 0;

}

}