@charset "utf-8";
@font-face {
    font-family: "Liberation";
    src: url("../fonts/LiberationSans-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/LiberationSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/LiberationSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/LiberationSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/LiberationSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/LiberationSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/LiberationSans-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');

/*********************************
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: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

.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: 'Roboto', 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: 'Liberation', "Liberation Serif", "serif";
    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;
}


/*********************************
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: 'Roboto Slab', 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;
    border-bottom: 8px solid #0b2646;
}

.header_content {
    height: 90px;
    -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,
.logo_text {
    display: inline-block;
}

.logo img,
.logo_text img {
    width: 181px;
}

.logo {
    width: 60px;
    height: 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;
}

.logo img {
    max-width: 100%;
}

.logo_blanco {
    width: 220px;
    margin-left: 30%;
    margin-right: auto;
}

.logo_text {
    vertical-align: middle;
    -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 span {
    color: #14bdee;
}

.header.scrolled .logo {
    width: 40px;
    height: 40px;
}

.header.scrolled .logo_text {
    font-size: 24px;
}


/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {
    font-family: 'Liberation', "Liberation Serif", "serif";
    margin-top: 20px;
}

.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 {
    font-size: 1.5em;
    display: block;
    font-weight: normal;
    color: #0b2646;
    line-height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    -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: #ffffff;
    background: #ff0913;
}


/*.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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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-titulo {
    font-size: 2.5em;
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-weight: bolder;
    text-align: left !important;
    font-style: normal !important;
    color: #ff0913;
    border-bottom: 2px solid #ff0913;
    padding-bottom: 5px;
    margin-bottom: 0px !important;
}

.owl-titulo span {
    font-size: 0.8em;
    font-weight: normal;
    color: #0b2646;
    display: block;
}

.owl-resumen {
    color: #3d3d3d;
    font-size: 1.4em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.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: 'Liberation', "Liberation Serif", "serif";
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    font-style: italic;
    position: relative;
}

.menu_movil {
    background: url("../images/fondo-rayas-ch.png") repeat;
}

h2::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: 0;
    left: 45%;
}

.btn-primary {
    background-color: #ff0913;
    border: none;
    border-radius: 0px;
    padding: 10px 15px;
}

.btn-primary:hover {
    background-color: #f7a31f;
}


/*Conoce*/

.conoce {
    padding-bottom: 50px;
    position: relative;
}

.conoce .fondo {
    background: #a3060d;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(169, 179, 186, 1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(169, 179, 186, 1);
    box-shadow: 0px 3px 10px 0px rgba(169, 179, 186, 1);
    z-index: 1000;
}

.conoce .box {
    color: #ffffff;
    font-size: 1em;
    background: url("../images/fondo-rayas-ch.png") repeat;
    border-left: #74070b 2px solid;
    border-right: #74070b 2px solid;
    border-bottom: #74070b 5px solid;
    top: -20px !important;
    -webkit-box-shadow: 2px 14px 14px -12px rgba(139, 141, 143, 1);
    -moz-box-shadow: 2px 14px 14px -12px rgba(139, 141, 143, 1);
    box-shadow: 2px 14px 14px -12px rgba(139, 141, 143, 1);
}

.conoce .box h2 {
    color: #ffffff;
}

.conoce .box h2::before {
    background-color: #f7a31f;
}

.conoce .box .resumen {
    padding: 0px 5% 35px 5%;
    font-size: 1.25em;
    text-align: center;
}

.conoce .box .resumen1 {
    padding: 0px 15% 35px 15%;
    font-size: 1.25em;
    text-align: center;
}

.conoce .box ul.lista {
    list-style: none;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
    padding-bottom: 30px;
}

.conoce .box ul.lista li {
    float: left;
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
}

.conoce .box ul.lista li div {
    color: #f7a31f;
    font-size: 1.6em;
    padding-bottom: 10px;
    font-weight: bold;
}

.conoce .box ul.lista li p {
    border-top: 2px solid #ffffff;
    color: #f7a31f;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
    line-height: normal !important;
}

.lineas {
    margin-bottom: 70px;
    position: relative;
}

.lineas h2 {
    color: #ff0913;
}

.lineas h2::before {
    background-color: #0b2646;
}

.lineas .resumen {
    padding: 0px 5% 35px 5%;
    font-size: 1.25em;
    text-align: center;
    color: #303030;
}

.lineas .box {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.lineas .box img {
    width: 100%;
}

.lineas .box h4 {
    font-size: 1.75em;
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-weight: bold;
    color: #ff0913;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff0913;
    margin-bottom: 15px;
}

.lineas .box div {
    height: 150px;
    overflow: hidden;
    font-size: 0.92em;
    padding-left: 15px;
    padding-right: 15px;
    color: #303030;
}

.lineas .box .btn-primary {
    font-size: 0.92em;
}

.experiencia {
    background: url("../images/fondo-rayas-ch.png") repeat;
    border-bottom: #0b2646 8px 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);
    margin-bottom: 70px;
    color: #ffffff;
}

.experiencia h2 {
    color: #ffffff;
}

.experiencia h2::before {
    background-color: #f7a31f;
}

.experiencia .resumen {
    padding: 0px 5% 35px 5%;
    font-size: 1.25em;
    text-align: center;
}

.experiencia .logos {
    margin: 0px 5% 0px 5%;
    width: 90%;
    position: relative;
}

.experiencia .logos img {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.experiencia .logos img:hover {
    opacity: 0.7;
}

.experiencia .logos .owl-dots {
    display: none;
}

.experiencia .logos .owl-nav {
    position: relative;
}

.experiencia .logos .owl-nav .owl-next {
    bottom: 60px;
    left: 0px;
    position: absolute;
}

.experiencia .logos .owl-nav .owl-prev {
    bottom: 60px;
    right: 0px;
    position: absolute;
}

.experiencia .logos .owl-nav i {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
}

.experiencia .logos .owl-nav i:hover {
    color: rgba(255, 255, 255, 0.8);
}

.noticias {
    margin-bottom: 70px;
}

.noticias h2 {
    color: #ff0913;
}

.noticias h2::before {
    background-color: #0b2646;
}

.noticias .resumen {
    padding: 0px 5% 35px 5%;
    font-size: 1.25em;
    text-align: center;
    color: #303030;
}

.noticias .lista {
    padding: 30px 0px;
    width: 70%;
    margin: auto;
}

.noticias .owl-dots {
    display: none;
}

.noticias .owl-nav {
    position: relative;
}

.noticias .owl-nav .owl-next {
    bottom: 150px;
    left: -20px;
    position: absolute;
}

.noticias .owl-nav .owl-prev {
    bottom: 150px;
    right: 0px;
    position: absolute;
}

.noticias .owl-nav i {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.noticias .owl-nav i:hover {
    color: rgba(0, 0, 0, 0.8);
}

.noticias .lista .box {
    position: relative;
}

.noticias .lista .box .imagen {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
}

.noticias .lista .box .imagen div {
    border: 2px solid #ff7108;
    border-radius: 49%;
    padding: 10px;
}

.noticias .lista .box .imagen div img {
    width: 100%;
    border: 7px solid #ff0a29;
    border-radius: 49%;
}

.noticias .lista .box .textos {
    width: 58%;
    float: left;
}

.noticias .lista .box .textos h4 {
    font-family: 'Liberation', "Liberation Serif", "serif";
    padding: 20px 0px 10px 0px;
    color: #ff0913;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #f9711e;
}

.noticias .lista .box .textos h4 span {
    display: block;
    padding-top: 10px;
    color: #0b2646;
    font-size: 0.5em;
}

.noticias .lista .box .textos .btn-primary {
    margin-top: 0px !important;
    font-size: 0.92em;
    background-color: #ff0913 !important;
}

.noticias .lista .box .textos .btn-primary:hover {
    background-color: #f7a31f !important;
    margin-top: 0px !important;
}

.presentacion {
    margin-bottom: 70px;
}

.presentacion h2 {
    color: #ff0913;
}

.presentacion h2::before {
    background-color: #0b2646;
}

.presentacion .box {
    padding: 30px 0px;
    width: 80%;
    margin: auto;
    position: relative;
}

.presentacion .box .imagen {
    float: left;
    margin-right: 10%;
}

.presentacion .box .imagen div {
    width: 100%;
    background-image: url("../images/fondo_flecha_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
}

.presentacion .box .imagen div p {
    border: 2px solid #ff7108;
    border-radius: 49%;
    padding: 10px;
    margin: 0px;
}

.presentacion .box .imagen div img {
    width: 100%;
    border: 7px solid #ff0a29;
    border-radius: 49%;
}

.presentacion .box .textos {
    text-align: justify;
    color: #59595e;
}

.presentacion .box .textos strong {
    color: #ff0913;
}

.presentacion .box .textos h4 {
    font-family: 'Liberation', "Liberation Serif", "serif";
    padding: 20px 0px 10px 0px;
    color: #ff0913;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #f9711e;
}

.noticias .lista .box .textos h4 span {
    display: block;
    font-weight: normal;
    padding-top: 10px;
    color: #0b2646;
    font-size: 0.5em;
}

.noticias .lista .box .textos .btn-primary {
    font-size: 0.92em;
}

.video {
    background-image: url("../images/fondo_video.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #0b2646 8px 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);
    margin-bottom: 50px;
    color: #ffffff;
}

.video h2 {
    color: #ffffff;
}

.video h2::before {
    background-color: #f7a31f;
}

.video .box {
    padding: 40px 0px;
    width: 80%;
    margin: auto;
    position: relative;
}

.video .box .texto {
    color: #ffffff;
    text-align: right;
    margin-right: 10%;
}

.video .box .texto h4 {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 2.6em;
    color: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f9711e;
    margin-left: 40px;
}

.video .box .reproductor {}

.video .box .reproductor video {
    border: 2px solid #f7a31f;
    height: auto !important;
}

.circular {
    position: relative;
}

.circular h2 {
    color: #ff0913;
}

.circular h2::before {
    background-color: #0b2646;
}

.circular .fondo {
    z-index: 1000;
    position: relative;
}

.circular .img_fondo {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}

.circular .fondo .box {
    margin-bottom: 20px;
    text-align: justify;
    color: #212121;
    position: relative;
    margin-right: 20px;
}

.circular .fondo .box img {
    position: absolute;
    top: 0px;
    left: -30px;
}

.circular .fondo .box h5 {
    color: #ff0913;
    font-size: 1.4em;
    margin: 0px;
    padding: 0 0 5px 0;
}

.circular .fondo .box p {
    margin-top: 5px;
    color: #f9711e;
    border-top: 2px solid #f9711e;
    font-size: 0.9em;
}

.cateser {
    background: url("../images/fondo_categoria.jpg") bottom center no-repeat;
    padding-bottom: 250px;
}

.cateser .laterales {
    margin-top: 50px;
}

.cateser h2 {
    color: #ff0913;
}

.cateser h2::before {
    background-color: #0b2646;
}

.cateser .lista {
    padding: 0px 30px 0px 30px;
    position: relative;
    min-height: 560px !important;
}

.cateser .lista a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    color: #404040;
}

.cateser .lista a img {
    width: 100%;
    margin-top: 50px;
    background-color: #122746 !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;
}

.cateser .lista a span {
    padding: 5px;
    display: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cateser .lista a p {
    margin: 0px;
    padding: 5px 5px 10px 5px;
    font-family: 'Liberation', "Liberation Serif", "serif";
    /*font-size: 2.1em;*/
    font-size: 1.75em;
    font-weight: bold;
    color: #ff0913;
    line-height: normal !important;
    border-bottom: 2px solid #ff0913;
    margin-bottom: 5px;
}

.cateser .lista a:hover {}

.cateser .lista a:hover img {
    background-color: #F5711F !important;
    margin-top: 0px;
}

.cateser .lista a:hover span {
    display: block;
}

.listaser {
    padding-top: 20px;
    padding-bottom: 50px;
}

.listaser h3 {
    color: #ff0913;
    font-family: 'Liberation', "Liberation Serif", "serif";
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.1em;
    font-weight: normal;
    font-style: italic;
    position: relative;
}

.listaser h3::before {
    background-color: #0b2646;
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: 0;
    left: 45%;
}

.listaser .select {
    margin-top: 10px;
    color: #818181;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-size: 1.4em;
    padding: 5px 20px;
    float: left;
    width: 340px;
    overflow: hidden;
}

.listaser .icono {
    float: left;
    margin-left: 20px;
    width: 50px;
}

.listaser .icono div {
    border: 1px solid #ff7108;
    border-radius: 49%;
    padding: 2px;
}

.listaser .icono div img {
    width: 100%;
    border: 2px solid #ff0a29;
    border-radius: 49%;
}

.listaser .box {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listaser .box a {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 30px 30px;
    text-align: center;
    min-height: 390px;
    -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);
}

.listaser .box a .imagen {}

.listaser .box a .imagen div {
    width: 80%;
    background-image: url("../images/fondo_flecha_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    margin: auto;
    position: relative;
}

.listaser .box a .imagen div p {
    border: 2px solid #ff9b4a;
    border-radius: 49%;
    padding: 2px;
    margin: 0px;
    position: relative;
}

.listaser .box a .imagen div .img {
    width: 100%;
    border: 4px solid #ff0a29;
    background-color: #ff9b4a;
    border-radius: 49%;
    display: block;
}

.listaser .box a .imagen div .img img {
    opacity: 1;
    border-radius: 49%;
    width: 100%;
}

.listaser .box a span {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 1.4em;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ac1e25;
    margin-bottom: 10px;
    display: block;
    line-height: normal !important;
}

.listaser .box a .btn {
    font-size: 0.8333em;
}

.listaser .box a:hover .imagen div img {
    opacity: 0.7;
}

.listaser .box a:hover .btn {
    background-color: #ff9b4a;
}

.clientes {
    padding-top: 20px;
    padding-bottom: 50px;
}

.clientes .box {}

.clientes .box .front {
    padding: 40px 30px;
    min-height: 400px;
}

.clientes .box .front img {
    margin: auto;
    width: 100%;
    opacity: 1;
}

.clientes .box .front:hover img {
    opacity: 0.7;
}

.clientes .box .front span {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 1.4em;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ac1e25;
    margin-bottom: 10px;
    display: block;
}

.clientes .box .front .btn {
    font-size: 0.9em;
}

.clientes .box .front .btn:hover {
    background-color: #ff9b4a !important;
}

.clientes .box .back {
    padding: 40px 30px;
    background: #fff;
    color: #000000;
    min-height: 400px;
}

.clientes .box .back span {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 1.4em;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ac1e25;
    margin-bottom: 10px;
    display: block;
}

.clientes .box .back .informacion {
    font-size: 0.9em;
    color: #404040;
    text-align: justify;
}

.clientes .box .back .informacion ul {
    list-style: circle;
    padding-left: 15px;
}

.clientes .box .back .informacion ul li {
    margin-bottom: 10px;
}

.listanot {
    padding-top: 20px;
    padding-bottom: 50px;
}

.listanot h3 {
    color: #ff0913;
    font-family: 'Liberation', "Liberation Serif", "serif";
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.1em;
    font-weight: normal;
    font-style: italic;
    position: relative;
}

.listanot h3::before {
    background-color: #0b2646;
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: 0;
    left: 45%;
}

.listanot .box {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listanot .box a {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
    min-height: 430px;
    -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);
}

.listanot .box a .fecha {
    font-size: 0.84em;
    color: #fff;
    background: #ff0913;
    padding: 5px 15px;
    text-align: left;
}

.listanot .box a .imagen {
    padding: 10px 20px 0 20px;
}

.listanot .box a .imagen div {
    width: 80%;
    background-image: url("../images/fondo_flecha_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    margin: auto;
}

.listanot .box a .imagen div p {
    border: 2px solid #ff9b4a;
    border-radius: 49%;
    padding: 2px;
    margin: 0px;
}

.listanot .box a .imagen div .img {
    width: 100%;
    border: 4px solid #ff0a29;
    background-color: #ff9b4a;
    border-radius: 49%;
    display: block;
}

.listanot .box a .imagen div .img img {
    opacity: 1;
    border-radius: 49%;
    width: 100%;
}

.listanot .box a span {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 1.4em;
    line-height: normal !important;
    color: #ff0913;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ac1e25;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

.listanot .box a .resumen {
    display: block;
    font-style: normal;
    font-size: 0.87em;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #404040;
    line-height: normal !important;
}

.listanot .box a .btn {
    font-size: 0.8333em;
}

.listanot .box a:hover .imagen div img {
    opacity: 0.7;
}

.listanot .box a:hover .btn {
    background-color: #ff9b4a;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    /*height: 370px;*/
    perspective: 1000px;
    border: 1px solid #dfdfdf;
    display: block;
    text-align: center;
    min-height: 410px;
    -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);
    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;
}

.flip-card-back {
    transform: rotateY(180deg);
    position: relative;
    cursor: pointer;
    background-color: #ffffff !important;
}

.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; }
*/

.paginado {
    position: relative;
}

.paginado .fondo {
    background: url("../images/fondo-rayas-ch.png") repeat;
    border-bottom: #0b2646 8px 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);
    margin-bottom: 50px;
}

.paginado .fondo .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.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: 'Liberation', "Liberation Serif", "serif";
    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: 'Liberation', "Liberation Serif", "serif";
    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 {
    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 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacto-detalle h4 {
    font-family: 'Liberation', "Liberation Serif", "serif";
    font-size: 1.4em;
    color: #ff0913;
    margin-bottom: 10px;
    border-bottom: 2px solid #0b2646;
}

.contacto-detalle h4 span {
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #af272d;
}

.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: url("../images/fondo-rayas-ch.png") repeat;
    border-bottom: #0b2646 8px 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);
    margin-bottom: 70px;
    padding-bottom: 30px;
    color: #ffffff;
}

.formulario h2 {
    color: #ffffff;
}

.formulario h2::before {
    background-color: #f7a31f;
}

.formulario .resumen {
    padding: 0px 5% 35px 5%;
    font-size: 1.25em;
    text-align: center;
}

.form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25em;
}

.form .titulo {
    margin-bottom: 10px;
    padding-top: 15px;
}

.form .campo {
    margin-top: 5px;
    margin-bottom: 10px;
}

.form .text {
    border: 1px solid #ff1721;
    font-style: italic;
    padding: 8px 10px;
    width: 100%;
}

.form .text_er {
    border: 1px solid #ff1721;
    background-color: blanchedalmond;
    font-style: italic;
    padding: 8px 10px;
    width: 100%;
}

.form .textarea {
    border: 1px solid #ff1721;
    font-style: italic;
    padding: 8px 10px;
    width: 100%;
}

.form .textarea_er {
    border: 1px solid #ff1721;
    background-color: blanchedalmond;
    font-style: italic;
    padding: 8px 10px;
    width: 100%;
}

.form .botones {
    padding-bottom: 20px;
    padding-top: 10px;
}

.form .btn-primary {
    background: #a3060d;
    border: #a3060d 1px solid;
    font-size: 0.9em;
    padding-left: 40px;
    padding-right: 40px;
    width: 150px;
}

.form .btn-primary:hover {
    background: #eba44d;
    border: none !important;
    text-shadow: none !important;
}

.alerta2 {
    background-color: #e79c3f;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.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 {
    border-bottom: #0b2646 45px solid;
    display: block;
    position: relative;
    width: 100%;
    background: url("../images/fondo-rayas-ch.png") repeat;
    padding-top: 5px;
}

footer .fondo {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: #ad0810 15px solid;
}

footer .copyright {
    text-align: left;
    padding-top: 20px;
    color: #ffffff;
    font-size: 1.1em;
}

footer .redes {
    text-align: right;
    color: #ffffff;
    padding-top: 20px;
}

footer .redes a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

footer .redes a i {
    display: inline-block;
    width: 38px;
    line-height: 30px;
    color: #fff;
    background: #a3060d;
    border-radius: 49%;
    border: 4px solid #840303;
    font-size: 18px;
}

footer .redes a:hover i {
    background-color: #f7a31f !important;
}

.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;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 49%;
    background: #ff0913;
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

.paginas_web a span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 49%;
}

.paginas_web a:hover span {
    background-color: #f7a31f;
    border-radius: 49%;
}

.paginas_web a.no-link {
    cursor: auto;
}

.paginas_web a.no-link span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #f7a31f;
    border-radius: 49%;
}

.ayuda {
    z-index: 1900;
    position: fixed;
    left: 0px;
    height: 200px;
    top: 40%;
    border-top: #62070a 3px solid;
    border-bottom: #62070a 3px solid;
    border-right: #62070a 3px solid;
    border-radius: 0 10px 10px 0;
    background-image: url(../images/fondo_flotante.jpg);
    background-repeat: repeat;
    width: 32px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.4s ease-in-out;
    /** Opera **/
}

.ayuda .box {
    background: #ff0913;
    height: 194px;
    width: 318px;
    color: #ffffff;
    border-right: #62070a 3px solid;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.4s ease-in-out;
    /** Opera **/
    margin-right: 32px;
    float: right;
    position: relative;
}

.ayuda .box::after {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 1.1em;
    font-family: 'Liberation', "Liberation Serif", "serif";
    color: #ffffff;
    text-align: center;
    height: 194px;
    width: 32px;
    padding-left: 5px;
    float: right;
    content: 'Adquiere nuestros servicios';
    position: absolute;
    top: 0px;
    right: -32px;
}

.ayuda:hover .box::after {
    writing-mode: vertical-lr;
    right: -32px;
}

.ayuda .box h3 {
    font-size: 1.4em;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    display: inline-flex;
}

.ayuda .box h3::before {
    background-color: #f7a31f;
    content: '';
    position: absolute;
    width: 90%;
    height: 3px;
    bottom: 0;
    left: 5%;
}

.ayuda .box .resumen {
    margin-bottom: 15px;
}

.ayuda .box .btn {
    font-size: 0.95em;
    background: #f7a31f;
    padding-right: 40px;
    padding-left: 40px;
}

.ayuda:hover {
    width: 355px;
}

.ayuda .box .btn:hover {
    background-color: #0b2646;
}

.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: 'Liberation', "Liberation Serif", "serif";
    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 {}


/*
.popup .form {
    margin-left: auto;
    margin-right: auto;
}

.popup .form .titulo {
    margin-bottom: 5px;
    padding-top: 10px;
}

.popup .form .campo {
    margin-top: 3px;
    margin-bottom: 10px;
}

.popup .form .text {
    border: 1px solid #ff1721;
    font-style: italic;
    padding: 10px;
    width: 100%;
}

.popup .form .textarea {
    border: 1px solid #ff1721;
    font-style: italic;
    padding: 10px;
    width: 100%;
}

.popup .botones {
    padding-bottom: 20px;
    padding-top: 20px;
}

.popup .btn-primary {
    background: #a3060d;
    border: #a3060d 1px solid;
    font-size: 0.9em;
    padding-left: 40px;
    padding-right: 40px;
}

.popup .btn-primary:hover {
    background: #f8951f;
    border: 1px solid #f8951f;
}*/