.clearfix {
    float: none;
    clear: both;
}

/*GENERALES*/

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font-family: arial !important;
    padding-top: 92px;
}

/* PRELOAD */

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.hidden {
    overflow: hidden;
}

.preload {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff9aa2;
}

/* BANNER */

.wrap {
    width: 90%;
    max-width: 1250px;
    margin: 0px auto;
}

.btn.btn-primary {
    background: #ff1177;
    border-color: #ff1177;
    margin: 10px 0;
}

.btn.btn-primary:hover {
    background: #ff1177;
    border-color: #ff1177;
    opacity: .8;
}

/*BANNER*/

@font-face {
    font-family: 'Monoton';
    font-style: normal;
    font-weight: 400;
    src: local('Monoton'), local('Monoton-Regular'), url(http://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
}

#banner {
    width: 100%;
    height: 550px;
    background: url(../img/fondo_banner.jpg) no-repeat center center/cover;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: grayscale(10%);
}

#banner h1 {
    -webkit-text-stroke: 2px #fff;
    color: #ff1177;
    font-size: 7em;
    letter-spacing: 7px;
    font-weight: 900;
}

/*ESTILOS A LA CABECERA*/

/* MENU */

.menu-btn {
    display: none;
    float: right;
    color: #ff1177;
    font-size: 50px;
    cursor: pointer;
    line-height: 92px;
}

#menufixed {
    width: 100%;
    background: #ff9aa2;
    border-top: 2px solid #ff1177;
    border-bottom: 2px solid #ff1177;
    top: 0px;
    position: fixed;
    z-index: 100;
}

.menufixed {
    height: 92px;
}

#logo {
    float: left;
    width: 215px;
    height: 88px;
}

#logo a img {
    width: 100%;
    height: 88px;
}

#menufixed nav {
    float: right;
}

#menufixed nav ul {
    display: flex;
    list-style-type: none;
    line-height: 90px;
    margin-bottom: 0px;
    padding-left: 0px;
}

#menufixed nav ul li {
    font-size: 20px;
    margin: 0px 20px;
}

#menufixed nav ul li a {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

#menufixed ul li a:hover {
    color: #ff1177;
}

#menufixed ul li .active {
    color: #ff1177;
    font-weight: bold;
}

.menufixed2 {
    top: 0;
    position: fixed;
    z-index: 100;
}

/*efectos del menu*/

.headroom {
    transition: transform .3s ease;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

/*FOOTER*/

#footer {
    width: 100%;
    background: #ffb7b2;
    overflow: hidden;
    border-top: 2px solid #ff1177;
    border-bottom: 2px solid #ff1177;
}

#contact-web ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

#contact-web ul li {
    margin: 0px 60px;
}

#contact-web ul li a {
    display: block;
    color: white;
    font-size: 30px;
    transition: all 200ms;
}

#contact-web ul li a:hover {
    color: #ff1177;
    transform: scale(1.2, 1.2);
}

/* Footer */

.footer-con {
    background: #ff9aa2;
    color: white;
    letter-spacing: 2px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
}

.card-footer {
    width: 400px;
    margin: 0 auto;
}

.img-footer {
    width: 90%;
    margin-left: 17px;
}

.txt-footer {
    text-align: justify;
    margin-bottom: 14px;
}

.titulo-footer {
    margin: 30px 0;
}

.link-footer {
    display: block;
    color: white;
    text-decoration: none;
    margin: 10px 0;
    font-size: 17px;
}

.h4 {
    width: 63%;
    margin-top: -10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ff1177;
}

.link-footer:hover {
    color: #ff1177;
    font-weight: bold;
    transition: all .5s linear;
}

.link-footer:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff1177;
    transition: width .7s;
}

.link-footer:hover::after {
    width: 90%;
    transition: width .7s;
}

.text-footerc {
    margin-bottom: 10px;
}

.card-footer [class*="icon-"]:before {
    position: relative;
    top: 3px;
    padding: 0 10px 0 0;
}

.text-footerco {
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}

/* FOOTER DESARROLLADOR*/

#Desarrollador {
    background: black;
    height: 40px;
}

#Desarrollador p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
}

#Desarrollador p a {
    color: #ff1177;
    text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 1054px) {
    .menu-btn {
        display: block;
    }
    #menufixed nav ul {
        display: block;
        height: 100vh;
        position: absolute;
        left: 0;
        background: currentColor;
        padding-right: 0px;
        opacity: .9;
        z-index: 100;
        transform: translateX(-254px);
        transition: transform .5s ease-in-out;
    }
    #menufixed nav ul.show {
        transform: translateX(0px);
    }
}

@media (max-width: 923px) {
    #header-top {
        height: 74px;
    }
    #menu-web {
        float: none;
        width: 201px;
        margin: 0 auto;
    }
    #menu-web ul {
        padding-right: 0;
    }
    #menu-web ul li {
        margin: -4px 20px 0px 20px;
    }
    #menu {
        float: none;
        width: 535px;
        margin: 0px auto;
    }
    #menu ul {
        padding-right: 0;
    }
}

@media (max-width: 599px) {
    .card-footer {
        width: 100%;
    }
}

@media (max-width: 512px) {
    #header-top {
        height: 116px;
    }
    #menu {
        width: 318px;
        text-align: center;
    }
    #menu ul li {
        margin: 0px;
    }
}

@media (max-width: 444px) {
    #contact-web ul li {
        margin: 0px 20px;
    }
    #Desarrollador {
        height: 80px;
    }
}
