/*-------------- RESET CSS --------------*/
html,body,div,span,applet,object,iframe,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,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}


/*-------------- GENERAL --------------*/
html, body, .block {
    height: 100%;
}
.hidden {
    display: none;
}
.col {
    padding: 0 !important;
}


/*-------------- NAVBAR --------------*/
.navbar-center {
    /* margin top */
    position: absolute;
    top: 210px;
    width: 725px;

    /* centrado */
    left: 50%;
    margin-left: -350px;

    /* fondo */
    background-color: #ffffff;

    /* height */
    height: 55px !important;
    line-height: 55px !important;

    /* sombra bottom-right */
    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.18);

    line-height: 0;
}
@media (max-width: 993px) {
    .navbar-center {
        width: 100%;
        background-color: transparent;
        box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0) !important;

        top: 0;

        left: 0;
        margin-left: 0;
    }
}
.navbar-center a {
    color: #353535;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
    font-size: 12px !important;
}
.dropdown-content {
    top: 67px !important;
}
.dropdown-content li {
    background-color: #3b3b3c;
}
.dropdown-content li>a {
    font-size: 16px;
    color: #8a8a8b;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.navbar-center li.active {
    border-bottom: 5px solid #4169b2;
    border-style: inset;
    background-color: #ffffff;
}
.nav-home {
    width: 150px;
}
.nav-about {
    width: 200px;
}
.nav-prods {
    width: 177px;
}
.nav-contacto {
    width: 152px;
}
.nav-separador {
    padding-top: 12px;
}


/*-------------- HOME --------------*/
.pin-top {
    position: relative;
}
.pin-bottom {
    position: relative;
}
.pinned {
    position: fixed !important;
}

.home {
    background: url("../img/home.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home2 {
    background: url("../img/home2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo-home {
    padding-top: 20px;
}
.logo-home img {
    width: 100%;
    max-width: 230px;
    margin-top: 30px;
}
/*
.home-descripcion {
    background-color: #00619f;
    mix-blend-mode: soft-light;
    background-blend-mode: multiply;
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 100px;
}
*/
.home-descripcion {
    background: url("../img/fondo-azul.png") repeat;
    position: absolute;
    bottom: 25%;
    width: 100%;
    /*height: 87px;*/
    padding-bottom: 25px;
}
.home-descripcion p {
    text-align: center;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    padding-top: 27px;
    font-weight: 300;
    opacity: 1;
    line-height: 25px;
}
.carousel .indicators .indicator-item {
    background-color: #556974;
}


/*-------------- HOME --------------*/


/*-------------- ABOUT --------------*/
.about {
    /* height: 100%; */
}
.sub-titulo {
    padding-top: 50px !important;
    font-family: 'Almarai', sans-serif !important;
    font-size: 35px !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.sub-titulo2 {
    padding-top: 50px !important;
    font-family: 'Almarai', sans-serif !important;
    font-size: 35px !important;
    font-weight: bold;
    margin-bottom: 30px;
    color: black !important;
}
.contenido {
    margin: 0 auto;
    width: 90%;
}


.texto {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    color: #00619f;
    line-height: 25px;
    font-weight: 300;
}
.texto-2 {
    margin-top: 20px;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
}
.about .contenido {
    margin-bottom: 50px;
}
.slider-about-pc {
    width: 100% !important;
    max-width: 530px !important;
    max-height: 300px !important;
    margin-left: 30px;

    -webkit-box-shadow: 10px 10px 25px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -11px rgba(0,0,0,0.75);
}
.slider-about-pc img {
    max-width: 530px !important;
    max-height: 300px !important;
}


/*-------------- CONTACTO --------------*/
.contacto {
    background: url("../img/contacto.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contacto .row {
    margin: 0 !important;
}
.input-psg {
    background-color:#ffffff38 !important;
}
.input-psg:focus, .input-psg.valid {
    border-bottom: 1px solid #4169b2 !important;
    box-shadow: 0 1px 0 0 #4169b2 !important;
}
.texto-3 {
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    opacity: 0.8;
}
.input-contacto input, .input-contacto textarea {
    max-width: 545px;
    width: 100%;
    margin: 0 0 5px 0 !important;
    padding-left: 5px;
    font-size: 14px;
}
@media (max-width: 1235px) {
    .input-contacto input, .input-contacto textarea {
        padding-left: 0px;
    }
}
.input-contacto textarea {
    height: 144px;
    max-width: 551px !important;
    resize: none;
    padding-top: 5px;
    border: 1px !important;
}
.input-contacto input::-webkit-input-placeholder, .input-contacto textarea::-webkit-input-placeholder {
    color: #353535;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: italic;
    padding-left: 6px;
}
.input-contacto input:-moz-placeholder, .input-contacto textarea:-moz-placeholder  { /* Firefox 18- */
    color: #353535;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: italic;
    padding-left: 6px;
}
.input-contacto input::-moz-placeholder, .input-contacto textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #353535;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: italic;
    padding-left: 6px;
}
.input-contacto input:-ms-input-placeholder, .input-contacto textarea:-ms-input-placeholder {
    color: #353535;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: italic;
    padding-left: 6px;
}
.input-contacto textarea::-webkit-input-placeholder {
    padding-top: 5px;
}
.btn-contacto {
    width: 230px !important;
    height: 48px;
    background-color: #4169b2;
    margin-left: 320px !important;
}
@media (max-width: 1235px) {
    .btn-contacto {
        margin-left: 0 !important;
    }
}
.btn-contacto p {
    color: #fff;
    text-align: center;
    padding-top: 15.5px;
}
.btn-contacto:hover {
    cursor: pointer;
    background-color: #4169b2;
}
.datos-contacto {
    color: #000 !important;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif !important;
    margin-top: 2px;
    font-size: 13px !important;
    line-height: 20px;
}
.subtitulo {
    font-weight: bold;
}
.subtitulo a {
    color: #fff;
}
.datos-contacto .separacion-top {
    margin-top: 18px;
}
.contacto-instagram {
    float: right;
    margin-right: 15px;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
}
.contacto-redes a, .contacto-email a {
    color: rgb(0, 0, 0) !important;
}


.datos-contacto .ico {
    margin-right: 10px;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
}
.subtitulo:hover .ico {
    margin-right: 20px;
}
.contacto-redes:hover .contacto-instagram {
    margin-right: 25px;
}
.text-area-disabled {
    color: #c1c1c1;
}


/*-------------- DERECHOS --------------*/
.derechos {
    background-color: #232323;
    height: 80px;
    margin-bottom: 0 !important;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 12px;
}
.derechos a, .derechos p {
    color: #cacaca;
}
.derechos-left {
    text-align: left;
}
.derechos-right {
    text-align: right;
}
@media (max-width: 993px) {
    .derechos {
        margin-top: 0;
        padding-top: 16px;
    }
    .block.contacto {
        height: auto;
    }
    .datos-contacto {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .derechos-right {
        text-align: left;
    }
}


/*-------------- PRODUCTOS --------------*/
.productos {
    background: url("../img/fondo_unido3.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 413px;
    position:relative
}
.titulo-productos {
    
    position: fixed;
    padding: 20px 44px;
    left: 0px;
    font-family: 'Almarai', sans-serif !important;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    background: linear-gradient(210deg, rgba(110,110,121,1) 62%, rgba(72,71,82,1) 100%) !important;

}

.fondotp{
    background: rgb(110,110,121);
    background: linear-gradient(210deg, rgba(110,110,121,1) 62%, rgba(72,71,82,1) 100%) !important;
}
.listado-productos {
    margin: 0 auto;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.titulo-producto {
    color: #4087ed;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.descripcion-producto {
    border-top: 1px solid #cccccc;
    font-family: 'Work Sans', sans-serif; 
    line-height: 25px;
    font-size: 14px;
    padding-top: 10px !important;
    padding-right: 20px !important;

    text-overflow: clip;
    overflow: hidden;

    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
}
.foto-producto {
    margin-top: -2px;
}
.foto-producto img {
    margin: 0 auto;
}
@media (max-width: 993px) {
    .foto-producto p {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .foto-producto img {
        width: 100%;
        max-width: 360px;
    }
    .descripcion-producto {
        padding-right: 0;
    }
}
.foto-producto img.tipo-panal {
    max-width: 525px;
}
@media (max-width: 1252px) {
    .foto-producto img.tipo-panal {
        width: 100%;
        max-width: 525px;
    }
}
.hide {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
.no-scrollbar::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}
.ver-mas {
    background-color: #717171;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    text-align: center;
    font-style: italic;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
}
.ver-mas:hover {
    cursor: pointer;
    background-color: #333333;
}
@media (max-width: 900px) {
    .descripcion-producto {
        height: 100% !important;
    }
    .ver-mas {
        display: none;
    }
}


/*-------------- BACK --------------*/
.back-on-top {
    position: fixed;
    bottom: 50px;
    left: 50px;
    opacity: 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.back-on-top2 {
    position: absolute;
    bottom: -157%;
    left: 270px;
    opacity: 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}


#back-to-top.show {
    opacity: 1;
}
.red-psg {
    background-color: #4169b2;
}
.red-psg:hover {
    background-color: #4169b2;
}
@media (max-width: 500px) {
    #back-to-top {
        opacity: 0 !important;
    }
}


/*-------------- MAP --------------*/
.map-containter {
	margin-top: 50px;
}
.mapa-g{
	width: 100%;
	height: 400px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	
}
@media (max-width: 768px) {
	.mapa-g{
	width: 100%;
	height: 300px;
	background-color: #fff;
	margin: 0;
	padding: 0;
    }
    .titulo-productos {
        padding: 20px 42px;
        position: fixed;
        bottom: 286px;
        left: -2px;
        font-family: 'Almarai', sans-serif !important;
        color: #ffffff;
        font-size: 21px;
        font-weight: 400;
        background: linear-gradient(210deg, rgba(110,110,121,1) 62%, rgba(72,71,82,1) 100%) !important;
    }

    nav .button-collapse i {
    font-size: 33px !important;
    height: 54px;
    line-height: 51px;
    margin-left: 14px !important;
    color: white !important;
    }
}

.fa-instagram{
    color: rgba(129,8,221,1);    
    font-size: 15px !important;
}

.textonegro{
    color: #000 !important;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif !important;
    margin-bottom: 40px;
}

.btnvergm{
    position: absolute;
    margin-top: 434px;
    z-index: 10;
    margin-left: 260px !important;
    background-color: white;
    height: 41px;
}

.btnvergm a{
    color: #000 !important;
    font-size: 13px !important;
    text-align: center;
}
 
.btnvergm a:hover{
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
}


.lineas2 img{
    max-width: 100%;
}


@media (max-width: 768px) {

.btnvergm {
    position: absolute;
    margin-top: 1027px;
    z-index: 10;
    margin-left: -9px !important;
    background-color: white;
    height: 41px;
}

.btnvergm a:hover{
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
}

.home-descripcion {
    background: url(../img/fondo-azul.png) repeat;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding-bottom: 25px;
}
}