body{
	margin: 0;
	padding: 0;
}
*{
	font-family: sans-serif;
}
h1{
  text-align: center;
}

.fab{
    width: 30px;
    text-align: center;
    font-size: 24px;
}
.social {
    position: fixed;
    left: 0;
    top: 250px;
}
.social2 {
    position: relative;
   
}

.social3 {
    position: relative;
   
}

.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li {
    margin-bottom: 5px; /* Espaciado entre los íconos */
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 5px; /* Bordes redondeados */
}

.social2 a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 10px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 5px; /* Bordes redondeados */
  }


  .social3 a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 5px; /* Bordes redondeados */
  }


.fa-facebook-f {
    background: #3b5998;
}

.fa-facebook-t {
    background: #00FF0000;
}


.fa-instagram {
    background: #e955e6;
}

.fa-instagram-t{
    background:  #00FF0000;
}

.fa-youtube {
    background: #ae181f;
}

.fa-youtube-t {
    background: #00FF0000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    border-radius: 5px; /* Bordes redondeados */
}

.fa-facebook-messenger {
    background: #0084ff;
}

.mdi-facebook-messenger {
    background: #00FF0000;
}


.fa-whatsapp {
    background: #25d366;
}

.fa-whatsapp-t {
    background: #00FF0000;
}

.social a:hover {
    transform: translateX(10px); /* Movimiento al pasar el ratón */
}


.emanueltitulo {
    font-size: 40px; /* Tamaño de letra más grande */
    font-weight: bold; /* Letras más gruesas */
    font-family: 'Bebas Neue','sans-serif';
    
}


.ubicacionesa {
    font-size: 30px; /* Tamaño de letra más grande */
    
    
    color: #1687d3;
    
}


    