/*!
Theme Name: pachaexpeditions
Theme URI: https://www.pachaexpeditions.com/
Author: Roel Jhonatan
Author URI: https://www.facebook.com/roelote/
Description: Tema a personalizado para pacha expeditions
Version: 2.1.0
Tested up to: 7.4
Requires PHP: 7.4
Nota: 
-La web fue desarrollada con tailwind
-Laravel Mix (npm)
-swiper js
*/

.w-36 {
    width: 10rem !important;
}

img.logo_foot {
    margin: auto;
    width: 80%;
    margin-top: 15px;
}

.social-icon svg {
    height: 24px;
    width: 15px;
}

/* Estilos para iconos de redes sociales */
.social-icon {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.15);
}

.social-icon svg {
    display: block;
}

/* Asegurar que los iconos estén alineados verticalmente */
header li>div {
    display: flex;
    align-items: center;
}

/* header */

.ubermenu .ubermenu-item {
    color: white;
}

/* end header */

/* body */

.home iframe {
    height: 250px;
}

/* end body */

.fondo-footer {
    background-image: url('img/fondo-footer.jpg');
    background-position: center;
}

/* .mPS2id-clicked
{
    background-color: #b8b8b8; 
    color: #fff !important;
    border-width: 0px !important;
} */
.mPS2id-target,
.mPS2id-highlight-first {
    background-color: #64645c;
    color: #fff !important;
    border-width: 0px !important;
}

.blog-box:nth-child(1) {
    width: calc(66.7% - 4px);
    display: block;
    float: left;
    margin: 2px;
}

.blog-box:nth-child(2),
.blog-box:nth-child(3),
.blog-box:nth-child(4),
.blog-box:nth-child(5),
.blog-box:nth-child(6) {
    width: calc(33.3% - 4px);
    height: auto;
    display: block;
    float: left;
    margin: 2px;
}

.spages-aside ul li:nth-child(2n+1) {
    background-color: #eaeaea;
}

.spages-aside ul li::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #cc6733;
    margin-right: 5px;

}

.header-bg {
    background-image: url(img/bg-transparent-grey.png);
}

.tour-main p,
.tour-main ul {
    text-align: justify;
}

.menu-footer-container ul li a {
    color: #fff;
    font-size: 14px;
}

.menu-footer-container li {
    margin-bottom: .25rem;
    margin-top: .25rem;
    color: #fff
}

#ubermenu-nav-main-3 {
    text-align: center;
}

.bg-red-700 {
    background-color: #ae3a3a !important;
}

.mx-auto.w-52.p-5 {
    width: 10rem !important;
}

.david-baez {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

/* .home-blog {

    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0.9443978274903712) 0%, rgba(17, 17, 17, 0.82) 41%, rgba(83, 80, 80, 0.11) 100%);
} */



.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

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

/* Contenedor principal */
.formincatrail {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Etiquetas (Labels) */
.formincatrail label {
    display: block;
    font-weight: 600;
    margin-bottom: 18px;
    color: #374151;
    /* Gris oscuro tipo Tailwind */
    font-size: 14px;
}

/* Campos de entrada (Inputs y Textarea) */
.formincatrail input[type="text"],
.formincatrail input[type="email"],
.formincatrail textarea {
    width: 100%;
    padding: 12px 15px;
    margin-top: 6px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #f9fafb;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    /* Crucial para WordPress */
}

/* Efecto Focus al hacer click */
.formincatrail input:focus,
.formincatrail textarea:focus {
    outline: none;
    border-color: #2563eb;
    /* Azul corporativo */
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background-color: #fff;
}

/* Campos de Solo Lectura (Fecha y Espacios) */
.formincatrail input[readonly] {
    background-color: #e5e7eb;
    cursor: not-allowed;
    color: #6b7280;
    border-style: dashed;
}

/* Area de mensaje */
.formincatrail textarea {
    height: 120px;
    resize: vertical;
}

/* Botón de envío (Submit) */
.formincatrail input[type="submit"] {
    width: 100%;
    background-color: #059669;
    /* Verde éxito (ideal para ventas) */
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.formincatrail input[type="submit"]:hover {
    background-color: #047857;
}

/* Ajustes para mensajes de error de CF7 */
.wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}


/* NUEVOS VARIANTES */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.gauge-container {
    position: relative;
    width: 80px;
    height: 40px;
    overflow: hidden;
}

.gauge-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid #e2e8f0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.gauge-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid #f59e0b;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    transform: rotate(108deg);
}

.dark .gauge-bg {
    border-color: #334155;
}