.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon {
    color: white;
    font-weight: normal !important;
}

.social-icon:hover {
    color: white;
}

.bacalar_theme .social-icon,
.holbox_theme .social-icon,
.costa_mujeres_theme .social-icon {
    background-color: #41a9ab;
}

.cancun_theme .social-icon {
    background-color: #c5962d;
}

.chetumal_theme .social-icon,
.caribbean_theme .social-icon,
.costa_maya_theme .social-icon {
    background-color: #9ba339;
}

.cozumel_theme .social-icon {
    background-color: #00aeef;
}

.isla_mujeres_theme .social-icon {
    background-color: #ecae29;
}

.mahahual_theme .social-icon,
.carmen_theme .social-icon,
.riviera_theme .social-icon {
    background-color: #469fb4;
}

.maya_kaan_theme .social-icon {
    background-color:#80c57a;
}

.puerto_morelos_theme .social-icon {
    background-color:#189494;
}

.tulum_theme .social-icon {
    background-color:#9ba339;
}

.social-icons .social-icon:last-child {
    margin-right: 0;
}

.footer-section .social-icons {
    margin: 20px auto;
}

.footer-section .social-icons .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    margin-right: 15px;
    color: #054c7a;
    font-size: 22px;
    border: 2px solid white;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.footer-section .social-icons .social-icon:hover {
    color: white;
    background-color: transparent;
}

.footer-section .social-icons .social-icon:last-child {
    margin-right: 0;
}

@media (min-width: 64.063em) {

    .footer-section .social-icons {
        margin: 25px auto;
    }

    .footer-section .social-icons .social-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

