﻿body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	/*color: rgba(255,255,255,0.5);*/
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 400;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #25BAD0;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
    color: #fff;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a, span {
	color: #fff;
}
a:hover, a:focus, span:hover, span:focus {
	text-decoration: none;
	color: #25BAD0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
    list-style: none;
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/*Texto oculto*/
#morecsspure-trigger-toggle { cursor: pointer; }
#morecsspure-element-toggle { display:none; }
#morecsspure-element-toggle:not(:checked) ~ #morecsspure-toggled-element { display:none; }
#morecsspure-element-toggle:not(:checked) ~ #morecsspure-trigger-toggle .morecsspure-lesslink { display:none; }
#morecsspure-element-toggle:checked ~ #morecsspure-abstract { display:none; }
#morecsspure-element-toggle:checked ~ #morecsspure-trigger-toggle .morecsspure-morelink { display:none; }
#morecsspure .morecsspure-morelink, #morecsspure .morecsspure-lesslink { display: block; cursor: pointer; }
#morecsspure .morecsspure-morelink:hover, #morecsspure .morecsspure-lesslink:hover { text-decoration:underline; }

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;

}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    font-weight: bold;
	font-size: 26px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #25BAD0;
}
#menu.navbar-default .navbar-nav > li > a, #menu.navbar-default .navbar-nav > li > a > span {
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li:hover,#menu.navbar-default .navbar-nav > li > a:hover, #menu.navbar-default .navbar-nav > li > a:hover > span {
	color: #25BAD0;
}
.on {
	/*background-color: #03252b !important;*/
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #25BAD0 !important;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > span:focus {
	color: #25BAD0 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.btn-default {
	color: #25BAD0;
	background-color: transparent;
	border: 2px solid #25BAD0;
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #053740;
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
span:focus, a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#btn_inicio {
    /*margin-top: 10px;*/
    margin-top: 7.1px;
    padding: 8px;
    /*width: 130px;*/
    height: 30px;
}
#btn_inicio.iniciar a.inicio_sesion{
    background: #009846;
    border: 0;
    width: 120px;
    height: 30px;
    border-radius: 4px;
    transition: background 0.3s ease-in-out;
    /*margin-top: 10px;*/
    z-index:0; 
    align-items: center;
    text-align: center;
    padding: 8px;
    align: center;

    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}


/*Submenu*/
#menu ul li:hover .children {
	display: block;
}

#menu ul li .children {
	/*position: absolute;*/
	display: none;
	/*height: 150%;*/
	z-index: 1000;
}
#menu ul li .children li {
	/*margin-right:10px;*/
    background-color: rgba(5, 55, 64, 0.8);
    border: transparent 4px solid;
}
#menu ul li .children li a {
    background-color: rgba(255, 255, 255, 0.1);
	display: block;
    /*height: 5px;*/
}

/*nav ul .children li a {
	float: left;
	position:static;
	top:3px;
	margin-right: 0px;
	margin-left: 20px;
}*/

/*nav ul li a span {
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding:20px;
}*/

/*#menu ul li a .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
}*/


/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
    background: url('../../Images/Tsubaki_empresa.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	padding: 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#053740', GradientType=0 ); /* IE6-9 */
}
.section-title {
	padding: 25px 0 60px 0;
}
.intro H1 {
	font-size: 59px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.9);
    font-weight: bold;
}
.intro .brand {
	color: #25BAD0;
	font-weight: 700;
}
.intro .intro-text p {
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 150px;
}

/* Services Section */
#services {
	padding: 120px 0;
	background: #053740;
}
#services h4 {
	color: #25BAD0;
	text-transform: uppercase;
}
#services i.fa {
	font-size: 32px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #053740;
	width: 100px;
	height: 100px;
	padding: 33px 0;
	border: 1px solid #25BAD0;
	background: #25BAD0;
	border-radius: 50%;
}
#services img {
    width: 250px;
    height: 250px;
    margin: 10px auto;
	display: block;
}

/* About Section */
#about {
	padding: 100px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(37, 186, 208); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208, 1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208, 1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25BAD0', endColorstr='#25BAD0', GradientType=0 ); /* IE6-9 */
}
#about h2 {
	color: rgba(255,255,255,0.8);
}
#about h4 {
	color: #0a4b55;
}
#about .about-text {
	margin-left: 10px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #053740;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
}
ol.type li a {
	background: transparent;
	border: 2px solid #25BAD0;
	color: #25BAD0;
	padding: 10px 20px;
}
ol.type li a.active {
	background: #25BAD0;
	color: #053740;
}
ol.type li a:hover {
	background: #25BAD0;
	color: #053740;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 33% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}

/* Team Section */
#team {
	padding: 100px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(37, 186, 208); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37, 186, 208,1) 0%, rgba(37, 186, 208,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25BAD0', endColorstr='#25BAD0', GradientType=0 ); /* IE6-9 */
}
#team h2 {
	color: rgba(255,255,255,0.8);
}
#team h3 {
	color: #0a4b55;
}
img.img-circle.team-img {
	width: 160px;
	height: 160px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: rgba(255,255,255,0.9);
}

/* Contact Section */
#contact {
    background: url('../../Images/contact-bg.jpg') no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#contact .overlay {
	padding: 100px 0 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#bf053740', GradientType=0 ); /* IE6-9 */
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 20px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff6600;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #ccc;
}
.form-control:-moz-placeholder {
color: #ccc;
}
.form-control::-moz-placeholder {
color: #ccc;
}
.form-control:-ms-input-placeholder {
color: #ccc;
}
#contact .btn {
	margin-top: 20px;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #25BAD0;
}
#dirc{
	position:center;
	left: 400px;
	top: 680px;
}
#tdc{
	/*border-bottom: groove;
	border-color: white;*/
	width: 350px;
	height: 200px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Footer Section*/
/*#footer {
	background: #03252b;
	padding: 25px 0 20px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #25BAD0;
}*/

/* Media Queries */
@media (max-width: 1024px) {
.intro H1 {
	font-size: 42px;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 100px;
}
#about img {
	margin-bottom: 20px;
}
}


/*Paginas*/
#paginaBase {
    padding: 8% 0;
    /*height: 92.5%;
    width: 100%;*/
    background: #053740;
    width:100%;
    /*position: fixed;*/
}

.container .base{
    background: white;
}

    /*Nuevo diseño por requerimientos*/

    .ff-en {
        font-family: aktiv-grotesk-condensed, sans-serif !important;
        font-weight: 400;
        font-style: normal;
        line-height: 1.7;
    }

    @media all and (min-width: 769px) {
        .ff-en {
            line-height: 1.5;
        }
    }

    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1.6rem 2rem 1.4rem;
        line-height: 1;
    }

    .header_global a {
        width: auto;
        padding: .6rem 0 .6rem 3.4rem;
        font-size: 1.8rem;
        font-weight: 600;
        background-position: 0 center;
        background-size: 23px;
    }

    .c-header-upper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 90px;
        padding: 0 50px;
        background-color: #fff;
    }

    .c-header-logo-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-header-logo > img {
        display: block;
        width: 150px;
        height: 31px;
    }

    .c-header-site {
        position: relative;
        margin-left: 33px;
        padding-top: 3px;
        padding-left: 32px;
        font-weight: 600 !important;
        font-size: 2.2rem;
        color: #666;
        line-height: 1.4;
    }

        .c-header-site::before {
            position: absolute;
            top: 3px;
            left: 0;
            width: 1px;
            height: 30px;
            background-color: #ccc;
            content: '';
        }

    @media all and (max-width: 1160px) {
        .c-header-site::before {
            top: 4px;
            height: 23px;
        }
    }

    .c-header-util {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 5px;
    }

        .c-header-util > li:first-child {
            margin-left: 0;
            margin-top: 3px;
        }

        .c-header-util .box-header-lang {
            /*position: absolute;*/
            top: calc(100% + 8px);
            left: 0;
            z-index: 11;
            display: none;
            width: 88px;
            background-color: #f8f8f8;
            -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
            box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
        }

    @media all and (max-width: 1160px) {
        .c-header-util .box-header-lang {
            top: 100px;
            left: 0;
            z-index: 10;
            width: 100%;
            background-color: #0099ff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }

    @media all and (max-width: 1160px) {
        .c-header-util .box-header-lang .list-lang {
            padding: 0 10px;
        }
    }

    .c-header-util .box-header-lang .list-lang > li {
        border-bottom: 1px solid #ccc;
    }

        .c-header-util .box-header-lang .list-lang > li:last-child {
            border-bottom: none;
        }

    @media all and (max-width: 1160px) {
        .c-header-util .box-header-lang .list-lang > li {
            border-color: #fff;
        }
    }

    .c-header-util .box-header-lang .list-lang a {
        display: block;
        padding: 12px 10px;
        font-size: 1.3rem;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        top: calc(100% + 8px);
        left: 0;
        /*z-index: 11;*/
        color: #666;
        width: 88px;
        background-color: #f8f8f8;
        -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
        box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    }

    @media all and (min-width: 1161px) {
        .c-header-util .box-header-lang .list-lang a:hover {
            color: #fff;
            background-color: #0099ff;
        }
    }

    @media all and (max-width: 1160px) {
        .c-header-util .box-header-lang .list-lang a {
            color: #fff;
            font-size: 1.5rem;
        }
    }

    .c-header-util .link-site {
        position: relative;
        padding-left: 35px;
        font-size: 1.8rem;
    }

        .c-header-util .link-site:hover {
            color: #666;
        }

        .c-header-util .link-site::before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 23px;
            height: 23px;
            background: url(/Images/iconos/ico_global.svg) no-repeat;
            background-size: 23px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
        }

    @media all and (max-width: 1160px) {
        .c-header-util .link-site {
            overflow: hidden;
            display: block;
            width: 24px;
            height: 24px;
            padding: 0;
            background: url(/Images/iconos/ico_global.svg) no-repeat;
            background-size: 24px;
            font-size: 0;
            text-indent: -999px;
        }
    }

    @media all and (max-width: 1160px) {
        .c-header-util .link-site::before {
            display: none;
        }
    }

    @media all and (max-width: 1440px) {
        .c-header-upper {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media all and (max-width: 1160px) {
        .c-header-upper {
            height: 56px;
            padding: 11px 15px 10px;
        }
    }

    @media all and (min-width: 1161px) {
        .c-header-util a:hover {
            text-decoration: underline;
        }
    }

    .c-header-util .link-text {
        font-size: 1.6rem;
        line-height: 1;
    }

    @media all and (max-width: 1160px) {
        .c-header-util .link-text {
            font-size: 1.3rem;
        }
    }

    @media all and (min-width: 1161px) {
        .c-header-util .link-lang {
            position: relative;
            padding-left: 29px;
            padding-right: 18px;
            font-size: 1.3rem;
        }

            .c-header-util .link-lang::before {
                position: absolute;
                top: 49%;
                left: 0;
                width: 22px;
                height: 20px;
                background: url(/Images/iconos/ico_lang_gray.svg) no-repeat;
                background-size: 22px 20px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                content: '';
            }

            .c-header-util .link-lang::after {
                position: absolute;
                top: 50%;
                right: 0;
                width: 9px;
                height: 5px;
                background: url(/Images/iconos/ico_arrow_gray_down_01.svg) no-repeat;
                background-size: 9px 5px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: -webkit-transform 0.2s;
                transition: -webkit-transform 0.2s;
                -o-transition: transform 0.2s;
                transition: transform 0.2s;
                transition: transform 0.2s, -webkit-transform 0.2s;
                content: '';
            }

            .c-header-util .link-lang.is-open::after {
                -webkit-transform: translateY(-50%) rotate(-180deg);
                -ms-transform: translateY(-50%) rotate(-180deg);
                transform: translateY(-50%) rotate(-180deg);
            }
    }

    @media all and (max-width: 1160px) {
        .c-header-util .link-lang {
            overflow: hidden;
            position: absolute;
            right: 89px;
            bottom: 15px;
            z-index: 2;
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 5px;
            border: 1px solid #0099ff;
            background: url(/Images/iconos/ico_lang_blue.svg) #fff center no-repeat;
            background-size: 22px 20px;
            font-size: 0;
            text-indent: -999px;
            cursor: pointer;
        }

            .c-header-util .link-lang.is-open {
                background: url(/Images/iconos/ico_lang_white.svg) #0099ff center no-repeat;
                background-size: 22px 20px;
            }
    }

    ellipse
    /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /* ==========================================================
  footer
========================================================== */
    .c-footer {
        border-top: 1px solid #e0e0e0;
        background-color: #fff;
        position: relative;
    }

    .c-footer-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 40px 50px 40px;
    }

    @media all and (max-width: 1440px) {
        .c-footer-in {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media all and (max-width: 1160px) {
        .c-footer-in {
            display: block;
            padding: 35px 15px 15px;
        }
    }

    .c-footer-col:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    @media all and (max-width: 1160px) {
        .c-footer-col:first-child {
            display: block;
            margin-bottom: 25px;
            text-align: center;
        }
    }

    .c-footer-col:last-child {
        text-align: right;
    }

    @media all and (max-width: 1160px) {
        .c-footer-col:last-child {
            text-align: left;
        }
    }

    @media all and (max-width: 1160px) {
        .c-footer-logo {
            display: inline-block;
            margin-bottom: 25px;
        }
    }

    .c-footer-logo > img {
        display: block;
        width: 112px;
        margin-top: 1px;
    }

    .c-footer-copyright {
        padding-bottom: 2px;
        font-size: 1.1rem;
        color: #666;
        line-height: 1.5;
        font-family: aktiv-grotesk-condensed, sans-serif !important;
        font-weight: 400;
        font-style: normal;
    }

    @media all and (max-width: 1160px) {
        .c-footer-copyright {
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.7;
            text-align: left;
        }

            .c-footer-copyright .title {
                font-size: 1.1rem;
                font-weight: bold;
            }
    }

    .c-footer-copyright .title {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .c-footer-util {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 60px;
        margin-top: 6px;
        line-height: 1.4;
    }

    @media all and (max-width: 1160px) {
        .c-footer-util {
            display: inline-block;
            margin: 0;
            font-size: 1.4rem;
            text-align: left;
        }
    }

    .c-footer-util > li {
        position: relative;
        margin-left: 30px;
        padding-left: 16px;
    }

        .c-footer-util > li:first-child {
            margin-left: 0;
        }

    @media all and (max-width: 1160px) {
        .c-footer-util > li {
            margin-left: 0;
            margin-bottom: 11px;
        }

            .c-footer-util > li:last-child {
                margin-bottom: 0;
            }
    }

    .c-footer-util > li::before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 8px;
        height: 12px;
        background: url(/Images/iconos/flecha_derecha.svg) no-repeat;
        background-size: 8px 12px;
        content: '';
    }

    @media all and (max-width: 1160px) {
        .c-footer-util > li::before {
            top: 4px;
        }
    }

    .c-footer-util > li a {
        font-family: aktiv-grotesk-condensed, sans-serif !important;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 400;
        color: #666;
    }

    @media all and (max-width: 1160px) {
        .c-footer-util > li a {
            letter-spacing: normal;
            font-weight: 400;
        }
    }

    .c-footer-sns {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 15px;
    }

    @media all and (max-width: 1160px) {
        .c-footer-sns {
            /* display: none; */
            margin-bottom: 5px;
        }
    }

    .c-footer-sns > li {
        margin-left: 4px;
    }

        .c-footer-sns > li:first-child {
            margin-left: 0;
        }
    /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/