body{
  padding: 0;
  margin: 0;
}


/*Envios todo peru*/


section {
 

  z-index: 10;
}

.dark-bg {
  margin-bottom: 3%;
  background-color: #1f1f1f;
  color: #fff;
}

.title > h2 {
 
  font-size: 20px;
  letter-spacing: -1px;
}
.dark-bg:hover{
color: #e2c878;
}

/*------------------envios--------------*/
.envios--1{
    margin-top: 6%;
    margin-bottom: 6%;
    width: 100%;
    background: white;
    
   
}
.envios--2{
    width: 80%;
    height: 30%;
    margin: auto;
   color: black;
  
   
}
 .envios--3{
    width: 80%;
    margin: auto;
   color: black;
  
   
}

.envios--3 p{
    margin-bottom: 20px;
    text-align: justify;
}
.cm{
text-align: left;
width: 80%;
font-family: 'Roboto';


}
    
    .colr{
        color:#f77777;
        
    }


    .linea{
      border-top: 1px solid #e2c878;
      margin-bottom: 40px;
    }

    h3{
      text-align: center;
      font-family: Roboto;
      font-size: 20px;
    }
      h4{
        text-align: left;
        font-size: 18px;
      }


.envios-p{
  background: #e8e8e8;
  width: 80%;
  margin: auto;
}
.envios-p:hover{
  background: #e2c878;
}


a{
  text-decoration: none;
  color: black;
}


