@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
    background-image: url("imagenes/background.png");
    height: 100%; 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contenido{
    background-color: rgba(19, 19, 19, 0.979);
    position: relative;
    z-index: 1;
    border-radius: inherit;
    padding: 3rem 1.75rem;
    max-width: 100%;
    width: 24rem;
    margin: auto;
    border-radius: 15px;
}
img{
    display: block;
    margin: auto;
}
.texto{
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
#separador{
    width: 100%;
    border-top: solid 1px #363636;
    height: 1px;
    margin-top: -0.5px;
}


:root {
  --bg: rgba(19, 19, 19, 0.979);;     
  --social-icon1: #ad0202;
  --social-icon2: #ad0202;
  --social-icon3: #ad0202;
  --social-icon4: #ad0202;
}

section {
  width: 100%;
  
  display: flex;
  align-items: center;
  justify-content: center;  
  background: var(--bg);
  z-index: -10;
}

.icon-list {
  max-width: 50rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
}

.icon-item {
  list-style: none
}

.icon-link {  
  display: inline-flex;
  font-size: 3rem;  
  text-decoration: none;  
  color: var(--color-icon);
  width: 6rem;
  height: 6rem;   
  transition: .5s linear;
  position: relative;
  z-index: 1;
  margin: auto
}

.icon-link:hover {
  color: #fff;
}

.icon-link i {
  margin: auto;    
}

.altura{
  margin-top: 15px !important;
}

.icon-link::before {  
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  background: #000;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s cubic-bezier(.95, .32, .37, 1.21);
}
  
.icon-link:hover::before {  
  transform: scale(1);
}

.icon-item:nth-child(1) a:hover:before { 
  background: var(--social-icon1); 
}

.icon-item:nth-child(2) a:hover:before { 
  background: var(--social-icon2); 
}

.icon-item:nth-child(3) a:hover:before { 
  background: var(--social-icon3); 
}

.icon-item:nth-child(4) a:hover:before { 
  background: var(--social-icon4); 
}

.icon-item:nth-child(5) a:hover:before { 
  background: var(--social-icon5); 
}

.imagene1{
  margin:10px auto;
  border-radius:5px;
  border: 2px solid #fff;
  padding:13px;
  width:360px;
  height:360px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background:url(/imagenes/background.jpg);
  background-size: cover;
  }

  .NomImagenes{
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  progress {
    border: none;
  }

  progress::-webkit-progress-value {
    background: #ad0202;
  }
  
  progress::-webkit-progress-bar {
    background: rgb(32, 32, 32);
  }

  #dos{
    width: 70%;
    border: 1px solid #fff;
    height: 1px;
    margin-top: 1rem;
  }

  .adiv{
    align-items: center;
    display: flex;
    justify-content: center;
  }


  a{
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 1.30em;
    text-align: center;
  }

  a:link,  a:visited{
    color: #a70000;
  }

  a:hover{
    color: #f70303;
  }

  .min{
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  .conten{
    margin-left: 20%;
    margin-top: 12px;
  }

  .nombre {
    margin-bottom: 1px;
  }
  .apellidos{
    margin-top: 1px;
  }
