html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    position: relative;
	line-height: 1;
    min-height: 100vh;
    padding: 0!important;
}
i.fa.fa-twitter.fa-2x {
    background: url(/img/twitter-x-seeklogo.com.png);
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}


header {
    width: 100%;
    display: block;
    padding: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 8%;
    transition: background-color 0.5s ease;
}

@font-face {
    font-family: 'florencesans';
    src: url(fonts/Fuente.ttf) format('truetype'),
    url(fonts/Florsn02.woff) format('woff'),
    url(fonts/Fuente.woff2) format('woff2');
}

@font-face {
    font-family: 'eurostile';
    src: url(fonts/Eurostile.ttf) format('truetype'),
    url(fonts/Eurostile.ttf) format('woff');
}

#content {
    margin-top: 140px;
    display: block;
}

.header {
    width: 1200px;
    display: block;
    margin: auto;
    max-width: 90%;
}
.headerwrap {
    background: rgba(1,1,1,0.3);
    width: 100%;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease; 
    -moz-transition: background-color 0.5s ease;
}
.navbar-default{
    border-color: transparent;
}
.navbar-brand>img {
    width: 90%;
}
.navbar-brand {
    padding: 0;
}
.logo{
    float: left;
   max-width: 200px;
}
.logo img {
    width: 100%;
}
.rrss{
	float: right;
}
.rrss ul li {
    float: left;
    font-size: 22px;
    padding: 20px 10px;
    transition: text-shadow 0.5s ease;
    text-shadow: 1px 1px 4px #000;
    transition: color 0.5s ease;
    -webkit-transition:color 0.5s ease; 
    -moz-transition:color 0.5s ease;
    color: #fff;
}
.search {
    padding-top: 5px;
}
.lang {
    float: right;
    padding-top: 2vh;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.lang ul li {
    font-size: 11px;
    float: left;
    font-family: 'florencesans';
    transition: color 0.5s ease;
    text-shadow: 1px 1px 4px #000;
    -webkit-transition:color 0.5s ease; 
    -moz-transition:color 0.5s ease;
    color: #fff;
    padding: 12px 5px;
    height: 100%;
}
.lang ul {
    height: 100%;
}
a.lang-link {
    padding-bottom: 20%;
}
footer {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 40px;
    z-index: 5;
}

.menufront {
    width: 1500px;
    max-width: 90vw;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.main-menu-h {
    float: right;
}
.col-nav-item {
    padding: 0 10px;
}
.col-nav-item.social a {
    padding-left: 5px;
    padding-right: 5px;
}
.col-nav-item.social a i {
    font-size: 20px;
    line-height: 20px;
}
.col-nav-item.social {
    position: relative;
    top: 8px;
}
.menufront > ul, .main-menu-h {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding-top: 2vh;
    vertical-align: middle;
    height: 100%;
}

.menufront > ul li, .main-menu-h li {
	float: left;
    font-family: 'florencesans';
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    height: 100%;
}

.menufront .sidebar-title {
    color: #fff;
    font-weight: lighter;
    padding-top: 12px;
    font-size: 11px;
    display: block;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000;
    height: 65%;
    line-height: 12px;
}
a.lang-link:hover, .under-border:hover {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
}
a:hover{
    text-decoration: none;
    color: #ffffff;
}

.menufoot {
    width: 100%;
    background: rgba(0,0,0,0);
    border-top: #fafdff solid 2px;
}

.menufoot > .footwrap {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: auto;
}
.menufoot > .footwrap > ul {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 12px;
}

.menufoot > .footwrap > ul li {
	float: left;
    font-family: Helvetica;
    color: #fafdff;
    display: inline-block;
}

.menufoot .sidebar-title {
    color: #fafdff;
    font-weight: lighter;
    display: block;
    text-align: left;
    text-decoration: none !important;
    font-size: 12px;
    border-right: 1px solid #fafdff;
    padding: 0 7px 0 5px;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000;
}
.menufoot a.accordion-toggle {
    padding: 7px 1px;
    display: block;
    text-decoration: none;

}
a.accordion-toggle {
    text-decoration: none;
}
.menufoot ul li:last-child span.sidebar-title {
    border: none;
}
span.copyright {
    text-align: right;
    float: right;
    color: #ffffff;
    font-family: Helvetica;
    padding: 0 5px;
    font-size: 12px;
    text-shadow: 1px 1px 4px #000;
}

.pophide{
	display: none;
	position: absolute;
    top: -155px;
}
.accordion-toggle:hover .pophide{
	display: block;
    border: solid 1px white;
}


.openarrow {
    display: block;
    float: left;
    font-size: 38px;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    padding: 18vh 15px;
}

.infoContainer {
    float: left;
    width: 350px;
    height: 50vh;
    z-index: 1;
    top: 0;
    position: absolute;
    padding: 25vh 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 4px #000;
    left: 80px;
}


.video-foreground{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

}

.video-foreground iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    transition: opacity .5s;
    height: 120vh;
    width: 206vh;
    pointer-events: none;
}

.logo-up{
    max-width: 60%;
    padding-bottom: 5%;
}

.logo-down{
    max-width: 80%;
    margin: 5% auto;
}

.logo-up > a > img, .logo-down > a > img{
    width: auto!important;
    max-height: 100px;
}

.title-slide{
    font-size: 18px;
    line-height: 1.5;
    font-family: 'eurostile';
}

.title {
    font-size: 52px;
}

.options > * {
    display: block;
    float: left;
    padding: 20px 20px 0 0;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
}
.infoContainer .description {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    line-height: 1.5em;
    margin: 20px;
    display: none;
    text-align: justify;
}

.infoContainer .title h2{
    text-transform: uppercase;
}

.description {
    padding-bottom: 10vh;
}

.carrusel > ul {
    top: 50px !important;
}

.carrusel .options {
    position: relative;
    top: -50px;
    width: 100%;
    display: block;
    height: 50px;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
}

.carrusel .options > *{
	display: block;
	padding: 15px; 
}
.right{
	float: right;
}
.carrusel .options > a.lightbox.right {
    top: 0px !important;
}

.about-container{
    padding-top: 52vh;
    width: 100vw;
}
.about-title{
    max-width: 50%;
    margin: 0 auto;
}
.big-title{
    font-family: 'florencesans';
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    padding-bottom: 2vh;
    text-transform: uppercase;
}
.about-info{
    width: 100vw;
    background: rgba(1,1,1,0.3);
    padding-bottom: 10vh;
}
.about-par{
    max-width: 60vw;
    margin: 0 auto;
    padding: 5vh 0;
    color: #ffffff;
    font-size: 17px;
}

.about-par>p{
    font-family: 'Lato',sans-serif!important;
    text-align: justify!important;
    line-height: 1.4;
    padding-bottom: 2vh;
    font-weight: 300;
    text-indent: 0!important;
    margin-left: 0!important;
}
.about-par>p>span {
    font-family: 'Lato'!important;
    font-weight: 400;
}
.about-par>ul{
    font-family: 'Lato', sans-serif!important;
    margin-left: 1vw;
    line-height: 1.4;
    font-weight: 300;
}
.about-par>ul>li{
    padding-left: 1vw;
    list-style-type: disc;
    line-height: 1.4;
}
.about-par strong {
    font-weight: bold;
}
.about-par a {
    text-decoration: underline;
    background-color: transparent!important;
}
.about-par b {
    font-weight: bold;
}
.business-bg{
    padding-bottom: 12vh;
}
.area-title{
    max-width: 16vw;
    padding: 12vh 0 0 2vw;
    border-bottom: 1px solid white;
    margin-bottom: 4vh;
    text-align: right;
    color: #ffffff;
    font-family: 'florencesans';
    font-size: 14px;
}
.container-title{
    padding-right: 2px;
    padding-bottom: 2px;
}
.circletag {
    display: block;
    width: 125px;
    height: 125px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position:50% 50%!important;
    background-repeat:no-repeat!important;
    background-size: contain!important;
    border: 3px solid white;
}
.business-container {
    display: table;
    max-width: 80%;
    margin: 2vh auto;
}
.business-content {
    display: table-cell;
    vertical-align: middle;
    max-width: 1000px;
    height: 125px;
    background: rgba(14,37,58,0.6);
}
.business-logo {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    height: 125px;
    background: rgba(14,37,58,0.6);
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.business-title {
    padding: 0 2vw ;
    display: inline-block;
    font-size: 11px;
    font-family: 'florencesans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    width: 20%;
    line-height: 1.4;
    vertical-align: middle;
}
.business-desc {
    display: inline-block;
    font-size: 16px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
    color: #ffffff;
    width: 40%;
    vertical-align: middle;
}
.business-desc>ul>li{
    list-style-type: disc;
    line-height: 1.4;
}
.logo-box {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.mini-logo {
    max-height: 100px;
}
.news-box {
    margin: 0 auto;
    max-width: 70vw;
}
img.news-image {
    width: 100%;
    border: 2px solid white;
    height: 350px;
    object-fit: fill;
}
.news-title {
    font-size: 14px;
    font-family: 'Lato', sans-serif!important;
    color: #ffffff;
    text-align: center;
    margin: 1vh 3px 3vh 3px;
    font-weight: 400;
}
.pages-box{
    float: right;
    margin-right: 10vw;
}
.pagination>li:first-child, .pagination>li:first-child {
    display: none;
}
.pagination>li:last-child, .pagination>li:last-child {
    display: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-family: 'Lato', sans-serif;
}
.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    border: none;
    font-family: 'Lato', sans-serif!important;
}
.noticia-box {
    margin: 0 auto;
    max-width: 50vw;
}
.noticia-info{
    margin: 2vh auto;
    overflow-x: hidden;
}
.middle-box{
    margin-top: 40%;
}
.noticias-title {
    font-size: 14px;
    font-family: 'Lato', sans-serif!important;
    color: #ffffff;
    text-align: left;
    margin: 0 3px 3vh 3px;
    font-weight: 400;
}
.noticia-info>p{
    text-align: justify;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.noticia-info a {
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.contact-container{
    height: 100%;
    min-height: 100vh;
    position: absolute;
}
.contact-top{
    width: 100vw;
    height: 50%;
    background: url(../img/fondo.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-bottom{
    width: 100vw;
    height: 50%;
    background: url(../img/bottom_bg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-left{
    float: left;
    width: 35%;
    padding-top: 2vh;
}
.contact-title {
    margin-top: 1vh;
    max-width: 50%;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    border-bottom: 1px solid white;
    text-align: right;
}
.contact-info{
    padding-top: 2vh;
    max-width: 50%;
    margin: 0 auto;
    padding-left: 5vw;
}
.contact-address{
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}
.contact-right{
    float: left;
    width: 60%;
    padding-top: 2vh;
}
.thanks {
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 400;
}
.total-container{
    height: 100%;
    padding-top: 15vh;
}
.text-box{
    background: rgba(0,0,0,0.3);
    width: auto;
    max-width: 60vw;
    margin: 0 auto;
    padding: 30px;
}
.carrusel > .fa {
    font-size: 40px;
    color: #fff;
    margin: 0 50px;
    cursor: pointer;
}
.carrusel em {
    font-style: italic;
}

.backbutton{
    width: 5%;
    float: none;   
}
.backbutton a img {
    width: 100%;
}
.buttonback{
    width: 10%;
}
.buttonback a img {
    width: 100%;
}
.detailSserie {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: justify;
}
.space {
    margin: 2vh 0;
}

.full-image{
    width: 100%;
}

.separador {
    float: left;
    margin: 5vh 3vw;
    padding: 0 1px;
    background: white;
    min-height: 70vh;
}

.backstretch {
    pointer-events: none;
}


.centercontainer img {
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 375px;
    height: 232px;
    max-width: 31vw;
    max-height: 19vw;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}


.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}

.back .card {
    background: rgba(0,0,0,0.8);
    height: 68%;
    padding: 20% 0 0;
}

.front .card {
    /*background: #fff;*/
    height: 100%;
}

.back .card h1{
	color: #fff;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 200px;
    display: block;
    margin: 0 auto 15px;
    padding-bottom: 15px;
}

.back .card h3{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: center;
}


.textMain {
    background: rgba(50, 53, 56,0.75);
    /*width: 100%;*/
    width: auto;
    max-width: 900px;
    margin: 45vh auto 15vh;
    padding: 30px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    line-height: 1.7em;
}
.textMain .teleTitle {
    text-align: center;
}
.textMain p{
	margin-bottom: 15px;
}

.par-just{
    text-align: justify;
}
.par-just p {
    font-family: sans-serif;
    font-weight: 300;
}
.par-just strong {
    font-weight: bold;
}

.datatext p {
    margin: 20px 15px;
    line-height: 1.5rem;
}
.dataform h1 {
    font-size: 32px;
    margin: 15px 0;
    text-align: center;
}
.dataform input, .nice-select{
    display: block;
    width: 330px;
    padding: 10px;
    margin: 1vh;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    background-color: #EAEBED;
}
.dataform textarea{
    display: block;
    width: 330px;
    padding: 10px;
    margin: 1vh;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    height: 80px;
    background-color: #EAEBED;
}
.dataform button {
    margin: 0 1vh;
    width: 85px;
    padding: 10px;
    background: rgba(0,0,0,0);
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #EAEBED;
}
.leftimage {
    width: 30%;
    float: left;
    margin-right: 2%;
}
.leftimage a img {
    width: 100%;
}
.clear{
	clear: both;
}
.openSelf img{
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.openSelf:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-white {
  background-color: #fff;
}

.header-gray{
    color: #4f5054;
}

.nice-select {
  -moz-user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Oswald",sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 42px;
  line-height: 20px;
  outline: medium none;
  padding-left: 12px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
  width: 85%;
}

.nice-select.wide {
  max-width: 85%;
  width: 100%;
}

.aa-input-search{
    opacity: .0;
}

.aa-input-search:focus{
    opacity: 1;
}

.error{
    color: red;
    font-weight: bold;
}

.slidesChev {
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    font-size: 30px !important;
    position: absolute;
}

.slidesChev.l{
    left: 35px;
    top: 50%;
}
.slidesChev.r{
    right: 35px;
    top: 50%;
}


/*****  Responsive style *****/

@media screen and (min-width: 2501px){
    header{
        height: 5vh;
    }
    .title-slide{
        font-size: 24px;
    }
    .menufront {
        width: 1600px;
    }
    .menufront .sidebar-title {
        height: 55%;
        font-size: 16px;
    }
    .lang ul li {
        font-size: 16px;
    }
    .menufoot .sidebar-title, span.copyright{
        font-size: 16px;
    }
    .big-title{
        font-size: 25px;
    }
    .about-par{
        font-size: 22px;
    }
    .area-title {
        max-width: 21vw;
        font-size: 22px;
    }
    .business-container{
        max-width: 1200px;
    }
     .business-title {
        padding: 0 29px;
        font-size: 16px;
    }
    .business-desc {
        margin-right: 5%;
        font-size: 19px;
    }
    .news-title{
        font-size: 19px;
    }
    .noticia-info>p{
        font-size: 19px;
    }
    .noticias-title{
        font-size: 19px
    }
    .pagination>li>span{
        font-size: 19px;
    }
    .dataform input, .nice-select{
        width: 500px;
        font-size: 17px;
    }
    .dataform textarea{
        width: 500px;
        font-size: 17px;
        height: 120px;
    }
    .dataform button {
        font-size: 18px;
    }
}

@media screen and (min-width: 1910px) and (max-width: 2500px){
    .title-slide{
        font-size: 24px;
    }
    .menufront > ul {
        max-width: 80vw;
        padding-top: 2vh;
    }
    .lang {
        padding-top: 2vh;
    }
    .menufront .sidebar-title {
        height: 45%;
        font-size: 15px;
    }
    .lang ul li {
        font-size: 15px;
    }
    .menufoot .sidebar-title, span.copyright{
        font-size: 16px;
    }
    .big-title{
        font-size: 24px;
    }
    .about-par{
        font-size: 21px;
    }
    .area-title{
        max-width: 20vw;
        padding: 12vh 0 0 4vw;
        font-size: 18px;
    }
    .business-container{
        max-width: 1200px;
    }
    .business-title {
        padding: 0 38px;
        font-size: 15px;
    }
    .business-desc {
        margin-right: 5%;
        font-size: 18px;
    }
    .news-title{
        font-size: 19px;
    }
    .noticias-title{
        font-size: 19px
    }
    .noticia-info>p{
        font-size: 18px;
    }
    .pagination>li>span{
        font-size: 19px;
    }
    .dataform input, .nice-select{
        width: 430px;
        font-size: 16px;
    }
    .dataform textarea{
        width: 430px;
        font-size: 16px;
        height: 120px;
    }
    .dataform button {
        font-size: 16px;
    }
}


@media screen and (min-width: 881px){
    #lang-rrss{
        right: 10%;
    }
}

@media screen and (min-width: 641px) and (max-width: 880px){

    #lang-rrss{
        right: 1%;
    }

    .lang {
        padding: 0;
        padding-top: 2vh;
    }
  
    #aa-search-input{
        max-width: 210px;
    }

    .title{
        font-size: 2.5em;
    }
}

@media screen and (min-width:768px){
    #lang-rrss {
        display: block !important;
        max-width: 300px;
        position: absolute;
    }

    #menu-icon, .menu-front-mobile{
        display: none;
    }
    .lang-mobile{
        display: none;
    }
    .logo{
        padding-top: 1vh;
    }

    .rrss{
        float: left;
    }

    #aa-search-input{
        position: absolute !important;
        right: 5%;
        top: -32px;
        vertical-align: top;
    }

    .infoContainer{
        width: 350px;
    }
}

@media screen and (max-width:1230px){
    .logo-box{
        width: 80px;
    }
    .mini-logo{
        max-height: 60px;
    }
}

@media screen and (max-width:950px){
    .business-title{
        width: 30%;
        padding: 0 1vw;
    }
    .business-desc{
        width: 65%;
        font-size: 14px;
        padding-left: 5px;
    }
    .logo-box{
        width: 30%;
        margin: 5px auto;
    }
    .navbar-brand>img {
        padding-top: 2vh;
    }
    a.lang-link:hover, .under-border:hover{
        padding-bottom: 0;
    }
    .sidebar-title, .lang ul li, span.copyright{
        font-size: 10px!important;
    }
    .middle-box {
        margin-top: 5%;
    }
    .noticias-title{
        margin: 0 3px 2vh 3px;
    }
}

@media screen and (max-width:767px){
    header{
        height: 10%;
        padding: 0;
        z-index: 9;
    }

    footer{
        text-align: center;
        height: 25px;
    }

    .menufoot > .footwrap > ul {
        display: none;
    }

    header .logo{
        padding: 10px 0;
        position: relative;
    }

    #lang-rrss{
        display:none;
    }

    .header{
        max-width: 100%;
    }
    .navbar-brand>img {
        padding-top: 0;
        width: 150px;
    }
    .lang{
        padding: 0;
        display: none;
    }

    .rrss{
        min-width: 240px;
        background-color: rgba(1,1,1,0.75);;
    }

    .lang ul, .rrss ul{
        margin: 20px 0;
    }

    .lang ul{
        padding-top: 5%; 
    }

    .lang ul li, .rrss ul li{
        display: inline;
        float: none;
    }

    .search {
        padding-bottom: 4%;
        padding-top: 0;
        position: relative;
    }

    #menu-icon {
        border-radius: 5px;
        color: #fff;
        display: block;
        float: right;
        right: 5%;
        text-transform: uppercase;
        font-size: 2em;
    }

    .logo {
        float: left;
        width: 100%;
    }

    .logo img{
        margin-left: 5%;
    }
    .logo-up {
        padding-bottom: 0;
    }
    .background-header{
        background-color: #000;
        opacity: .5;
        width: 100%;
    }


    .menu-front-mobile li a, .rrss ul li, .lang ul li{
        color: #ffffff;
        font-size: 16px!important;
        font-family: "Roboto",sans-serif;
        text-shadow: none;
    }

    .menufront ul{
        display: none;
    }

    .rrss ul li{
        text-transform: uppercase;
        padding: 1px;
    }

   .rrss .menu-front-mobile li{
        display: block;
        padding: 10px 15px;
    }
    .rrss .lang-mobile{
        margin-left: 15px;
    }
    .aa-input-icon{
        right: 5px !important;
        top: 25px !important;
    }

    .aa-input-search{
        border: 0 none !important;
        padding: 12px 28px 12px 12px;
    }

    .aa-input-search:focus{
        color: #4f5054 !important;
    }

    .lang ul{
        padding-top: 0;
    }

    .infoContainer{
        left: 10%;
        width: auto;
    }

    .title{
        font-size: 2em;
    }

    .menufoot > .footwrap {
        display: block;
        margin: 0 auto;
        text-align: center;
        width:100%;
    }

    .footwrap .copyright{
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }

    /********** motion for menu icon  *************/
    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 35px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        right: 3px;
    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        background: white none repeat scroll 0 0;
        border-radius: 2px;
        display: block;
        height: 6px;
        left: 7px;
        position: absolute;
        top: 23px;
        width: 80%;
    }

    .c-hamburger span::before,.c-hamburger span::after {
        border-radius: 2px;
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #fff;
        content: "";
    }

    .c-hamburger span::before {
        top: -10px;
    }

    .c-hamburger span::after {
        bottom: -10px;
    }

    .c-hamburger--htx {
        background-color: transparent;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before, .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {
        background-color: transparent;
    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }

    .detailSide {
        padding: 15vh 20px 0;
        width: auto;
    }
    .about-container {
        padding-top: 20vh;
    }
    .card h1{
        width: 100%;
    }
    .dataform input, .dataform textarea{
        width: 100%;
    }
    .contact-title{
        max-width: 90%;
    }
    .contact-info{
        max-width: 80%;
        padding-left: 2vw;
    }
    .contact-address{
        font-size: 11px;
    }
    .noticia-box{
        max-width: 75vw;
    }
    .area-title{
        max-width: 40vw;
    }
    .text-box{
        max-width: 90vw;
    }
    .about-par{
        max-width: 85vw;
        font-size: 15px;
    }
    .business-container{
        max-width: 100%;
    }
    .business-logo{
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding-left: 15px;
    }
    .circletag{
        width: 100px;
        height: 100px;
    }
    .business-content{
        height: 100px;
        padding: 2vh 0;
    }
    .business-title {
        width: auto;
        padding: 0 1vw;
    }
    .business-desc {
        width: auto;
        font-size: 0.75em;
        margin: 1vh 10px 1vh 20px;
    }
    .navmenu-fixed-right {
        left: auto !important;
    }

    .somos-logo-img{
        display: none;
    }

}

@media screen and (max-width: 450px){
    header{
        height: 13%;
    }

    .menufoot .sidebar-title{
        font-size: .65em;
    }

    .footwrap .copyright{
        font-size: .65em;
    }

    .menufoot{
        width: 100%;
    }

    .othersMain .carrusel ul > li {
        float: none;
        margin: 5%;
        width: auto;
    }

    li.otherCat{
        border-right: none  ;
    }
    .mini-logo {
        max-height: 50px;
    }

}

@media screen and (max-height: 670px){
    .search {
        padding-top: 11px;
    }
    .title-slide {
        font-size: 15px !important;
    }
    .logo-up>a>img, .logo-down>a>img {
        max-height: 60px !important;
        max-width: 100px;
    }
}

@media screen and (max-height: 640px){
    .contact-top{
        display: none;
    }
    .contact-bottom{
        height: 100%;
        padding-top: 12vh;
    }
    .contact-title{
        max-width: 80%;
    }
    .contact-info{
        max-width: 80%;
    }
}

@media screen and (max-height: 480px){
    header{
        height: 20%;
    }
    footer{
        height: 32px;
    }
    .rrss ul li {
        padding: 5px;
    }

    .menu-front-mobile li a, .rrss ul li, .lang ul li {
        font-size: 0.9em;
    }
    .title-slide {
        font-size: 15px !important;
    }
    .logo-up>a>img, .logo-down>a>img{
        max-height: 60px !important;
    }
    .logo-down{
        margin: 1px auto;
    }
    .dataform button{
        padding: 5px;
    }
    .area-title{
        padding: 16vh 0 0 2vw;
        max-width: 25vw;
    }
}
.col-nav-item.social a:hover, a:focus, a:active {
    text-decoration: none;
      color: inherit;
}