@charset "utf-8";
@import url("Intelo_Bold/stylesheet.css");
@import url("Intelo_Italic/stylesheet.css");
@import url("Intelo_Regular/stylesheet.css");
@import url("Odebrecht_Slab/stylesheet.css");
/* CSS Document */

body {
    background-color: white;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.wrapper {
    max-width: 1080px;
    position: relative;
    margin: auto;
    background-color: white;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

header {
    background: rgba(1, 92, 166, 1);
    background: -moz-linear-gradient(left, rgba(1, 92, 166, 1) 0%, rgba(22, 172, 226, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 92, 166, 1)), color-stop(100%, rgba(22, 172, 226, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 92, 166, 1) 0%, rgba(22, 172, 226, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 92, 166, 1) 0%, rgba(22, 172, 226, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 92, 166, 1) 0%, rgba(22, 172, 226, 1) 100%);
    background: linear-gradient(to right, rgba(1, 92, 166, 1) 0%, rgba(22, 172, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015ca6', endColorstr='#16ace2', GradientType=1);
    height: 130px;
    width: 100%;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

#logo {
    background-image: url(../img/logo_header.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 338px;
    margin-left: 75px;
}

#menu_main {
    font-family: "Intelo Bold";
    font-size: 20px;
    height: 60px;
    padding-top: 10px;
    width: 100%;
}

#menu_main ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px;
    margin: 0px;
}

#icon_menu {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.menu01 {
    background-image: url(../img/icon_menu_01.svg);
}

.menu02 {
    background-image: url(../img/icon_menu_02.svg);
}

.menu03 {
    background-image: url(../img/icon_menu_03.svg);
}

.menu04 {
    background-image: url(../img/icon_menu_04.svg);
}

.menu05 {
    background-image: url(../img/icon_menu_05.svg);
}

.active {
    border-bottom-color: #ffca05 !IMPORTANT;
}

#menu_main li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu_main a {
    text-decoration: none;
    color: #45606c;
    height: 52px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

#menu_main a:hover {
    height: 52px;
    border-bottom-color: #ffca05;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

#yellow_line {
    height: 5px;
    width: 100%;
    background-color: #ffca05;
}

/* Home Styles --- Start*/

#main_cont_home {
    min-height: 1650px;
    height: 1650px;
    width: 100%;
}

#container {
    background-image: url(../img/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

#text_home {
    background-color: rgba(0, 93, 167, 0.8);
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 230px;
    height: auto;
    width: 550px;
}

#text_home p {
    color: white;
    font-family: "Intelo Bold";
    font-size: 36px;
    margin-top: 32px;
    margin-bottom: 35px;
    margin-left: 40px;
}

#text_home i {
    font-family: "Intelo italic";
}

/* Home Styles --- End*/

/* Empresas Styles --- Start*/

#main_cont_empresa {}

#empresa_img {
    background-image: url(../img/empresa_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 990px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
}

#empresa_overlay {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(2%, rgba(255, 255, 255, 1)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 1050px;
    position: absolute;
    margin-top: 20px;
    pointer-events: none;
}

#empresa_txt {
    height: 1050px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
}

#txt_cont {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#empresa_txt h1 {
    font-family: "Intelo Bold";
    color: #005da7;
    font-size: 22pt;
    margin: 0px;
}

#empresa_txt p {
    font-family: "Intelo Regular";
    color: #60606c;
    font-size: 15pt;
    margin: 0;
    text-align: justify;
}

#txt_cont_gray {
    background-color: #efeeee;
}

#txt_cont_gray_2 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* Empresas Styles --- End*/

/* Valores Styles --- Start*/

#valores_img {
    background-image: url(../img/valores_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 990px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
}

#valores_txt {
    height: 1050px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
}

.txt_cont_val {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;

}

#valores_txt strong {
    font-family: "Intelo Bold";
    color: #005da7;
    font-size: 17pt;
}

#valores_txt h1 {
    font-family: "Intelo Bold";
    color: #005da7;
    font-size: 22pt;
    margin: 0px;
}

#valores_txt p {
    font-family: "Intelo Regular";
    color: #60606c;
    font-size: 15pt;
    margin: 0;
    text-align: justify;
}

#txt_cont_yellow {
    background-color: #ffcb05;
}

#txt_cont_yellow_2 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* Valores Styles --- End*/

/* Tiempo Styles --- Start*/

#main_cont_tiempo {
    height: 1650px;
}

#yellow_circle_tiempo {
    background-color: #ffca05;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    position: absolute;
    top: 196px;
    left: 42px;
}

#yellow_line_tiempo {
    background-color: #ffca05;
    height: 1300px;
    width: 2px;
    position: absolute;
    left: 48px;
}

#cont_tiempo {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    padding-top: 180px;
}

.time_img {
    height: 410px;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#img_2017 {
    background-image: url(../img/2017_img.jpg);
}

#img_2016 {
    background-image: url(../img/2016_img.jpg);
}

#img_2015 {
    background-image: url(../img/2015_img.jpg);
}

#img_2014 {
    background-image: url(../img/2014_img.jpg);
}

#img_2013 {
    background-image: url(../img/2013_img.jpg);
}

#img_2012 {
    background-image: url(../img/2012_img.jpg);
}

#img_2011 {
    background-image: url(../img/2011_img.jpg);
}

#img_2010 {
    background-image: url(../img/2010_img.jpg);
}

#img_2009 {
    background-image: url(../img/2009_img.jpg);
}

#img_2008 {
    background-image: url(../img/2008_img.jpg);
}

h1 {
    font-family: "Intelo Bold";
    color: #005da7;
    font-size: 22pt;
    margin: 0px;
}

p {
    font-family: "Intelo Regular";
    color: #60606c;
    font-size: 13pt;
    margin: 0px;
    text-align: justify;
}

.stMain {
    font-family: "Odebrecht Slab" !IMPORTANT;
}

/* Tiempo Styles --- End*/

/* PICPLAST --- Start*/

#main_cont_picplast {
    height: 1650px;
    background-color: darkmagenta;
}

#slider_plast {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

/* PICPLAST --- End*/

/* Productos --- Start*/

#main_cont_prod {
    height: 1650px;
}

.slider {
    width: 900px;
    height: 1165px;
    margin-left: auto;
    margin-right: auto;
}

#slider_01 {}

.slick-next {
    background-color: transparent;
    background-image: url(../img/slider_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    position: absolute;
    padding: 0px;
    border-style: none;
    height: 175px;
    width: 70px;
    top: 495px;
    right: -80px;
    outline: none;
    opacity: .3;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.slick-next:active {
    opacity: .6;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.slick-prev {
    background-color: transparent;
    background-image: url(../img/slider_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    position: absolute;
    padding: 0px;
    border-style: none;
    height: 175px;
    width: 70px;
    top: 495px;
    left: -80px;
    outline: none;
    opacity: .3;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.slick-prev:active {
    opacity: .6;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.tab_content {
    padding-top: 80px
}

.productos {
    margin-bottom: 80px;
    height: 580px;
    width: 450px;
    background-image: url(../img/cat_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #999999;
    font-family: "Intelo Bold";
    font-size: 26px;
    text-align: center;
    line-height: 1250px;
    border-style: solid;
    border-width: 4px;
    border-color: #cccccc !important;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

.productos a {
    text-decoration: none;
    color: #999999;
}

.productos_2 {
    height: 580px;
    width: 450px;
    background-image: url(../img/cat_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #999999;
    font-family: "Intelo Bold";
    font-size: 26px;
    text-align: center;
    line-height: 1250px;
    border-style: solid;
    border-width: 4px;
    border-color: #cccccc !important;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

.productos_2 a {
    text-decoration: none;
    color: #999999;
}

#catalogos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#indice ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 300px;
}

.indice01 {
    background-color: #f37022;
}

.indice02 {
    background-color: #ffcb05;
}

.indice03 {
    background-color: #0155b8;
}

.indice04 {
    background-color: #00a8e1;
}

.indice05 {
    background-color: #526b75;
    height: 75px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    font-family: Intelo Bold;
}

.catalogo {
    margin-top: 40px;
    background-color: #526b75;
    height: 75px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    font-family: Intelo Bold;
    border-radius: 10px;
}

.catalogo a {
    color: white;
    text-decoration: none;
}

#indice li {
    font-family: "Intelo Bold";
    font-size: 35px;
    list-style-type: none;
    height: 100px;
    width: 450px;
    line-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#indice a {
    text-decoration: none;
    color: white;
}

/* Productos --- End*/

/* Registro --- Start*/

#titulo {
    font-family: "Intelo Bold";
    font-size: 24px;
    color: #005da7;
    margin-left: 10px;
    margin-top: 10px;
}

#reg_body {
    height: auto;
    font-family: "Intelo Bold";
}

#input_cont1 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

#input_cont2 {
    display: flex;
}

#input_cont3 {
    display: flex;
    flex-direction: row;
}

.text_field {
    margin-left: 10px;
    margin-right: 10px;
    color: #005da7;
    font-family: Intelo Bold;
    font-size: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #cccccc;
    font-style: italic;
}

::-moz-placeholder {
    color: #cccccc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #cccccc;
    font-style: italic;
}

:-moz-placeholder {
    color: #cccccc;
    font-style: italic;
}

#checkbox_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
    height: 60px;
    font-size: 20px;
    color: #005da7;
    padding-top: 9px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 2;
    padding-left: 20px;
}

.checkbox_click {
    margin-left: 10px !important;
    margin-right: 20px !important;
    height: 32px;
    width: 32px;
}

#button_cont {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10px;
}

.input_btn {
    height: 50px;
    width: 300px;
    margin-top: 0px;
    font-size: 30px;
    background-color: #005da7;
    border-style: none;
    border-radius: 10px;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 13px;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 60, 105, 1);
    -moz-box-shadow: 0px 10px 0px 0px rgba(0, 60, 105, 1);
    box-shadow: 0px 10px 0px 0px rgba(0, 60, 105, 1);
}

.input_btn:active {
    background-color: #0072c9;
    position: relative;
    top: 4px;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 93, 167, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(0, 93, 167, 1);
    box-shadow: 0px 6px 0px 0px rgba(0, 93, 167, 1);
}

.ui-keyboard {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-style: none !important;
}

.ui-keyboard-preview {
    margin-bottom: 25px !important;
}

.ui-keyboard-button {
    font-family: "Intelo Bold" !important;
    font-size: 22px;
    color: #999999 !important;
    background: #ffffff !important;
    margin-bottom: 8px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #999999 !important;
    border-radius: 10px !important;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(153, 153, 153, 1) !important;
    -moz-box-shadow: 0px 6px 0px 0px rgba(153, 153, 153, 1) !important;
    box-shadow: 0px 6px 0px 0px rgba(153, 153, 153, 1) !important;
}

.ui-keyboard-button:active {
    background: #CCCCCC !important;
    position: relative !important;
    top: 4px;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(153, 153, 153, 1) !important;
    -moz-box-shadow: 0px 4px 0px 0px rgba(153, 153, 153, 1) !important;
    box-shadow: 0px 4px 0px 0px rgba(153, 153, 153, 1) !important;
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
    font-size: 30px !important;
    top: 0em !important;
    left: 0em !important;
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) {
    min-width: 100px !important;
}

.fancybox-bg {
    background: white !important;
    opacity: .5 !important;
}

#reg_fancy {
    background-color: #005da7;
    height: 70px;
    width: 300px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    font-family: Intelo Bold;
    text-decoration: none;
    color: white;
    margin: auto;
    margin-top: 100px;
}

#reg_fancy a {
    text-decoration: none;
    color: white;
}

button.fancybox-button--close {
    background: #005da7 !important;
}

#gracias_reg {
    font-family: "Intelo Bold";
    color: #005da7;
    font-size: 30px;
    text-align: center;

}

/* Registro --- End*/

#footer {
    background-color: #60606c;
    height: 65px;
    width: 100%;
    line-height: 65px;
    text-align: center;
    margin: 0px;
    color: white;
    font-family: "Intelo Bold";
    font-size: 20px;
    letter-spacing: .35px;
    text-align: center;
}