:root {
    --color1: #1C1F26;
    --color2: #181A40;
    --color3: #0A8CBF;
    --color4: #05C7F2;
    --color5: #F2F2F2;
    --white: #ffffff;
}


/* General Styles */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Montserrat', sans-serif;

}

p,
li,
a {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.mt-section {
    margin-top: 8rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pad-section{
    padding-top: 6rem;
}

/* Header */
header {
    background: linear-gradient(to left, var(--color3), var(--color4));
    color: var(--color5);
    padding: 10px 0;

}

header div {
    cursor: default;
}

header .social-icon i.bi-whatsapp {
    color: var(--white);

}

header .social-icon:hover,
i.bi-whatsapp:hover {
    color: var(--color2);
}

header .social-icon i.bi-whatsapp:hover {
    color: var(--color2);
}

header a{
    text-decoration: none;
}


/* Navigation */
nav {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
}


/* CSS */
.navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color1);
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--color3);
}

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color1);
}

.boton-de-contacto {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #0A8CBF;
    border-color: #0A8CBF;
    background-color: transparent;
}

.boton-de-contacto:hover {
    color: #fff;
    background-color: #0A8CBF;
    border-color: #0A8CBF;
}

.boton-de-contacto:focus, .boton-de-contacto.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 140, 191, 0.25);
}

.boton-de-contacto:active, .boton-de-contacto.active,
.show > .boton-de-contacto.dropdown-toggle {
    color: #fff;
    background-color: #0A8CBF;
    border-color: #0A8CBF;
}

.boton-de-contacto:active:hover, .boton-de-contacto.active:hover,
.show > .boton-de-contacto.dropdown-toggle:hover {
    color: #fff;
    background-color: #086A94;
    border-color: #075B7D;
}

.boton-de-contacto:disabled, .boton-de-contacto.disabled {
    color: #0A8CBF;
    background-color: transparent;
}




/* Home Section */
#inicio {
    background-image: linear-gradient(rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5)), url("img/fondo.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color5);
}

@media (max-width: 768px) {
    #inicio {
        background-size: cover;
        min-height: 50vh; 
        padding: 20px;
    }
}

#inicio h1 {
    font-size: 4rem;
    padding: 0 10%;
}

@media (max-width: 450px) {

    #inicio h1 {
        font-size: 3rem;
        padding: 0;
    }
}


#inicio p {
    font-size: 1.25rem;
    margin-top: 1em;
    margin-bottom: 2em;
}

#inicio h6 {
    font-size: 1.25rem;
    margin-top: 1em;
    margin-bottom: 2em;
}

@media (max-width: 450px) {

    #inicio h6 {
        font-size: 1.3rem;
        text-align: justify;
    }
}

#inicio .btn1 {
    padding: 10px 55px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--white);
    background-color: transparent;
    border: 2px solid var(--white);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

#inicio .btn1:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#inicio .card {
    background-color: rgba(255, 255, 255, 0.180);
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 20px;
}

#inicio .card:hover {
    background-color: rgba(255, 255, 255, 0.250);
    transform: scale(1.05);
}

#inicio strong {
    font-size: 1.25rem;
    margin-bottom: 10px;
}


/*  nosotros  */

#nosotros .titulo-principal {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color2);
    margin-bottom: 1.5rem;
}

#nosotros .titulo-principal2 {
    font-size: 2.5rem;
    color: var(--color2);
    font-weight: bold;
}

#nosotros .titulo-team {
    font-size: 2.2rem;
    color: var(--white);
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#nosotros .subtitulo {
    font-size: 1.25rem;
    color: var(--color1);
    margin-bottom: 1.5rem;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

#nosotros .subtitulo2 {
    font-size: 2rem;
    color: var(--color2);
    margin-top: 10px;
    font-weight: bold;
}

#nosotros .descripcion {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.6;
    text-align: justify;
}

#nosotros .servicios-integrales {
    font-size: 1.1rem;
    font-weight: bold;
    color: #444;
    margin-bottom: 1rem;
}

#nosotros .nosotros{
    width: 100%;
    border-radius: 15px;
}

#nosotros .nosotros:hover {
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.3);
}

#nosotros a {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 24px;
    text-decoration: none;
    background-color: var(--color4);
    color: white;
    border-radius: 4px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#nosotros a:hover {
    background-color: var(--color3);
}

#nosotros a:active {
    background-color: var(--color2);
}

#nosotros a {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#nosotros a {
    text-transform: uppercase;
}

#nosotros ul {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

#nosotros ul li {
    margin-bottom: 10px;
}

#nosotros ul li::before {
    content: '•';
    color: var(--color3);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#nosotros .team{
    background-color: #181A40;
    color: var(--color5);
    
}

#nosotros .equipo{
    border-radius: 50%;
    margin: 20px 0px 20px 0px;
}






/* Services Section */

#services .content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--color3);
    font-weight: bold;
}

#services .content ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#services .content ul li {
    margin: 1rem 0;
    font-size: 1.1rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#services .content ul li::before {
    content: '✓';
    color: var(--color3);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-right: 0.5rem;
    transition: transform 0.8s ease;
}

#services .content ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#services .content p {
    margin-top: 1rem;
    color: #666;
    font-size: 1.1rem;
}

#services .mt-12 {
    margin-top: 4rem;
    margin-bottom: 4rem;
    
}

#services .texto1 {
    font-size: 1.5rem;

}

#services strong {
    font-size: 3.2rem;
}

#services .texto2 {
    font-size: 1.3rem;
}

#services .align-items-center {
    align-items: center;
}

#services .inf-servicios {
    background-color: var(--color2);
    color: var(--white);
    padding-bottom: 20px;
}

#services h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
}

#services .card img {
    width: 100%;
    max-width: 150px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 300ms;
}

#services .card img:hover {
    transform: scale(1.2);
}

#services .text-descripcion {
    text-align: justify;
    font-size: 1rem;
    margin: 0.2rem;
}

#services .card p {
    font-size: 1rem;
}

#services .btn-link {
    text-decoration: none;
    color: var(--color3);
    transition: color 0.3s;
}

#services .btn-link:hover {
    color: var(--color2);
}

#services video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

#services .video1, .video3 {

    border-radius: 25% 5px 25% 5px;
}

#services .video2, .video4 {
    border-radius: 5px 25% 5px 25%;
}




#contacto h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
    color: #1C1F26;
}

#contacto .card {
    padding: 0 30px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    border: none;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

#contacto i {
    color: var(--color3);
    padding: 10px;
    font-size: 2.5rem;
    transition: color 0.3s ease;
}

#contacto i:hover {
    color: var(--color2);


}

#contacto .puntos-contact h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contacto .puntos-contact p {
    font-size: 14px;
    color: #555;
}

#contacto .form-contacts {
    margin-top: 80px;
}

#contacto img {
    width: 86%;
    margin-left: 10%;
    border-radius: 5px;
    transition: transform 300ms;
}

@media (max-width: 768px) {

    #contacto img {
        width: 100%;
        margin-left: 0;
    }
}

#contacto img:hover {
    transform: scale(1.1);
}

#contacto form {
    width: 90%;
    margin-right: 10%;
}

@media (max-width: 768px) {

    #contacto form {
        margin-top: 1.5rem;
        width: 100%;
    }
}

#contacto .form-contacts h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#contacto input {
    padding: 0.625rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 10px 5px 20px 3px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
}

#contacto input:hover {
    background-color: #e5e7eb;
}

#contacto input:focus {
    outline: none;
    box-shadow: 0 0 0 calc(1px + 1px) rgba(10, 140, 191, 1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#contacto textarea {
    padding: 0.625rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 10px 5px 20px 3px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    resize: vertical;
}

#contacto textarea:hover {
    background-color: #e5e7eb;
}

#contacto textarea:focus {
    outline: none;
    box-shadow: 0 0 0 calc(1px + 1px) rgba(10, 140, 191, 1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#contacto .form-contacts textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

#contacto .form-contacts textarea {
    resize: vertical;
    height: 100px;
}

#contacto a {
    text-decoration: none;
    color: #000;
}

#contacto a:hover {
    color: var(--color3);
}

#contacto button {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 24px;
    text-decoration: none;
    background-color: var(--color4);
    color: white;
    border-radius: 4px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#contacto button:hover {
    background-color: var(--color3);
}

#contacto button {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contacto button {
    text-transform: uppercase;
}











/* Footer */
footer {
    background-color: var(--color2);
    color: white;
    padding-top: 5rem;

}

footer h5 {
    color: #f3f3f3;
    font-size: 1.7em;
}

footer strong {
    margin: 0;
    padding-bottom: 10px;

}

footer p {
    margin: 0;
    padding-bottom: 10px;

}

footer .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

footer .icon-view {
    margin-right: 10px;
    color: white;
}


footer .social-icons {
    display: flex;
    gap: 20px;

}

footer .social-icons {
    padding-bottom: 20px;
}

footer .social-icons i {
    font-size: 2em;
    color: white;
    transition: color 0.3s;
}

footer .social-icons i:hover {
    color: var(--color3);
}

footer a {

    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: var(--color3);
}

footer .links a {
    display: inline-block;
    margin: 0 10px;
    font-size: 1em;

}




#terminosCondiciones .block-color {
    width: 100%;
    height: 200px;
    background-color: var(--color3);
    color: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  
}


#terminosCondiciones .block-color h2 {
    color: var(--color5);
    font-size: 2.5rem;
    font-weight: 600;
}

@media (max-width: 768px) {

    #terminosCondiciones .block-color h2 {
        font-size: 1.5rem;
    }
}

#terminosCondiciones .container {
    max-width: 800px;
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#terminosCondiciones .container ul {
    list-style-type: none;
    padding: 0;
}
#terminosCondiciones .container ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}
#terminosCondiciones .container ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color4);
    font-weight: 600;
}
#terminosCondiciones .container strong {
    color: var(--color4);
}

#politicaPrivacidad .block-color {
    width: 100%;
    height: 200px;
    background-color: var(--color3);
    color: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#politicaPrivacidad .block-color h2 {
    color: var(--color5);
    font-size: 2.5rem;
    font-weight: 600;
}

@media (max-width: 768px) {

    #politicaPrivacidad .block-color h2 {
        font-size: 1.5rem;
    }
}

#politicaPrivacidad .container h2 {
    color: var(--color3);
    font-weight: 600;
    margin-bottom: 1rem;
}
#politicaPrivacidad .container ul {
    list-style-type: disc;
    padding-left: 20px;
}


#diseño .fondo-diseño{
    background-image: linear-gradient(rgba(24, 26, 64, 0.5), rgba(24, 26, 64, 0.5)), url("img/fondo-diseño.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    #diseño .fondo-diseño {
        background-size: cover;
        background-attachment: scroll; 
        min-height: 50vh; 
        padding: 20px; 
    }
}


#desarrollo .fondo-desarrollo{
    background-image: linear-gradient(rgba(24, 26, 64, 0.5), rgba(24, 26, 64, 0.5)), url("img/fondo-desarrollo.webp");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    #desarrollo .fondo-desarrollo{
        background-size: cover;
        background-attachment: scroll; 
        min-height: 50vh; 
        padding: 20px; 
    }
}

#marketing .fondo-marketing{
    background-image: linear-gradient(rgba(24, 26, 64, 0.5), rgba(24, 26, 64, 0.5)), url("img/fondo-marketing.webp");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    #marketing .fondo-marketing {
        background-size: cover;
        background-attachment: scroll; 
        min-height: 50vh; 
        padding: 20px; 
    }
}


#video .fondo-video{
    background-image: linear-gradient(rgba(24, 26, 64, 0.5), rgba(24, 26, 64, 0.5)), url("img/fondo-video.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    #video .fondo-video{
        background-size: cover;
        background-attachment: scroll; 
        min-height: 50vh; 
        padding: 20px; 
    }
}

.servicio .titulo{
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--color5);
}

.servicio .service-section {
    background: var(--color2);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.servicio .service-section:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.servicio .service-section h2 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
}

.servicio .service-section p {
    font-size: 18px;
    color: var(--color5);
    margin-bottom: 20px;
}

.servicio .service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.servicio .service-list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #ecf0f1;
}

.servicio .service-list li::before {
    content: "✓";
    color: var(--color3);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



@media (max-width: 768px) {
    
    .service-section {
        padding: 15px;
    }
    
    .service-section h2 {
        font-size: 22px;
    }

    .service-section p {
        font-size: 16px;
    }

    .service-list li {
        font-size: 14px;
    }
}

