* {
    padding: 0px;
    margin: 0px;
    font-family: "Cairo";
}

@media (min-width:360px){
    #cabecera{
        position: absolute;
        top: 10px;
        left: 10px;
        height:60px;
        width: 360px;
        background-color: rgb(228, 228, 228);
    }

    #img_corp{
        position: absolute;
        top: 1px;
        left: 1px;
        height: 60px;
        width: 70px;
    }

    #inicio{
        position: absolute;
        top: 20px;
        left: 200px;
        color:  rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #contactanos{
        position: absolute;
        top: 20px;
        left: 280px;
        color: rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #productos{
        position: absolute;
        top: 75px;
        left: 10px;
        height:70px;
        width: 360px;
    }

    #producto1{
        position: absolute;
        top: 3px;
        left: 0px;
        height:30px;
        width:170px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto1:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto2{
        position: absolute;
        top: 3px;
        left: 190px;
        height:30px;
        width:170px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(231, 163, 189);
        border-radius: 10px;
    }

    #producto2:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto3{
        position: absolute;
        top: 40px;
        left: 0px;
        height:30px;
        width:170px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto3:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto4{
        position: absolute;
        top: 40px;
        left: 190px;
        height:30px;
        width:170px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto4:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #index_1{
        position: absolute;
        top: 160px;
        left: 10px;
        height: 550px;
        width: 360px;
    }

    #img_index1{
        position: absolute;
        top: 0px;
        left: 0px;
        height:550px;
        width: 360px;
    }
    
    #Tipo_servicio{
        position: absolute;
        top: 10px;
        left: 10px;
        height:55px;
        width: 340px;
        font-size: 160%;
        font-weight: bold;
        color: rgb(88, 86, 86);
        text-align: center;
        background:rgb(185, 181, 181);
   }

   #Descripcionservicio{
    position: absolute;
    top: 150px;
    left: 30px;
    height:85px;
    width: 300px;
    font-size:90%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(39, 39, 39);
    }

   #contactanos2{
    position: absolute;
    top: 280px;
    left: 105px;
    height:25px;
    width: 150px;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    background: black;
    border: solid 1px white;
    border-radius: 10px;
    }

    #contactanos2:hover{
        background: rgb(255, 255, 255);
        color: black;
        cursor: pointer;
    }

}

@media (min-width:1330px){
    #cabecera{
        position: absolute;
        top: 10px;
        left: 10px;
        height:60px;
        width: 1330px;
        background-color: rgb(228, 228, 228);
    }

    #img_corp{
        position: absolute;
        top: 1px;
        left: 155px;
        height: 60px;
        width: 70px;
    }

    #inicio{
        position: absolute;
        top: 20px;
        left: 1000px;
        color:  rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #contactanos{
        position: absolute;
        top: 20px;
        left: 1090px;
        color:  rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #productos{
        position: absolute;
        top: 75px;
        left: 165px;
        height:40px;
        width: 1000px;
    }

    #producto1{
        position: absolute;
        top: 3px;
        left: 250px;
        height:30px;
        width:240px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto1:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto2{
        position: absolute;
        top: 3px;
        left: 500px;
        height:30px;
        width:240px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(231, 163, 189);
        border-radius: 10px;
    }

    #producto2:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto3{
        position: absolute;
        top: 3px;
        left: 510px;
        height:30px;
        width:240px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto3:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto4{
        position: absolute;
        top: 3px;
        left: 760px;
        height:30px;
        width:240px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto4:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #index_1{
        position: absolute;
        top: 120px;
        left: 10px;
        height: 450px;
        width: 1330px;
    }

    #img_index1{
        position: absolute;
        top: 0px;
        left: 0px;
        height:475px;
        width: 1330px;
    }
    
    #Tipo_servicio{
        position: absolute;
        top: 10px;
        left: 495px;
        height:55px;
        width: 340px;
        font-size: 160%;
        font-weight: bold;
        color: rgb(88, 86, 86);
        text-align: center;
        background:transparent
   }

   #Descripcionservicio{
    position: absolute;
    top: 120px;
    left: 515px;
    height:55px;
    width: 300px;
    font-size:90%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(39, 39, 39);
    }

   #contactanos2{
    position: absolute;
    top: 200px;
    left: 590px;
    height:25px;
    width: 150px;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    background: black;
    border: solid 1px white;
    border-radius: 10px;
    }

    #contactanos2:hover{
        background: rgb(255, 255, 255);
        color: black;
        cursor: pointer;
    }

}


@media (min-width:1900px){

    #cabecera{
        position: absolute;
        top: 20px;
        height: 75px;
        width: 1900px;
        background-color: rgb(228, 228, 228);
    }

    #img_corp{
        position: absolute;
        top: 5px;
        left: 455px;
        height: 60px;
        width: 70px;
    }

    #inicio{
        position: absolute;
        top: 35px;
        left: 1250px;
        color:  rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #contactanos{
        position: absolute;
        top: 35px;
        left: 1350px;
        color:  rgb(1, 3, 20);
        font-size: 90%;
        font-weight: 600;
    }

    #productos{
        position: absolute;
        top: 97px;
        left: 580px;
        height: 40px;
        width: 800px;
    }

    #producto1{
        position: absolute;
        top: 3px;
        left: 0px;
        height:35px;
        width:230px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto1:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto2{
        position: absolute;
        top: 3px;
        left: 237px;
        height:35px;
        width:230px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(231, 163, 189);
        border-radius: 10px;
    }

    #producto2:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto3{
        position: absolute;
        top: 3px;
        left: 477px;
        height:35px;
        width:230px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto3:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }

    #producto4{
        position: absolute;
        top: 3px;
        left: 717px;
        height:35px;
        width:230px;
        text-align: center;
        font-size: 90%;
        font-weight: 600;
        color: white;
        background:rgb(87, 85, 109);
        border-radius: 10px;
    }

    #producto4:hover{
        color: rgb(87, 85, 109);
        background-color: rgb(223, 217, 217);
        cursor: pointer;
    }



    #index_1{
        position: absolute;
        top:140px;
        left: 0px;
        height: 750px;
        width: 1700px;
    }

    #img_index1{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 750px;
        width: 1900px;
    }

    #Tipo_servicio{
        position: absolute;
        top: 70px;
        left: 650px;
        height:100px;
        width: 600px;
        font-size: 350%;
        font-weight: bold;
        color: rgb(88, 86, 86);
        text-align: center;
        background: transparent;
   }

   #Descripcionservicio{
    position: absolute;
    top: 210px;
    left: 650px;
    height:60px;
    width: 600px;
    font-size:100%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(39, 39, 39);
    text-align: center;
    }

    #contactanos2{
        position: absolute;
        top: 310px;
        left: 885px;
        height:30px;
        width: 130px;
        font-size: 90%;
        font-weight: bold;
        text-align: center;
        color: rgb(255, 255, 255);
        background: black;
        border: solid 1px white;
        border-radius: 10px;
    }

    #contactanos2:hover{
        background: rgb(255, 255, 255);
        color: black;
        cursor: pointer;
    }

}


/*


@media (min-width:768px){
    .cabecera{
        top: 0px;
        left: 0px;
        width: 768px;
        background-color: rgb(192, 82, 115);
    }
}

@media (min-width:1024px){
    .cabecera{
        top: 0px;
        left: 0px;
        width: 1024px;
        background-color: rgb(224, 221, 36);
    }
}

*/