@import url('normalize.css');
@import url('modal.css');
@import url('carrusel.css');
@import url('progress.css');
@import url('proyectos.css');
@import url('que-hacemos.css');
@import url('botones.css');
@import url('etiquetas.css');
@import url('footer-remo.css');
@import url('insight.css');
@import url('menupopup.css');
/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

video {
    border-radius: 8px;
    border: 1px solid transparent !important;
    /* Ajusta el valor para cambiar el redondeo */
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background: white !important;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 10px !important;
}

ol,
ul {
    list-style: none;
    font-family: "ballinger", sans-serif;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

svg {
    height: 32px;
    width: 32px;
}


/* ================== 
	1.2. TYPOGRAPHY. 
   ================== */

h1 {
    font-size: 24px;
    font-family: "ballinger", sans-serif;
}

h2 {
    font-size: 22px;
    font-family: "ballinger", sans-serif;
}

h3 {
    font-size: 20px;
    font-family: "ballinger", sans-serif;
}

h4 {
    font-size: 18px;
    font-family: "ballinger", sans-serif;
}

h5 {
    font-size: 16px;
    font-family: "ballinger", sans-serif;
}

h6 {
    font-size: 14px;
    font-family: "ballinger", sans-serif;
}

p {
    font-size: 14px;
    font-family: "ballinger", sans-serif;
}

span {
    font-family: "ballinger", sans-serif;
}


.imagen-hover:hover {
    border-radius: 40px;
    transition: 0.1s;
    /* Borde redondeado al pasar el mouse */
}

/* video:hover {
    border-radius: 40px;
    transition: 0.5s;    
}

*/
/* ================== 
	1.3. BUTTONS. 
   ================== */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: "ballinger", sans-serif;
}

.btn-form-contacto {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1.5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #212529;
    font-family: "ballinger", sans-serif;
    border-radius: 25px;
    margin: 0 5px;
    padding: 10px 30px;
    transition: 0.65s;
    background: transparent;
}

.btn-form-contacto:hover {
    color: white;
    border: 2px solid #212529;
    background: #212529;
}

body {
    line-height: 1.5;
    overflow-x: hidden;
    background-color: #fefbf9;
}

.wrapper {
    width: 100%;
    height: auto;
    min-height: 800px;
    overflow: hidden;
    max-width: 1800px;
    margin: 0 auto;
    background-color: #fefbf9;
}


nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    min-height: 200px;
    padding: 15px 24px 35px;
    margin-bottom: 120px;
}

nav .logo {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    width: 50%;
}

nav .logo img {
    width: 110px;
    height: 107px;
}

nav .menu-list {
    width: 50%;
}

nav .logo p {
    color: var(--Dark-Blue, #1E1E1E);
    /* H2 - Desktop - Titulo Pequeño */
    font-family: "ballinger", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 133.333% */
    max-width: 500px;
}

nav .logo p span {
    color: var(--Dark-Blue, #1E1E1E);

    font-family: "ballinger", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

nav ul {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.parte-dos {
    background-color: #fefbf9;
    z-index: 222229;
}

/* Barra de navegacion fija */
.nav-fixed {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    gap: 20px;
    min-height: 58px;
    background-color: #fefbf9;
    padding: 10px 24px 0px;
    margin-bottom: 0;
}

.nav-fixed .logo {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    gap: 35px;
    width: 50%;
}

.nav-fixed .logo img {
    width: 39px;
    height: 37px;
}

@media (max-width:900px) {
    nav ul {
        display: none;
    }
}

nav li {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    font-family: "ballinger", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: var(--Dark-Blue, #ccc);
}

.menu-list img {
    display: flex;

    justify-content: center;
    align-items: center;
}

nav .active {
    color: var(--Dark-Blue, #1E1E1E);
}

nav .btn-contacto {
    color: var(--Electric-Blue, #0253E9);
    font-family: "ballinger", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

/* nav li:hover {
    color: #FFDB00 !important;
    transform: scale(1.05);
} */


.inicio-body {
    display: flex;
    height: 72vh;
    max-width: 700px;
}

.inicio-body h1 {
    color: #FFDB00;
    font-size: 40px;
    font-weight: 800;
    font-family: "ballinger", sans-serif;
    text-align: left;
}

.inicio-body h2 {
    color: white;
    font-size: 26px;
    font-weight: 800;
    font-family: "ballinger", sans-serif;
    text-align: left;
}

.inicio-body .inicio-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 35px;
    margin: 15px 0;
    padding: 8px 25px;
    font-weight: 800;
    max-width: 300px;
    font-size: 22px;
    font-family: "ballinger", sans-serif;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    transition: 0.5s;
}

.inicio-body .inicio-btn:hover {
    border: 2px solid #FFDB00;
}

.nosotros {
    opacity: 0.9;
    transition: 0s;
    background: var(--Negro, #000);
    top: 0;
    position: relative !important;
    z-index: 0;
}

.nosotros-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: auto;
    justify-content: center;
    padding: 280px 24px;
    position: relative !important;
    z-index: 0;
}

.nosotros-info h2 {
    color: #FFF;
    position: relative;
    font-family: "ballinger", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 52%;
    z-index: 0;
}

.nosotros-info h2 span {
    position: relative;
    color: #0085FF;
    font-family: "ballinger", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    z-index: 9;
}

.nosotros-info p {
    font-size: 22px;
    font-family: "ballinger", sans-serif;
    line-height: 2;
}

.servicios {
    padding: 80px 0 140px;
    /* min-height: 800px; */
    background-color: #666666;
}

.servicios h2 {
    color: #FDFAF5;
    text-align: left;
    font-weight: 800;
    margin-bottom: 65px;
    font-size: 44px;

}

.servicios .card-container {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    flex-wrap: wrap;
}

.servicios .card-container .card {
    display: flex;
    width: 380px;
    height: 400px;
    background-color: white;
    border-radius: 30px;
    transition: 0.8s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid white;
}

.servicios .card-container .card:hover {

    border: 2px solid #FFDB00;
}

.servicios .card-container .card:hover .img-efecto {
    height: 500px;
    width: 800px;
}


.servicios .card-container .card:hover .card-btn {
    border: 2px solid #FFDB00;
}


.card-container .card img {
    height: 700px;
    width: 1000px;
    transition: 0.8s;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.card-container .card .card-info {
    display: flex;
    position: absolute;
    gap: 5px;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0px 40px 50px;
    background-color: rgb(0, 0, 0, 50%)
}

.card-container .card .card-info h3 {
    font-weight: 800;
    text-align: left;
    position: relative;
    color: #FDFAF5;
    font-size: 28px;
    max-width: 80%;
    margin-bottom: 10px;
}

.card-container .card .card-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #FDFAF5;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-container .card .card-info .card-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 35px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    padding: 8px 25px;
    font-weight: 800;
    max-width: 300px;
    font-size: 18px;
    font-family: "ballinger", sans-serif;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    transition: 0.5s;
}

.card-container .card .card-info .card-btn svg {
    fill: white;
    width: 36px;
    height: 36px;
}

.card-container .card :hover svg {
    transform: rotate(360deg);
    transition: 1s;
}

.card-container .card .card-info .card-btn:hover {
    transform: scale(1.05);
}

.clientes {
    background-color: #FDFAF5;
    height: auto;
    padding: 85px 60px
}


.clientes-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    padding: 12% 0 10% 12%;
}

.clientes-info h2 {
    font-weight: 800;
    text-align: left;
    font-size: 44px;
    line-height: 44px;
    /* margin-bottom: 45px; */
}

.clientes-info p {
    font-size: 22px;
    font-family: "ballinger", sans-serif;
    line-height: 2;
}



.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

#marquee1 {
    animation: marquee 50s linear infinite;
}

#marquee2 {
    animation: marquee 50s reverse infinite;
}

#marquee3 {
    animation: marquee 50s linear infinite;
}

.marquee p {
    display: inline-block;
    color: #FFDB00;
    font-size: 80px;
    font-weight: 800;
    font-family: "ballinger", sans-serif;
}

.innova-flecha {
    color: white;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width:1024px) {
    .marquee p {
        font-size: 60px;
    }
}


.contacto {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.8)), url(../img/faena.jpg);
    /* height: 800px; */
    background-size: cover;
    background-attachment: fixed;
    padding: 85px 1vw;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
}

.contacto-container {
    /* max-width: 90%; */
    margin: 0 auto;
    background-color: #FDFAF5;
    border-radius: 30px;
    padding: 65px 5vw;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
}

.contacto h2 {
    font-weight: 800;
    text-align: left;
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 25px;
    text-align: center;
}

.contacto p {
    font-size: 22px;
    font-family: "ballinger", sans-serif;
    text-align: center;
}

.contacto form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* width: 55%; */
    padding: 25px 1.5vw;
}

.contacto .contacto-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* width: 45%; */
    padding: 35px 2vw;
}

.contacto .group-input {
    display: flex;
    flex-direction: column;
    /* max-width: 90%; */
}

.contacto .group-input-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.contacto .group-input-info p {
    text-align: left;
}

.contacto .group-input label {
    font-size: 18px;
    font-family: "ballinger", sans-serif;
    font-weight: 800;
}

.contacto .group-input input {
    font-size: 16px;
    font-family: "ballinger", sans-serif;
    height: 50px;
    border-radius: 4px;
    outline: unset;
    padding-left: 10px;
    border: 0;
}

.contacto .group-input textarea {
    font-size: 16px;
    font-family: "ballinger", sans-serif;
    border-radius: 4px;
    outline: unset;
    padding-left: 10px;
    border: 0;
}


.contacto .group-input input::placeholder {
    font-size: 16px;
    font-family: "ballinger", sans-serif;


}

.contacto svg {
    fill: #212529;
}

footer {
    background-color: #333;
    min-height: 250px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 5% 50px;
    gap: 10px;
}

.footer-col h4 {
    font-size: 20px;
    font-family: "ballinger", sans-serif;
    text-align: left;
    font-weight: 800;
    color: #FDFAF5;
    /* margin-bottom: 15px; */
}

.footer-col li {
    font-size: 14px;
    font-family: "ballinger", sans-serif;
    text-align: left;
    color: white;
    padding: 5px 15px 5px 5px;
    /* margin-bottom: 5px; */

}

div.snackbar {
    align-items: center;
    background: green;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(16, 15, 15, 0.4);
    color: #EBF2F9;
    display: flex;
    font-family: "ballinger", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 10px;
    line-height: 26px;
    max-width: 550px;
    min-width: 320px;
    mix-blend-mode: normal;
    padding: 21px 20px;
    width: 100%;
    z-index: 10;
}

div.snackbar-link span,
div.snackbar-vertical span {
    align-items: center;
    display: flex;
    gap: 10px;
}

div.snackbar-link a {
    color: #A3C5E6;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-weight: 600;
    gap: 10px;
    line-height: 26px;
    mix-blend-mode: normal;
    mix-blend-mode: normal;
    text-align: center;
    text-decoration-line: underline;
}

div.snackbar-vertical a {
    align-self: flex-end;
    color: #A3C5E6;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-weight: 600;
    gap: 10px;
    line-height: 26px;
    mix-blend-mode: normal;
    mix-blend-mode: normal;
    text-align: center;
    text-decoration-line: underline;
}

div.snackbar-link a:hover,
div.snackbar-vertical a:hover {
    color: #BFD6ED;
}

div.snackbar-link a:active,
div.snackbar-vertical a:active {
    color: #EBF2F9;
}

div.snackbar-vertical .fila {
    display: flex;
    gap: 10px;
}

div.snackbar-vertical .columna {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

div.snackbar-vertical .columna-small {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#snackbar-ejemplo,
#snackbar-ejemplo1,
#snackbar-ejemplo2,
#snackbar-ejemplo3,
#snackbar-ejemplo4,
#snackbar-ejemplo5 {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 500px);
    transition: transform 0.3s ease-in-out;
}

.snackbar.show,
.snackbar-link.show,
.snackbar-vertical.show {
    transform: translate(-50%, 0) !important;
}

.circular-button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #212529;
    /* Puedes cambiar el color de fondo según tus preferencias */
    color: #fff;
    /* Color del ícono */
    font-size: 24px;
    /* Tamaño del ícono */
    border: none;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 2px solid white;
    transition: background-color 0.3s;
    display: none;
}

.circular-button:hover {
    background-color: #212529;
    border: 2px solid white;
    /* Color de fondo al pasar el cursor sobre el botón */
}

.nav-fixed-css {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1000;
    transition: 0s;
    max-width: 1800px;
    /* overflow: hidden; */

}

/*
Resposive
*/

@media (max-width:1250px) {
    .menu-list {
        display: none;
    }

    nav .logo {
        width: 70%;
    }
}

@media (max-width:900px) {
    nav {
        padding: 10px 16px 20px;
        margin-bottom: 60px;
    }

    .logo {
        flex-wrap: wrap;
    }

    nav .logo {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    nav .logo p {
        font-size: 20px;
        line-height: 26px;
    }

    nav .logo p span {
        font-size: 20px;
        line-height: 26px;
    }

    .nosotros-info {
        padding: 140px 16px;
    }

    .nosotros-info h2,
    .nosotros-info h2 span {
        font-size: 26px;
        line-height: 32px;
        max-width: 100%;
    }

    .nav-fixed {
        display: flex;
        justify-content: space-between;
        position: sticky;
        top: 0;
        gap: 20px;
        min-height: 58px;
        padding: 10px 16px 0px;
        margin-bottom: 0px;
    }

    .nav-fixed-css {
        position: fixed;
        top: 0;
        width: 100% !important;
        z-index: 1000;
        transition: 0s;
        /* overflow: hidden; */

    }

}