body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

header {
    margin-top: 30px;
}

header .nav {
    min-height: 80px;
    overflow: hidden;
    background: #ffffff;
}


/* LOGO */

header .logo h2,
header .logo span,
header .logo p {
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    font-family: 'nunito sans', sans-serif;
}

header .logo h2 {
    font-weight: 600;
    text-transform: uppercase;
}

header .logo .icono {
    color: #bfbfbf;
}

header .logo p {
    color: #777777;
}

.navbar {
    font-family: 'nunito sans', sans-serif;
}


/* MENU */

header .menu {
    padding: 0;
    margin-top: 20px;
}

header .menu a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

header .menu a div span {
    font-family: 'nunito sans', sans-serif;
    opacity: .5;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}


/*header .menu .c-1 {
     background: #3da5e2; 
}

header .menu .c-2 {
      background: #005385; 
}

header .menu .c-3 {
     background: #003855; 
}*/

header .menu .c-1:hover {
    background: #EAFFFA;
}

header .menu .c-2:hover {
    background: #EAFFFA;
}

header .menu .c-3:hover {
    background: #EAFFFA;
}

.uppercase {
    text-transform: uppercase;
    margin: 0 10px 0 10px;
}

@media screen and (max-width: 575px) {
    .navmargin {
        margin-left: 0;
    }
    .navbar {
        padding: 20px 0 20px 0;
    }
    .navbar-brand {
        font-size: 16px;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ONBOARDING */

.hola {
    display: inline-block;
    margin: 100px 0 20px 0;
    /*margin: 120px -5px 20px 100px;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 56px;
    font-weight: 600;
}

.link1 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    text-decoration: none;
    color: #1a1b1e;
    background-image: linear-gradient(180deg, #a3f1ff, #a3f1ff)
}

.link1:hover {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    color: #fff;
    text-shadow: 0 -1px 1px #000, 1px 1px 1px #000, 0 1px 1px #000, 1px 1px 1px #000, 1px 0 1px #000, 0 -1px 1px #000;
    text-decoration: none;
}

.hola2 {
    margin: 10px 0 20px 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #1a1b1e;
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.link2 {
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 30px;
    opacity: 1;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link2:hover {
    background-color: #cefe9d;
    background-image: none;
    color: #191b1e;
    text-shadow: none;
    text-decoration: none;
}

.link3 {
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 30px;
    opacity: 1;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link3:hover {
    background-color: #ca9dfe;
    background-image: none;
    color: #191b1e;
    text-shadow: none;
    text-decoration: none;
}

.link4 {
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 0px;
    opacity: 1;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link4:hover {
    background-color: rgba(255, 165, 21, 0.5);
    background-image: none;
    color: #191b1e;
    text-shadow: none;
    text-decoration: none;
}

.par-main {
    /*margin: 0 100px 0 100px;*/
    font-size: 14px;
    line-height: 36px;
}

.par-main2 {
    font-weight: 600;
    text-align: right;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 40px 0;
}

@media screen and (max-width: 575px) {
    .hola,
    .link1,
    .hola2,
    .link2,
    .link3,
    .link4 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .hola {
        margin-top: 20px;
    }
    .imagemobile {
        max-width: 120%;
    }
    .par-main {
        margin-top: 20px;
        line-height: 30px;
    }
    .link1 {
        margin-bottom: 0;
    }
}


/*
.link1 a {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffaa3), to(#fffaa3));
    background-image: linear-gradient(180deg, #fffaa3, #fffaa3);
    font-family: 'Nunito Sans', sans-serif;
    color: #1a1b1e;
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
    text-decoration: none;
}*/


/*.onboarding h1 {
    padding-top: 40px;
    font-size: 56px;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    font-weight: 600;
}

.onboarding2 h2 {
    padding: 0 0 20px 0;
    font-size: 56px;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    font-weight: 600;
}

.onboarding3 h4 {
    font-size: 16px;
}

.onboarding4 .right h4 {
    text-align: right;
}
*/


/* SLIDER */

.slider {
    margin-bottom: 40px;
}

.slider .col {
    padding: 0;
}


/* PORTAFOLIO */

.portafolio {
    background: #fff;
    border-top: spx solid #3da5e2;
    padding: 40px 0 20px 0;
}

.portafolio .titulo {
    padding: 40px 0;
    text-align: center;
    color: #3da5e2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*.portafolio .galeria .contenedor-imagen {
    margin-bottom: 40px;
    max-height: 300px;
    overflow: hidden;
} */


/*.portafolio .galeria .contenedor-imagen a {
    background: #3da5e2;
    display: inline-block;
}*/

.portafolio .galeria .contenedor-imagen:hover img {
    opacity: .7;
}

.portafolio .modal-dialog {
    margin: 0px auto;
    height: 100%;
    max-width: 1000px;
}

.portafolio .modal-content {
    width: auto;
}


/* ACERCA DE */

.acerca-de {
    padding: 30px;
}

.acerca-de .foto {
    text-align: center;
}

.acerca-de .foto img {
    margin-top: 100px;
    margin-bottom: 30px;
}

.acerca-de .foto .nombre {
    color: #545454;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.acerca-de .info .titulo {
    color: #005385;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
}

.acerca-de .info .resumen {
    letter-spacing: 1px;
}

.acerca-de .info .label {
    font-size: 18px;
    font-weight: 600;
    color: #005385;
    margin-bottom: 10px;
}

.acerca-de .info .progress {
    background: #005385;
    border-radius: 0;
    margin-bottom: 15px;
    height: 25px;
}

.acerca-de .info .progress .progress-bar {
    background: #3da5e2;
    line-height: 25px;
    text-align: left;
    padding-left: 20px;
}


/* CONTACTO */

.contacto {
    padding: 40px 0;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 40px;
}

.contacto .titulo {
    color: #003855;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.contacto .form-group {
    margin-bottom: 0;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea {
    padding: 15px;
    border: none;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.formulario textarea {
    height: 150px;
    min-height: 150px;
    max-height: 250px;
}

.formulario .boton {
    background: #3da5e2;
    border: none;
    padding: 7px 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    width: auto;
    border-radius: 3px;
}

.formulario .boton:hover {
    background: #1ba0ef;
}


/* MAS PROYECTOS */

hr {
    width: 75%;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0px solid #ccc;
}

.masproyectos {
    margin: 40px 0 0 0;
    font-family: 'nunito sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}


/* FOOTER */

.last-text {
    font-family: 'nunito sans', sans-serif;
    color: #1a1b1d;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

.last-text2 {
    font-family: 'nunito sans', sans-serif;
    color: #1a1b1d;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.redes-sociales {
    padding: 40px 0;
    margin-bottom: 40px;
}

.redes-sociales .icono {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: #cbcbcb;
    display: inline-block;
    margin: 0px 20px;
    text-decoration: none;
    border-radius: 100px;
    transition: all .3s ease;
}

.redes-sociales .linkedin {
    background: #1da1f2;
}

.redes-sociales .instagram {
    background: #833ab4;
}

.redes-sociales .facebook {
    background: #3b5998;
}

.backcolor {
    background-color: #EAFFFA;
    padding-bottom: 40px;
    margin: 20px 0 20px 0;
}

.caso {
    font-family: "Nunito sans", Sans-serif;
    color: #1a1b1d;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    padding: 40px 0 40px 0;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .caso {
        font-size: 32px;
        line-height: 42px;
    }
}

.h2caso {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 100px;
    font-family: 'Nunito sans', sans-serif;
    color: #757678;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .h2caso {
        text-align: left;
        margin-left: 20px;
    }
}

.casotextosplit {
    font-family: "Nunito sans", Sans-serif;
    color: #1a1b1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 100px;
    /*display: inline;
    margin-top: 0px;
    font-family: 'Nunito sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;*/
}

@media (max-width: 575px) {
    .casotextosplit {
        margin: 20px 0 20px 0;
    }
    .acerca-de {
        padding: 0;
    }
}

.casotitulo {
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
}

.casotexto {
    font-family: "Nunito sans", Sans-serif;
    color: #1a1b1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 200px;
}

.imagen {
    margin-top: 20px;
}

.margen {
    margin: 40px 200px 40px 200px;
}

.margen2 {
    margin-bottom: 60px;
}

.margenbio {
    margin-top: 40px;
}

.margin-top {
    margin-top: 40px;
}

.valores {
    font-family: "Nunito sans", Sans-serif;
    color: #1a1b1d;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    margin: 20px 200px;
}

.margenbot {
    margin-bottom: 50px;
}

.margentop {
    margin-top: 40px;
}

.links {
    text-decoration: none;
    text-transform: uppercase;
}


/* MEDIAQUERIES */

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .logo {
        height: 76px;
    }
    .menu {
        min-height: 76px;
    }
    .menu a {
        width: 100%;
    }
    .menu a div {
        width: 100%;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(1) {
        order: 1;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(2) {
        order: 3;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(3) {
        order: 6;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(4) {
        order: 2;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(5) {
        order: 5;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(6) {
        order: 4;
    }
    .portafolio .galeria .contenedor-imagen:nth-child(7) {
        order: 7;
    }
    .modal .modal-dialog {
        width: 90%;
    }
    .modal .modal-dialog .modal-content img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .casotexto {
        font-family: "Nunito sans", Sans-serif;
        color: #1a1b1d;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        margin: 20px 20px;
    }
}

@media screen and (max-width: 575px) {
    header {
        margin-top: 0;
    }
    header .logo h2,
    header .logo p {
        font-size: 12px;
    }
    .casotextosplit {
        font-family: "Nunito sans", Sans-serif;
        color: #1a1b1d;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        margin: 20px 20px;
    }
    .last-text {
        margin-top: 30px;
    }
    .margenbio {
        margin: 0;
    }
    .casotexto {
        font-size: 14px;
        line-height: 30px;
    }
    .valores {
        font-size: 24px;
    }
    .antimargen {
        margin-top: -20px;
    }
}