/* ======================================= STYLE GENERAL ======================================= */
*, *:before, *:after {
    padding:0;
    margin:0;
    outline: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
body {
    background: #eee;
    color: black;
}
.position-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.pg-coming_soon {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    font-family: 'Asap', sans-serif;
    background-color: #f0f3f8;
}
.pg-coming_soon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    opacity: 0.75;
    background-image: url(//cdn.bahiasdhuatulco.com/assets/media/images/backgrounds/others/abstract-white.jpg);
    background-size: cover;
    background-position: center center;
}
.pgcs-details {
    /*display: flex;*/
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
}
.pgcs-container {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*=============== COLORS COMING SOON WEB ===============*/
/* COLECTA D' HUATULCO */
.pgcs-container.pgcs-colectad h1 {
    color: #01303c !important;
}
.pgcs-container.pgcs-colectad strong {
    color: #d52027 !important;
}

/* BOLSA D' TRABAJO HUATULCO */
.pgcs-container.pgcs-jobs h1 {
    color: #003e74 !important;
}
.pgcs-container.pgcs-jobs strong {
    color: #ff5e00 !important;
}
/*=============== END OF COLORS COMING SOON WEB ===============*/

.pgcs-container .pgcs_cont-logo {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0;
}
.pgcs-container .pgcs_cont-logo-title {
    user-select: none;
    pointer-events: none;
}
.pgcs-container .pgcs_cont-logo img {
    width: 250px;
    user-select: none;
    pointer-events: none;
    -webkit-animation: zoomEntrada 0.9s;
    animation: zoomEntrada 0.9s;
}
.pgcs-container .pgcs_cont-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    -webkit-animation: fadeOn 0.8s;
    animation: fadeOn 0.8s;
}
.pgcs-container .pgcs_cont-title h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 40px;
    color: #3c4a5b;
    text-align: center;
    text-transform: uppercase;
}
.pgcs-container .pgcs_cont-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
.pgcs-container .pgcs_cont-subtitle h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: #3c4a5b;
    text-align: center;
    -webkit-animation: leftEntrance 0.7s;
    animation: leftEntrance 0.7s;
}
.pgcs-container .pgcs_cont-social-media {
    padding: 15px 0;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_title {
    padding-bottom: 15px;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_title h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #3c4a5b;
    text-align: center;
    -webkit-animation: rightEntrance 0.85s;
    animation: rightEntrance 0.85s;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_title strong {
    font-weight: 800;
    color: #333;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_icons a {
    text-decoration: none;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_icons a:hover {
    filter: contrast(0.2);
    transform: scale(1.15);
    transition: transform .5s;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_icons img {
    width: 45px;
    margin: 8px;
    filter: brightness(0.2);
    user-select: none;
    pointer-events: none;
    -webkit-animation: zoomEntrada 1.2s;
    animation: zoomEntrada 1.2s;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.pgcs-container .pgcs_cont-social-media .cont-sm_user span {
    font-family: Ubuntu, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #252525;
    -webkit-animation: downEntrance 1.0s;
    animation: downEntrance 1.0s;
}
/* Section Footer */
.footer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.footer .footer-text {
    padding: 10px 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #68778d;
    text-align: center;
    -webkit-animation: slideUp 1.2s;
    animation: slideUp 1.2s;
}
.footer .footer-text em {
    color: #e11010;
    font-weight: bold;
}
.footer .footer-text a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.footer .footer-text strong {
    color: #ff000e;
}

/* ======================================= MEDIA QUERIES - RESPONSIVE MOBILE ======================================= */

/* ======================================= MEDIA QUERIES (SMALL DEVICES) ======================================= */
@media screen and (max-width: 600px) {
    .pgcs-container {
        padding: 10px 15px 0;
    }
    .pgcs-container .pgcs_cont-logo {
        padding: 10px 20px 0;
    }
    .pgcs-container .pgcs_cont-logo img {
        width: 230px;
    }
    .pgcs-container .pgcs_cont-title {
        padding: 25px 0;
    }
    .pgcs-container .pgcs_cont-title h1 {
        font-size: 35px;
    }
    .pgcs-container .pgcs_cont-subtitle h3 {
        font-size: 20px;
    }
    .pgcs-container .pgcs_cont-social-media .cont-sm_title h2 {
        font-size: 20px;
    }
    .footer .footer-text {
        padding: 15px;
        font-size: 12px;
    }
}