@charset "utf-8";
@font-face {
    font-family: "HurmeGeometricSans3 Bold";
    src: url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.eot");
    /* IE9*/
    src: url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.woff") format("woff"), /* chrome、firefox */
    url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/f2efe060b95e50b1ef811e5ac26deec3.svg#HurmeGeometricSans3 Bold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "HurmeGeometricSans3";
    src: url("../fonts/HurmeGeometricSans3-Regular.eot");
    /* IE9*/
    src: url("../fonts/HurmeGeometricSans3-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HurmeGeometricSans3-Regular.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/HurmeGeometricSans3-Regular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/HurmeGeometricSans3-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/HurmeGeometricSans3-Regular.svg#HurmeGeometricSans3-Regular") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/calibri.eot");
    /* IE9*/
    src: url("../fonts/calibri.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/calibri.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/calibri.woff") format("woff"), /* chrome、firefox */
    url("../fonts/calibri.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/calibri.svg#calibri") format("svg");
    /* iOS 4.1- */
}


/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
    line-height: normal !important;
}

.web {
    display: none;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #76777a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

p::selection {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

@media (max-height: 520px) {
    #lightcase-case {
        background-image: url('../images/fondo-rayas-ch.png') !important;
        background-repeat: repeat !important;
    }
    .popup {
        padding: 25px 25px !important;
        min-height: 90vh !important;
        height: 90vh;
    }
    .popup .resumen {
        padding: 0 0px 20px 0px !important;
        font-size: 11px !important;
    }
    .popup .form .titulo {
        margin-bottom: 5px !important;
        padding-top: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 12px;
    }
    .popup .form .campo {
        margin-top: 5px;
        margin-bottom: 5px !important;
    }
    .popup .form .text {
        padding: 5px 8px !important;
    }
    #lightcase-case {
        padding: 10px 0 !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

.gm-style-mtc {
    display: none;
}


/*********************************
3. Header
*********************************/

.header {
    position: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled {
    top: -40px;
}


/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    background: url("../images/fondo-rayas-ch.png") repeat;
    border-bottom: #132544 3px solid;
}

.top_bar a {
    color: #ffffff;
    border-left: #62070a 2px solid;
    border-right: 0px !important;
    background: #a3060d;
    margin: 0px;
    float: right;
}

.top_bar img {
    width: 65px;
}

.top_bar a:hover {
    background: #d15c1a;
}

.header.scrolled .top_bar {}

.top_bar_container {
    width: 100%;
    height: 100%;
}

.top_bar_content {
    width: 100%;
}

.top_bar_contact_list li {
    display: inline-block;
}

.question {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 0px;
}

.top_bar_contact_list li i,
.top_bar_contact_list li>div {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.top_bar_contact_list li>div {
    margin-left: 1px;
}

.top_bar_contact_list li:not(:last-child) {
    margin-right: 21px;
}

.top_bar_login {}

.login_button {
    width: 160px;
    height: 100%;
    background: #f3f3f3;
    text-align: center;
}

.login_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #384158;
}


/*********************************
3.2 Header Content
*********************************/

.header_container {
    width: 100%;
    background: #FFFFFF;
}

.header_container::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #58595b;
    z-index: 0;
}

.header_content {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .header_content {
    height: 80px;
}


/*********************************
3.3 Logo
*********************************/

.logo_text {
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.logo_text img {
    height: 125px;
    z-index: 25px;
}

.logo_blanco {
    margin-right: auto;
}

.header.scrolled .logo {
    width: 40px;
    height: 40px;
}


/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {
    font-family: "HurmeGeometricSans3"!important;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    height: 30px;
}

.main_nav,
.search_button,
.shopping_cart {
    display: inline-block;
}

.main_nav li {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    line-height: 70px;
}

.main_nav li a {
    color: #f7323f;
    display: block;
    font-size: 1.1em;
    font-weight: bold !important;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav li a:hover,
.main_nav li.active a {
    color: #626365;
    border-bottom: 1px solid #626365;
}


/*.main_nav li.active::after
{
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #14bdee;
	content: '';
}*/

.search_button {
    margin-left: 46px;
    cursor: pointer;
}

.shopping_cart {
    margin-left: 23px;
    cursor: pointer;
}

.search_button i,
.shopping_cart i {
    font-size: 18px;
    color: #181818;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search_button:hover i,
.shopping_cart:hover i {
    color: #14bdee;
}

.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}

.header_search_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #14bdee;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header_search_container.active {
    bottom: -73px;
    opacity: 1;
}

.header_search_content {
    width: 100%;
    height: 73px;
}

.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
}

.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}


/*********************************
3.5 Hamburger
*********************************/

.hamburger_container {}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger i {
    font-size: 20px;
    color: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger:hover i {
    color: #14bdee;
}


/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}

.menu .logo a {
    color: #000000;
}

.menu.active {
    right: 0;
}

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}

.menu_close:hover div {
    background: #937c6f;
}

.menu .logo {
    margin-bottom: 60px;
}

.menu_nav ul li {
    margin-bottom: 9px;
}

.menu_nav ul li a {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_nav ul li a:hover {
    color: #f9711e;
}

.menu .search {
    width: 100%;
    margin-bottom: 67px;
}

.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.menu .header_search_form {
    width: 100%;
}

.search form {
    position: relative;
}

.menu .search_input {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.menu .search_input::-webkit-input-placeholder {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input:-moz-placeholder {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input::-moz-placeholder {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input:-ms-input-placeholder {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.menu .search_input::input-placeholder {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}


/*********************************
5. Section
*********************************/

.section_title_container {
    max-width: 600px;
    margin: 0 auto;
}

.section_title {
    line-height: 1.2;
}

.section_subtitle {
    line-height: 1.85;
    margin-top: 14px;
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*********************************
6. Home
*********************************/

.home {
    width: 100%;
    height: 90%;
    position: relative;
}

.home_slider_container {}

.home_slider {}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    height: auto;
}

.home_slider_title {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #384158;
}

.home_slider_subtitle {
    font-size: 24px;
    color: #76777a;
    margin-top: 9px;
}

.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 35px;
}

.owl-textos {
    padding-left: 30px;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    visibility: visible;
    transition: all 0.5s;
}

.owl-titulo {
    color: #ffffff;
    font-size: 3em;
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-weight: bolder;
    text-align: left !important;
    font-style: normal !important;
    line-height: 1em !important;
    margin-bottom: 0px !important;
    padding-bottom: 5px;
    opacity: 1 !important;
}

.owl-titulo span {
    border-top: 2px solid #ff0913;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 0.4em;
    font-weight: normal !important;
    color: #ffffff;
    display: block;
    line-height: 1em !important;
    margin-top: 15px;
    padding-top: 15px;
}

.owl-resumen {
    color: #3d3d3d;
    font-size: 1.4em;
    padding-top: 10px;
}

.dropdown_item_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
}

.home_search_button {
    width: 120px;
    height: 46px;
    background: #14bdee;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    background: #b6b7bd;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_prev {
    left: 75px;
}

.home_slider_next {
    right: 75px;
}

.home_slider_nav i {
    line-height: 50px;
    color: #FFFFFF;
    font-size: 22px;
}

.home_slider_nav:hover {
    background: #14bdee;
}

h2 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
    position: relative;
}

.menu_movil {
    background: url("../images/innovacion-home-fondo.jpg") repeat;
}

.btn-primary {
    background-color: #ff0913;
    border: none;
    border-radius: 0px;
    padding: 10px 15px;
}

.btn-primary:hover {
    background-color: #f7a31f;
}

.detalle {
    width: 80%;
    margin: auto;
}


/*Home Innovación Inicio*/

.home-innovacion {
    background-image: url("../images/innovacion-home-fondo.jpg");
    background-repeat: repeat;
    background-position: top center;
}

.home-innovacion h2 {
    color: #FFFFFF;
}

.home-innovacion .detalle {
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

.home-innovacion .marco {
    background-image: url("../images/innovacion-home-cuadro.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 450px;
}

.home-innovacion .marco .box {
    margin-top: 120px;
    text-align: center;
}

.home-innovacion .marco .box a {
    display: block;
    text-align: center;
}

.home-innovacion .marco .box a h4 {
    font-size: 1.5em;
    color: #f7323f;
    margin-bottom: 10px;
}

.home-innovacion .marco .box a h4 span {
    display: block;
    font-weight: 400 !important;
    font-family: "HurmeGeometricSans3"!important;
}

.home-innovacion .marco .box a img {
    display: block;
    margin: auto !important;
}


/*Home Innovación Fin*/

.prod_home {
    margin-bottom: 50px;
}

.prod_home h2 {
    padding-top: 0px;
    color: #ff0913;
}

.prod_home .resumen {
    padding: 0px 5% 35px 5%;
    text-align: center;
    color: #737373;
    width: 80%;
    margin: auto;
}

.prod_home .owl-dots {
    display: none;
}

.prod_home .owl-nav {
    position: relative;
    padding-top: 20px;
    display: block !important;
    width: 100%;
}

.prod_home .owl-nav .owl-prev,
.prod_home .owl-nav .owl-next {
    display: inline-block;
    width: 50%;
}

.prod_home .owl-nav .owl-prev {
    text-align: right;
    padding-right: 3px;
}

.prod_home .owl-nav .owl-next {
    text-align: left;
    padding-left: 3px;
}

.prod_home .owl-nav i {
    font-size: 2.3em;
    font-weight: bold;
    color: #f7323f;
}

.prod_home .owl-nav i:hover {
    color: #58595b;
}

.prod_home .lista {
    padding: 0px;
    margin: auto;
    width: 90%;
    position: relative !important;
}

.prod_home .lista .box1 {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
}

.prod_home .lista .box1 a {
    display: block;
    text-align: center;
}

.prod_home .lista .box1 a img {
    width: 100%;
}

.prod_home .lista .box1 a h4 {
    font-family: "HurmeGeometricSans3"!important;
    padding: 20px 0px 20px 0px;
    color: #ff0913;
    font-size: 1.4em;
}

.empresa {
    background: #f7323f;
    color: #ffffff;
    font-size: 1em;
}

.empresa h2 {
    color: #ffffff;
}

.empresa h2.chico {
    color: #ffffff;
    font-size: 2.18em;
}

.empresa .detalle {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
}

.empresa_somos {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #58595b 12px solid;
    -webkit-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    -moz-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("../images/somos-inti/fondo.jpg");
}

.empresa_somos h2 {
    color: #ffffff;
    font-size: 2.18em;
}

.empresa_somos .comillas,
.empresa_propuesta .comillas {
    width: 80%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0.88em;
}

.empresa_somos .comillas::before,
.empresa_somos .comillas::after,
.empresa_propuesta .comillas::before,
.empresa_propuesta .comillas::after {
    /*font-family: FontAwesome;
    font-size: 2.5em;
    display: block;*/
}

.empresa_somos .comillas::before,
.empresa_propuesta .comillas::before {
    /*content: "\f10d";
    text-align: left;
    padding-bottom: 20px;*/
}

.empresa_somos .comillas::after,
.empresa_propuesta .comillas::after {
    /*content: "\f10e";
    text-align: right;
    padding-top: 20px;*/
}

.empresa_somos .comillas .ini,
.empresa_propuesta .comillas .ini {
    display: block;
    text-align: left;
    margin-bottom: 12px;
}

.empresa_somos .comillas .fin,
.empresa_propuesta .comillas .fin {
    display: block;
    text-align: right;
    margin-top: 12px;
    margin-bottom: 15px;
}

.empresa_somos .comillas .ini img,
.empresa_propuesta .comillas .ini img,
.empresa_somos .comillas .fin img,
.empresa_propuesta .comillas .fin img {
    height: 30px;
}

.empresa_propuesta .comillas::before {
    height: 30px;
}

.empresa_mivi {
    padding-bottom: 60px;
}

.empresa_mivi h4 {
    font-family: "HurmeGeometricSans3"!important;
    font-size: 1.68em;
    padding: 60px 10px 30px;
    text-align: center;
    color: #f7323f;
}

.empresa_mivi .box {
    width: 90%;
    margin: auto;
    color: #737373;
}

.empresa_mivi .box .imagen {
    text-align: right;
}

.empresa_mivi .box .imagen img {
    width: 80%;
}

.empresa_mivi .box .texto {
    text-align: justify;
    border-left: 4px #a91821 solid;
    font-size: 0.75em;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.empresa_historia {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #58595b 12px solid;
    -webkit-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    -moz-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("../images/historia/fondo.jpg");
}

.empresa_historia h2 {
    color: #ffffff;
    font-size: 2.18em;
}

.empresa_historia .detalle {
    width: 80%;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
    font-size: 0.87em;
}

.empresa_propuesta {
    border-top: #58595b 12px solid;
}

.empresa_propuesta img {
    width: 100% !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30));
}

.empresa_propuesta h2 {
    color: #ffffff;
    font-family: "HurmeGeometricSans3" !important;
    font-size: 1.8em;
    padding-bottom: 20px !important;
}

.empresa_propuesta h2.grande {
    font-size: 2em;
}

.empresa_propuesta .nivo-caption {
    position: absolute;
    top: 0px !important;
    right: 0px;
    bottom: 0px !important;
    left: 0px !important;
    color: #ffffff;
    width: 100%;
    z-index: 8;
    padding: 0px;
    overflow: hidden;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.30);
}

.empresa_valores {
    padding-bottom: 50px;
}

.empresa_valores h2 {
    color: #f7323f;
}

.empresa_valores .box_valor {
    padding-top: 40px;
    padding-bottom: 20px;
}

.empresa_valores .box_valor h4 {
    color: #f7323f;
    text-align: center;
    font-family: "HurmeGeometricSans3" !important;
    font-size: 1.68em;
    padding-bottom: 30px;
}

.empresa_valores .box_valor img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.empresa_valores .box_valor .texto {
    border-left: 3px #a91821 solid;
    padding-right: 30px;
    font-size: 0.75em;
    line-height: 16px;
    color: #737373;
}

.noticias .lista .box .textos h4 span {
    display: block;
    font-weight: normal;
    padding-top: 10px;
    color: #0b2646;
    font-size: 0.5em;
}

.empresa_equipo {
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #58595b 12px solid;
    -webkit-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    -moz-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("../images/equipo/fondo.jpg");
    padding-bottom: 40px;
}

.empresa_equipo h2 {
    color: #ffffff;
    font-size: 2.18em;
}

.empresa_equipo .detalle {
    width: 80%;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
    font-size: 0.87em;
}

.empresa_equipo .items_personas {
    position: relative;
}

.empresa_equipo .items_personas .marco {
    padding: 10px;
    background: #eb3541;
    border-radius: 10px;
    position: relative;
}

.empresa_equipo .items_personas .marco img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(25, 26, 26, 1);
    -moz-box-shadow: 0px 0px 30px -10px rgba(25, 26, 26, 1);
    box-shadow: 0px 0px 30px -10px rgba(25, 26, 26, 1);
}

.empresa_equipo .items_personas .texto {
    color: #ffffff !important;
    font-size: 0.88em;
}

.empresa_equipo .items_personas .texto h4 {
    color: #ffffff !important;
    font-size: 1em !important;
    margin-top: 28%;
    margin-bottom: 3px;
}

.empresa_equipo .slick-dots li button:before {
    color: #ffffff;
}

.empresa_equipo .slick-dots li.slick-active button:before {
    color: #eb3541;
}

.empresa_proceso {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #58595b 12px solid;
    -webkit-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    -moz-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("../images/proceso/fondo.png");
}

.empresa_proceso .nivo-caption {
    position: absolute;
    top: 0px !important;
    right: 0px;
    bottom: 0px !important;
    left: 0px !important;
    color: #ffffff;
    width: 100%;
    z-index: 8;
    padding: 0px;
    overflow: hidden;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.30);
}

.empresa_proceso h2 {
    color: #ffffff;
    font-size: 2em;
    font-family: "HurmeGeometricSans3" !important;
    padding-top: 2.5em;
}

.empresa_proceso .detalle {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 0.85em;
}

.empresa_cert {
    padding-bottom: 50px;
}

.empresa_cert h2 {
    color: #f7323f;
    font-size: 2.18em;
}

.empresa_cert .items_cert {
    padding-top: 40px;
    padding-bottom: 20px;
}

.empresa_cert .items_cert h4 {
    color: #f7323f;
    text-align: center;
    font-family: "HurmeGeometricSans3" !important;
    font-size: 1.21em;
    padding-bottom: 30px;
}

.empresa_cert .items_cert img {
    text-align: center;
    margin: auto;
}

.innovacion_lista {
    border-top: #58595b 12px solid;
    position: relative;
}

.innovacion_lista .tuercas {
    background-image: url('../images/tuercas.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.innovacion_lista .busqueda {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.innovacion_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.innovacion_lista .box {
    position: relative;
    margin: 0 25px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(180, 180, 180, 1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(180, 180, 180, 1);
    box-shadow: 0px 0px 0px 3px rgba(180, 180, 180, 1);
    border-radius: 35px;
    background: #ededed;
    padding: 15px;
    margin-bottom: 80px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

.innovacion_lista .box .aviso {
    position: absolute;
    top: -5px;
    right: -45px;
    background-color: #FFED00;
    color: #f7323f;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    border-bottom: 4px solid #b4b4b4;
    z-index: 10;
    padding: 20px 45px 5px 45px;
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.innovacion_lista .box .container {
    padding: 25px;
    border: 5px solid #ffffff;
    border-radius: 25px;
}

.innovacion_lista .box .imagen {
    border-right: 4px solid #b4b4b4;
}

.innovacion_lista .box .imagen img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.innovacion_lista .box .texto {
    text-align: center;
}

.innovacion_lista .box .texto h4 {
    margin-top: 5%;
    text-align: center;
    padding-bottom: 10px;
}

.innovacion_lista .box .texto a {
    display: inline-block;
    background: #f7323f;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 12px;
}

.innovacion_lista .box h4 {
    color: #f7323f;
    font-size: 1.3em;
    font-family: "HurmeGeometricSans3" !important;
}

.innovacion_lista .box:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 97, 112, 1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 97, 112, 1);
    box-shadow: 0px 0px 0px 3px rgba(255, 97, 112, 1);
    background: #f7323f;
}

.innovacion_lista .box:hover .imagen {
    border-right: 4px solid #bc2630;
}

.innovacion_lista .box:hover h4 {
    color: #ffffff;
}

.innovacion_lista .box:hover .texto a {
    display: inline-block;
    background: #ffffff;
    color: #f7323f;
    padding: 5px 15px;
    border-radius: 12px;
}

.innovacion_lista .prod {
    background: #f7323f;
    border-radius: 15px;
    color: #ffffff;
    margin-bottom: 80px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.innovacion_lista .prod .imagen {
    padding: 0px;
}

.innovacion_lista .prod .imagen img {
    background: #ffffff;
    border-top: #f5f5f5 1px solid;
    width: 100%;
    height: 100% !important;
    -webkit-box-shadow: -1px 3px 16px -4px rgba(5, 5, 5, 0.71);
    -moz-box-shadow: -1px 3px 16px -4px rgba(5, 5, 5, 0.71);
    box-shadow: -1px 3px 16px -4px rgba(5, 5, 5, 0.71);
}

.innovacion_lista .prod .texto {
    text-align: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    height: 100%;
    /*display: flex !important;
    align-items: center !important;*/
}

.innovacion_lista .prod .texto .item {
    align-self: center;
    position: relative;
}

.innovacion_lista .prod .texto h4 {
    color: #ffffff;
    font-size: 1.26em;
    font-family: 'HurmeGeometricSans3' !important;
    padding-bottom: 20px;
}

.innovacion_lista .prod .texto a {
    display: inline-block;
    background: #ffffff;
    color: #f7323f;
    padding: 5px 15px;
    border-radius: 12px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.innovacion_lista .prod:hover {
    background: #8e8e8e;
}

.innovacion_lista .prod:hover .texto a {
    background: #f7323f;
    color: #ffffff;
}

.innovacion_lista .vacio {
    background: #e6e6e6;
    color: #ef3742;
    font-size: 1.2em !important;
    font-weight: bold;
    margin: 20px 0px;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
}

.item_detalle {
    border-top: #58595b 12px solid;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
}

.item_detalle .titulo {
    color: #f7323f;
    font-family: 'HurmeGeometricSans3' !important;
    font-size: 2.5em;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item_detalle .texto {
    color: #737373;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: justify;
}

.item_detalle .texto ul {
    list-style-type: disc !important;
    padding-left: 15px;
    margin-top: 20px;
}

.item_noticia {
    padding-top: 0px;
}

.item_noticia .texto ul {
    list-style-type: disc !important;
    padding-left: 15px;
}

.item_noticia .foto {
    -webkit-box-shadow: 6px 14px 16px -14px rgba(5, 5, 5, 0.71);
    -moz-box-shadow: 6px 14px 16px -14px rgba(5, 5, 5, 0.71);
    box-shadow: 6px 14px 16px -14px rgba(5, 5, 5, 0.71);
}

.item_noticia .foto img {
    width: 100%;
}

.item_noticia .fecha {
    padding-bottom: 10px;
}

.item_noticia .fecha span {
    background: #f7323f;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
}

.marco_detalle {
    width: 80%;
    margin: auto;
}

.carrusel_1 .nivo-controlNav {
    text-align: center;
    padding: 35px 0 15px 0;
}

.carrusel_1 img {
    border-radius: 15px;
}

.carrusel_1 a.nivo-control img {
    width: 16% !important;
    margin: 0 2% !important;
    -webkit-box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    -moz-box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    border-radius: 5px;
    margin-top: 15px;
    opacity: 1;
}

.carrusel_1 a.active img {
    border: #58585a 3px solid;
}

.carrusel_2 {
    position: relative;
    padding-bottom: 30px;
}

.carrusel_2 #slider_post {
    width: 40%;
    float: left;
}

.carrusel_2 img {
    border-radius: 15px;
}

.carrusel_2 .nivo-controlNav {
    float: right;
    text-align: left;
    margin-left: 2%;
    width: 58%;
}

.carrusel_2 a.nivo-control img {
    width: 17% !important;
    margin: 17px 4% 17px 4% !important;
    -webkit-box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    -moz-box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    box-shadow: 3px 3px 16px -4px rgba(5, 5, 5, 0.71);
    border-radius: 5px;
    margin-top: 15px;
    opacity: 1;
}

.carrusel_2 a.active img {
    opacity: 0.5;
}

.carrusel_2 .colores {
    position: relative;
    margin: 0 4%;
}

.carrusel_2 .colores h4 {
    color: #f7323f;
    font-size: 1.3em;
    font-family: 'HurmeGeometricSans3' !important;
    padding-top: 10px;
    padding-bottom: 20px;
}

.carrusel_2 .box {
    position: relative;
    padding-bottom: 20px;
}

.carrusel_2 .box p {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: #58595b 1px solid;
}

.video {
    margin: 0 auto 40px auto;
}

.video a {
    background: #58585a;
    border-radius: 15px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 20px;
}

.video a:hover {
    background: #f7323f;
}

.enlaces .pdf {
    text-align: left;
}

.enlaces .contactenos {
    text-align: center;
}

.enlaces .redes {
    text-align: right;
}

.enlaces a {
    display: inline-block;
    padding: 5px 4px;
    color: #737373;
    font-weight: 800;
    font-size: 1.2em;
}

.enlaces a:hover {
    color: #ef3742;
}

.prod_home {
    margin: 0px;
    padding: 60px 0px 40px 0px;
    border-top: #58595b 12px solid;
    background: #ffffff;
}

.prod_home .box {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.prod_home .box img {
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */
    width: 100%;
}

.prod_home .box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prod_home .box .texto {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    z-index: 20;
}

.prod_home .box .texto .malla {
    width: 100%;
    height: 100% !important;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    opacity: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.prod_home .box .texto:hover .malla {
    opacity: 1;
    background: rgba(247, 50, 63, 0.8);
}

.prod_home h3 {
    font-size: 1.9em;
    margin: 0px;
    padding: 20px 20px 10px 20px !important;
    color: #ffffff;
    font-family: 'HurmeGeometricSans3' !important;
    border-bottom: 2px solid #ffffff;
    position: relative;
}

.prod_home h3 span {
    display: inline-block;
    color: #ffffff;
    position: relative;
}


/*.prod_home h3 span:before {
    content: "";
    width: 23px;
    height: 47px;
    background: url("../images/icon_prod1.png") no-repeat 0px 0px;
    top: -5px;
    left: -30px;
    position: absolute;
    display: inline-block;
}

.prod_home h3 span:after {
    content: "";
    width: 23px;
    height: 47px;
    background: url("../images/icon_prod2.png") no-repeat 0px 0px;
    top: -5px;
    right: -30px;
    position: absolute;
    display: inline-block;
}*/

.prod_home .box .texto .malla p {
    margin: 0px;
    padding: 10px;
    font-size: 0.9em;
    line-height: normal !important;
    color: #fff;
}

.prod_home .box .texto .cate1 {
    padding-right: 15%;
    padding-left: 35%;
}

.prod_home .box .texto .cate2 {
    padding-left: 15%;
    padding-right: 35%;
}

.prod_home .box .texto a {
    color: #fff;
    font-size: 1em !important;
    display: inline-block !important;
    text-decoration: none !important;
    text-shadow: none !important;
    outline: none !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.prod_home .box .texto a:hover i {
    background: #0065af;
}

.prod_cate {
    position: relative;
}

.prod_cate img {
    width: 100%;
}

.prod_cate .box {
    border-top: #58595b 10px solid;
    position: relative;
}

.prod_cate .box .texto {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    z-index: 20;
}

.prod_cate .box .texto .malla {
    width: 100%;
    height: 100% !important;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: opacity 0.8s linear;
    opacity: 1;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: right;
}

.prod_cate .box .texto h3 {
    text-align: left !important;
    padding-left: 10px;
    color: #ffffff;
    position: relative;
    font-size: 1.52em;
    font-family: 'HurmeGeometricSans3' !important;
}

.prod_cate .box .texto h3 span {
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding: 0px 0px 20px 0px;
}


/*.prod_cate .box .texto h3 span:before {
    content: "";
    width: 23px;
    height: 47px;
    background: url("../images/icon_prod1.png") no-repeat 0px 0px;
    top: -5px;
    left: -30px;
    position: absolute;
    display: inline-block;
}

.prod_cate .box .texto h3 span:after {
    content: "";
    width: 23px;
    height: 47px;
    background: url("../images/icon_prod2.png") no-repeat 0px 0px;
    top: -5px;
    right: -30px;
    position: absolute;
    display: inline-block;
}*/

.prod_cate .box .texto .resumen {
    text-align: left;
    border-top: 2px solid #ffffff;
    padding-top: 10px;
    font-size: 1.1em;
    font-weight: 400 !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: 0;
}

.prod_cate .box .texto ul {
    list-style: none;
}

.prod_cate .box .texto:hover .malla {
    opacity: 1;
    background: rgba(247, 50, 63, 0.8);
}

.prod_cate .box .texto:hover h3 {
    text-align: left !important;
    padding-left: 10px;
}

.prod_cate .box .texto:hover .resumen {
    opacity: 1;
}

.listanot {
    margin: 0px;
    padding: 60px 0px 40px 0px;
    border-top: #58595b 12px solid;
    background: #ffffff;
}

.listanot .box {
    width: 316px;
    height: 650px;
    overflow: hidden;
    margin: 0 auto 30px auto;
    background-image: url("../images/fondo_noticia.jpg");
    background-position: 0 0;
    position: relative;
}

.listanot .box .imagen {
    padding-top: 87px;
    padding-left: 38px;
    padding-bottom: 23px;
}

.listanot .box .imagen img {
    width: 238px;
    height: 238px;
}

.listanot .box .fecha {
    color: #f7323f;
    font-size: 0.87em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 22px;
}

.listanot .box .vinculo {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.listanot .box .vinculo a {
    font-size: 1.145em;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    background: #f7323f;
}

.listanot .box .titulo {
    color: #f7323f;
    font-size: 1em;
    font-family: 'HurmeGeometricSans3' !important;
    font-weight: bold;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.listanot .box .resumen {
    color: #58585a;
    padding: 0px 40px;
    font-size: 0.88em;
    text-align: center;
}

.listanot .box:hover {
    background-position: bottom;
}

.listanot .box:hover .fecha {
    color: #FFFFFF;
}

.listanot .box:hover .vinculo a {
    color: #f7323f;
    background: #ffffff;
}

.listanot .box:hover .titulo {
    color: #ffffff;
}

.listanot .box:hover .resumen {
    color: #ffffff;
}

.noticias .lista .box .textos .btn-primary {
    font-size: 0.92em;
}

.marcas {
    border-top: #58595b 12px solid;
    padding-top: 50px;
    padding-bottom: 50px;
}

.marcas .box {
    margin: 0px 30px;
}

.marcas .box .front {
    padding: 40px 30px;
    min-height: 300px;
    border-radius: 20px;
}

.marcas .box .front img {
    margin: auto;
    width: 100%;
    opacity: 1;
    padding: 0px;
}

.marcas .box .front:hover img {
    opacity: 0.7;
}

.marcas .box .front span {
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-size: 1.4em;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.marcas .box .front .btn {
    font-size: 0.9em;
}

.marcas .box .front .btn:hover {
    background-color: #ff9b4a !important;
}

.marcas .box .back {
    padding: 40px 60px;
    border-radius: 20px;
    background: #fff;
    color: #000000;
    min-height: 300px;
}

.marcas .box .back span {
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-size: 1.4em;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.marcas .box .back .informacion {
    font-size: 0.87em;
    color: #404040;
    text-align: justify;
}

.marcas .box .back .informacion ul {
    list-style: circle;
    padding-left: 15px;
}

.marcas .box .back .informacion ul li {
    margin-bottom: 10px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    /*height: 370px;*/
    perspective: 1000px;
    border-radius: 10px;
    display: block;
    text-align: center;
    min-height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    cursor: pointer;
}

.flip-card-front {
    background: #ffffff;
    border-radius: 20px;
}

.flip-card-back {
    transform: rotateY(180deg);
    position: relative;
    cursor: pointer;
    background-color: #ffffff !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: -2px 13px 18px -5px rgba(191, 199, 206, 0.81);
    -moz-box-shadow: -2px 13px 18px -5px rgba(191, 199, 206, 0.81);
    box-shadow: -2px 13px 18px -5px rgba(191, 199, 206, 0.81);
    border-radius: 20px;
}

.flip-card-back p {
    width: 100%;
    z-index: 50;
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.flip-card-back a {
    width: 100%;
}


/*
.flip-card-back p a 				{	color: #00467a; font-size: 1em !important; background: #dadada; display: inline-block; margin-top: 20px;}
.flip-card-back p a span 			{	padding: 8px 15px; display: inline-block;}
.flip-card-back p a i 				{	color: #fff; font-weight: bold; font-size: 18px; background: #0065af; padding: 10px 8px;}
.flip-card-back p a:hover 			{	background: #0065af; color: #fff; }
.flip-card-back p a:hover i 		{	background: #00467a; }
*/

.whatasapp {
    position: fixed;
    right: 24px;
    bottom: 95px;
    z-index:2000;
}

.whatasapp a {
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #0dc143;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
}

.whatasapp a i {
    display: inline-block;
    padding-top: 10px;
}

.paginado {
    position: relative;
}

.paginado .fondo {
    margin-bottom: 30px;
}

.paginado .fondo .container {}

.noticia-titulo,
.servicio-titulo {
    position: relative;
    padding-bottom: 40px;
}

.noticia-titulo h2,
.metodologia h2,
.servicio-titulo h2 {
    color: #ff0913;
}

.noticia-titulo h2::before,
.metodologia h2::before,
.servicio-titulo h2::before {
    background-color: #0b2646;
}

.noticia,
.servicio {
    position: relative;
    background-image: url("../images/fondo-servicio.gif");
    background-repeat: repeat-x;
    background-position: top left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.noticia .seccion-imagen,
.servicio .seccion-imagen {
    width: 70%;
    margin: 50px auto 30px auto !important;
}

.noticia .seccion-imagen .imagen,
.servicio .seccion-imagen .imagen {
    position: relative;
}

.noticia .seccion-imagen .imagen {
    margin-top: 70px;
}

.noticia .contenido h4 {
    color: #f7a31f;
    font-size: 1.25em;
    margin: 0px;
    padding: 40px 0 20px 0;
    text-align: left;
}

.noticia .fecha_movil {
    border-top: 7px solid #0b2646;
    border-bottom: 15px solid #0b2646;
    color: #ffffff;
    background: #ff0913;
    padding: 5px 20px;
    font-weight: bold;
}

.noticia .seccion-imagen .imagen div,
.servicio .seccion-imagen .imagen div {
    width: 100%;
    background-image: url("../images/fondo_flecha_2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
}

.noticia .seccion-imagen .imagen div p,
.servicio .seccion-imagen .imagen div p {
    border: 2px solid #ff7108;
    border-radius: 49%;
    padding: 10px;
    margin: 0px;
}

.noticia .seccion-imagen .imagen div img,
.servicio .seccion-imagen .imagen div img {
    width: 100%;
    border: 7px solid #ff0a29;
    border-radius: 49%;
}

.servicio h3 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    color: #ffffff;
    font-size: 2.6em;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-right: 50px;
    border-bottom: 2px solid #f9711e;
    margin-bottom: 30px;
}

.servicio .contenido {
    color: #ffffff;
    background: #ff0913;
    padding: 40px 60px;
    position: relative;
    text-align: justify;
}

.noticia .contenido {
    color: #ffffff;
    background: #ff0913;
    padding: 40px 70px;
    position: relative;
    margin-top: 50px;
}

.servicio .contenido .datos,
.noticia .contenido .datos {
    text-align: justify;
}

.noticia .contenido .barra {
    border-top: 1px solid #f9711e;
    padding-bottom: 20px;
}

.servicio .contenido h4 {
    color: #f7a31f;
    font-size: 1.25em;
    margin: 0px;
    padding: 40px 0 20px 0;
    text-align: left;
}

.servicio .contenido ul {
    list-style: disc;
    margin-left: 10px;
    color: #ffffff;
}

.servicio .contenido ul li {
    color: #ffffff !important;
    text-align: left;
}

.noticia .redes,
.servicio .redes {
    padding-top: 70px;
    position: relative;
    ;
}

.noticia .redes a,
.servicio .redes a {
    position: relative;
    display: inline-block;
    color: #303030;
    font-size: 1.2em;
    font-weight: bold;
    opacity: 0.4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.noticia .redes a i,
.servicio .redes a i {
    color: #ffffff !important;
    font-size: 1.5em;
    font-weight: bold;
    width: 45px;
    line-height: 40px;
    background: #cdcdcd;
    border: #9a9a9a 3px solid;
    border-radius: 49%;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}

.noticia .redes a:hover,
.servicio .redes a:hover {
    opacity: 1;
}

.noticia .fecha {
    display: inline-block;
    padding: 10px 35px;
    font-size: 1.2em;
    background: #ff0913;
    color: #ffffff;
    margin-left: 0px;
    float: left;
}

.metodologia {
    margin-bottom: 90px;
}

.metodologia .lista {
    padding-top: 20px;
}

.metodologia .par {
    text-align: left !important;
    padding-left: 110px;
}

.metodologia .impar {
    text-align: right !important;
    padding-right: 110px;
}

.metodologia .metodologia-flecha {
    margin-left: auto !important;
    margin-right: auto !important;
}

.metodologia .uno {
    background: url("../images/uno-fondo.jpg") right center no-repeat;
}

.metodologia .dos {
    background: url("../images/dos-fondo.jpg") left center no-repeat;
}

.metodologia .tres {
    background: url("../images/tres-fondo.jpg") left center no-repeat;
}

.metodologia .cuatro {
    background: url("../images/cuatro-fondo.jpg") right center no-repeat;
}

.metodologia .cinco {
    background: url("../images/cinco-fondo.jpg") right center no-repeat;
}

.metodologia .seis {
    background: url("../images/seis-fondo.jpg") left center no-repeat;
}

.metodologia .box-metodologia {
    position: relative;
    min-height: 200px;
    margin-bottom: 35px;
}

.metodologia .box-metodologia p {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 1.5em;
    color: #0b2646;
    line-height: normal !important;
}

.metodologia .box-metodologia h5 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-weight: bold;
    color: #ff0913;
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.metodologia .box-metodologia .resumen {
    border-top: 3px solid #a3060d;
    color: #0b2646;
    font-size: 0.9em;
    line-height: normal !important;
    padding: 10px 5px;
    margin: 0px;
    display: block;
}

.metodologia .par img.flecha_abajo {
    position: absolute;
    bottom: -35px;
    left: 40%;
}

.metodologia .impar img.flecha_abajo {
    position: absolute;
    bottom: -35px;
    right: 40%;
}

.contacto-detalle {
    border-top: #58595b 12px solid;
    margin-bottom: 50px;
}

.contacto-contenido {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contacto-detalle h2 {
    color: #ff0913;
    font-weight: bolder;
}

.contacto-detalle h2::before {
    background-color: #0b2646;
}

.contacto-detalle .box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contacto-detalle .box img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contacto-detalle .box .texto {
    padding-top: 15px;
    color: #737373;
    font-size: 0.87em;
    line-height: 20px;
}

.contacto-detalle .box .texto a {
    color: #737373;
}

.contacto-detalle .box .texto a:hover {
    text-decoration: underline;
}

.contacto-detalle h4 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    font-size: 1.4em;
    color: #ff0913;
    margin-bottom: 10px;
}

.contacto-detalle h4 span {
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.contacto-detalle .linea {
    text-align: left;
    padding: 5px 20px 0px;
}

.contacto-detalle .correo {
    padding: 5px 20px 0px;
}

.contacto-detalle .correo a {
    color: #737373;
}

.contacto-detalle .correo a:hover {
    color: #f9711e;
}

.contacto-detalle .redes {
    text-align: center;
    color: #ffffff;
}

.contacto-detalle .redes a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

.contacto-detalle .redes a i {
    display: inline-block;
    width: 37px;
    line-height: 30px;
    color: #fff;
    background: #a3060d;
    border-radius: 49%;
    border: 4px solid #840303;
    font-size: 18px;
}

.contacto-detalle .redes a:hover i {
    background-color: #f7a31f !important;
}

.formulario {
    background-image: url("../images/innovacion-home-fondo.jpg");
    background-repeat: repeat;
    background-position: top center;
    -webkit-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    -moz-box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    box-shadow: 1px 11px 18px -3px rgba(176, 188, 200, 1);
    padding-bottom: 30px;
    color: #ffffff;
}

.formulario h2 {
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.formulario h2::before {
    background-color: #f7a31f;
}

.formulario .resumen {
    padding: 0px 5% 40px 5%;
    font-size: 1em;
    text-align: center;
}

.box_mapa {
    border-top: #58595b 12px solid;
}

.box_mapa h2 {
    color: #f7323f;
    padding-top: 50px;
    padding-bottom: 30px;
}

.box_mapa .resumen {
    color: #737373;
    line-height: 25px;
    padding-bottom: 50px;
}

.map_controles {
    background-color: #58595b;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.map_controles .titulo {
    font-size: 1.2em;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.map_controles select.styled-select {
    color: #ef3743;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.map_controles .combo select {
    display: block;
    font-size: 0.8em;
    font-family: "HurmeGeometricSans3"!important;
    padding: 10px 20px 10px 15px;
    width: 100%;
    -webkit-appearance: none;
    background-color: #c1c1c1;
    background-image: url('../images/arrow.png'), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    text-shadow: none !important;
    border: none !important;
}


/*.map_controles select.styled-select:focus>option:hover,
.map_controles select.styled-select:focus>option:checked {
    background: #ef3743 !important;
    padding-top: 15px;
    line-height: 40px !important;
}*/

.map_controles select.styled-select .option {
    background-color: #c1c1c1;
    font-family: "HurmeGeometricSans3"!important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 40px !important;
}

.map_controles .combo .styled-select,
.map_controles .combo .styled-select:hover,
.map_controles .combo .styled-select:focus,
.map_controles .combo .styled-select:active {
    border: none !important;
    box-shadow: 0px !important;
}

.map_marco {
    background-color: #b1141d;
    border-bottom: #58595b 12px solid;
    position: relative;
}

.map_marco .listado {
    color: #ffffff;
}

.map_marco .listado .titulo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.map_marco .listado .titulo h4 {
    color: #ffffff;
    font-size: 1em !important;
    font-weight: normal !important;
}

.map_marco .listado .distribuidores {
    margin-left: 15px;
    background-color: #ffffff;
    overflow: auto;
    min-height: 420px;
    max-height: 420px;
    font-size: 0.75em;
}

.map_marco .listado .distribuidores a {
    color: #737373;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    border-top: 1px solid #737373;
}

.map_marco .listado .distribuidores a strong {
    display: block;
}

.map_marco .listado .distribuidores a:hover {
    color: #ef3743;
}

.map_marco .mapa {
    width: 100%;
    height: 550px;
    background-color: #e6e6e6;
    position: relative;
}

.gmnoprint {
    display: block !important;
}

.gmnoprint img {
    max-width: 100%;
    max-height: 100%;
}

#map img {
    max-width: none !important;
    max-height: none !important;
}

.form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25em;
}

.form .titulo {
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: normal !important;
    font-size: 0.87em;
}

.form .campo {
    margin-top: 5px;
    margin-bottom: 10px;
}

.form .text {
    border: 1px solid #ff1721;
    font-size: 0.75em;
    padding: 5px 15px;
    width: 100%;
}

.form .text_er {
    border: 1px solid #ff1721;
    font-size: 0.75em;
    background-color: blanchedalmond;
    padding: 5px 15px;
    width: 100%;
}

.form .textarea {
    border: 1px solid #ff1721;
    font-size: 0.75em;
    padding: 5px 15px;
    width: 100%;
}

.form .textarea_er {
    border: 1px solid #ff1721;
    font-size: 0.75em;
    background-color: blanchedalmond;
    padding: 5px 15px;
    width: 100%;
}

.form .botones {
    padding-bottom: 20px;
    padding-top: 10px;
}

.form .boton-form {
    background: #58595b;
    border: #58595b 1px solid;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.87em;
    padding: 5px 18px;
    width: 100px;
}

.form .boton-form:hover {
    background: #ffffff;
    border: #f7323f 1px solid;
    color: #f7323f;
    text-shadow: none !important;
}

.form button,
.form button:hover,
.form button:focus,
.form button:active {
    border: none !important;
    box-shadow: 0px !important;
}

.alerta2 {
    background-color: #58595b;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1em;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    width: 60px;
    height: auto !important;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-indicators li span {
    border: 1px solid #f9711e;
    padding: 2px;
    border-radius: 50%;
    display: block;
}

.carousel-indicators li img {
    border-radius: 50%;
    border: 3px solid #f9711e;
    cursor: pointer;
}

.carousel-indicators li.active {
    border-bottom: 1px solid #f9711e;
    padding-bottom: 10px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/*********************************
13. Newsletter
*********************************/

.newsletter {
    width: 100%;
}

.newsletter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsletter_container {
    width: 100%;
    height: 120px;
}

.newsletter_title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.newsletter_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6px;
}

.newsletter_form_container {
    width: 450px;
    padding-left: 20px;
}

.newsletter_form {
    display: block;
    position: relative;
    width: 100%;
}

.newsletter_input {
    width: calc(100% - 136px);
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    outline: none;
    padding-left: 20px;
    color: #FFFFFF;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.newsletter_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}

.newsletter_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}

.newsletter_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}

.newsletter_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}

.newsletter_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}

.newsletter_button {
    width: 136px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #14bdee;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/*********************************
14. Footer
*********************************/

footer {
    display: block;
    position: relative;
    width: 100%;
    background: #f2313e;
}

footer .fondo {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .copyright {
    text-align: left;
    padding-top: 10px;
    color: #ffffff;
}

footer .redes {
    text-align: right;
    color: #ffffff;
    padding-top: 0px;
}

footer .redes a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    text-align: center;
}

footer .redes a i {
    display: inline-block;
    width: 25px;
    line-height: 30px;
    color: #fff;
    font-size: 1.4em;
}

footer .redes a:hover i {
    color: #58595b !important;
}

.sombra {
    -webkit-box-shadow: inset 0px 27px 32px -19px rgba(46, 51, 54, 0.55);
    -moz-box-shadow: inset 0px 27px 32px -19px rgba(46, 51, 54, 0.55);
    box-shadow: inset 0px 27px 32px -19px rgba(46, 51, 54, 0.55);
}

.cr_list li {
    display: inline-block;
}

.cr_text a {
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cr_text a:hover {
    color: #14bdee;
}

.cr_list li:not(:last-child) {
    margin-right: 50px;
}

.cr_list li a {
    font-size: 14px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cr_list li a:hover {
    color: #14bdee;
}

.paginas_web {
    position: relative;
}

.paginas_web a {
    display: inline-block;
    background: #ff0913;
    padding: 0px 10px;
    line-height: 30px;
    color: #ffffff;
}

.paginas_web a:hover {
    color: #58595b;
}

.paginas_web a.no-link {
    cursor: auto;
    color: #58595b;
}

.paginas_web a.vacio {
    cursor: auto;
}

.paginas_web a.inicio {
    width: 30px;
    border-radius: 15px 0 0 15px;
}

.paginas_web a.final {
    width: 30px;
    border-radius: 0 15px 15px 0;
}

.lightcase-inlineWrap {
    background-image: url('../images/fondo-rayas-ch.png') !important;
    background-repeat: repeat !important;
    padding: 0px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.popup {
    background-image: url('../images/fondo-rayas-ch.png');
    background-repeat: repeat;
    color: #ffffff;
    padding: 35px 70px;
}

.popup h2 {
    font-family: "HurmeGeometricSans3 Bold"!important;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 2em;
    color: #ffffff !important;
    font-weight: normal;
    font-style: italic;
    position: relative;
}

.popup h2::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 3px;
    bottom: 0;
    left: 35%;
    background-color: #f7a31f;
}

.popup .resumen {
    padding: 0 20px 20px 20px;
    text-align: center;
    width: 100%;
}

.popup .form {
    width: 100% !important;
    font-size: 15px;
}

.popup .form .titulo {}

.cookie {
    font-size: 0.87em;
    color: #ffffff;
    background: rgba(139, 17, 12, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.cookie .informacion {
    text-align: left;
}

.cookie .informacion a {
    color: #ffffff;
    font-weight: bold;
}

.cookie .informacion a:hover {
    text-decoration: underline;
}

.cookie .boton {
    text-align: left;
}

.cookie .boton a {
    color: #f5323f;
    border: 1px solid #f7323f;
    padding: 5px 20px;
    background: #ffffff;
    display: inline-block;
    margin-top: 15px;
}