@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:target {
    padding-top: 4rem;
}


:root {
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.75rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.8125rem;
    --item-size: 33%;
    --primario: #dddddd;
    --primarioOscuro: #727272;
    --secundario: #FFCE00;
    --secundarioOscuro: rgb(233, 287, 2);
    --blanco: #fff;
    --gnegro: #000;

    --fuentePrincipal: "Poppins", sans-serif; 

    --color-blanco: rgb(250, 250, 250);
    --color-naranjo: #ee6223;
    --color-verde: #06d0a4;
    --azul-header: #0a5788;
    --texto-gris: #969696;
    --gris-claro: rgb(230, 230, 230);
    --fondo-gris: #f0f0f0;
    --fondo-naranjo: #FFBB46;
    --gris-logo: #767676;
    --gris-oscuro: #515151;
    --gris-caja-prod: #f0f0f0;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: var(--primario);
    font-size: 1.6rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* p   {
    font-size: 1.8rem;
    
    font-family: "Poppins", sans-serif;
} */

header {
    width: 100%;
    z-index: 2;
    background-color: rgba(0,50,90,0.8);
    top: 0;
    position: fixed;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.70);
    border-bottom: 1px solid rgba(255,255,255,.5);
}



/*.feature-box.media-box.fbox-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 1px 0 rgba(10,16,34,.2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}
*/
/*Efectos del Menu*/

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

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

.headroom--unpinned {
    transform: translateY(-100%);
    background: #0A5788;
}

div {
    display: block;
}

p {
    margin: 0 0 15px;
}

.menu {
    width: 100%;
    /*max-width: 1200px; */
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.menu .logo {
    display: inline-block;
    margin-right: 1vw;
    padding: 5px 0;
}

.menu .logo img {
    vertical-align: top;
    height: 85%;
}

.menu .btn-menu {
    display: none;
    color: #fff;
    text-decoration: none;
    font-size: 2.5em;
}

/*.menu .enlaces {
    display: inline-block;
}*/

.menu .enlaces a {
    width: 130px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.6em;
    text-align: center;
    font-size: 1em;
}

.menu .enlaces i {
    margin-right: 5px;
}

.menu .enlaces a:hover {
    background: rgba(0,79,142,0.5);
    color: var(--gris-claro);
    font-size: 1em;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 5px;
}

.menu .enlaces a::after {
    content: '';
    display: block;
    height: 4px;
    background: #4C85C9;
    transform: scale(0,1);
  /*transform-origin: center left;*/
    transition: transform .25s;
}

.menu .enlaces a:hover::after {
    transform: scale(1,1);
}

.menu .social {
    display: flex;
}

.social a {
    font-size: 1.6em;
    color: #fff;
    padding: 0.3em;
}

.social a:hover {
    color: #929aab;
    transition: all .3s ease;
}

.content {
    width: 100%;
    max-width: 2560px;
    height: 800px;
    margin: 0;
    padding: 0;
}

.progressive {
    background: url(../images/puente_val.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 700px;
    text-align: center;
    /*Flexbox setup*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    object-fit: cover;
        object-position: center;
}
.slider-1 {
    background: url(../images/fondo_universo_web.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 700px;
    text-align: center;
    /*Flexbox setup*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    object-fit: cover;
    object-position: center;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .slider-1 {
        width: 100%;
        height: 520px;
    }
}

.tarjeta.container {
    container-type:normal;
}
.card h2 {
    font-size: 1em;
}
/* Container query que se aplica si el contenedor es más ancho que 700px */
@container (min-width: 700px) {
    .card h2 {
      font-size: 2em;
    }
}
.contenedor {
    max-width: 90rem;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

/* Grid */
.grid-container {
    background-color: var(--primario);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 10px;
}
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
}
@media (max-width: 468px) {
    .grid-container {
        display: flex;
        flex-direction: column;
        
    }   
}

/* .grid-container {
    display: grid;
    grid-template-rows: 100px 100px 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    grid-template-areas:
    "area1 area1 area1 area1 area1"
    "area2 area2 . area3 area3"
    "area2 area2 area4 area4 area4";
} */
/* .grid-item1 {
    background: blue;
    text-align: center;
    border: black 5px solid;
    grid-area: area1;
}
.grid-item2 {
    background: red;
    text-align: center;
    border: black 5px solid;
    grid-area: area2;
}
.grid-item3 {
    background: green;
    text-align: center;
    border: black 5px solid;
    grid-area: area3;
}
.grid-item4 {
    background: yellow;
    text-align: center;
    border: black 5px solid;
    grid-area: area4;
} */

/** Productos **/
.producto {
    background-color: var(--primarioOscuro); 
    padding: 0.8rem;
}
.producto__imagen {
    width: 100%;
}
.producto__nombre {
    color: var(--blanco);
    font-size: 1.8rem;
}
.producto__precio {
    font-size: 1.2rem;
    color: var(--secundario);
}
.producto__nombre,
.producto__precio {
    font-family: var(--fuentePrincipal);
    margin: 1rem 0;
    text-align: center;
    line-height: 1.2;
}

/* Graficos */
.grafico {
    min-height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    grid-column: 1 / 3;
}
.grafico--camisas{
    grid-row: 2 / 3;
    background-image: url(../images/grafico1.jpg);
}
.grafico--node {
    background-image: url(../images/grafico2.jpg);
    grid-row: 8 / 9;
}

@media (min-width:  768px) {
    .grafico--camisas {
        width: 100%;
    }
    .grafico--node {
        width: 100%;
        grid-row: 5 / 6;
        grid-column: 2 / 4;
    }
}



.nosotros.container {
	max-width: 1200px;
	padding: 0px 1cqw;
	margin: 80px auto;
    text-align: start;
	justify-content:center;
}
.nosotros {
	display: flex;
	padding: 80px 150px;
}
.color-fondo {
    background-color: var(--fondo-gris);
}
.nosotros-txt {
    align-content: flex-start;
	width: 50%;
	padding: 25px;
}
.nosotros-txt h2 {
	font-size: 40px;
	color: #152056;
    text-align: center;
	margin-bottom: 20px;
}
.nosotros-txt ul {
    list-style: none;
}
.nosotros-txt p {
	font-size: 18px;
	color: #434864;
}
.nosotros-img {
	width: 60%;
}
.nosotros-img img {
	width: 600px;
}
@media (max-width:  468px) {
    .nosotros.container {
        flex-direction: column;
    }
    .nosotros-txt {
        width: 100%;
    }
    .nosotros-img {
        width: 100%;
    }
}


.item-1 {
    max-width: 100%;
    margin: 1rem;
}

.item-2 {
    max-width: 100%;
    margin: 1rem;
}
/*.flex-item:nth-child(2) {
    font-size: 60px;
}*/

/*Caja de texto "Diseño gráfico"*/

.card-title h1 {
    width: 100%;
    font-size: var(--h1-font-size);
    line-height: 1.2em;
    text-align: center;
    color: var(--color-blanco);
    margin: 15px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    ;
    background-color: rgba(0,50,90,0.5);
}

.card-title p {
    width: 100%;
    font-family: 'Old Standard TT', serif;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    color: var(--color-blanco);
    margin: 15px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background-color: rgba(0,50,90,0.5);
}

@media all and (max-width: 767px) {
    .item-1, .item-2 {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .progressive {
        width: 100%;
        height: 620px;
        /*object-fit: cover;
        object-position: center;*/
    }

    .progressive .item-1 {
        margin-top: 25%;
    }

    .progressive .item-2 {
        margin-top: 25%;
    }

    .item-1 {
        width: 100%;
        height: 50%;
        margin-right: 3%;
        padding-left: 15px;
    }

    .item-2 {
        width: 100%;
        height: 50%;
        margin-left: 3%;
        padding-left: 15px;
    }
}

        /*RESPONSIVE CARD-TITLE*/

@media screen and (min-width: 320px) and (max-width:1024px) {
    .progressive {
        width: 100%;
        height: 520px;
    }

    .card-title h1 {
        width: 90%;
        margin: 15px;
        font-size: 4em;
        line-height: 1.2em;
        text-align: center;
        border-radius: 10px;
        border: solid 1px rgba(255, 255, 255, 0.65);
        ;
        background-color: rgba(0,50,90,0.75);
    }

    .card-title p {
        width: 90%;
        margin: 15px;
        font-family: 'Old Standard TT', serif;
        font-size: 24px;
        line-height: 1.2em;
        text-align: center;
        margin: 15px 15px;
        padding: 10px;
        border-radius: 10px;
        border: solid 1px rgba(255, 255, 255, 0.65);
        background-color: rgba(0,50,90,0.75);
    }
}

        /*RESPONSIVE MENU*/
        

@media all and (max-width: 468px) {
    .menu {
        width: 100%;
        margin: 0;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

   .menu .logo {
        width: 100%;
        margin-left: 0.5em;
        padding: 0.5em;
        display: flex;
        justify-content: space-between;
    }

    .menu .btn-menu {
        display: block;
        padding: 5px 5px 5px 0;
    }

    .enlaces {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

   .menu .enlaces a{
        width: 100%;
        font-size: 1.2em;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255,255,255, .3);
        display: flex;
        justify-content: center;
    }

    .menu .enlaces a:hover {
        font-size: 1.2em;
        color: var(--color-naranjo);
    }

    .header .fa {
        margin: 0;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .menu .social {
        position: fixed;
        top: 25px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

/*Contenido de la página Servicio*/

.vc_row {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 90px;
    background-color: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vc_col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.camilo-page {
    margin: 0 auto;
    width: 100%;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

@media (min-width: 768px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, 
.vc_col-sm-11, .vc_col-sm-12, 
.vc_col-sm-2, .vc_col-sm-3, 
.vc_col-sm-4, .vc_col-sm-5, 
.vc_col-sm-6, .vc_col-sm-7, 
.vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}

.number-container {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.number-container h2 {
    /*color: #ffffff;*/
    font-size: 90px;
    line-height: 60px;
    color: #e1e1e1;
    font-weight: 800;
}

.font-alt {
    font-family: 'Nunito+Sans';
    font-weight: 400;
}

.desc {
    margin-top: 35px;
    margin-bottom: 35px;
}

.cont_desc {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: center;
    align-content: center;
}

.desc h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    display: block;
}

ul li, ol li {
    line-height: 1.6em;
}

.button_dp.readmore {
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    background-color: #969696;
    border: 2px solid var(--color-blanco);
    border-radius: 15px;
    margin-right: 10px;
}

.button_dp.readmore span {
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 38px;
}

.button_dp.readmore:hover {
    color: var(--color-blanco);
    background-color: var(--gris-oscuro);
}

/*BOTON IR ARRIBA*/

a.scroll-top {
    color: rgba(255,255,255,0.70);
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 30px;
    font-size: 30px;
    background: rgba(34,34,34,0.50);
    border-radius: 10px !important;
    text-align: center;
    border: 2px solid hsla(0,0%,92%,0.38);
}

a.scroll-top i {
    position: relative;
    top: 7px;
}
/*FIN BOTON IR ARRIBA*/

section.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

.container .info {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.content_flex {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    /*Flexbox setup*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.imagen_pro img {
    max-width: 100%;
    height: auto;
    display: block;
}

.imagen_pro {
    background-color:#e0e0e0;
}

.caja_texto {
    width: 100%;
    max-width: 490px;
    justify-content: center;
    padding-top: 48px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 8%;
    background-color: #0A5788;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
}

.caja_texto ul {
    list-style-position: outside;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.caja_texto li {
    margin-left: 35px;
}

.caja_texto .encb_proyect {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 25px;
}

.caja_texto2 {
    width: 100%;
    max-width: 490px;
    justify-content: center;
    padding-top: 65px;
    padding-right: 55px;
    padding-bottom: 45px;
    padding-left: 15%;
    background-color: #FFBB46;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #38383A;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

.caja_texto2 .encb_proyect {
    font-size: 30px;
    color: #38383A;
    text-align: right;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 20px;
}

.container .feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    /*background: url(../images/texture-1.png) repeat left top;*/;
}

.feature_section1 b {
    font-family: 'Old Standard TT', serif;
    font-size: 22px;
}

[class*="azp_"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .azp_container {
        width: 1170px;
    }
}

.azp_container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .azp_col-sm-12 {
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.az_container .azp_row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .azp_col-sm-12 {
        width: 100%;
        float: left;
    }
}

.azp_col-sm-12 h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    color: #515151;
}

h2 b {
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    margin-top: 13px;
    color: #727272;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.margin_top3 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.caja_prod img {
    width: 100%;
}

.caja_prod h5 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
}

.caja_prod {
    background-color: var(--color-verde);
    color: var(--gris-oscuro);
    display: inline-block;
    width: 232px;
    height: 300px;
    margin: 10px 0.4%;
    padding: 1em;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
}

.caja_prod {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    box-shadow:0 1px 1px 0 rgba(10,16,34,.2);
    -webkit-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
    border-radius:5px
}

.caja_prod:hover {
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05)
}

@media screen and (min-width:320px) and (max-width:480px) {
    .caja_prod {
        width: 90%;
        color: var(--color-blanco);
        background-color: var(--color-verde);
    }
}

@media screen and (min-width:481px) {
    .caja_prod {
        width: 36%;
        color: var(--gris-oscuro);
        background-color: var(--gris-caja-prod);
    }
}

@media screen and (min-width: 1600px) {
    .caja_prod {
        width: 23.5%;
    }
}

.arrow_box {
    width: 65%;
    position: relative;
    background: #e3e3e3;
    border: 5px solid #fff;
    border-radius: 4px;
    padding: 20px 0;
    margin: 0 auto 32px;
}

.arrow_box:hover {
    border: 5px solid #007BC9;
    background: #9EC0D5;
}

.arrow_box:hover:after {
    border-color: transparent;
    border-top-color: #9EC0D5;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:hover:before {
    border-color: transparent;
    border-top-color: #007BC9;
    border-width: 16px;
    margin-left: -16px;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: transparent;
    border-top-color: #e3e3e3;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.arrow_box i {
    font-size: 50px;
    color: #272727;
}

.arrow_box i:hover {
    font-size: 50px;
    color: #B95100;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

main article h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    color: #FFBF00;
    margin-bottom: .5em;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
    text-align: center;
}

main article p {
    margin-bottom: 1em;
}
/*CAJA FLEX*/
main article .caja {
    width: 100%;
    max-width: 1000px;
    height: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background: url(../images/los_molinos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    animation: slider 38s infinite alternate;
}

@keyframes slider {
    from {
        background-size: 960px;
        background-position: left center;
    }

    to {
        background-position: right bottom;
        background-size: 1400px;
    }
}

/* .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
} */

/*-----------------------------------------------------------------------------------*/
/*  29. FANCYBOX
/*-----------------------------------------------------------------------------------*/


.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

.video-container iframe, .video-container object, .video-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----------------------------------------------------------------------------*/
.black-wrapper {
    background: #fafafa;
    color: #333;
}

.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
    color: #4E4E4E;
}

.black-wrapper a {
    color: #FFF;
}

.black-wrapper a:hover {
    color: #57a4a4;
}

.inner {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
}

.container:before, 
.container:after, 
.container-fluid:before, 
.container-fluid:after {
    content: " ";
    display: table;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.footer {
    background: #1e1f20;
    color: #b9b9b9;
}

.footer a {
    color: #b9b9b9;
}

.footer a:hover {
    color: #57a4a4;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #eaeaea;
}

b, strong {
    font-weight: bold;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.imagen img {
    text-align: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.thin {
    width: 85%;
    margin: 0 auto;
}

.section-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sub-footer .container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    
}

.sub-footer {
    background: #0A5788;
    padding: 35px;
}

.nav > li > a:focus {
    background: none;
    color: #f5f5f5;
}

.nav > li > a:hover {
    background: none;
    color: #57a4a4;
}

.nav > li.current > a {
    background: none;
    color: #57a4a4;
}

.navbar-nav {
    margin: 0;
    width: 100%;
    text-align: center;
}

.navbar-nav:after {
    display: none;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b9b9b9;
    padding: 0 10px 0 10px;
    letter-spacing: 1.2px;
    position: relative;
}
/*media Querys*/

@media screen and (max-width: 780px) {
    .sub-footer {
        background: #00273f;
    }

    .navbar-nav ul {
        float: none;
        margin-top: 50px;
    }

    .navbar-nav li {
        display: inline;
        color: #ccc;
    }

    .navbar-nav a {
        color: #CCC;
    }

    .navbar-nav a:hover {
        color: #FFF;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav ul {
        float: none;
        margin-top: 50px;
    }

    .navbar-nav > li {
        display: block;
        color: #ccc;
        border-bottom: 1px rgba(0,0,0, 0.15);
        margin: 0;
        padding: 3px;
    }

    .navbar-nav > li {
        padding: 12px 0;
        border-top: 1px solid rgba(0,0,0, 0.30);
    }

    .navbar-nav > li {
    }

    .navbar-nav > li:first-child {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*-------------------------*/

.container .text-center {
    width: 100%;
    padding: 25px 0 15px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}