:root{
    --color_naranja:  #ffbd00ff;
    --color_naranjascuro: rgb(213, 139, 0);
    --color_naranjaclaro: rgb(255, 250, 244);
    --color_tit_serv: rgb(254, 185, 58);

}

body{
    margin: 0%;
    min-width: 320px;
    font-family: Arial, Helvetica, sans-serif;
}

img{
    /*Esto hará que la imagen se adapte a la caja*/
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------CABECERA--------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#cabecera{
    height: 80px;
    width: 100%;

    padding: 0%;

    background-color: var(--color_naranja);

    position: fixed;
    z-index: 1000;
    top: 0px;
}

#logo{
    display: flex;
    align-items: center;

    height: 100%;
    padding-right: 2%;
    padding-left: 2%;
}

#logo_imagen{
    width: 55px;
    height: auto;
}

#logo_letras{
    width: 180px;
    height: auto;

    margin-left: 20px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------BLOQUE 1--------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#contenedor1{
    width: 92%;
    display: flex;
    padding: 2%;
    margin: 2%;

    margin-top: 100px;

    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: var(--color_naranja);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: var(--color_naranja);

    justify-content: space-evenly;

}

#texto_1{
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;

    font-size: 120%;
}

#titulo_texto_1{
    text-align: center;
}

#contenido_texto_1{
    text-align: justify;
}

#foto1{
    width: 600px;
    height: auto;

    margin-left: 20px;
    margin-right: 20px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------BLOQUE 2--------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#servicios{
    width: 92%;
    margin-top: 70px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 150%;
}

#contenedor2{
    width: 96%;
    display: flex;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;

    background-color: var(--color_naranjascuro);
}

#sitio_web{
    width: 35%;

    text-align: center;
    align-self: center;
    font-size: 140%;
    color: white;

}

#subcontenedor2{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    background-color: var(--color_naranjaclaro);

}

#creacion_web{
    width: 300px;
    text-align: center;

    margin: 2%;
    padding: 2%;
}

#mantenimiento_web{
    width: 300px;
    text-align: center;

    margin: 2%;
    padding: 2%;
}

#mejora_web{
    width: 300px;
    text-align: center;

    padding: 2%;
    margin: 2%;
}

.titulo_servicios{
    background-color: var(--color_tit_serv);
    border-radius: 15px;

    font-weight: bold;
    color: white;
    font-size: 130%;

    padding: 6%;
}

.contenido_servicios{
    margin: 6%;
    text-align: justify;
}

#contenedor2_1{
    width: 96%;
    display: flex;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;

    background-color: var(--color_naranjascuro);
}

#software_empresa{
    width: 35%;

    text-align: center;
    align-self: center;
    font-size: 140%;
    color: white;

}

#software_empresa_2{
    width: 100%;

    text-align: center;
    align-self: center;
    font-size: 140%;
    color: white;

    display: none;

}

#subcontenedor2_1{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    background-color: var(--color_naranjaclaro);

}

#creacion_soft{
    width: 300px;
    text-align: center;

    margin: 2%;
    padding: 2%;
}

#mantenimiento_soft{
    width: 300px;
    text-align: center;

    margin: 2%;
    padding: 2%;
}

#mejora_soft{
    width: 300px;
    text-align: center;

    padding: 2%;
    margin: 2%;
}


/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#contenedor3{
    display: flex;
    background-color: black;
    width: 100%;

    padding-top: 1%;

}
#subcontenedor3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

#correo{
    display: flex;
    width: 300px;
}

#telefono{
    display: flex;
    width:  300px;
}

#img_correo{
    max-width: 60px;
    max-height: 60px;

    padding: 6%;

}

#img_telf{
    max-width: 60px;
    max-height: 60px;

    padding: 6%;

}

#datos_contacto{
    font-weight: bold;
    color:white;
    font-size: 115%;

    align-self: center;
    text-align: center;

}

@media (max-width: 950px) { /*Aquí pondemos como "display: none" lo que queramos que desaparezca para pantallas pequeñas*/
    #texto_1{
        width: auto;
        margin-left: 8%;
        margin-right: 8%;
    }
    #foto1{
        display: none;
    }
    #contenedor2_1{
        display: grid;
    }
    #software_empresa{
        display: none;
    }
    #software_empresa_2{
        display: block;
    }
    #sitio_web{
        width: 100%;
    }
    #contenedor2{
        display: grid;
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
    #subcontenedor2{
        width: 96%;

        padding-left: 2%;
        padding-right: 2%;
    }
    #contenedor2_1{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    #subcontenedor2_1{
        width: 96%;

        padding-left: 2%;
        padding-right: 2%;
    }

    #subcontenedor3_1{
        display: none;
    }
  }

  @media (max-width: 350px){
    #software_empresa_2{
        font-size: 130%;
    }
    #sitio_web{
        font-size: 130%;
    }

  }
