*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    
}

nav{
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: flex-start;
    font-size: large;
}
h1 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 92px;
    padding: 80px 50px;
    text-align: left;
    text-transform: none;
    text-rendering: optimizeLegibility;
}   
    h2 {
        font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
        font-size: 92px;
        padding: 80px 50px;
        text-align: left;
        text-transform: none;
        text-rendering: optimizeLegibility;    
}

h1.ManageEngine {
    color: #e0dfdc;
    background-color: #185e7a00;
    letter-spacing: 0.1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);

}
h2.ManageEngine {
    color: #e0dfdc;
   
    letter-spacing: 0.1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);

}

nav a{
    color:#00BFFf;
    text-decoration: none;
    display: inline-block;
    color:black;
    background-color: #00bfff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    border: 1px solid #FFf;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    animation: arriba 5s ease-in;
    font-size: large;

}
nav a:hover{
    background-color: #008CBA;
}

.icono{
    display: block;
    z-index: 100000000;
    animation: moverIzquierda 1s ease-in;
    cursor: pointer;
    position: fixed;
}

header{
    background: #1f1f1f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #444444, #1F1F1F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1F1F1F, #444444); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    height: auto;
    padding: 30px;
    width: 110%;
}

.container{
    width: 100%;
    padding: 2rem;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}
.modal {
        display: none; /* Oculto por defecto */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
 }
    
.modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 180%;
        max-width: 1200px;
        text-align: center;
}
    
.close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
}
    
.close:hover,
.close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
}
    
.modal-image {
        
        width: 100%;
        height: auto;
        display: inline; /* Asegurarse de que la imagen sea un bloque */
        margin: 0 auto; /* Centrar la imagen dentro del modal */
        visibility: visible; /* Asegurarse de que la imagen es visible */
        border-radius: 0 !important;
}
    
img{
    display: block;
    height: 620px;
    border-radius: 450px;
    object-fit: cover;
    animation: arriba 1s ease-in;
}
.img1 {
    width: 100%;            /* Hace que la imagen ocupe el 100% del ancho del contenedor */
    padding: 2rem;          /* Añade un espacio alrededor de la imagen */
    max-width: 900px;      /* Limita el ancho máximo de la imagen */
    display: block;         /* Asegura que la imagen se comporte como un bloque */
    margin: auto;           /* Centra la imagen horizontalmente */
    height: auto;           /* Mantiene las proporciones correctas de la imagen */
    border-radius: 1050px;
    
}


.textos{
    width: 50%;
    color:#fff;
}

.textos h1{
    font-size:80px;
    animation: moverDerecha 1s ease-in;

}

.textos h2{
    font-size:30px;
    animation: moverIzquierda 1s ease-in;
}


.textos a{
    display: inline-block;
    color:#000;
    font-weight: 600;
    background-color: #00bfff;
    text-decoration: none;
    margin-top: 30px;
    border: 1px solid #fff;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    animation: arriba 1s ease-in;

}

.textos a:hover{
    background-color: #008CBA;
}
.wave{
    height: 100px;
    width: 110%;
    background: #0e0d0d;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #444444, #1f1f1f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1f1f1f, #444444); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    
}

.enlaces{
    position: fixed;
    display: flex;
    top: 0;
    background: #000;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    right: 0;
    flex-direction: row;
    width: 100%;
    transition: all 1s ease;
    background: #0e0d0d;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #444444, #1f1f1f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1f1f1f, #444444); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.uno{
    
-webkit-clip-path: circle(0% at 0 0);
clip-path: circle(0% at 0 0);

}

.dos{
    
    -webkit-clip-path: circle(150% at 0 0);
    clip-path: circle(150% at 0 0);
    
    }

  
    main {
        padding: 30px;
        max-width: 800px;
        margin: 0 auto;
    }
    
    footer {
        background-color: #1F1F1F;
    text-align: center;
    padding: 10px;
    color: #ccc;
    position: fixed;
    width: 100%;
    height: 20;
    bottom: 0;
    }
  

@keyframes moverIzquierda{
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }

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

@keyframes moverDerecha{
    0%{
        opacity: 0;
        transform: translateX(100px);
    }

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

@keyframes arriba{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }

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

@media screen and (max-width:1000px){
    img{
        height: 400px;
    }

}

@media screen and (max-width:800px){
    img{
        height: 370px;
    }
    .textos h1{
        font-size: 70px;
    }

    .textos h2{
        font-size: 25px;
    }
    
}

@media screen and (max-width:700px){
    img{
        height: 250px;
    }
    .textos h1{
        font-size: 40px;
    }

    .textos h2{
        font-size: 15px;
    }
    
}

@media screen and (max-width:450px){
    .container{
        width: 100%;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .textos{
        width: 100%;
        text-align: center;
    }
    .textos h1{
        font-size: 60px;
    }    
}

@media screen and (max-width:340px){
    img{
        height: 160px;
    }
    .textos h1{
        font-size: 35px;
    }
    .textos a{
        width: 120px;
    }
    .textos h2{
        font-size: 15px;
    }
    
}
