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

}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
    
}
header::before{
    content: "";
    display: block;
    margin-bottom: 90px;
    background: white;
}
header{
    width: 100%;
    height: auto;
    padding-left: 48px;
    position: relative;
	overflow: hidden;
    align-items: center;
    background: #024554;
}
/* --------menu------------- */

.imgmenu{
    height: 70px;
}
.contenedormenu{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.imgmenu, .fas{
    margin: 7px;
}
.contenedorheader{
    width: 100%;
    height: 90px;
    background: white;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    border-bottom: 1px solid black;
    
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
}
.fa-bars{
    margin-top: 20px;
    display: block;
    width: 50px;
    height: 40px;
    font-size: 35px;
    border: 1px solid #999;
    background: none;
    text-align: center;
    line-height: 40%;
    border-radius: 5px;
    cursor: pointer;
    color: #999;
}

.nav{
    position: absolute;
    top: 90px;
    left: -100%;
    width: 100%;
    transition: all 0.5s;
}
.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 60px;
}
.menu a{
    font-size: 17px;
}
.fa-user{
    display: flex;
    width: 80px;
    height: 80px;
    font-size: 22px;
    padding: 3px 2px;
    border: 1px solid #999;
    background: #999;
    align-items: center;
    border-radius: 30%;
}
.menu__link1{
    text-decoration: none;
    display: block;
    padding: 15px;
    height: 60px;
    background: white;
    color:black;
    
    border-bottom: 1px solid black;
}
.menu__link{
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 15px;
    background: white;
    color:black;
    height: 60px;
    border-bottom: 1px solid black;
}
.menu__link1:hover{
    background: #999;
    color: #fff;
}
.menu__link:hover{
    background: #999;
    color: #fff;
}
.muestrate{
    left: 0;
}
/* ------------principal---------------- */

.contenedor{
    width: 100%;
    height: auto;
    display: inline-table;
}
.textos{
    width: 1200px;
    text-align: center;
    padding-top: 5vh;
    color: rgb(58, 33, 33);
    margin-right: 20px;
    padding-bottom: 30px;
}

.textos h1{
    font-size: 70px;
}

.algo{
margin: 10px;
background: #E5E5E5;
height: 2px;
width: 80%;
box-shadow: 0 0 10px #299cb5;
}

.textos h3{
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    animation: moverderecha 1s ease-in;
    color: #E5E5E5;
    line-height: 36px;
    font-weight: 500;
}

.textos a{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #D6EDFF;
    font-weight: 500;
    text-decoration: none;
    margin-top: 30px;
    border: 3px solid #D6EDFF;
    font-size: 17px;
    width: 180px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 8px 32px #299cb5;
	animation: movi 0.7s linear infinite;
}
.textosofrecer{
    width: 1200px;
    color: #E5E5E5;
}
.fas, .fab{
    display: flex;
    align-items: center;
}

.fa-database{
    display: flex;
    width: 50px;
    height: 40px;
    padding: 6px 0;
    font-size: 25px;
    border: 1px solid #A63D40;
    background: #A63D40;
    align-items: center;
    text-align: center;
    line-height: 40%;
    border-radius: 5px;
    color: #E5E5E5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.fa-book-open{
    display: flex;
    width: 50px;
    height: 40px;
    font-size: 22px;
    padding: 8px 11px;
    border: 1px solid #A63D40;
    background: #A63D40;
    align-items: center;
    border-radius: 5px;
    color: #E5E5E5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.fa-satellite-dish{
    display: flex;
    width: 50px;
    height: 40px;
    padding: 6px 0;
    font-size: 25px;
    border: 1px solid #A63D40;
    background: #A63D40;
    align-items: center;
    text-align: center;
    line-height: 40%;
    border-radius: 5px;
    color: #E5E5E5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.fa-paper-plane{
    display: flex;
    width: 50px;
    height: 40px;
    font-size: 25px;
    padding: 6px 8px;
    border: 1px solid #A63D40;
    background: #A63D40;
    align-items: center;
    border-radius: 5px;
    color: #E5E5E5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.fa-network-wired{
    display: flex;
    width: 50px;
    height: 40px;
    font-size: 22px;
    padding: 6px 0;
    border: 1px solid #A63D40;
    background: #A63D40;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    color: #E5E5E5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.textosofrecer h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}
.textosofrecer h2{
    font-size: 25px;    
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #E5E5E5;
    padding-bottom: 7px;
    font-weight: 500;
}

.textosofrecer p{
    padding-left: 20px;
    margin-bottom: 25px;
    color: #E5E5E5;
    text-align: left;
    font-family: 'Roboto', sans-serif;

}
/* ----------------modal------------------------------------------- */
.modal-container{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 110vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal{
    width: 500px;
    height: 600px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    transition: transform 1s;
    transform: translateY(0%);
}
.modal-close{
    transform: translateY(-200%);
}
.tituloform{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 40px;
    background: #299cb5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tituloform h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-left: 20px;
}
.far{
    color: #fff ;
    width: 40px;
    height: 30px;
    margin-top: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
}
.form{
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    line-height: 20px;
    align-items: center;
}
label{
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    width: 90%;
    text-align: left;
    margin-bottom: 5px;
}
.imput{
    font-family: 'Roboto', sans-serif;
    height: 30px;
    width: 90%;
    margin-bottom: 20px;
    
}
.textarea{
    font-family: 'Roboto', sans-serif;
    width: 90%;
    margin-bottom: 30px;
}
.enviar{
    width: 90%;
    text-align: right;
}
.btn-enviar{
    font-family: 'Roboto', sans-serif;
    width: 110px;
    background: #299cb5;
    border-radius: 5px;
    height: 30px;
    color: #fff;
    border-color: #299cb5;
    cursor: pointer;
}

/* --------------Como usarlo---------------------------- */
.usarlo{
    width: 100%;
    height: 110vh;
    background: #E5E5E5;
    display: flex;
    align-items: center;
}

.contenedor1{
    width: 100%;
    justify-content: center;
    display: flex;
    align-content: center;
}

.imagenesrequest{
    margin: 10px;
    width: auto;
    justify-content: space-evenly;
    display:table;
    align-items: center;  
    text-align: center; 
}
.imgre{
    align-items: center;
    justify-content: space-evenly;
    display: table;
    text-align: center;
    align-content: center;
    
}
.imgrequest{
    display: table;
    width: 180px;
}
.imgrequestbase{
    display: table;
    width: 180px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.textousar{
    
    width:auto;
    margin: 40px;
}
.textousar a{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #299cb5;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #85d2e4;
    padding: 2px 14px;
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom:20px ;
    text-align: center;
    box-shadow: 0 8px 17px #299cb5;
}
.textousar h2{
    padding-top: 43px;
    text-align: center;
    font-size: 20px;
    margin: 10px;
}
.textousar h3{
    padding-top: 17px;
    font-size: 26px;
    color: #299cb5;
}
.textousar p{
    margin-top: 7px;
    margin-bottom: 20px;
    margin-left: 5px;
}

/*----------------------precio-----------------------------------------------*/
.precio{
    width: 100%;
    height: auto;
    padding: 48px;
    background: #024554;

    display:flex;
    align-items: center;
    border: 2px solid white;
    
    max-width: 1200 px;
}
.contenedor2{
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}
.paquetes{
    padding-top: 60px;
    width: 100%;
    height: auto;
    justify-content: space-around;
    display:inline;
    flex-wrap: wrap;
    align-items: center;  
    text-align: center; 
}
.paquete{
    width: 300px;
    height: 450px;
    justify-content: space-evenly;
    align-items: center;
    display: inline-table;
    background: #299cb5;
    color: white;
    margin: 40px;
    text-align: center;
    
}
.separadorpaquete{
background: #E5E5E5;
height: 2px;
width: 100%;
box-shadow: 0 0 3px #E5E5E5;
}
.mes{
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;

}
.mes h2{
    font-size: 70px;
    margin-right: 3px;
}
.mes h3{
    text-align: end;
    font-weight: 500;
}
.anio{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.anio h2{
    font-size: 25px;
    margin-right: 3px;
}
.anio h3{
    text-align: end;
    font-weight: 500;
}
.worker{
    
    display: inline;
}
.worker p{
    font-size: 16px;
    margin-bottom: 2px;
}
.paquete h1{
    font-weight: 500;
    margin-top: 5px;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin-bottom: 10px;

}
.paquete a{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: white;
    font-weight: 500;
    text-decoration: none;
    margin-top: 35px;
    border: 2px solid white;
    width: 200px;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 8px 32px rgba(253, 253, 253, 0.46);
	animation: movi 0.7s linear infinite;
    margin-bottom: 35px;
    font-weight: 500;
    

}
.preciotexto{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.preciotexto h1{
    color: white;
    font-size: 40px;

}
.preciotexto h3{
    padding-top: 10px;
    color: white;
    text-align: end;
    font-weight: 500;

}
/*------------------------request demo------------------*/
.request{
    width: 100%;
    height: 110vh;
    padding: 48px;
    background: #E5E5E5;
    display:flex;
    align-items: center;
    border: 2px solid white;
    max-width: 1200 px;
}
.contenedor3{
    width: 100%;
    height: 100%;
    justify-content:center  ;
    display: flex;
    align-items: center;
    
}
.textosrequest{
    width: 800px;
    align-items: center;
    margin: 5px;
    text-align: center;
}
.textosrequest h1{
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: left;
    font-size: 55px;
}

.textosrequest a{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #299cb5;
    font-weight: 500;
    text-decoration: none;
    margin-top: 30px;
    border: 3px solid #299cb5;
    font-size: 20px;
    width: 240px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 8px 32px rgba(4, 103, 121, 0.46);
    animation: moverizquierda 1s ease-in;
    
	animation: movi 0.7s linear infinite;
}

.imagenesrequest2{
    padding-left: 0;
    padding-top: 40px;
    width: auto;
    justify-content: space-evenly;
    display:table;
    align-items: center;  
    text-align: center; 
}

.flechaarriba{
    width: 90px;
	animation: movimiento 2s linear infinite;
    margin-bottom: 15px;
}
.flechaabajo{
    width: 90px;
	animation: movimiento2 2s linear infinite;
    margin-bottom: 15px;
}
/*---------------------FOOTER---------------- */
footer{
    width: 100%;
    height: 80px;
    justify-content: space-evenly;
    display: flex;
    background: #024554;
}
.textofooter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.redes{
    display: flex;
    width: 50%;
}
.textofooter h3{
    font-weight: 500;
    color: #E5E5E5;
}
/*----------------keyframes-----------------------------------------*/
/* movimiento de flecha hacia arriba */
@keyframes movimiento{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(30px);
	}
	100%{
		transform: translateY(0);
	}

}
/* movimiento de flecha hacia abajo */
@keyframes movimiento2{
	0%{
		transform: translateY(30px);
	}
	50%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(30px);
	}

}
/* botones en movimiento */
@keyframes movi{
	0%{
		opacity: 0.5;
	}
	
	100%{
		opacity: 1.5;
	}

}

/* -------------------media queries----------------------- */
@media screen and (max-width: 1300px) {

    .precio{
        padding-left: 48px;
        padding-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    .contenedor{
        flex-direction: column;
        width: 100%;
    }
    .textos{
        width:90%;
    }
    .textosofrecer{
        width: 90%;
    }
    .textousar{
        width: 40%;
    } 
    .precio{
        height: auto;
        padding-left: 48px;
        padding-top: 0;
    }
    .textosrequest{
        width: 55%;
        padding-right: 10px;
    }
    .imgrequest{
        width: 250px;
    }
}
@media screen and (min-width: 1020px) {
    .nav{
        position: static;
        width: auto;
    }
    .menu{
        display: flex;
        
       
    }
    .fa-bars{
        cursor: none;
        background: none;
        color: transparent;
        display: none;
        visibility: hidden;
    }
    .menu__link{
        margin-top: 20px;
        background: none;
        border: none;
        color: black;
    }
    .menu__link1{
        margin-top: 13px;
        background: none;
        border: none;
        color: black;
    }
}
@media screen and (max-width: 880px) {
    .fa-book-open{
        padding: 6px 0;
        text-align: center;
    }
    .fa-paper-plane{
        padding: 6px 0;
        text-align: center;
    }
    .textofooter h3{
        font-size: 15px;
    }
    .mes h2{
        font-size: 50px;
    }
    .algo{
        width: 100%;
        box-shadow: 0 0 5px #299cb5;
    }
    
    .contenedor{
        padding: 0;
        width: 90%;
        display: inline-table;
        text-align: center;
    }
    .fa-database{
        width: 40px;
    }
    .fa-book-open{
        width: 45px;
    }
    .fa-paper-plane{
        width: 40px;
    }
    .fa-satellite-dish{
        width: 40px;
    }
    .fa-network-wired{
        width: 40px;
    }
    .textos{
        padding: 0;
        padding-top: 15px;
        width: 100%;
        text-align: center;
        padding-bottom: 25px;
    }
    .textosofrecer{
        padding: 0;
    }
    .usarlo{
        height: auto;
        justify-content: center;
    }
    .contenedor1{
        flex-direction: column-reverse;
    }
    .textousar{
        padding-left: 10%;
        padding-bottom: 0;
        padding-right: 10%;
        padding-top: 10%;
        width: 100%;
    }
    .textousar a{
        margin: 0 100px;
        width: 200px;
    }
    .imagenesrequest{
        width: 100%;
        justify-content: center;
        padding-top: 0;
    }
    .flechaarriba{
        width: 115px;
    }
    .flechaabajo{
        width: 115px;
    }
    .contenedor2{
        padding-top: 30px;
        flex-direction: column-reverse;
    }
    .paquetes{
        width: 100%;
    }
    .preciotexto{
        width: 100%;
    }
    .request{
        height: auto;
    }
    .contenedor3{
        flex-direction: column;
    }
    .textosrequest{
        padding-top: 60px;
        width: 100%;
        text-align: center;
    }
    .textosrequest h1{
        text-align: center;
    }
    .imagenesrequest2{
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .header{
        padding: 0;
    }
    .contenedorheader{
        height: 70px;
    }
    .contenedormenu{
        height: 70px;
    }
    .imgmenu{
        height: 50px;
    }
    .fa-bars{
        margin-top: 15px;
        
        width: 35px;
        height: 30px;
        font-size: 25px;
       
    }
    .nav{
        top: 70px;
        height: 45px;
    }
    menu a{
        font-size: 10px;
    }
    .menu__link{
        height: 45px;
        font-size: 10px;
    }
    .menu__link1{
        margin-top: 0;
        padding-top: 0;
        height: 45px;
        font-size: 10px;
    }
    .contenedor{
        width: 90%;
    }
    .textos{
        padding-left: 0;
        font-size: 15px;
    }
    .textousar{
        margin-top: 70px;
        width:95%;
        padding: 0;
        padding-left: 20px;

    }
    .textousar a{
        margin: 0 60px;
        font-size: 25px;
    }
    .textousar h2{
        font-size: 12px;
    }
    .imgrequest{

        width: 150px;
    }
    .imgrequestbase{
        width: 150px;
    }
    .flechaarriba{
        width: 75px;
    }
    .flechaabajo{
        width: 75px;
    }
    .paquete{
        width: 230px;
    }
    .request{
        flex-direction: column;
        height: auto;
    }
    .textosrequest{
        width: 100%;
        text-align: center;
    }
    .textosrequest h1{
        font-size: 40px;
        text-align: center;
    }
    .modal{
        width: 82%;
        height: 500px;

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

@media screen and (max-width: 380px) {
.contenedor2{
    justify-content: center;
}
    .paquete{
     margin-left: 0;
     width: 200px;
 }
 .paquete a{
     width: 160px;
 }
 .textousar a{
    margin: 0 25px;
    font-size: 20px;
}
}