*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    width: 100%;
    overflow-x: hidden;
}


/*cabeza de la pagina*/

header{
    background-color:black;
    width: 100%;
    height: 55px;
    border-bottom:solid rgb(255, 255, 255,0.2) 1px ;
}
header img{
    width: 45%;
    margin-top: -7%;
}

/*textos estilo para la pagina*/

.p1{
    font-size: 10px;
    color: #007BFF;
    font-family: Arial;
}

.p2{
    font-size: 10px;
    color: rgba(255, 255,255,0.5);
    font-family: Arial;
}

.h1uno{
    font-family: Arial;
    color: white;
}

.h1dos{
    font-family: Arial;
    color:#007BFF;
}

/*---------------------------------------*/


#contenedorprincipal{
    width: 100%;
    background-color:black; 
    margin-top: 0;
}

#aparatos{
    width: 90%;
    position: absolute;
    top: 120px;
    left: 10px;
    pointer-events: none; 
}

/*seccion inicioooooooooo*/

#inicio{ 
    position: relative; 
    width: 100%;
    height: 600px; 
}

#inicio .p1{ 
    padding-top: 50px;
    padding-left: 10px;
}

#inicio .h1uno{ 
    padding-left: 10px;
}

#inicio .h1dos{ 
    padding-left: 10px;
    padding-bottom: 5px;
}

/*hr con efecto brillo*/

#brillo{
    height: 2px;
    border: none;
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-left: 10px;
}

#brillo::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #007BFF,
        transparent
    );
    animation: brillo 2.5s linear infinite;
}

@keyframes brillo{
    from{ left: -20%; }
    to{ left: 100%; }
}

/*mas texto*/

#inicio .p2{ 
    padding-left: 10px;
    padding-top:5px;
}

#inicio button{
    width: 50%;
    height: 25px;
    border-radius: 5px;
    background-color:#007BFF ;
    color: white;
    border: none;
    font-size: 8px;
    font-family: Arial;
    margin-top: 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#inicio button img{
    width: 25px;
}


/*seccion servicios*/

#servicios{
    width: 100%; 
}

#servicios .p1{ 
    padding-top: 70px;
    padding-left: 10px;
}

#servicios .h1uno{ 
    padding-left: 10px;
}

#servicios #imgservicios{
    padding-top: 25px;
    width: 100%;
}



/*section ¿ por que elegirnos*/

#eligenos{
    align-items: center;
    display: flex;
    flex-direction: column; 
    width: 100%;  
    text-align: center;
} 

#titulo3{
    margin-top:100px;
    width: 100%;  
    justify-content: center;
    display: flex;
}


#titulo3 .h1uno{ 
    float: left;
}

#titulo3 .h1dos{ 
    float: left;
}

#eligenos img{
    width: 40%;
    padding-top:150px;
}


.subti{
    font-family: Arial;
    color: white;
    margin-bottom: 10px;
}

.parrafo{
    font-family: Arial;
    color:rgba(255, 255,255,0.7) ;
    font-size: 10px;
    margin-top: 10px;
}


.line{

    width: 20%;
    height: 2px;
    border:0;
    background-color: #007BFF;
} 

/*section contacto*/


#contactanos{ 
    width:100%; 
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

}

#titulo4{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:200px;
}


#titulo4 .p1{
    margin-right:4px;
}


#p3{
    color:white;
    font-size:10px;
    font-family:Arial;
}

#contactanos .h1uno{
    margin-top:8px;

}

#contactanos .p2{
    margin-top:8px;
}


#btncontacto{
    width:70%;
    height:38px;
    margin-top:80px;
    background:#007BFF;
    border:none;
    border-radius:6px;
    color:white;
    font-size:9px;
    font-family:Arial;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
}

#btncontacto:hover{
    background:#2196F3;
}

#btncontacto img{
    width:30px;
    height:30px;
    margin-right:6px;
}

#imagencontacto{
    width:90%;
    margin-top:50px;
    display:block;
}

 

/*BOTON WHATSAPP PRESENTE*/

#whatsapp{

    width:55px;
    height:55px;
    background:#25D366;

    border-radius:50%;

    position:fixed;
    bottom:20px;
    right:20px;

    display:flex;
    justify-content:center;
    align-items:center;

    z-index:999;

    opacity:0;
    transform:translateX(80px);

    transition:0.35s ease;

}

#whatsapp img{

    width:55px;

}

#whatsapp.mostrar{

    opacity:1;
    transform:translateX(0);

}



/*------------------------------------------*/


/*pie de pagina*/

/*=========================
FOOTER
=========================*/

footer{

    width:100%;
    background:black;

    display:flex;
    flex-direction:column;
    align-items:center;

    padding:35px 0 30px;

}

footer img{

    width:50%;
    margin:20px 0;

    filter:drop-shadow(0 0 8px rgba(0,123,255,.30));

}

#frasefooter{

    text-align:center;
    line-height:18px;
    margin-bottom:20px;

}

.datosfooter{

    width:100%;
    text-align:center;
    margin:22px 0;

}

.datosfooter h3{

    color:#007BFF;
    font-family:Arial;
    font-size:15px;
    margin-bottom:8px;
    font-weight:normal;

}

.datosfooter p{

    color:white;
    font-family:Arial;
    font-size:11px;
    line-height:18px;

}

.datosfooter button{

    margin-top:12px;

    width:65%;
    height:35px;

    border:none;
    border-radius:6px;

    background:#007BFF;

    color:white;

    font-size:9px;
    font-family:Arial;

    cursor:pointer;

}

#gracias{

    margin-top:20px;
    text-align:center;

}

#copyright{

    text-align:center;
    margin-top:12px;
    line-height:18px;

}


/*=========================
LINEA BRILLO
=========================*/

.brillofooter{

    width:95%;
    height:1px;

    border:none;

    position:relative;
    overflow:hidden;

    margin:30px 0;

}

.brillofooter::before{

    content:"";

    position:absolute;

    top:0;
    left:-20%;

    width:45%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        #007BFF,
        transparent
    );

    animation:brillo 3s linear infinite;

}

.titulowhatsapp{

    color:#007BFF;
    font-family:Arial;
    font-size:15px;
    font-weight:normal;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;

    margin-bottom:8px;

}

.titulowhatsapp img{

    width:20px;
    height:20px;

    margin:0;
    filter:none;

}