﻿
.reset, .text input, select, textarea, html, body, div, span, nav, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:link img, a:hover img, a:visited img, a:active img {
    border: none;
}

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

html, body, form {
    height: 100%;
}

.fa, .far, .fas {
    margin-right: 3px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #ffffff;
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }


#right {
    display: block;
    position: relative;
    height: 100%;
    min-height: 100%;
}

.c {
    clear: both;
}

.tabla {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.centrar {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


.header {
    width: 100%;
    height: 90px;
    z-index: 100;
    background-color: #391f39;
}

.header-2 {
    width: 100%;
    height: 70px;
    /*position: fixed;*/
    position: absolute;
    z-index: 100;
}


.logo {
    width: 300px;
    margin-top: 35px;
    float: left;
}

    .logo img {
        width: 100%;
    }

.logo-2 {
    width: 300px;
    padding-top: 25px;
    margin-left: 20px;
    float: left;
}

    .logo-2 img {
        width: 100%;
    }


/* Navigation Bar */

.nav {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: 35px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Nunito', sans-serif;
}

    .nav ul {
        text-align: right;
    }

        .nav ul li {
            display: inline-block;
            border: none;
            letter-spacing: 1px;
            color: #ffffff;
            margin-left: 20px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav ul .li-1 {
            margin-left: 0px;
        }

        .nav ul li a:link {
            font-size: 1em;
            /*font-weight: 900;*/
            font-weight: 400;
            text-decoration: none;
            color: #ffffff;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav ul li a:visited {
            text-decoration: none;
            color: #ffffff;
            height: 38px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav ul li a:hover {
            color: #ffffff;
        }


        .nav ul li a.active {
            color: #ffffff;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

/* Mobile Nav */

#button {
    display: none;
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 19px;
    background-image: url(Imagenes/icon-menu-o.png);
    background-size: 100% 100%;
}


#menu {
    display: block;
    position: fixed;
    width: 67%;
    height: auto;
    min-height: 100%;
    max-width: 320px;
    top: 0;
    left: -70%;
    z-index: 9999;
    background-color: #283891;
    box-shadow: #1c1c1c 2px 0px 4px;
    font-size: 0.8em;
    background-color: #fff;
}

    #menu .nav-mobile li a {
        width: 100%;
        letter-spacing: 4px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1em;
        font-family: 'Roboto';
        padding: 13px 5% 13px 10%;
        display: block;
        text-align: left;
        background-color: #283891;
        /*border-top: solid 1px #253482;*/
        text-decoration: none;
        line-height: 1.4em;
        background-color: #fff;
        color: #3e3e3e;
        border-bottom: solid 1px #dddddd;
    }

    #menu ul.footer-social {
        list-style: none;
        margin: initial;
        border-bottom: solid 1px #dddddd;
        padding: 20px 0px 20px 10%;
        box-sizing: border-box;
    }

.menu-credits {
    color: #ffffff;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.4em;
    /*border-top: solid 1px #253482;*/
    padding-top: 20px;
    padding-left: 10%;
    color: #3e3e3e;
}

    .menu-credits a:link {
        color: #ffffff;
    }

    .menu-credits a:visited {
        color: #ffffff;
    }

    .menu-credits a:hover {
        color: #ffffff;
    }

.mobile-logo {
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 10%;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

    .mobile-logo img {
        width: 80%;
        max-width: 240px;
    }

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}


.show {
    display: block;
}

.hide {
    display: none;
}

/**/
.back {
    float: left;
    margin-left: 5%;
    margin-top: 18px;
}

    .back a:link {
        color: #ffffff;
        font-size: 2em;
    }

    .back a:visited {
        color: #ffffff;
    }

/* HOME */
.home-hero {
    background-image: url(Imagenes/hero-1.jpg);
    background-size: cover;
    min-height: 100%;
    height: 100%;
}

.hero-inner {
    display: table;
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    /*text-shadow: 0 1px 5px rgba(0,0,0,.5);*/
}

    .hero-inner > div {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }


.home-block-1 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #111111;
    box-sizing: border-box;
    background-image: url(Imagenes/cross-stripes.png);
}


.left-content {
    float: left;
    width: 60%;
    box-sizing: border-box;
    color: #ffffff;
    padding-left: 80px;
}

    .left-content .title {
        font-weight: 900;
        font-family: Roboto;
        letter-spacing: 4px;
        line-height: 1.6em;
        font-size: 2.6em;
        max-width: 900px;
        padding-top: 40px;
    }

    .left-content .info {
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.6em;
        text-align: left;
        margin-top: 40px;
        /*max-width: 900px;*/
    }

.section-btn {
    margin-top: 60px;
}

    .section-btn a {
        padding: 15px 60px;
        background-color: #8e2b8c;
        background-color: #cf1c5e;
        color: #ffffff;
        letter-spacing: 1px;
        font-size: 1em;
        text-decoration: none;
        border-radius: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .section-btn a:hover {
            background-color: #8e2b8c;
            background-color: #8e2b8c;
        }

.btn-whatsapp {
    margin-top: 30px;
}

    .btn-whatsapp a {
        padding: 15px 60px;
        background-color: #199d4d;
        color: #ffffff;
        letter-spacing: 1px;
        font-size: 1em;
        text-decoration: none;
        border-radius: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .btn-whatsapp a:hover {
            background-color: #1cad55;
        }

.right-icon {
    float: right;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
}

    .right-icon img {
        width: 100%;
        max-width: 500px;
    }


.home-block-2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    box-sizing: border-box;
}

    .home-block-2 .title {
        text-align: center;
        color: #272727;
        font-size: 1.4em;
        letter-spacing: 4px;
        font-weight: 400;
    }

.marcas {
    margin-top: 100px;
}

.marcas-box {
    display: inline-block;
    width: 12%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 20px;
    margin-bottom: 20px;
}

    .marcas-box img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .marcas-box img:hover {
            -webkit-filter: initial;
            filter: initial;
        }

/**/
.portafolio {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

    .portafolio .box {
        float: left;
        width: 22%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 40px;
    }

        .portafolio .box a:link {
            color: #ffffff;
        }

        .portafolio .box a:visited {
            color: #ffffff;
        }

    .portafolio .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #111111;
        font-size: 3em;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .portafolio .overlay:hover {
            opacity: 0.6;
        }


    .portafolio .imagen {
        background-color: #dedede;
        position: relative;
        text-align: center;
    }

        .portafolio .imagen img {
            width: 100%;
        }



    .portafolio .nombre {
        margin-top: 10px;
        color: #4f4f4f;
        font-weight: 300;
        font-size: 1.1em;
        letter-spacing: 1px;
    }

        .portafolio .nombre a:link {
            color: #4f4f4f;
            text-decoration: none;
        }

        .portafolio .nombre a:visited {
            color: #4f4f4f;
        }

        .portafolio .nombre a:hover {
            color: #272727;
            color: #cf1c5e;
            color: #ff5353;
        }


/* PROYECTOS */

.bg-proyecto {
    background-color: #dedede;
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.titulo {
    text-align: center;
    font-weight: 700;
    font-size: 4em;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 2px;
    padding-top: 160px;
    color: #ffffff;
}

    .titulo a:link {
        color: #ffffff;
        font-size: 0.5em !important;
    }

    .titulo a:visited {
        color: #ffffff;
    }

    .titulo a:hover {
        color: #cf1c5e;
        color: #965894;
    }

    .titulo .fa {
        vertical-align: 5px;
    }

.info {
    /*font-family: 'Slabo 27px', serif;*/
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
}


.proyecto {
    margin-top: -360px;
}

    .proyecto .main {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

        .proyecto .main img {
            width: 100%;
        }

.boton {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}


    .boton a {
        color: #7a527a;
        text-decoration: none;
        background-color: #7a527a;
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }


        .boton a:hover {
            background-color: #896289;
            color: #ffffff;
        }

.footer {
    background: #454545;
    background-image: url(Imagenes/cross-stripes.png);
    text-align: center;
    letter-spacing: 1px;
    line-height: 2em;
    padding-top: 40px;
    padding-bottom: 0px;
}

    .footer a {
        color: #ffffff;
        text-decoration: none;
    }

.creditos {
    background: rgba(48, 48, 48, 0.80);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 0.8em;
}

/*VIDEO*/



#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
}

    .fullsize-video-bg:before {
        content: "";
        background: rgba(91, 27, 90, 0.36);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .fullsize-video-bg:after {
        content: "";
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
        background-size: 3px 3px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


    .fullsize-video-bg .inner {
        display: table;
        width: 100%;
        max-width: 900px;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 2;
        text-shadow: 0 1px 5px rgba(0,0,0,.5);
    }

        .fullsize-video-bg .inner > div {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            padding: 0 2em;
        }

.video-title {
    color: #ffffff;
    font-size: 3.5em;
    letter-spacing: 2px;
    font-family: Roboto;
    font-weight: 100;
}

    .video-title a {
        color: #ffffff;
        text-decoration: none;
    }

.video-subtitle {
    margin-top: 10px;
    color: #ffffff;
    font-size: 3em;
    letter-spacing: 2px;
    font-family: Roboto;
    font-weight: 100;
}

.bold {
    font-weight: 900;
}

.video-info {
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 0.9em;
    margin-top: 20px;
}


.block-white {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    box-sizing: border-box;
}



.left-pic {
    float: left;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
}

    .left-pic .pic {
        max-width: 500px;
        height: 400px;
        background-color: #4f4f4f;
        margin-left: auto;
        margin-right: auto;
    }


    .left-pic img {
        width: 100%;
        max-width: 500px;
    }

.right-info {
    float: right;
    width: 60%;
    box-sizing: border-box;
    color: #333333;
    padding-left: 80px;
}


    .right-info .title {
        font-weight: 900;
        font-family: Roboto;
        letter-spacing: 4px;
        line-height: 1.6em;
        font-size: 2.2em;
        max-width: 900px;
        padding-top: 0px;
    }

    .right-info .info {
        color: #333333;
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.6em;
        text-align: left;
        margin-top: 20px;
        /*max-width: 900px;*/
    }


/*h1 {
    font-family: "Raleway", sans-serif;
    font-size: 3em;
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase;
    margin-bottom: .5em;
}

    h1 + p {
        font-family: "Shadows Into Light Two", cursive;
        font-size: 1.5em;
    }*/


.only-mobile {
    display: none;
}

.centrar-2 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.costos-title {
    color: #272727;
    font-weight: 900;
    font-family: Roboto;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 60px;
}

.costos-box-1 {
    background-color: #54c996;
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    margin-top: 70px;
}

.costos-box-2 {
    background-color: #683876;
    float: left;
    width: 34%;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
}

.costos-box-3 {
    background-color: #deba42;
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    margin-top: 70px;
}

.costos-box-title {
    font-family: Roboto;
    font-weight: 900;
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-align: center;
}

.costos-box-info {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-row {
    margin-bottom: 10px;
}


.costos-box-precio {
    font-family: Roboto;
    font-weight: 900;
    font-size: 1.6em;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-align: center;
}

.soluciones-medida {
    margin-top: 40px;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
}

/*RESPONSIVE*/

@media screen and (max-width: 1680px) {

    .left-content {
        float: left;
        width: 60%;
        box-sizing: border-box;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 40px;
    }

        .left-content .title {
            letter-spacing: 2px;
            line-height: 1.6em;
            font-size: 2em;
            padding-top: 40px;
        }

        .left-content .info {
            font-size: 1em;
            letter-spacing: 1px;
            line-height: 1.6em;
            text-align: left;
            margin-top: 40px;
        }

    .right-icon {
        float: right;
        width: 40%;
        box-sizing: border-box;
        text-align: center;
    }
}


@media screen and (max-width: 1280px) {


    .portafolio {
        margin-top: 40px;
    }

        .portafolio .box {
            float: left;
            width: 22%;
            margin-left: 1.5%;
            margin-right: 1.5%;
            margin-bottom: 30px;
        }

        .portafolio .nombre {
            margin-top: 10px;
            font-size: 1em;
            letter-spacing: 1px;
        }

    .bg-proyecto {
        width: 90%;
        height: 600px;
    }

    .titulo {
        font-size: 3em;
        letter-spacing: 1px;
        padding-top: 80px;
    }

    .proyecto .main {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    .proyecto {
        margin-top: -320px;
    }

    .boton {
        margin-top: 30px;
        font-size: 1.1em;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
    }

    .marcas-box {
        display: inline-block;
        width: 16%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 20px;
        margin-bottom: 20px;
    }

    .centrar-2 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-width: 1040px) {

    .logo {
        width: 260px;
        left: 50%;
        margin-left: -130px;
        margin-top: 28px;
        position: absolute;
    }

    .logo-2 {
        width: 260px;
        padding-top: 28px;
    }

    .only-mobile {
        display: block;
    }

    .no-mobile {
        display: none;
    }

    #button {
        display: block;
        z-index: 9999;
        position: absolute;
    }

    .nav {
        display: none;
    }

    .header-2 {
        background-color: rgba(17, 17, 17, 0.80);
    }


    .bg-proyecto {
        width: 90%;
        height: 500px;
    }

    .titulo {
        font-size: 3em;
        letter-spacing: 1px;
        padding-top: 50px;
    }

    .proyecto {
        margin-top: -240px;
    }

        .proyecto .main {
            width: 96%;
            margin-left: auto;
            margin-right: auto;
        }

    .hero-inner {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .video-title {
        font-size: 1.4em;
        letter-spacing: 0px;
        font-weight: 100;
    }

    .video-subtitle {
        margin-top: 10px;
        font-size: 1.4em;
        letter-spacing: 0px;
    }

    .video-info {
        letter-spacing: 0px;
        line-height: 1.6em;
        font-size: 0.9em;
        margin-top: 10px;
    }

    .home-block-1 {
        min-height: initial;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .left-content {
        float: none;
        width: 100%;
        box-sizing: border-box;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 0px;
    }

    .right-icon {
        float: none;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-top: 50px;
    }

    .home-block-2 {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .marcas {
        margin-top: 40px;
    }


    .block-white {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .left-pic {
        float: none;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .right-info {
        float: none;
        width: 100%;
        box-sizing: border-box;
        color: #333333;
        padding-left: 20px;
        margin-top: 30px;
    }

        .right-info .title {
            font-weight: 900;
            font-family: Roboto;
            letter-spacing: 2px;
            line-height: 1.6em;
            font-size: 2em;
            max-width: 900px;
            padding-top: 0px;
        }

    .section-btn a {
        padding: 14px 40px;
        background-color: #8e2b8c;
        background-color: #cf1c5e;
        color: #ffffff;
        letter-spacing: 0px;
        font-size: 0.9em;
        text-decoration: none;
        border-radius: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 920px) {
    .portafolio .box {
        float: left;
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 30px;
    }


    .marcas-box {
        display: inline-block;
        width: 16%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 20px;
        margin-bottom: 20px;
    }

    .marcas-box {
        display: inline-block;
        width: 24%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 20px;
        margin-bottom: 20px;
    }

    .costos-box-1 {
        background-color: #54c996;
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 20px 40px 20px;
        margin-top: 0px;
    }

    .costos-box-2 {
        background-color: #683876;
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 20px 40px 20px;
        margin-top: 30px;
    }

    .costos-box-3 {
        background-color: #deba42;
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 20px 40px 20px;
        margin-top: 30px;
    }

    .contacto-mail {
        letter-spacing: 0px;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 680px) {
    .header {
        height: 70px;
    }

    .back {
        float: left;
        margin-left: 5%;
        margin-top: 14px;
    }

        .back a:link {
            color: #ffffff;
            font-size: 1.4em;
        }

    .bg-proyecto {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        height: 280px;
    }

    .titulo {
        font-size: 2em;
        letter-spacing: 1px;
        padding-top: 70px;
    }

    .info {
        font-size: 1em;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .proyecto {
        margin-top: 40px;
    }

    .portafolio {
        margin-top: 20px;
    }

        .portafolio .box {
            float: left;
            width: 97%;
            margin-left: 1.5%;
            margin-right: 1.5%;
            margin-bottom: 20px;
        }
}
