
.social-icons{
        width: 100%;
    }
    .nav-logo{
        display: flex;
        align-items:stretch;
    }
    .nav-logo, .nav-link{
        margin-right: 10px;
        margin-left: 10px;
    }
    .nav-logo img{
        width: 150px;
    }

    .main-container__text{
        font-size: 25px;
    }
.social{
  background-color: #e6162e;
  width: 100%;
  height: 50px;
  display: grid;
}
.social-icons{
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  justify-self: end;
  margin-right: 25px ;
}
.social-icons a{
  color: #fff;
  font-size: 28px;
}
.social-icons a:hover{
  color: #616161;
}

#contenedor-header{
    background-color: #6C596E;


    border-radius:20px;
    padding:  15px;
    margin: 30px;
    display: flex;
    font-size: 40px;
    color: white;
}

#header-titulos{
    width: 80%;
    text-align: center;
    border :2px black solid;
}
#header-imagen{
    width: 30%;
    
}
#navega{
        background-color: #2a4c5e ;
    border-radius: 25px;

        
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 7px;
    list-style: none;
    padding: 5px;
}
li{
    background: #556f62;

    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    margin: 15px;
    font-style: italic;
}

a{
    color: white;
    text-decoration: none;
}

#contenedor-principal{
    
}

article{
    display: flex;
    justify-content: center;
    margin: 15px;
    background: #6C596E;

    border-radius: 15px;
    padding: 15px;
}

article div{
    widows: 400px;
    background: #C6AFB1;


    padding: 20px;
    border-radius: 15px;
}
article div p{
    background: #d5d0e1 ;
    border-radius: 20px;
    font-weight: 300;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    color: black;
    text-align: center;
}

article img{
    margin: 15px;
    border-radius: 15px;
}

.secction-contact{
  width: 100%;
  background-color:#B0A3D4;
    display: flex;
    justify-content: space-between;
    padding: 20px 5px 50px;

}

.contact{
  display: flex;
 
  background-color: #d5d0e1;
    border: 2px black solid;
}

  .contact img{
    width: 100px;
    display: inline-block;
    padding: 10px;
  }

  .contact-info{
    padding: 20px 0;
    width: 300px ;
      
  }
  .contact-info a{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 2px;
  }

  .contact-info p{
    margin-top: 20px;
  }
footer{
    background: red;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: white;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;
}
#contenedorPrincipal{
    display: flex;
    
}

section{
    width: 80%;
}
aside{
    background:#B0A3D4;
    border: 1px black solid;
    padding: 5px;
    border-radius: 20px;
    width: 20%;
    
}

aside p{
        background: black;

        border-radius: 15px;
        font-weight: 300px;
        padding: 15px;
        font-size: 15px;
        color: white;
        text-align: center;
}

#titulo{
    font-size: 20px;
    color:  white ;
    background: #6C596E;
}

body{
    background-color:  #B0A3D4;
 ;
}

.R{
    color: #f91805;
    font-size: 30px;
}

.D{
    color:  #df7a30;

}
