body, html {
    box-sizing: border-box;
    
}

.main-footer{
    background-color: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 900px;
}

.contenedor-proyecto{
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}
.caja-footer{
    color: #fff;
    margin-bottom: 50px;
    margin-top: 33px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 70%;
    animation: blink 4s infinite ease-in-out;
}
.proyectos{
    color: #0000FF;
    display: block;
    width: 287px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.h1{
    width: 332.063px;
    height: 97.453px;
    flex-shrink: 0;
    text-align: center;
    align-items: center;
    color: #00F;
    text-align: center;
    font-family: "Roboto condensed";
    font-size: 46px;
    font-style: italic;
    font-weight: 400;
    line-height: 46.922px;/* 102.004% */
    letter-spacing: 6.9px;
    text-transform: uppercase;
    margin-left: -20px;
}
.proyectos input[type="button"] {
    padding: 15px 20px;
    background-color: #0000FF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 14.87px;
    width: 191px;
    margin-bottom: 88px;
}
.input-contanos{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}
.objetos-footer{
    color: #fff;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.main-info{
    margin-top: 40px;
    margin-bottom: 30px;
    width: 200px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.p-1{
    padding-bottom: 10px;
}

.enlaces{
    margin-top: 20px;
    margin-bottom: 8px;
    width: 200px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.enlace-1{
    text-decoration: none;
    margin-bottom: 30px;
    display: block;

}
.enlace-2{
    text-decoration: none;
    display: block;
}
.enlaces-iconos{
    flex-direction: column;
    display: flex;
    margin-bottom: 40px;
    width: 240px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
 }
 .main-enlaces{
    margin-top: 50px;
 }
.instagram{
    margin-bottom: 30px;
    margin-top: 50px;
    margin-right: 10px;
    text-decoration: none;
}
.instagram-icono{
    font-size: 24px;
    padding-right: 10px;
}
.globe{
    text-decoration: none;

}
.globe img {
    width: 24px;
    color: #ffffff;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.input-contanos {
    display: inline-block;  /* Hace que se comporte como botón */
    background-color:#00F; /* Color de fondo */
    color: black; /* Color del texto */
    text-decoration: none; /* Quita el subrayado */
    font-weight: bold;
    text-align: center;
    width: 220.605px;
    height: 46.2px;
    flex-shrink: 0;
    border-radius: 19.179px;
    background: #00F;
    
}

.p-blanco{
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;/* 21.6px */
    letter-spacing: 1.002px;
    transform: translateY(-4px);
}

.p-blanco{
    margin-bottom:0;
}
.input-contanos{
    text-decoration: none;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        /* Visible */
    }

    50% {
        opacity: 0;
        /* Completamente invisible */
    }
}

.enlace-1, .enlace-2, .instagram, .globe {
    position: relative;
    text-decoration: none;
    color: white; /* Ajusta el color si es necesario */
    display: inline-block;
}

.enlace-1::after, 
.enlace-2::after, 
.instagram::after, 
.globe::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px; /* Ajusta la posición del subrayado */
    width: 0;
    height: 2px;
    background-color: white; /* Ajusta el color si es necesario */
    transition: width 0.3s ease, left 0.3s ease;
}

.enlace-1:hover::after, 
.enlace-2:hover::after, 
.instagram:hover::after, 
.globe:hover::after {
    width: 100%;
    left: 0;
}

.marca-agua {
    transform: translateY(-20px);
    flex-direction: column;
    color: #FFF;
    font-family: "Roboto";
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 0.28px;
    margin-left: 20px;
}

.columna-izquierda,
.columna-centro,
.columna-derecha {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 550px) {
    .main-footer{
        height: 950px;
        height: auto;
    }
    .marca-agua {
        margin-left: 105px;
    }
}
@media (min-width: 768px) {
    .enlace-1,
        .enlace-2,
        .instagram,
        .globe {
            position: relative;
            text-decoration: none;
            color: #ffffff;
            display: inline-block;
            /* Cambia a inline-block para que el ancho se ajuste al texto */
        }
    
        .enlace-1::after,
        .enlace-2::after,
        .instagram::after,
        .globe::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -2px;
            width: 0;
            height: 2px;
            background-color: #ffffff;
            transition: width 0.3s ease, left 0.3s ease;
        }
    
        .enlace-1:hover::after,
        .enlace-2:hover::after,
        .instagram:hover::after,
        .globe:hover::after {
            width: 100%;
            /* Ahora el 100% se refiere al ancho del texto, no del contenedor */
            left: 0;
        }
    
        /* Ajustes específicos para Instagram y Globe */
        .instagram,
        .globe {
            white-space: nowrap;
            /* Evita que el texto se divida en varias líneas */
        }
    
    
        .instagram:hover::after {
            width: calc(100% - 20px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }
    
        .globe:hover::after {
            width: calc(100% - 50px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }

    .instagram-icono {
            font-size: 26px;
            padding-right: 10px;
        }
    .input-contanos {
            background: none;
            border: none;
            padding: 0;
            color: white;
            /* Asegura que el texto siga siendo visible */
        }
    .main-footer{
        height: auto;
    }
    .caja-footer{
        font-size: 18px;
    }
    .objetos-footer{
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        font-size: 20px;
    }
    .enlaces-iconos{
        flex-direction: column;
        display: flex;
        margin-top: 180px;
     }
    .caja-footer{
        margin-top: 120px;
        font-size: 18px;
        width: 100%;
    }
    .proyectos{
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
    }
    .h1{
        width: 500px;
        font-size: 80px;
        line-height: 79.922px;
            /* 102.004% */
        margin-right: -20px;
    }
    .enlaces{
        align-items: center;
        justify-content: space-between;
        display: inline-block;
        margin-bottom: 20px;
    }
    .proyectos input[type="button"]{
        line-height: 38.4px;
        background-color: #000;
        width: 488px;
        margin-top: -70px;
    }
    .p-blanco{
        font-size: 28.8px;
    }
}
@media (min-width: 769px) {
    .enlaces-iconos{
        width: 260px;
    }
}
@media (min-width: 834px){
    .input-contanos::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: width 0.3s ease;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            /* Ajusta la posición horizontal para centrar */
        }
    
        /* Efecto hover */
        .input-contanos:hover::after {
            width: 17%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-enlaces{
        flex-direction: column;
        margin-left: 86px;
        margin-top: 0;
        margin-bottom: 67px;
    }
    .caja-footer{
        width: 599px;
    }
    .h1{
        letter-spacing: 10px;
        width: 629px;
        margin-bottom: 59px;
    }
    .input-contanos{
        font-size: 28px;
    }
    .enlaces{
        margin: 0;
    }
    .enlaces-iconos{
        margin-right: 79px;
        margin-top: 67px;
    }
    .p-1{
        width: 192px;
    }
}
@media (min-width: 950px){
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 15.5%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
}
@media (min-width: 1024px) {
    .instagram:hover::after {
            width: calc(100% - 50px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }
    
        .globe:hover::after {
            width: calc(100% - 100px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 15%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-footer{
        height: 960px;
    }

    .objetos-footer{
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        height: 200px;
        margin-left: -50px;
        
    }
    .main-enlaces{
        display: flex !important;
        flex-direction: row !important; 
    }
    .enlaces-iconos{
       flex-direction: column;
       display: flex;
       width: 300px;
       margin-bottom: 110px;
       margin-right: 0;
       margin-top: 0;
       
    }
    
    /* Ajuste para notebooks - reducir tamaño de Instagram */
    .instagram {
        font-size: 0.7em;
    }

    .h1{
        font-size: 80px;
        width: 920px;
        align-items: center;
        text-align: center;
        margin-top: 0;
        margin-bottom: 70px;
        line-height: 89.922px;
    }
    .caja-footer{
        font-size: 24px;
        width: 80%;
    }
    .input-contanos{
        margin-bottom: 0;
    }
    .proyectos input[type="button"]{
        font-size: 48px;
        line-height: 57.6px;
        width: 651px;
        margin-top: -70px;
    }
    .objetos-footer{
       justify-content: space-between;
    }
    .enlaces{
        width: 250px;
        margin-top: 60px;
    }

    .main-info{
        width: 300px;
        margin-right: 50px;
    }
    .p-1{
        width: 250px;
    }
      .marca-agua {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0; /* Resetea el margen para escritorio */
        transform: none; /* Resetea la transformación para escritorio */
        transform: translateY(-25px);
        color: #FFF;
        font-size: 16px;
        font-style: italic;
        font-weight: 200;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.32px; 
    }

    .columna-izquierda {
        transform: translate(30px,8px);
        width: 33.33%;
        text-align: left; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }

    .columna-centro {
        width: 33.33%;
        text-align: center;
        margin-bottom: 0;
        transform: translateX(-25px);
    }
    .columna-derecha{
        width: 33.33%;
        text-align: center;
        margin-bottom: 0;
    }
}
@media (min-width: 1100px){
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 13.5%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .enlaces{
        margin-left: 50px;
    }
}
@media (min-width: 1200px) {
    .instagram:hover::after {
            width: calc(100% - 5px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }
    
        .globe:hover::after {
            width: calc(100% - 40px);
            /* Mantiene el ancho ajustado */
            left: 0px;
            /* Centra el subrayado */
        }
    .main-footer{
        height: 950px;
    }
        .input-contanos:hover::after {
            width: 13%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .objetos-footer{
        font-size: 26px;
        margin-left: -100px;
    }
    .proyectos{
        margin-bottom: 0;
    }
    .main-enlaces{
        margin-top: 250px;
    }
    .enlaces{
        margin-left: 80px;
    }
    .enlaces-iconos{
        margin-top: 230px;
    }
    .main-info{
        margin-right: 60px;
        margin-left: 40px;
    }
     .marca-agua {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0; /* Resetea el margen para escritorio */
        transform: none; /* Resetea la transformación para escritorio */
        transform: translateY(40px);
    }

    .columna-izquierda {
        transform: translate(30px,8px);
        width: 33.33%;
        text-align: left; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }

    .columna-centro {
        width: 33.33%;
        text-align: center;
        margin-bottom: 0;
        transform: translateX(-25px);
    }
    .columna-derecha{
        width: 33.33%;
        text-align: center;
        margin-bottom: 0;
    }
}
@media (min-width:1300px){
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 13%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-enlaces{
        margin-left: 150px;
    }
    .enlaces-iconos{
        margin-right: 40px;
    }
    
    /* Ajuste para notebooks - reducir tamaño de Instagram */
    .instagram {
        font-size: 0.7em;
    }
    
     .columna-izquierda {
        transform: translate(80px,8px);
        width: 33.33%;
        text-align: left; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
}
@media (min-width:1400px){
        .instagram:hover::after {
        width: calc(100% - 10px);
        /* Mantiene el ancho ajustado */
        left: 0px;
        /* Centra el subrayado */
    }

    .globe:hover::after {
        width: calc(100% - 40px);
        /* Mantiene el ancho ajustado */
        left: 0px;
        /* Centra el subrayado */
    }
    
    /* Ajuste para notebooks - reducir tamaño de Instagram */
    .instagram {
        font-size: 0.7em;
    }
    
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 11%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-enlaces{
        margin-left: 200px;
    }
    .enlaces-iconos{
        margin-right: 80px;
    }
    .main-info{
        margin-left: -50px;
        margin-right: 150px;
    }
    .columna-izquierda {
        transform: translate(50px,8px);
        width: 40.33%;
        text-align: left; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
    .columna-derecha {
        width: 33.33%;
        text-align: center; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
    .columna-centro {
        width: 33.33%;
        text-align: center; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
}
@media (min-width:1512px) {
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 8%;
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-footer{
        height: 1100px;
    }
    .h1{
        font-size: 102px;
        margin-bottom: 140px;
        line-height: 120.922px;
            /* 102.004% */
    }
    .caja-footer{
        font-size: 18px;
    }
    .objetos-footer{
        margin-top: 100px;
    }
    .p-blanco{
        font-size: 38px;
        margin-top: 0;
    }
    .input-contanos{
        height: 46px;
    }
    .input-contanos {
        background: none; /* Sin fondo */
        border: none; /* Sin borde */
        color: #000; /* Color del texto, ajusta según sea necesario */
        font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
        cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
        position: relative; /* Posiciona el botón de forma relativa para el subrayado */
        padding: 10px 0; /* Ajusta el espaciado superior e inferior */
    }
    
    /* Quitar el borde del enfoque */
    .input-contanos:focus {
        outline: none; 
    }
    
    /* Subrayado */
    .input-contanos::after {
        content: "";
        display: block;
        width: 0; 
        height: 2px; 
        background: #fff; 
        transition: width 0.3s ease; 
        position: absolute; 
        left: 50%; 
        transform: translateX(-50%); /* Ajusta la posición horizontal para centrar */
    }
    
    /* Efecto hover */
    .input-contanos:hover::after {
        width: 100%; /* Al pasar el mouse, el ancho se expande al 100% */
    }
    .input-contanos{
        height: 46px;
    }
    .enlaces{
        margin-left: 130px;
    }
    .main-info{
        margin-left: -50px;
    }

    .marca-agua{
        color: #FFF;
        font-family: Roboto;
        font-size: 20px;
        font-style: italic;
        font-weight: 200;
        line-height: 120%; /* 24px */
        letter-spacing: 0.4px;
    }
      .columna-izquierda {
        transform: translate(50px,8px);
        width: 40.33%;
        text-align: left; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
    .columna-derecha {
        width: 33.33%;
        text-align: center; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
    .columna-centro {
        width: 33.33%;
        text-align: center; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
        transform: translateX(-80px);
    }
}
@media (min-width: 1780px){
    .main-info{
        margin-right: 300px;
    }
     .columna-centro {
        width: 33.33%;
        text-align: center; /* Alinea el texto a la izquierda */
        margin-right: auto; /* Empuja el contenido hacia la izquierda */
    }
}

@media (min-width: 1918px) {
     .instagram:hover::after {
        width: calc(100% - 40px);
        /* Mantiene el ancho ajustado */
        left: 0px;
        /* Centra el subrayado */
    }

    .globe:hover::after {
        width: calc(100% - 80px);
        /* Mantiene el ancho ajustado */
        left: 0px;
        /* Centra el subrayado */
    }
    /* Efecto hover */
        .input-contanos:hover::after {
            width: 120%;
            transform: translateX(-120px);
            /* Al pasar el mouse, el ancho se expande al 100% */
        }
    .main-footer{
        height: 1210px;
    }
    .enlaces{
        margin-left: 270px;
        font-size: 32px;
    }
    .main-info{
        margin-right: 220px;
    }
    .enlaces-iconos,.main-info{
        font-size: 32px;
    }
    .enlaces-iconos{
        width: 400px;
    }
    .p-1{
        width: 280px;
    }
    .p-blanco{
        font-size: 48px;
    }
    .caja-footer{
        font-size: 24px;
    }
    .h1{
        font-size: 128px;
        line-height: 146.922px;
        margin-bottom: 190px;
            /* 102.004% */
    }

    .marca-agua{
        margin-top: 20px;
        color: #FFF;
        font-family: Roboto;
        font-size: 24px;
        font-style: italic;
        font-weight: 200;
        line-height: 120%; /* 28.8px */
        letter-spacing: 0.48px; 
    }
}