/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif !important;
}

#main {
    padding: 0px !important;
}

#colophon {
    margin-bottom: 0px !important;
    background: #1E1E1E;
    padding: 0px !important;
}

#site-info {
    display: none;
}

div#yoast-breadcrumbs {
    display: none !important;
}

body.layout-full {
    background-color: #fff;
}

#footer-widgets .widget ul li a {
    font-size: 16px;
    color: #FFF;
}

.main-navigation {
    background: #FFF;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.main-navigation ul li a {
    padding: 15px 35px;
    font-weight: 400;
    font-size: 16px;
}

#masthead.masthead-logo-in-menu .logo>img {
    max-height: 50px;
}

.button-navigation a {
    border-radius: 30px;
    background: linear-gradient(90deg, #5272A3 0%, #215490 100%);
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    padding: 15px 45px !important;
}

.button-navigation:hover>a {
    background: linear-gradient(90deg, #5272A3 0%, #215490 100%) !important;
}

.we-can-be-hero {
    background: url('/wp-content/uploads/2026/05/Home-Banner.jpg');
    background-size: cover !important;
    background-position: center !important;
    height: 70vh;
    overflow: hidden;
    border-radius: 30px;
    padding: 0px 2.5%;
}

.entry-content h1 {
    font-size: clamp(3.5em, 4vw, 4.5em);
    margin: 0.1em;
}

.entry-content h2 {
    font-size: clamp(2.5em, 3vw, 3.5em);
    margin: 0.1em 0;
    color: #253551;
}

.entry-content h3 {
    font-size: clamp(2em, 2vw, 2.5em);
    margin: 0.1em 0;
    color: #253551;
}

.entry-content h4 {
    font-size: clamp(1.5em, 2vw, 2em);
    margin: 0.1em 0;
    color: #253551;
}

.entry-content p {
    margin: .5em 0;
    font-size: 18px;
    font-weight: 300;
    color: #505050;
}

.entry-content ul li,
.entry-content ol li {
    margin-left: 1.5em;
    font-size: 16px;
    font-weight: 300;
    list-style: disc;
}

.button-primary {
	display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 35px;
    text-decoration: none;
    color: #FFF !important;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #5272A3 0%, #215490 100%);
}

.button-primary:hover {
    background: linear-gradient(45deg, #5272A3 50%, #215490 100%);
}

.button-underline-white {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 35px;
    text-decoration: none;
    color: #FFF !important;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid #fFF;
}

.button-underline-white:hover {
    background: #FFF;
    color: #215490 !important;
}

.wpcf7-text {
    width: 100%;
    height: 45px;
    border-radius: 30px !important;
    font-size: 14px !important;
    border: 1px solid #D9D9D9 !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.wpcf7-submit {
    font-size: 16px !important;
    font-weight: 300 !important;
    padding: 10px 35px !important;
    text-decoration: none;
    color: #FFF !important;
    box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.25) !important;
    background: linear-gradient(90deg, #5272A3 0%, #215490 100%) !important;
    width: 100% !important;
    border-radius: 30px !important;
}

.card_proyecto {
    height: 400px;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 30px;
}

.card_proyecto__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(82, 114, 163, 0.00) 0%, #5272A3 100%);
}

.card_proyecto__image {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    object-position: 50% 100%;
}

.card_proyecto__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: clamp(2em, 3vw, 3em) !important;
    color: #FFF !important;
    padding: 0px 5%;
    margin-bottom: 20px !important;
}

.card_servicio_detalles {
    display: flex;
    transition: background 0.3s ease, transform 0.3s ease;
    flex-direction: column;
    justify-content: space-between;
    height: 330px;
}

.card_servicio_detalles:hover {
    background: #253551;
    transform: translateY(-6px);
}

.card_servicio_detalles h3 {
    margin: 0px !important;
    height: 70px;
}

.card_servicio_detalles p {
    margin: 0px !important;
    height: 70px;
}

.card_modelo_proyecto {
    background: #F8F9FB;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.card_modelo_proyecto__encabezado {
    text-align: end;
    padding: 2rem 5rem;
    background: #5272A3;
}

.card_modelo_proyecto__encabezado h3 {
    color: #FFF;
    font-weight: 900;
}

.card_modelo_proyecto__cuerpo {
    padding: 2.2rem 1rem;
    position: relative;
}

.card_modelo_proyecto__cuerpo {
    height: 500px;
}

.card_modelo_proyecto__cuerpo__caracteristicas ul li {
    padding: 0.5rem 0px;
    font-size: 16px;
    font-weight: 400;
}

.card_modelo_proyecto__cuerpo__caracteristicas__icono {
    margin-right: 10px;
}

.card_modelo_proyecto__cuerpo__imagen__img {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
}

.card_modelo_proyecto__cuerpo__caracteristicas ul li img {
    width: 20px;
    height: 20px;
}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;

    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 4px 12px rgba(37, 211, 102, 0.45),
        0 2px 6px rgba(0, 0, 0, .18);

    cursor: pointer;
    text-decoration: none;

    transition: transform .25s cubic-bezier(.34, 1.56, .64, 1),
        box-shadow .25s ease;

    animation: float-in .5s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes float-in {
    from {
        transform: scale(0) rotate(-20deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow:
        0 8px 24px rgba(37, 211, 102, 0.55),
        0 4px 10px rgba(0, 0, 0, .2);
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    transform: translateY(0) translateX(0);
    pointer-events: auto;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.35);
    animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    70% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.whatsapp-float i {
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 30px;
}

.tooltip {
    position: absolute;
    right: calc(100% + 14px);
    bottom: 50%;
    transform: translateY(50%) translateX(6px);

    background: #111;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: .78rem;
    letter-spacing: .03em;
    white-space: nowrap;
    padding: 7px 12px;
    border-radius: 6px;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;

    font-size: 14px !important;
    white-space: nowrap !important;
    font-family: 'Helvetica Neue', sans-serif;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #111;
}

.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff3b30;
    color: #fff;
    font-family: "Manrope", sans-serif !important;
    font-size: .65rem;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5f0eb;
    z-index: 2;
    animation: badge-pop .4s .6s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes badge-pop {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@media (min-width: 768px) {
    .card_modelo_proyecto__cuerpo__imagen__img {
        position: absolute;
        top: -40px;
        left: 0;
        width: 55%;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1440px) {}