*{margin: 0;
padding-top: 2px;}

body{background-color: white;}

.raleway-h1-Titulo{
    padding-top: 10px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight:400;
    font-style: normal;
    text-align: center;
    color: rgb(138, 138, 132);
  }

  .raleway-h2-Subtitulo{
    padding: 5px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight:200;
    font-style: normal;
    text-align: center;
    color: rgb(7, 7, 6);
  }

  .imagen-principal{
    text-align: center;
    width: 96%;
    height: 420px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 10px 10px 22px -11px rgba(0,0,0,0.75);
    padding: 10px;
    margin: 10px;
  }

  .container-sec3{
    display: flex;
    flex-wrap: wrap;
    
    
    text-align:center;
    padding-bottom: 0px;
    /*border: 1px solid green;*/
    justify-content: space-around;
  }

.nodo-container-sec3{
    width: 45%;
    height: 200px;
    /*border: 1px solid green;*/
    line-height: 1em;
    overflow-x:hidden;
    overflow-y:unset;
    margin-top: 50px ;
    margin-left: 40px;
    padding-top: 10px;
}

.raleway-p{
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight:500;
    color: rgb(174, 174, 168);
    line-height: 1.5;
    width: 100%;
}

.nodo-container-sec3_2{
    display:flex;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
    align-items: center;
    /*border: 1px solid green;*/
    justify-content: center;
}

.img_sec3_codigo{
    width: 40%;
    height: 250px;
    /*border: 1px solid green;*/
    padding: 20px;
    box-shadow: 10px 10px 22px -11px rgba(0,0,0,0.75);
}

.container_iconos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 250px;
    justify-content:space-around;
    font-size: 100px;
    padding-top: 30px;
    color:rgb(172, 162, 172)
}
.iconos{
    text-align: right;
    width: 95%;
    height: 200px;
}
.texto-iconos{
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight:200;
    font-style: normal;
    color: rgb(7, 7, 6);
    text-align: center;
}

.container-footer{
 width: 100%;
 height: 100px;
 background-color:rgb(172, 162, 172);
 border : 1px solid black;
 justify-content: space-around;

}

.caja_footer{
  width: 100%;
  height: 40px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: aliceblue;
  text-align: center;
  border : 1px solid rgb(183, 73, 73);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.h2_footer{
  font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight:200;
    font-style: normal;
    color: rgb(7, 7, 7);
    text-align: center;
}
.h6_footer{
    font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight:400;
    font-style: normal;
  color: aliceblue;
  padding-right: 80px;
 text-align: center;
 }
