@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body{
    
    font-family: 'Poppins', sans-serif;
}

h3{
    font-family: 'Poppins', sans-serif;
}

.social-box .box{
    background: #FFF;
    border-radius: 10px; 
    padding: 40px 10px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.social-box .box:hover{
   box-shadow: 0 0 6px #4183D7;
}

.social-box .box .box-text{
    margin:20px 0px;
    font-size: 15px;
    line-height: 30px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

#iconoWhats{
     color: rgb(24, 157, 14);
}

.fa{
     color:#4183D7;
}


.verifica-btn{
    margin-bottom: 30px;
}

.whatsapp {
    color: rgb(24, 157, 14);
    margin-bottom: 60px;
    font-size: x-large;
}

.paso3{
     padding-bottom: 30px;
}

#boton{
 color: white;
}