/*{}*/
*{margin: 0;
padding: 0;}
.principal {background-image: url(img/01.jpg); background-color: darkseagreen; background-size: cover; 
display:flex; min-height: 100vh;
justify-content: center;
flex-direction: column;
align-items: center;}

.victima {background-image: url(img/02.jpg); background-color: darkseagreen; background-size: cover; 
display:flex; min-height: 100vh;
justify-content: center;
flex-direction: column;
align-items: center;}

.circulo {background-image: url(img/03.jpg); background-color: darkseagreen; background-size: cover; 
display:flex; min-height: 100vh;
justify-content: center;
flex-direction: column;
align-items: center;}

.principal {display:flex; 
flex-direction: column;
justify-content: space-around;
align-items: center;}
#victima a, #boton a, #circulo a {font-family: 'Montserrat', sans-serif; 
margin: .5em 0; color: #fff; font-weight: 100; text-decoration: none; list-style: none; font-size: 1.8em; display:flex; justify-content: center;}
#victima a, #circulo a {border: 3px solid #fff; padding: 0.3em 0.6em; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}
#boton a {display: flex; justify-content: center; align-items: center; width: 100px;
     height: 80px;
     width: 80px;
     border-radius: 50%;
     border-radius: 50%;
     border-radius: 50%;
     background: #FC3A30;
     border: 3px solid #fff;
text-align: center;}
#chat a,#info1 a{font-family: 'Montserrat', sans-serif; 
margin: 1.8em 0; color: #fff; font-weight: 100; text-decoration: none; list-style: none; font-size: 1.8em; display:flex; justify-content: center;}
#chat a {display:flex; justify-content: center; align-items: center;
     width: 150px; 
     height: 80px; 
     background: #F26D49;
     box-shadow: 0 8px 8px 0 #B74C34}
#info1 a {display:flex; justify-content: center; align-items: center;
     width: 150px; 
     height: 80px;
     background: #F26D49;
     box-shadow: 0 8px 8px 0 #B74C34}

#detectar a, #denuncia a, #contacto a{font-family: 'Montserrat', sans-serif; 
margin: 1em 0; color: #fff; font-weight: 100; text-decoration: none; list-style: none; font-size: 1.8em; display:flex; justify-content: center;}
#detectar a {display:flex; justify-content: center; align-items: center;
     width: 190px; 
     height: 70px; 
     background: #5BB59B;
     box-shadow: 0 8px 8px 0 #6D38BA}
#denuncia a {display:flex; justify-content: center; align-items: center;
     width: 190px; 
     height: 70px;
     background: #5BB59B;
     box-shadow: 0 8px 8px 0 #6D38BA}
#contacto a {display:flex; justify-content: center; align-items: center;
     width: 190px; 
     height: 70px;
     background: #5BB59B;
     box-shadow: 0 8px 8px 0 #6D38BA}
#articulo p {margin: 3em 2em; font-family: 'Gudea', sans-serif; color:aliceblue}
.articulodos {background-image: url(img/02.jpg); background-size: cover; display:flex; min-height: 100vh;
justify-content: center;
flex-direction: column;
align-items: center;}

#contacto p {margin: 3em 2em; font-family: 'Gudea', sans-serif; color:black}
.contactodos {background-image: url(img/04.jpg); background-size: cover; display:flex; min-height: 100vh;
justify-content: flex-start;
flex-direction: column;
align-items: center;}
.contactodos h1 {font-family: 'Gudea', sans-serif; color:aliceblue; font-size: 1em; margin-top: 3.2em}
#contacto span {font-weight: 400i}