/*GENERALES*/
@font-face {
    font-family: "bebas-neue";
    src: url(../fonts/bebasneue-regular.ttf);
}

@font-face {
    font-family: "caviar_dreams";
    src: url(../fonts/caviardreams.ttf);
}

@font-face {
    font-family: "caviar-dreams-bold";
    src: url(../fonts/caviardreams_bold.ttf);
}

@font-face {
    font-family: "caviar-dreams-italic";
    src: url(../fonts/caviardreams_italic.ttf);
}

html {
    scroll-behavior: smooth;
}

.fullbody {
    background-image: url(../imagenes/fondocontinuo.jpg);
    background-size: contain;
    background-repeat: repeat-y;
}

p {
    font-family: "caviar_dreams";
    font-size: 20px;
}

img {
    width: 100%;
    margin: 0px;
}

.regresar img {
    width: 100%;
    max-width: 38px;
    position: fixed;
    bottom: 65px;
    right: 10px;
    z-index: 9999;
    transition: all 0.3s ease;
}

.regresar img:hover {
    max-width: 45px;
}

.enlace a {
    font-family: "bebas-neue";
    font-size: 50px;
    color: #bf4059;
    text-decoration: none;
}

.enlace a:hover {
    color: #46020f;
}


a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: "bebas-neue";
}

/*HEADER*/

header {
    background-size: cover !important;
    padding-top: 80px;
}

header .col-md-7 {
    text-align: right;
}

.proyectos {
    padding-top: 4%;
}

.software {
    max-width: 575px;
}

.info {
    padding-top: 40px;
}

.estampa {
    max-width: 155px;
    text-align: left;
}


h2 {
    font-family: "bebas-neue";
    color: #bf4059;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    mix-blend-mode: multiply;
}

h3 {
    font-family: "bebas-neue";
    color: #bf4059;
    font-size: 39px;
    line-height: 44px;
    padding: 16px 0%;
    mix-blend-mode: multiply;
}

header h3 {
    text-align: right;
}

h4 {
    font-family: "bebas-neue";
    color: #bf4059;
    font-size: 80px;
    line-height: 49px;
    text-align: center;
    padding-top: 5px;
    margin: 0px;
    mix-blend-mode: multiply;
}

a img {
    max-width: 80px;
}

.boton a {
    font-family: "bebas-neue";
    color: #ffffff;
    font-size: 44px;
    text-decoration: none;
    background-color: #bf4059;
    border-radius: 30px;
}

.boton {
    padding: 0px 13%;
}

.boton a:hover {
    background-color: #46020f;
}

/*NAV*/

nav a {
    color: #f7f5f2;
}

.nav {
    background-color: #bf4059;
    text-align: center;
    z-index: 9;
}

.nav a {
    font-size: 48px;
    padding: 0px 1%;
    line-height: 90%;
    color: #f7f5f2;
}

.nav-link {
    text-decoration: none;
    font-family: "bebas-neue" !important;
    color: #f7f5f2 !important;
}

.nav-link.active {
    color: #46020f !important;
}

.nav-link:hover {
    color: #46020f !important;
}

.logoprincipal {
    max-width: 50px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*BRANDING*/

.branding {

    background-size: cover;
    padding: 50px;
}

.branding h4 {
    padding-top: 80px;
}

.branding p {
    background-color: #f7f5f2;
    border-radius: 10px;
    padding: 4%;
}

.brief {
    background-size: cover;
    display: block !important;
}

.brief img {
    width: 100%;
    max-width: 1000px;
    padding: 2%;
}

.digitales {
    background-size: cover;
}

.digitales img {
    max-width: 500px;
}

.digitales h4 {
    line-height: 54px;
}

/*RRSS*/
.rrss {
    background-size: cover;
}

.rrss img {
    max-width: 400px;
}

.rrss p {
    background-color: #f7f5f2;
    margin-right: 66px;
    margin-top: 190px;
    padding: 10px;
    border-radius: 10px
}

.rrss h4 {
    padding-top: 75px;
}

.accordion {
    padding: 8%;
    background-size: cover;
}

.accordion-header {
    font-family: "bebas-neue";
}

.accordion img {
    width: 100% !important;
}

.accordion-button {
    background-color: #46020f !important;
    color: #f7f5f2 !important;

}

.accordion-button:hover {
    color: #bf4059 !important;
}

/*ILUSTRACIÓN*/

.ilustracion {
    background-size: cover;
}

.ilustracion img {
    max-width: 500px;
}

.polaroid img {
    max-width: 350px !important;
}

.ilustracion h4 {
    padding-top: 200px;
    text-align: right !important;
}

.ilustracion p {
    text-align: center;
    background-color: #f7f5f2;
}

.cuadroilustracion {
    padding-top: 10%;
}

/*DISEÑO WEB*/

.web {
    background-size: cover;
}

.web img {
    max-width: 565px !important;
}

.web h4 {
    padding-top: 30%;
    padding-bottom: 41%;
    text-align: start;
}

.web2 {
    background-size: cover;
    display: block !important;
}

.web2 img {
    width: 100%;
    max-width: 1000px;
    padding-bottom: 8%;
}

/*FOOTER*/


footer {
    background-color: #bf4059;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

footer h5 {
    font-family: "bebas-neue";
    color: #f7f5f2;
    font-size: 25px;
    mix-blend-mode: normal;
    margin: 0px;
    padding: 0;
}

footer p {
    color: #f7f5f2;
    margin: 0px;
}

footer a {
    text-decoration: none;
    font-family: "bebas-neue";
    color: #ffffff !important;
}

footer a img {
    max-width: 20px;
}

.estampa2 img {
    max-width: 40px;
}

.contacto a {
    padding: 0px 1%;
    text-decoration: none;
    font-size: 20px;
}

.contacto a:hover {
    font-size: 30px;
    max-width: 40px;
}

 h5 {
        display: inline-block;
}

/*MEDIA QUERIES*/

/*LARGE DEVICES*/


@media (min-width: 1201px) {


    header img {
        max-width: 622px;
    }

    .software {
        max-width: 975px;
    }

    .boton a {
        font-size: 50px;
    }

    .boton img {
        max-width: 60px;
    }

    h2 {
        font-size: 62px;
        line-height: 55px;
    }

    h3 {
        font-size: 55px;
        padding: 0%;
        line-height: 50px;
    }

    h4 {
        font-size: 105px;
        line-height: 60px;
    }

    nav a {
        font-size: 70px;
    }

    .rrss p {
        margin-top: 43%;
    }

    .digitales h4 {
        line-height: 78px;
        padding-top: 123px;
    }

    .cuadroilustracion {
        padding-top: 2%;
    }

    .rrss img {
        max-width: 598px;
    }

    .accordion {
        padding: 2%
    }

    .accordion img {
        max-width: 900px;
    }



    .footer a img {
        max-width: 26px;
    }

    .contacto a:hover img {
        max-width: 40px;
    }

    .footer h3 {
        font-size: 30px;
        margin: 0px
    }

    .ilustracion img {
        max-width: 463px;
    }
}

@media (max-width: 1200px) {
    p {
        font-size: 12px;
    }
}


@media (max-width: 992px) {
    .nav a {
        font-size: 43px;
    }

    .proyectos h4 {
        display: none;
    }

    .contacto a {
        padding: 0px 10px;
        display: inline-block;
    }

    .contacto a:hover {
        display: inline;
    }

    .boton a {
        font-size: 20px;
    }

    .boton img {
        max-width: 30px;
    }

    h2 {
        font-size: 32px;
        line-height: 15px;
    }

    h3 {
        font-size: 33px;
        padding: 0%;
        line-height: 30px;
    }

    h4 {
        font-size: 55px;
        line-height: 30px;
    }

    .nav a {
        font-size: 30px;
    }

    p {
        font-size: 12px;
    }

    .rrss p {
        margin-top: 43%;
    }

    .digitales h4 {
        line-height: 38px;
    }

    .digitales img {
        max-width: 300px;
    }

    .web2 img {
        max-width: 700px;
        padding-bottom: 5%;
    }

    footer {
        position: static;
        bottom: 0px;
        z-index: 99;
    }

    .regresar img {
        right: 5px;
    }
}


/* Small devices (less than 768px) */
@media (max-width: 768px) {

    h4 {
        padding-top: 18px;
    }

    footer h3 {
        font-size: 31px;
    }


    .rrss p {
        margin-right: 0px;
        margin-top: 1%;
    }



    .web h4 {
        padding-left: 14%;
    }

    .cuadroilustracion {
        padding: 0px;
    }

    .accordion {
        padding: 1%;
    }

    .ilustracion img {
        max-width: 300px;
    }

    .regresar img {
        bottom: 10px;
    }

       p {
        font-size: 15px;
        padding: 10px;
    }

    footer h3 {
        padding-top: 0%;
    }

    footer p {
        padding-top: 0%;
    }

    footer a img {
        padding-top: 0%;
    }

    .branding h4 {
        padding-top: 0px;
    }

    .ilustracion h4 {
        padding-top: 80px;
    }

      h5 {
        display: block;
}
}

/* Extra small devices (less than 576px) */
@media (max-width: 576px) {

    h2 {
        font-size: 52px;
        line-height: 15px;
    }

    h3 {
        font-size: 37px;
        padding: 0%;
        line-height: 38px;
    }

    p {
        font-size: 12px;
    }

    .estampa {
        max-width: 105px;
    }

    .nav a {
        font-size: 35px;
    }

    h4 {
        font-size: 37px;

    }

    .estampa2 img {
        display: none;
    }

    .enlace a {
        font-size: 25px;
    }

    .ilustracion h4 {
        padding-left: 0px;
    }

    .web2 img {
        max-width: 300px;
        padding-bottom: 5%;
    }



}