
@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/ProximaNova-Regular.ttf') format('ttf'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.svg') format('svg'),
        url('../fonts/ProximaNova-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_lgt';
    src: url('../fonts/brandon_light-webfont.woff2') format('woff2'),
        url('../fonts/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_med';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'),
        url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_bld';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
        url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html{
    cursor:default;
    font-family: 'brandon_med', sans-serif;
}

h1, h2, h3{
    font-family: 'brandon_bld', sans-serif;
}

input[type="text"], textarea{
    font-family: 'Montserrat', sans-serif;
}

p{
    font-family: 'brandon_lgt', sans-serif;
}

#boton_contacto{
    background: #01369e;
    border:1px solid #FFF;
    border-radius: 5px;
    color: #EEE;   
    font-family: 'brandon_bld', sans serif;
    font-size: 17px;
    margin:5px 5px 2px;
    min-width:210px;
    padding:6px;
    transition:all 0.4s ease-in-out;
    width:100%;
}

#boton_contacto:hover, .boton_contacto:focus{
    background: #144fc2;
    color: #FFF;
}

#boton_contacto:active{
    background: #002060;
}

#contactos_info{
    color: #FFF;
    font-size: 15px;
    text-align:left;
}

@media (max-width:768px){
    #contactos_info{
        text-align:center;
    }
    #sede_bogota{
        text-align:center;
        width:100%;
    }
}

#contactos_info b{
    font-size:15px;
    font-weight:bold;
}

#contactos_info div{
    padding: 5px;
}

#div_productos{

}

#enca_centro_cont{
    background:none;   
    padding: 25px 0;
}

#enca_cuadro{
    background:#DDD url(../img/fondo-top-engage-landing-proimpo.jpg) top;
    background-size: cover;
    color: #FFF;
    text-shadow: 0 0 8px #333;
}

#info_correo{
    border-bottom:1px solid #FFF;
    color: #FFF;
    display:inline-block;
    font-size:16px;
    margin:10px auto 20px;
    max-width:370px;
    padding:15px;
}

#logo_contenedor{
    text-align:left;
}

@media (max-width:1000px){
    #logo_contenedor{
        text-align:center;
    }
}

#logo_superior{
    display:inline-block;
    padding:15px;
}

#menu_superior{
    float: right;
    padding: 10px;
}

#menu_superior a{
    color: #EEE;
    font-family: 'brandon_bld', sans-serif;
    padding: 5px;
    transition: all ease-in-out 0.4s;
}

#menu_superior a:hover, #menu_superior a:focus{
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
}

#par_line_center{
    border-right:1px solid #BBB;
}

@media (max-width:760px){
    #par_line_center{
        border-right:0px;
    }
}

#pie_de_pagina{
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    padding:15px;
}

#redes_sociales{
    padding: 30px;
}

#redes_sociales a{
    padding: 10px;
}

#redes_sociales a img{
    transition: all ease-in-out 0.5s;
}

#redes_sociales a img:hover{
    transform: scale(1.2);
}

#seccion_info_sedes{
    font-family: 'Montserrat', sans-serif;
}

#tenemos_loque h3, #tenemos_loque p, #tenemos_loque img, #tenemos_loque h2{
    opacity: 1;
}

#texto_contactenos{
    color:#FFF;
    font-size: 28px;
}

#texto_cuentanos{
    color:#FFF; 
    font-family: 'Montserrat', sans-serif;
    font-size:19px;
}

#texto_enviando{
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

#texto_enviando a{
    color:#DDD;
}

#texto_enviando a:hover{
    color:#FFF;
    text-decoration:underline;
}

#texto_tenemos{
    display:inline-block;
    max-width:500px;
    opacity: 1 !important;
}

#top_parrafo{
    display:inline-block;
    font-size:22px;
    line-height: 22px;
    margin: 25px auto;
    max-width:520px;
}

#top_subtitulo{
    display:inline-block;
    max-width:750px;
}

.boton_top{
    background: #01369e;
    border-radius: 0px;
    color: #EEE;
    font-family: 'brandon_bld', sans-serif;
    font-size: 21px;
    margin:5px 5px 2px;
    min-width:220px;
    transition:all 0.4s ease-in-out;
}

.boton_top:hover, .boton_top:focus{
    background: #FFF;
    color: #01369e;
    text-shadow: none;
}

.boton_top:active{
    background: #002060;
}

.boton_top2{
    background: none;
    border:1px solid #FFF;
    border-radius: 0px !important;
    color: #FFF;
    font-family: 'brandon_bld', sans-serif;
    font-size: 21px;
    margin:5px 5px 2px;
    min-width:220px;
    text-shadow: 0 0 8px #222;
    transition:all 0.4s ease-in-out;
}

.boton_top2:hover, .boton_top2:focus{
    background: #144fc2;
    color: #FFF;
}

.boton_top2:active{
    background: #002060;
}

.par_centro{
    color: #636a74;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    max-width:300px;
}

.productos img{
    display:inline-block;
    max-width:500px;
    width:100%;
    z-index: 1;
}

.productos div img{
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.productos div img:hover{
    box-shadow: 0 0 90px #FFF;
    transform: scale(1.2);
    z-index: 3;
}

.white{
    color: #FFF;
}



.social {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0; /* Establecemos la barra en la derecha */
    top: 200px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
    .social ul {
        list-style: none;
    }
 
    .social ul li a {
    display: block;
    color: #fff;
    padding: 0px;
    text-decoration: none;
    width: 50px;
    height: 49px;
    margin: 0 auto;
}
    .icono-facebook  {
        background: url("../img/redes/facebook1.jpg"); 
        background-repeat: no-repeat;
        background-size: contain;
    }

    .icono-twitter  {
        background: url("../img/redes/twitter1.jpg"); 
        background-repeat: no-repeat;
        background-size: contain;
    }

    .icono-instagram  {
        background: url("../img/redes/instagram1.jpg"); 
        background-repeat: no-repeat;
        background-size: contain;
    }

    .icono-pinterest  {
        background: url("../img/redes/pinterest1.jpg"); 
        background-repeat: no-repeat;
        background-size: contain;
    }

    .icono-linkedin  {
        background: url("../img/redes/linkedin1.jpg"); 
        background-repeat: no-repeat;
        background-size: contain;
    }
    

.facebook a:hover {
    background: url("../img/redes/facebook2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}


.twitter a:hover {
    background: url("../img/redes/twitter2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.instagram a:hover {
    background: url("../img/redes/instagram2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.pinterest a:hover {
    background: url("../img/redes/pinterest2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.linkedin a:hover {
    background: url("../img/redes/linkedin2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}




.social2 {
    position: relative;
     width: 200px;
    margin: 0 auto;
    display: none;
}
 
    .social2 ul {
        list-style: none;
        -webkit-padding-start: 0px;
    }

     .social2 ul li{
        float: left;
    }
 
    .social2 ul li a {
    display: block;
    color: #fff;
    padding: 0px;
    text-decoration: none;
    width: 40px;
    height: 39px;
    margin: 0 auto;
}
   






@media (max-width:600px){
    .social2 {
    display: block;
}


    .social {
    display: none;
}


}