@import url(font-awesome.min.css);
body,
html {
    margin: 0;
    height: auto;
    font-family: 'Raleway', sans-serif;
    color: #666;
}


/*Colores*/

.blancoFont {
    color: white;
}

.azulFont {
    color: #22459c;
}

.azul {
    background-color: #22459c;
}

.grisFont {
    color: #666;
}



/*Menu*/

.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #22459c;
}

.size {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#header {
    font-size: 1em!important;
    left: 0;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 23;
    position: fixed;
    width: 100%;
}

#header.alt {
    border: 0;
    box-shadow: none;
    height: 5.5em;
}

.logo {
    float: left;
    color: #ffffff;
    line-height: 4em;
    text-transform: uppercase;
    font-size: 1em;
    padding-left: 2em;
    text-decoration: none;
    font-weight: 300;
}

.logo a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

#nav {
    float: right;
    line-height: 3em;
    padding-right: 2em;
}

#nav ul li {
    display: inline-block;
    padding-left: 0.4em;
}

#nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 0 1em;
}

#nav ul li a:hover {
    font-weight: 600;
}

#banner {
    height: 20em;
    padding: 13em 0 7em 0;
    background-attachment: fixed;
    background-image: url("../img/blue/azul.png");
    background-position: center center;
    background-size: cover;
    text-align: center;
    width: 100%;
}

#banner h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 2.2em;
    line-height: 1.35em;
    margin-bottom: 0.2em;
    margin: auto;
    text-align: center;
    padding: 0.4em;
}

#banner p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 1.75em;
}

.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.down-arrow {
    position: absolute;
    transform: translateX;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: none;
    margin-top: 20px;
}

.down-arrow a {
    color: white;
    background: rgba(255, 255, 255, 0.48);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
}

.fa.fa-angle-down {
    font-size: 20px;
    line-height: 50px;
}


/* SERVICIOS*/

#servicios {
    width: 76%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 6em 0 5em 0;
    flex-direction: row;
}

.design {
    width: 25%;
}

.icon-s {
    width: 30%;
}

.t-empresa {
    line-height: 23px;
    color: #666;
    font-size: 0.9em;
}


/*GALERIA*/

#galeria {
    background-color: #f9f9fa;
    text-align: center;
    height: auto;
    padding-bottom: 2em;
}

#galeria .galeria-img {
    width: 89%;
    margin: 0 auto;
}

.major {
    padding: 2em;
    color: #22459c;
}

.about_single {
    display: inline-block;
}

.about_single .img-holder {
    position: relative;
    display: inline-block;
    line-height: 0!important;
    background-size: cover;
    width: 270px;
    height: 270px;
    margin: 0.8em;
}

.about_single.img-holder img {
    width: 100%;
}

.about_single:hover .img-holder .overlay {
    transform: scale(1.0);
}

.about_single .img-holder .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 69, 156, 0.71);
    text-align: center;
    transform: scale(0.0);
    transition: all .5s ease;
}

.about_single .img-holder .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.about_single .img-holder .overlay a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}

.about_text span {
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: inline-block;
}

.about_text h3 {
    color: #323232;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: -8px;
    padding: 0 0;
}

.about_text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.about_text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 236px;
    font-family: 'Poppins', sans-serif;
    font-weight: 450;
    -webkit-font-smoothing: antialiased;
}

.about_text a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all .3s ease;
}

.about_text a:hover {
    color: #F8AA27;
}

#banner-style2 {
    padding: 6em 0 6em 0;
    background-attachment: fixed;
    background-color: #22459c;
    background-image: url(../img/blue/bg_blue.png);
    background-position: center center;
    background-size: cover;
}

.boton {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 3.15em;
    line-height: 3.25em;
    padding: 0 2.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: whitesmoke;
    border-radius: 5px;
    text-align: center;
    color: #22459c;
    font-weight: 600;
}

#quienes {
    width: 80%;
    margin: 0 auto;
    padding: 7em 0 5em 0;
}

.fila1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.content {
    width: 400px;
    margin: 0.5em 0 0.5em 0;
}

.image {
    float: left;
    width: 50px;
    height: 50px;
    text-align: left;
    padding: 0;
}

.image img {
    width: 100%;
}

.texto-q {
    float: right;
    width: 300px;
    text-align: left;
}

.texto-q h4 {
    padding: 0;
    margin: 0;
}

.texto-q p {
    margin: 1em 0 2em 0;
    line-height: 26px;
    font-size: 11pt;
    width: 100%;
}

.nover {
    display: none;
}

.ver {
    display: block;
}


/*CONTACTO*/

#contacto {
    background-color: #22459c;
    height: 22em;
    padding: 4em 0 4em 0;
    clear: right;
}

.info {
    width: 40%;
    float: left;
    text-align: center;
    color: white;
    font-size: 11pt;
    line-height: 21px;
    padding: 0 0 0 0;
    font-family: sans-serif;
}

.info header {
    font-weight: 600;
}

.info p {
    padding-top: 0px;
    margin-top: 4px;
}

.formulario {
    width: 60%;
    float: right;
    padding: 0;
}

.contFormu {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.formulario input {
    background: none;
    border: none;
    border-bottom: solid 1px rgb(255, 255, 255);
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    color: white;
    height: 3em;
    font-weight: 400;
    display: inline-block;
    line-height: 2em;
    font-size: 11pt;
    font-weight: 400;
    line-height: 2em;
    width: 88%;
}

input:-webkit-autofill {
    background-color: #22459c!important;
}

.inp input {
    width: 41.6%;
}

::-webkit-input-placeholder {
    color: white;
    font-family: 'Raleway', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-family: 'Raleway', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-family: 'Raleway', sans-serif;
}

:-ms-input-placeholder {
    color: white;
    font-family: 'Raleway', sans-serif;
}

textarea {
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: solid 1px rgb(255, 255, 255);
    outline: 0;
    padding: 1em;
    text-decoration: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    width: 94%;
    font-weight: 400;
    line-height: 2em;
    font-size: 11pt;
}

.enviar {
    width: 80%;
    text-align: center;
    margin: 1em auto;
}


/*GALERIA*/

#two {
    width: 83%;
    margin: 10em auto;
    height: auto;
}

.m-t {
    margin-top: 3em;
}

.t-desc {
    font-size: 0.9em;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.descripcion {
    text-align: left;
    font-size: 0.9em;
    padding-top: 1px;
}

.containter {
    width: 81em;
}

.contenedor {
    width: 70%;
    height: auto;
    float: right;
    margin-left: 0;
    text-align: left;
    padding-bottom: 2em;
    padding-top: 0;
}

.h {
    height: 2000px;
}

.fila {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.left {
    float: left;
}

li a {
    text-decoration: none;
    list-style: none;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}

.nav li {
    text-decoration: none;
    list-style: none;
    border-top: 1px solid #e4e5e7;
    text-transform: uppercase;
    font-size: 12px;
}

ul {
    padding-left: 0;
}

ul li {
    padding-left: 0;
}

ul li ul {
    display: none;
}

.nav.gal {
    width: 24%;
    float: left;
}

.gal li {
    text-align: left;
    line-height: 50px;
}

.gal li:hover {
    color: blue;
    font-weight: 600;
}

.gal li a:hover {
    color: blue;
    font-weight: 600;
}

.gal li a:active {
    color: blue !important;
    font-weight: 600;
}

.download a:hover {
    color: white !important;
}

.about_single .img-holder-g {
    position: relative;
    display: inline-block;
    line-height: 0!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 180px;
    background-color: white;
}

.about_single.img-holder-g img {
    width: 100%;
}

.about_single:hover .img-holder-g .overlay {
    transform: scale(1.0);
}

.about_single .img-holder-g .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 69, 156, 0.71);
    text-align: center;
    transform: scale(0.0);
    transition: all .5s ease;
}

.about_single .img-holder-g .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.about_single .img-holder-g .overlay a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}

.container2 {
    margin-top: 5.5em;
}

.fa.fa-angle-down {
    font-size: 20px;
}

.flecha-down {
    float: right;
    padding-right: 4%;
}

.flecha {
    float: right;
    line-height: 50px;
}

.download {
    background-color: #22459c;
    border-radius: 2%;
    color: white!important;
    padding: 1.1em !important;
    font-size: 12px;
    margin-top: 1em;
}

.donwload a {
    color: white !important;
    text-decoration: none;
}

.donwload:hover {
    font-weight: 600;
}


/*Ipad Landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #banner {
        padding: 21em 0 7em 0;
        height: 18em;
    }
    #nav {
        display: none;
    }
    #servicios {
        width: 93%;
    }
    .fila1 {
        width: 99%;
    }
    #quienes {
        width: 90%;
    }
    
    .menu-btn{
        display: block;
    }
    
    #nav{
        display:none;
    }
}


/* Ipad Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #banner {
        padding: 21em 0 7em 0;
        height: 14em;
    }
    #nav {
        display: none;
    }
    #servicios {
        width: 93%;
        padding: 4em 0 4em 0;
    }
    .design {
        width: 30%;
    }
    .fila1 {
        width: 100%;
    }
    .content {
        margin: 0.5em 1em 0.5em 1em;
    }
    /*galería*/
    .contenedor {
        width: 66%;
    }
    .about_single .img-holder-g {
        width: 130px;
        height: 130px;
    }
    .fa-download {
        display: none;
    }
     .menu-btn{
        display: block;
    }
    
}


/* mobile */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #banner {
        padding: 13em 0 7em 0;
    }
    #nav {
        display: none;
    }
    /*galería*/
    .contenedor {
        width: 66%;
    }
    .about_single .img-holder-g {
        width: 130px;
        height: 130px;
    }
    .fa-download {
        display: none;
    }
    
    .menu-btn{
    display: block;
}
      .nover {
        display: block;
    }
    .ver {
        display: none;
    }
    

}

/*@media (min-device-width:280px) {
    #banner {
        padding: 13em 0 7em 0;
    }
     
}*/


/*MENOR QUE 600PX CONTIENE*/

@media (max-width:600px) {
    #galeria {
        display: none;
    }
    #header {
        position: absolute;
    }
    .logo {
        padding-left: 1em;
        padding-top: 1em;
        font-size: 0.8em;
    }
    .fila1 {
        width: 100%;
        flex-direction: column;
    }
    #servicios {
        flex-direction: column;
        padding: 1em 0 1em 0;
        width: 90%;
    }
    #servicios h3 {
        margin: 0;
        padding: 0;
    }
    .icon-s {
        width: 15%;
    }
    #contacto {
        height: auto;
    }
    .design {
        width: 100%;
        margin-top: 20px;
    }
    #quienes {
        padding: 1em 0 1em 0;
        width: 90%;
    }
    .content {
        width: auto;
    }
    .image {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 15px;
    }
    .texto-q {
        float: none;
        width: 100%;
        text-align: center;
    }
    #contacto {
        padding: 1em 0 1em 0;
    }
    .info {
        float: none;
        width: 100%;
        padding: 1em 0 1em 0;
    }
    .formulario {
        float: none;
        width: 95%;
        margin: 0 auto;
        padding: 1em 0 1em 0;
    }
    .inp input {
        width: 90%;
    }
    textarea {
        width: 100%;
    }
    .enviar {
        margin: 1em auto;
    }
    .nover {
        display: block;
    }
    .ver {
        display: none;
    }
    /*galería*/
    #two {
        width: 90%;
        margin: 6em auto 2em auto;
    }
    .nav.gal {
        float: none;
        width: 100%;
    }
    .contenedor {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
        padding-top: 2em;
    }
    .about_single .img-holder-g {
        width: 135px;
        height: 135px;
    }
    
      #nav {
        display: none;
    }
    
    
    
    @media (min-device-width:280px) {
    #banner {
        padding: 13em 0 7em 0;
    }
        
  .menu-btn{
        display: block;
        top:4%;
    }
       #nav {
        display: none;
    }   
        
        
        
        
}