<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sutega Global Css */

a {
    color: #fff;
}
a:hover, a:focus {
    color: #fff;
}

/* Cursor Sutega */

body {
    /*cursor :url(../images/cursor.png), pointer; */
}

/* Fuentes Sutega */
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
    url('../fonts/gotham-medium-webfont.woff') format('woff'),
    url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
    url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-book-webfont.woff2') format('woff2'),
    url('../fonts/gotham-book-webfont.woff') format('woff'),
    url('../fonts/gotham-book-webfont.ttf') format('truetype'),
    url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-light-webfont.woff2') format('woff2'),
    url('../fonts/gotham-light-webfont.woff') format('woff'),
    url('../fonts/gotham-light-webfont.ttf') format('truetype'),
    url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
    {font-family:"Arkitech";
    src:url("../fonts/Arkitech_Medium.eot?") format("eot"),
    url("../fonts/Arkitech_Medium.woff") format("woff"),
    url("../fonts/Arkitech_Medium.ttf") format("truetype"),
    url("../fonts/Arkitech_Medium.svg#Arkitech-Medium") format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('../fonts/Novecentosanswide-Normal-webfont.eot');
    src: url('../fonts/Novecentosanswide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Novecentosanswide-Normal-webfont.woff2') format('woff2'),
    url('../fonts/Novecentosanswide-Normal-webfont.woff') format('woff'),
    url('../fonts/Novecentosanswide-Normal-webfont.ttf') format('truetype'),
    url('../fonts/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_sans_widelight';
    src: url('../fonts/Novecentosanswide-Light-webfont.eot');
    src: url('../fonts/Novecentosanswide-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Novecentosanswide-Light-webfont.woff2') format('woff2'),
    url('../fonts/Novecentosanswide-Light-webfont.woff') format('woff'),
    url('../fonts/Novecentosanswide-Light-webfont.ttf') format('truetype'),
    url('../fonts/Novecentosanswide-Light-webfont.svg#novecento_sans_widelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* MENU */


.top {
    background-color: #000;
    width: 100%;
    heigth: 42px;
}
.top-bar {
    background-color: #000;
    color: #fff;
    height: 42px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 0;
    width: 100%;
}
.languages a {
    color: #fff;
}
.languages:hover {

}
.languages-es {
    background-color: #000;
    border-right: 1px solid;
    float: left;
    padding: 0 10px 0 0;
}
.languages-es:hover{
    text-decoration: underline;
}
.languages-en {
    background-color: #000;
    color: #fff;
    float: left;
    padding: 0 0 0 10px;
    width: 6%;
}
.languages-en:hover{
    text-decoration: underline;
}
.top-icons {
    font-size: 26px;
    color: #fff;
}
.top-icons a {
    color: #fff;
}
.top-icons-map{
    background-color: #000;
    color: #fff;
    float: right;
    padding: 0px 0 0 10px;
    margin-top:-12px;
}
.top-icons-flickr{
    background-color: #000;
    color: #fff;
    float: right;
    padding: 0 10px 0 0;
    margin-top:-10px;
}
.top-icons-fb {
    background-color: #000;
    color: #fff;
    float: right;
    padding: 0 0 0 0;
    margin-top:-10px;
}
.logo-sutega{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;padding-top: 30px;
}
.logo-sutega a {
    font-family: Arkitech;
    font-size: 68px;
    color: #000;
}
.menu {
    width: 100%;
    max-width: 1200px;
    border-top: 2px solid #b6b6b6;
    border-bottom: 2px solid #b6b6b6;
    margin: 0 auto;
    height: 40px;
}
.menu-item {
    float: left;
    font-family: novecento_sans_widelight;
    font-size: 16px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 20%; /* Modificado FER antes 25% */
    margin-top: 6px;
}
.menu-item a {
    transition: all 0.3s ease-in 0s;
    padding: 9px 45px 9px 45px;
    glyph-orientation-vertical: middle;
    color: #000;
}
.menu-item a:hover {
    background-color:darkgrey;
    color: #fff;
}
.menu-item a.selected {
    background-colo: darkgrey;
    color: #fff;
}
.navbar {
    display: none;
}

/* FIN MENU */

/* FOOTER */

.footer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
}
.footer-down {
    margin-top: 200px;
}
.horizontal-line{
    background-color: #A9A9A9;
    height: 12px;
    margin-bottom: 6px;
}
.footer-content {
    background-color: #A9A9A9;
    height: 100px;
}
.footer-logo {
    width: 33.33333%;
    float: left;
    font-family: Arkitech;
    font-size: 40px;
    padding: 20px 0px 20px 0px;
    color: #4D4D4C;
    text-align: center;
}
.footer-contact {
    width: 33.33333%;
    float: left;
    font-size: 16px;
    color: #4D4D4C;
    padding: 20px 0
}
.footer-contact a {
    color: #4d4d4c;
}
    .footer-contact-1 {
        width: 50%;
        float: left;
        padding: 0 20px;
        text-align: center;
    }
    .footer-contact-2 {
        width: 50%;
        float: right;
        padding: 0 20px;
        text-align: center;
    }
    .footer-contact-1 a:hover{
        text-decoration: underline;S
    }
    .footer-contact-2 a:hover{
        text-decoration: underline;S
    }
.footer-icons {
    width: 33.33333%;
    float: left;
    font-size: 40px;
    padding: 20px 0;
    color: #4D4D4C;
    float: right;
    padding: 0 10px 0 0;
    text-align: center;
    margin: 10px auto 0;
}
.fa {
    padding-left: 20px;
}
.fa-angle-double-down {
    padding-left: 4px;
    font-size: 18px;
}
.footer-icons img {
    width: 35px;
    padding: 1px 0px 5px 0px;
    margin-left: 19px;
}
.footer-icons a {
    color: #575A5C;
}
.bottom {
    width: 100%;
    height: 50px;
    background-color: #000000;
}
.footer-links {
    text-align: center;
    padding-top: 10px;
    font-family: 'gotham_lightregular';
    font-size: 14px;
}
.footer-links a {
    color: #fff;
}
.footer-links a:hover {
    color: #6b6b6a;
}
.footer-links span {
    border-left: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
}
.lastlink {
    border-right: 1px solid #fff;
}


/* FIN FOOTER */

/* HOME */

.home-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.home-text-1 {
    border-top: 2px solid #B3B3B3;
    border-bottom: 2px solid #B3B3B3;
    height: 130px;
    font-family: 'novecento_sans_widenormal';
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
}
.home-text-2 {
    padding-top: 30px;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    text-align: center;
    height: 100px;
    color: #333333;
}
.home-buttons {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    font-family: 'gotham_lightregular';
}
/* &lt;-- NUEVO FER */
.home-buttons-0 { 
    float: left; 
    width: 25%; /* Modificado FER antes 33.3333%; */
    margin: 0 auto;
    text-align: center;
    color:#fff;
    text-decoration:none;
    padding:0px 5px;
    display:block;
}
.home-buttons-0-div {
    background-color: #808080;
    padding: 7px 10px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
}
.home-buttons-0-div a {
    color: #fff;
}
.home-buttons-0-div:hover {
    background-color: #363636;
}
/* NUEVO FER --&gt; */

.home-buttons-1 {
    float: left;
    width: 25%; /* Modificado FER antes 33.3333%; */
    margin: 0 auto;
    text-align: center;
    color:#fff;
    text-decoration:none;
    padding:0px 12px;
    display:block;
}
.home-buttons-1-div {
    background-color: #808080;
    padding: 7px 10px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
}
.home-buttons-1-div a {
    color: #fff;
}
.home-buttons-1-div:hover {
    background-color: #363636;
}
.home-buttons-2 {
    float: left;
    width: 25%; /* Modificado FER antes 33.3333%; */
    margin: 0 auto;
    text-align: center;
    color:#fff;
    text-decoration:none;
    padding:0px 12px;
    display:block;
}
.home-buttons-2-div {
    background-color: #808080;
    padding: 7px 10px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
}
.home-buttons-2-div a {
    color: #fff;
}
.home-buttons-2-div:hover {
    background-color:#363636;
}
.home-buttons-3 {
    float: left;
    width: 25%; /* Modificado FER antes 33.3333%; */
    margin: 0 auto;
    text-align: center;
}
ul, ol {
    list-style:none;
    width: 80%;
    margin: 0 auto;
}

.nav &gt; li {
    float:left;
    width: 100%;
}

.nav li a {
    background-color:#A9A9A9;
    color:#fff;
    text-decoration:none;
    padding:7px 10px;
    display:block;

}
.nav-title {
    background-color:#808080;
    color:#fff;
    text-decoration:none;
    padding:7px 0;
    display:block;
    transition: all 0.3s ease-in 0s;
}
.nav-title:hover {
    background-color: #333333;
}
.nav-first-li {
    height: 5px;
    background-color: #fff;
}
.sub-nav {

}
.sub-nav li a {
    border-top: 1px solid #fff;
}

.nav li a:hover {
    color: #333333;
    font-weight: bold;
}

.nav li ul {
    display: none;
    min-width: 140px;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 36px;
}

.nav li:hover &gt; ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}
.prev-slider-smartphone {
}
/* Slider */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

#slideshow {
    display: none;
}
.slides {
    display: block;
    height: 700px;
    margin: 20px auto 50px;
    max-width: 1200px;
    padding: 0;
    position: relative;
    width: 100%;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    display: none;
    height: 700px;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: fade(0);
    transition: all 0.7s ease-in-out 0s;
    width: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    float: left;
    display: none;
}
.over-img-2, .over-img-3, .over-img-4, .over-img-5 { top: 17px; }
.over-img-2 {
    border-bottom: 700px solid #3e846e;
    border-left: 1200px solid transparent;
    opacity: 0.7;
    position: absolute;
    width: 0;
    float: left;
    display: none;
}

.over-img-3 {
    border-bottom: 700px solid #08b;
    border-left: 1200px solid transparent;
    opacity: 0.7;
    position: absolute;
    width: 0;
    float: left;
    display: none;
}

.over-img-4 {
    border-bottom: 700px solid #bbab67;
    border-left: 1200px solid transparent;
    opacity: 0.7;
    position: absolute;
    width: 0;
    float: left;
    display: none;
}

.over-img-5 {
    border-bottom: 700px solid #bb6b58;
    border-left: 1200px solid transparent;
    opacity: 0.7;
    position: absolute;
    width: 0;
    float: left;
    display: none;
}
.over-img-text {
    color: #fff;
    float: left;
    font-family: 'novecento_sans_widenormal';
    font-size: 60px;
    padding-right: 50px;
    position: absolute;
    text-align: right;
    top: 400px;
    width: 100%;
    display: none;;
}

.nav label {
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Varela Round",sans-serif;
    font-size: 70pt;
    height: 100%;
    line-height: 700px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 15px rgb(119, 119, 119);
    transition: opacity 0s ease 0s;
    width: 50px;
    z-index: 9;
    display: block;
}

#slide-1 { display: block; }
#slide-1 img { display: block; }
.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

/*input:checked + .slide-container  .slide {
    opacity: 1;

    transform: fade(1);

    transition: opacity 1s ease-in-out;
}*/

/*input:checked + .slide-container .nav label { display: block; }*/

.nav-dots {
    bottom: 9px;
    display: block;
    height: 11px;
    position: relative;
    text-align: center;
    top: 725px;
    width: 100%;
    padding: 0;
}

.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding:0;
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}
/* --Slider--*/

.content-right {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.video iframe {
    width: 100%;
}
.help a {
    font-size: 18px;
}

/* FIN HOME */

/* SUTEGA */

.mosaico {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 50px auto 0;
}
.mosaico-box img {
    display: none;
}
.mosaico-span {
    display: none;
}
.mosaico-span {
    float: left;
    height: 300px;
    width: 25%;
    text-align: center;
    background-color: #f1f1f1;
    display: table;
}
.mosaico-span span {
    display: table-cell;
    vertical-align: middle;
    color: #4e6e94;
    font-family: 'novecento_sans_widenormal';
    font-size: 22px;
    padding: 30px;
}
.mosaico-box {
    width: 25%;
    float: left;
    height: 300px;
}
.sutega-text {
    width: 100%;
    font-family: 'novecento_sans_widenormal';
    color: #4e6e94;
    margin-top: 20px;
}
.sutega-text-up {
    font-size: 24px;
    text-align: center;
}
.sutega-text-down {
    font-size: 20px;
    text-align: center;
}
.sutega-text-button {
    font-size: 20px;
    margin-top: 35px;
    text-align: center;
}
.sutega-text-button span {
    background-color: #6b6b6a;
    color: #fff;
    padding: 6px 20px;
    transition: all 0.3s ease-in 0s;
    font-size: 18px;
}
.sutega-text-button span:hover {
     background-color:#363636;
 }
.sutega-text-2{
    width: 100%;
    max-width: 1200px;
    margin:60px auto 0;
}
.sutega-text-2-title {
    border-top: 2px solid #B3B3B3;
    border-bottom: 2px solid #B3B3B3;
    font-family: 'novecento_sans_widenormal';
    font-size: 24px;
}
.sutega-text-2-text {
    margin-top: 20px;
    font-family: 'gotham_lightregular';
    font-size: 18px;
}
.sutega-text-2-text span {
    font-weight: bold;
}
.sutega-text-2-image {
    text-align: center;
    margin-top: 35px;
}
.sutega-text-3{
    width: 100%;
    max-width: 1200px;
    margin:60px auto 0;
}
.sutega-text-3-title {
    border-top: 2px solid #B3B3B3;
    border-bottom: 2px solid #B3B3B3;
    font-family: 'novecento_sans_widenormal';
    font-size: 24px;
}
.sutega-text-3-text {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.sutega-text-3-text span {
    font-weight: bold;
}
.sutega-text-3-text a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}
.sutega-text-3-image {
    height: 200px;
    margin-top: 35px;
    text-align: center;
}
.sutega-text-3-cell {
    width: 20%;
    float: left;
    margin: 0 auto;
}
.sutega-text-3-cell img {
    width: 70%;
    max-width: 111px;
}

.sutega-text-3-cell p {
    font-family: novecento_sans_widelight;
    font-size: 20px;
    line-height: 0.7;
    margin-top: 10px;
    text-align: center;
}

/* FIN DE SUTEGA */

/* PORTFOLIO */

.portfolio {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.portfolio-item {
    padding: 25px;
}
.portfolio-img {
    height: 291px;
    text-align: center;
    width: 291px;
    margin: 0 auto;
}
.portfolio-img-center {
    margin: 0 auto;
    text-align: center;
    width: 291px;
    height:  291px;
}
.portfolio-img-hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#a8a8a8, #cdcdcd) repeat scroll 0 0;
    border-radius: 5px;
    height: 291px;
    opacity: 0;
    position: absolute;
    top: 15px;
    transition: all 1s ease 0s;
    width: 291px;
}
.portfolio-img-hover:hover {
    opacity: 0.5;
}
.portfolio-img-overflow img {
    -webkit-transition:-webkit-transform 0.5s ease-out;
    -moz-transition:-moz-transform 0.5s ease-out;
    -o-transition:-o-transform 0.5s ease-out;
    -ms-transition:-ms-transform 0.5s ease-out;
    transition:transform 0.5s ease-out;
    overflow: hidden;
}
.portfolio-img-zoomIn {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition:-webkit-transform 3s ease-out !important;
    -moz-transition:-moz-transform 3s ease-out !important;
    -o-transition:-o-transform 3s ease-out !important;
    -ms-transition:-ms-transform 3s ease-out !important;
    transition:transform 3s ease-out !important;
}
.portfolio-img-overflow {
    height: 271px;
    margin-left: 10px;
    overflow: hidden;
    width: 271px;
    box-shadow: 0 0 5px 1px #79adb8;
}
.portfolio-text {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    margin-top: 20px;
    text-align: center;
}
.portfolio-text a {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}
.portfolio-text a:hover { text-decoration: underline; }
.portfolio-control {
    display: none;
}
#page-1 {
    display: block;
}
#page-2{
    display: block;
}
#page-3 {
    display: block;
}
/* FIN DE PORTFOLIO */

/* DETALLE PORTFOLIO */

.galeria {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}
.galeria-selection {
    float: right;
}

.galeria-volver {
    color: #4e6e94;
    text-align: left;
    font-family: 'novecento_sans_widenormal';
    width: 100%;
    max-width: 1200px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    z-index: 999999;
}
.galeria-volver a {
    color: #4e6e94;
}
.galeria-div {
    position: relative;
    width: 100%;
    height: 630px;
}
.main-image {
    text-align: center;
    padding: 0;
}
.main-image img {
    width: 947px;
}
.other-images {
    padding: 0
}

#pf-image-1 {
    transition: all 1s ease 0s;
}
#pf-image-1:hover {
    opacity: 0.5;
}
#pf-image-2 {
    transition: all 1s ease 0s;
}
#pf-image-2:hover {
    opacity: 0.5;
}
#pf-image-3 {
    transition: all 1s ease 0s;
}
#pf-image-3:hover {
    opacity: 0.5;
}
#pf-image-4 {
    transition: all 1s ease 0s;
}
#pf-image-4:hover {
    opacity: 0.5;
}

.galeria-detail {
    padding: 0;
    text-align: right;
}
.galeria-detail img {
    height: 152px;
    max-width: 230px;
    padding: 0 0 5px;
    text-align: center;
    width: 100%;
}
.galeria-title {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'novecento_sans_widenormal';
    font-size: 24px;
    color: #4e6e94;
    text-align: center;
    padding: 5px 0 5px;
}
.galeria-texts {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.galeria-text {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    padding-top: 50px;
}
.galeria-text p {
    padding: 0 10px;
    text-align: justify;
    font-family:'gotham_bookregular';
}
.galeria-text span {
    font-weight: bold;
}
.galeria-text a {
    color: #4e6e94;
    font-weight: bold;
    text-decoration: underline;
}
.galeria-controllers{
    color: #4e6e94;
    font-family: 'novecento_sans_widenormal';
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 140px;
    text-transform: uppercase;
    font-size: 18px;
}
.galeria-controllers a {
    color: #4e6e94;
}
.galeria-anterior {
    float: left;
    width: 20%;
    text-align: left;
}
.galeria-siguiente {
    float: right;
    width: 20%;
    text-align: right;
}

@media (max-width: 1000px) {
    .galeria {
        width: 90%;
    }
    .main-image img {
        width: 100%;
        padding-bottom: 10px;
    }
    .other-images {
        padding: 0;
    }
    .galeria-detail img {
        padding: 0 5px 0;

    }

}

/* FIN DE DETALLE PORTFOLIO */

/* NOSOTROS */

/* -- slider -- */
.slides-2 {
    display: block;
    height: 500px;
    margin: 20px auto 50px;
    max-width: 1200px;
    padding: 0;
    position: relative;
    width: 100%;
}

.slides-2 * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides-2 input { display: none; }


.slide-2 {
    display: block;
    height: 500px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: fade(0);
    transition: all 0.7s ease-in-out 0s;
    width: 100%;
}

.slide-2 img {
    width: 100%;
    height: 100%;
    float: left;
}
.nav-2 label {
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Varela Round",sans-serif;
    font-size: 70pt;
    height: 100%;
    line-height: 500px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 15px rgb(119, 119, 119);
    transition: opacity 0s ease 0s;
    width: 50px;
    z-index: 9;
}

.nav-2 label:hover { opacity: 1; }

.nav-2 .next { right: 0; }

.slide-2:hover + .nav-2 label { opacity: 0.5; }


input:checked + .slide-container  .slide-2 {
    opacity: 1;

    transform: fade(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav-2 label { display: block; }

.nav-dots-2 {
    bottom: 9px;
    display: block;
    height: 11px;
    position: relative;
    text-align: center;
    top: 510px;
    width: 100%;
    padding: 0;
}

.nav-dots-2 .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding:0;
}
.nav-dots-2 .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots-2 label#img-dot-1,
input#img-2:checked ~ .nav-dots-2 label#img-dot-2,
input#img-3:checked ~ .nav-dots-2 label#img-dot-3,{
    background: rgba(0, 0, 0, 0.8);
}
/* --Slider--*/


.nosotros {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.creative-slider-2 {
    float: none;
    margin: 50px auto 0;
    max-width: 1200px;
    position: relative;
    width: 100%;
}
.nosotros-title-1 {
    border-top: 2px solid #B3B3B3;
    border-bottom: 2px solid #B3B3B3;
    font-family: gotham_mediumregular;
    font-size: 24px;
    padding: 5px 0 5px;
}
.nosotros-text-1 {
    font-family: 'gotham_lightregular';
    padding-top: 20px;
    font-size: 18px;
}
.nosotros-text-1 span {
    color: #000;
    font-weight: bold;
}
.nosotros-image-map {
    text-align: center;
}
.nosotros-mobile-list {
    display: none;
}
.nosotros-mobile-list a{
    color: #B3B3B3;
}
.nosotros-button {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    color:#fff;
    text-decoration:none;
    padding:0px 12px;
    display:block;
    font-family:novecento_sans_widenormal;
}
.nosotros-button-div {
    background-color: #6b6b6a;
    padding: 7px 20px;
    width: 15%;
    min-width: 180px;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
}
.nosotros-button-div a {
    color: #fff;
}
.nosotros-button-div:hover {
    background-color: #363636;
}
.clientes {
    margin-top: 50px;
    margin-bottom: 50px;
}
.cliente {
    height: 15%;
    text-align: center;
}
.cliente img {
    height: auto;
    margin: auto;
    width: 50%;
}
.experiencia {
    margin-top: 50px;
}
.experiencia-text{
    padding: 0 15px;
}
.experiencia-text p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    font-family: 'gotham_bookregular';
}
.experiencia-text a {
    color: #6f6f6f;
    text-decoration: underline;
}
.experiencia-text a:hover {
    color: #4e6e94;
}
.experiencia-text span {
    font-weight: bold;
}
.experiencia-image {
    text-align: right;
}
.experiencia-image img {
    width: 90%;
}

/* FIN DE NOSOTROS */

/* CONTACTO */

.contacto {
    width:100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.contacto-image {
    margin-top: 50px;
}
.contacto-image img {
    width: 100%
}
.contacto-title {
    border-top: 2px solid #B3B3B3;
    border-bottom: 2px solid #B3B3B3;
    font-family: gotham_mediumregular;
    font-size: 24px;
    padding: 5px 0 5px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.contacto-text {
    margin-bottom: 20px;
    font-size: 16px;
    font-family:'gotham_bookregular';
}
.contacto-form {
    width: 100%;
}
.form {
    padding-left: 50px;
    padding-top: 50px;
}
.form form p {
    font-family: novecento_sans_widelight, sans-serif;
    margin-bottom: 5px;
    color: #000;
}
.form a{
    color: #000;
}
.form-input{
    font-size: 17px;
    margin-bottom: 15px;
    width: 500px;
}
.form-mensaje{
    font-size: 17px;
    margin-bottom: 15px;
    height: 100px;
    width: 500px;
    font-family: arial, helvetica, sans-serif;
}
.mobile-submit {
    display: none;
}
.form-submit {
    background-color: #fff;
    float: right;
    font-family: 'novecento_sans_widenormal';
    font-size: 29px;
    height: 56px;
    line-height: 0.5;
    margin-right: 50px;
    margin-top: 83px;
    position: relative;
    width: 200px;
}
.form-checkbox {
    margin-bottom: 20px !important;
}
.contacto-layer {
    background-color: rgba(73, 73, 73, 0.70);
    display: none;
    float: left;
    height: 79%;
    margin-left: -12px;
    margin-top: -502px;
    position: relative;
    text-align: center;
    width: 102%;
}
.contacto-loading-text {
    color: #fff;
    font-family: novecento_sans_widelight;
    font-size: 22px;
    margin-top: 15%;
    margin-bottom: 20px;
}
.contacto-loading-image img {
    width: 60px;
}
.contacto-ok {
    background-color: rgba(73, 73, 73, 0.70);
    display: none;
    float: left;
    height: 79%;
    margin-left: -12px;
    margin-top: -502px;
    position: relative;
    text-align: center;
    width: 102%;
}
.contacto-ok-text {
    color: #fff;
    font-family: novecento_sans_widelight;
    font-size: 22px;
    margin-top: 15%;
}
.contacto-error {
    background-color: rgba(73, 73, 73, 0.70);
    display: none;
    float: left;
    height: 79%;
    margin-left: -12px;
    margin-top: -502px;
    position: relative;
    text-align: center;
    width: 102%;
}
.contacto-error-text {
    color: #fff;
    font-family: novecento_sans_widelight;
    font-size: 22px;
    margin-top: 15%;
}
.sede {
    padding:0 50px;
}
.sede-title {
    font-family: novecento_sans_widelight;
    font-size: 22px;
    margin-bottom: 10px;
}
.image-sede {
    margin-bottom: 10px;
}
.image-sede img{
    width: 100%;
}
.sede-title img {
    margin-right: 9px;
    padding-bottom: 5px;
}
.sede-title a {
    color: #000;
}
.sede-data a {
    color: #6f6f6f;
}
.sede-data p {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    text-align: center;
}
.sede-data p:hover {
    text-decoration: underline;
}

/* FIN DE CONTACTO */

/* AVISO LEGAL */

.aviso {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
.aviso-title {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 30px;
}
.aviso-text {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    margin-bottom:30px;
    text-align: justify;
}
.aviso-title-2 {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 5px;
}

/* FIN DE AVISO LEGAL */

/* CERTIFICADOS */

.certificados {
    width:100%;
    max-width: 1200px;
    margin: 50px auto;
}
.certificados-title {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 30px;
}
.certificados-images{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.certificados-images img {
    margin: 5px 40px;
}
.aviso-text {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    margin-bottom:30px;
    text-align: justify;
}
.aviso-text span {
    font-size: 20px;
    color: #4e6e94;
}
/* FIN DE CERTIFICADOS */

/* 404 */
.error {
    width:100%;
    max-width: 1200px;
    margin: 50px auto;
}
.error-image {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.error-text {
    font-family: 'gotham_lightregular';
    font-size: 24px;
    text-align: center;
    color: #767676;
    margin-bottom: 30px;
}
.error-text a {
    font-weight: bold;
    text-decoration: underline;
    color: #767676;
}
.error-text-2 {
    font-family: 'gotham_lightregular';
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #4E6E94;
    margin-bottom: 30px;
}

/* FIN DE 404 */

/* COOKIES */

.cookies {
    width:100%;
    max-width: 1200px;
    margin: 50px auto;
}
.cookies-title {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 30px;
}
.cookies-text {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    margin-bottom:30px;
    text-align: justify;
}
.cookies-text p {
    color: #000;
}

/* FIN DE COOKIES */

/* COOKIES POPUP */

.cookies-popup {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    bottom: 0;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    right: 1%;
    left: 1%;
    margin-top: 5px;
    min-height: 54px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 98%;
    z-index: 9999999;
    padding: 10px 40px;
    display:none;
}
.cookies-popup p {
    color: #fff;
    font-family: 'gotham_lightregular';
}
.cookies-popup p span {
    font-weight: bold;
}
.cookies-popup-close {
    background-color: transparent;
    border-radius: 3px;
    color: #000;
    height: 20px;
    margin-right: 100px;
    position: absolute;
    right: -70px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.cookies-popup-close i {    font-size: 18px; color: #fff; }
.cookies-popup a {
    color: #ffff00;
}
.cookies-popup-close a {
    color: #000;
}


/* PRIVACIDAD */

.privacidad {
    width:100%;
    max-width: 1200px;
    margin: 50px auto;
}
.privacidad-title {
    color: #4e6e94;
    font-family: 'gotham_lightregular';
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 30px;
}
.privacidad-text {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    margin-bottom:30px;
    text-align: justify;
}
.privacidad-text span {
    font-weight: bold;
}
.privacidad-text p {
    color: #000;
}

/* VERSIÃ“N TABLET */

@media (max-width: 1199px){

    /* MENU - TABLET */

    .top-bar {
        max-width: 90%;
        margin: 0 auto;
    }
    .logo-sutega {
        max-width: 90%;
        margin: 0 auto;
    }
    .menu {
        max-width: 90%;
        margin: 0 auto;
    }
    .menu-item a {
        padding: 9px 30px;
    }

    /* FIN MENÃš - TABLET */
    /* FOOTER - TABLET */

    .footer-contact {
        font-size: 13px;
    }
    .footer-links {
        font-size: 12px;
    }

    /* FIN DE FOOTER - TABLET */
    /* HOME - TABLET */

    .slides {
        max-width: 900px;
        height: 450px;
    }
    .slide {
        height: 450px;
        width: 100%;
    }
    .nav-dots {
        top: 460px;
    }
    .nav label {
        line-height: 450px;
    }
    .over-img-2 {
        border-bottom: 450px solid #3e846e;
        border-left: 900px solid transparent;
    }
    .over-img-3 {
        border-bottom: 450px solid #3e846e;
        border-left: 900px solid transparent;
    }
    .over-img-4 {
        border-bottom: 450px solid #3e846e;
        border-left: 900px solid transparent;
    }
    .over-img-5 {
        border-bottom: 450px solid #3e846e;
        border-left: 900px solid transparent;
    }
    .over-img-text {
        font-size: 42px;
        top: 233px;
    }
    .home-content {
        max-width: 90%;
        margin: 0 auto;
    }
    .home-text-1 {
        font-size: 20px;
        height: 100px;
    }
    .home-text-2 {
        font-size: 17px;
    }
    .home-buttons {
        font-size: 11px;
    }

    /* FIN DE HOME - TABLET */
    /* SUTEGA - TABLET */

    .mosaico {
        max-width: 900px;
        height: 450px;
    }
    .mosaico-box {
        height: 225px;
    }
    .mosaico-box img {
        width: 100%;
        height: 225px;
    }
    .mosaico-span {
        height: 225px;
    }
    .sutega-text-button span {
        font-size: 15px;
    }
    .sutega-text-2 {
        max-width: 900px;
        height: 800px;
    }
    .sutega-text-2-image img {
        width: 100%;
    }
    .sutega-text-3 {
        max-width: 90%;
        margin: 0 auto;
    }

    /* FIN DE SUTEGA - TABLET */
    /* PORTFOLIO - TABLET */

    /* FIN DE PORTFOLIO - TABLET */
    /* DETALLE PORTFOLIO - TABLET */

    .galeria {
        max-width: 900px;
        margin: 15px auto 30px;
    }
    .galeria-div {
        height: 540px;
    }
    .galeria-selection {
        float: right;
        padding-right: 0;
    }
    .main-image img {
        width: 719px;
    }
    .galeria-detail img {
        max-width: 174px;
        height: auto;
    }
    .galeria-texts {
        max-width: 100%;
        margin: 0 auto;
    }
    .galeria-controllers {
        max-width: 100%;
        margin: 50px auto 100px;
    }

    /* FIN DETALLE PORTFOLIO - TABLET */
    /* NOSOTROS - TABLET */

    .nosotros {
        max-width: 90%
    }

    /* FIN DE NOSOTROS - TABLET */
    /* CONTACTO - TABLET */

    .contacto {
        max-width: 90%;
    }

    /* FIN DE CONTACTO - TABLET */
    /* AVISO LEGAL - TABLET */

    .aviso {
        max-width: 90%;
    }

    /* FIN DE AVISO LEGAL - TABLET */
    /* CERTIFICADOS - TABLET */

    .certificados {
        max-width: 90%;
    }
}


/* VERSIÃ“N MOVIL */

@media (max-width:767px) {

    /* MENÃš - MÃ“VIL */

    .top-icons-map {
        background-color: #000;
        color: #fff;
        float: right;
        padding: 0px 0 0 3px;
    }

    .main-menu {
        display: none;
    }

    .logo-sutega {
        display: inline-block; min-height: 85px; padding-top: 20px; }

    .logo-sutega a {
        font-size: 30px;
        padding-left: 20px;
    }

    .navbar {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        display: inline;
        margin: 0 auto;
        top: -50px;
        width: 90%;
    }

    .navbar-collapse {
        border: medium none;
        margin-top: 45px;
    }

    .navbar-collapse span {
        color: #b3b3b3;
        float: right;
        font-size: 22px;
        margin-bottom: -10px;
    }

    .navbar-collapse ul {
        float: right;
        margin: 16px auto 0;
        width: 100%;
    }

    .navbar-toggle {
        background-color: #000;
        border: medium none;
        border-radius: 5px;
        margin-right: 20px;
        /*position: absolute;
        right: 0;
        top: 0px;*/
        margin-top: -10px;
    }

    .navbar-nav li {
        border-bottom: 2px solid #b3b3b3;
        text-align: right;
        background-color: #b3b3b3;
    }

    .navbar-nav &gt; li &gt; a {
        color: #000 !important;
        font-family: 'gotham_lightregular';
        font-size: 25px;
        font-weight: bold;
        padding: 14px 22px;
        text-align: left;
        background-color: #fff;
    }

    .navbar-first-li {
        border-top: 2px solid #b3b3b3;
    }

    .navbar-nav &gt; li &gt; a:hover {
        color: #fff !important;
    }

    /* FIN DE MENÃš - MÃ“VIL */
    /* FOOTER - MÃ“VIL */
    .footer {
        margin: 50px auto 0;
    }
    .footer-content {
        height: 120px;
    }
    .footer-logo {
        float: left;
        font-size: 20px;
        position: absolute;
        width: 50%;
    }
    .footer-icons {
        float: right;
        position: absolute;
        right: 0;
        width: 50%;
        font-size: 30px;
    }
    .fa {
        padding-left: 10px;
    }

    .footer-icons img {
        width: 26px;
        margin-left: 13px;
    }

    .footer-contact {
        margin-bottom: 20px;
        padding: 64px 0 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .footer-links {
        font-size: 9px;
    }

    .footer-links span {
        padding: 0 3px;
    }

    /* FIN DE FOOTER - MÃ“VIL */
    /* HOME - MÃ“VIL */

    .slides {
        display: none;
    }

    /* --Slider--*/

    #slideshow {
        clear: both;
        display: block;
        height: 70px;
        margin: 7px auto 20px;
        padding: 0;
        position: relative;
        width: 95%;
    }
    #slideshow &gt; div {
        bottom: 0;
        position: absolute;
    }
    .smartphoneslide {
        color: #fff;
        font-family: 'novecento_sans_widenormal';
        font-size: 15px;
        line-height: 1;
        margin: 0 auto;
        padding: 22px 0;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    .s1 {
        background-color: #077963;
    }
    .s2 {
        background-color: #4E6E94;
    }
    .s3 {
        background-color: #A79574;
    }
    .s4 {
        background-color: #A79574;
    }

    .home-content {
        margin: 0 auto 20px;
        max-width: 95%;
    }

    .home-text-1 {
        font-size: 12px;
        min-height: 76px;
        padding: 9px 10px 0;
    }

    .home-text-2 {
        color: #333333;
        font-family: 'gotham_lightregular';
        font-size: 14px;
        padding-top: 15px;
        text-align: center;
    }

    .home-buttons {
        height: 520px;
    }

/* Modificado FER aÃ±adida opciÃ³n 0 */
    .home-buttons-0 {
        font-size: 18px;
		margin-bottom: 30px;
        width: 100%;
    }
    .home-buttons-0-div {
        width: 79%;
    }
/* Modificado FER aÃ±adida opciÃ³n 0 */
	
    .home-buttons-1 {
        font-size: 18px;       
		margin-bottom: 30px; /*FER antes 50px*/
        width: 100%;
    }

    .home-buttons-1-div {
        width: 80%;
    }

    .home-buttons-2 {
        font-size: 18px;
		margin-bottom: 30px; /*FER antes 50px*/

        width: 100%;
    }

    .home-buttons-2-div {
        width: 80%;
    }

    .home-buttons-3 {
        font-size: 18px;
        width: 100%;
    }

    .home-buttons-3 ul {
        width: 75%
    }

    .nav li ul {
        display: block;
    }

    /* FIN DE HOME - MÃ“VIL */
    /* SUTEGA - MÃ“VIL */

    .mosaico {
        display: none;
    }

    .sutega-text {
        border-top: 2px solid #b3b3b3;
        margin: 10px auto 0;
        width: 95%;
    }

    .sutega-text-up {
        font-size: 15px;
        margin-top: 20px;
    }

    .sutega-text-down {
        font-size: 15px;
    }

    .sutega-text-2 {
        height: auto;
        margin: 37px auto 20px;
        width: 95%;
    }

    .sutega-text-2-title {
        font-size: 15px;
    }

    .sutega-text-2-text {
        font-family: 'gotham_lightregular';
        font-size: 11px;
        margin-top: 20px;
        text-align: justify;
    }

    .sutega-text-2-image {
        display: none;
    }

    .sutega-text-3 {
        max-width: 95%;
    }

    .sutega-text-3-title {
        font-size: 15px;
    }

    .sutega-text-3-text {
        font-size: 11px;
    }

    .sutega-text-3-cell p {
        font-size: 8px;
        line-height: 0.1;
    }

    .sutega-text-3-image {
        height: 93px;
    }

    /* FIN DE SUTEGA - MÃ“VIL */
    /* PORTFOLIO - MÃ“VIL */

    #page-2{
        display: none;
    }
    #page-3 {
        display: none;
    }
    .portfolio-control {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .portfolio-prev {
        float: left;
 .  }
    .portfolio-next {
        float: right;
    }
    input {
        background-color: white;
        color: #1975D1;
    }

    /* FIN DE PORTFOLIO - MÃ“VIL */
    /* DETALLE PORTFOLIO - MÃ“VIL */
    .galeria-div {
        height: 314px;
    }
    .galeria-selection {
        top: 220px;
        padding: 0;
    }
    .main-image {
        width: 100%;
    }
    .main-image img {
        width: 100%;
    }
    .galeria-anterior {
        width: 40%;
    }
    .galeria-siguiente {
        width: 40%;
    }
    .galeria-title {
        font-size: 12px;
    }
    .galeria-text p {
        font-size: 12px;
    }
    .galeria-text {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        padding-top: 10px;
    }

    /* FIN DETALLE PORTFOLIO - MÃ“VIL */
    /* NOSOTROS - MÃ“VIL */

    .slides-2 {
        display: none;
    }
    .nosotros-title-1 {
        margin-top: 15px;
        font-size: 11px;
        padding: 6px 0 3px;
    }
    .nosotros-text-1 {
        font-size: 11px;
        margin-bottom: 20px;
    }
    .nosotros-image-map {
        display: none;
    }
    .nosotros-mobile-list {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .nosotros-mobile-list ul {
        width: 100%;
    }
    .nosotros-mobile-list ul li {
        width: 100%;
        border-bottom: 1px solid #7f7f7f;
        color: #aeaeae;
    }
    .last-li {
        border-bottom: none !important;
    }
    .nosotros-button-div {
        padding: 0px 20px;
    }
    .clientes {
        margin-bottom: 0;
    }
    .cliente img {
        width: 100%;
    }
    .experiencia {
        margin-top: 15px;
    }
    .experiencia-text p {
        font-size: 10px;
    }
    .experiencia-image {
        display: none;
    }

    /* FIN DE NOSOTROS - MÃ“VIL */
    /* CONTACTO - MÃ“VIL */

    .contacto-image {
        display: none;
    }
    .contacto-title {
        margin-top: 15px;
        font-size: 11px;
        padding: 6px 0 3px;
    }
    .contacto-text {
        display: none;
    }
    .form {
        padding: 4% 0% 0% 4%;
    }
    .form form p {
        color: #000;
        font-family: novecento_sans_widelight;
        margin-bottom: 5px;
    }
    .form-input {
        font-size: 11px;
        width: 95%;
        margin: 0 auto;
    }
    .form-mensaje {
        width: 95%;
        background-color: white;
        color: #1975D1;
        font-size: 11px;
    }
    .mobile-submit {
        display: block;
        float: none;
        font-size: 15px;
        height: 25px;
        left: 61%;
        margin-top: 0;
        width: 100px;
    }
    .mobile-submit-p {
        padding-bottom: 10px;
    }
    .pc-submit {
        display: none;
    }
    .contacto-layer {
        background-color: rgba(73, 73, 73, 0.70);
        display: none;
        float: left;
        height: 67%;
        margin-left: -12px;
        margin-top: -424px;
        position: relative;
        text-align: center;
        width: 107%;
    }
    .contacto-loading-text {
        color: #fff;
        font-family: novecento_sans_widelight;
        font-size: 22px;
        margin-top: 15%;
        margin-bottom: 20px;
    }
    .contacto-loading-image img {
        width: 60px;
    }
    .contacto-ok {
        background-color: rgba(73, 73, 73, 0.70);
        display: none;
        float: left;
        height: 67%;
        margin-left: -12px;
        margin-top: -424px;
        position: relative;
        text-align: center;
        width: 107%;
    }
    .contacto-ok-text {
        color: #fff;
        font-family: novecento_sans_widelight;
        font-size: 22px;
        margin-top: 15%;
    }
    .contacto-error {
        background-color: rgba(73, 73, 73, 0.70);
        display: none;
        float: left;
        height: 67%;
        margin-left: -12px;
        margin-top: -424px;
        position: relative;
        text-align: center;
        width: 107%;
    }
    .contacto-error-text {
        color: #fff;
        font-family: novecento_sans_widelight;
        font-size: 22px;
        margin-top: 15%;
    }
    .sede {
        padding: 0 5px;
        border-bottom: 2px solid #a7a7a7;
        margin-top: 5px;

    }
    .image-sede {
        display: none;
    }
    .sede-title {
        font-size: 12px;
        margin-bottom: 0;
    }
    .sede-data {
        margin-bottom: 5px;
    }
    .sede-data p {
        font-size: 11px;
        text-align: left;
    }

    /* FIN DE CONTACTO - MÃ“VIL */
    /* AVISO LEGAL - MÃ“VIL */

    .aviso {
        max-width: 95%;
    }
    .aviso-title {
        font-size: 12px;
        border-top: 2px solid #c3c3c3;
        padding-top: 10px;
    }
    .aviso-text {
        font-size: 12px;
    }
    .aviso-title-2 {
        font-size: 12px;
    }

    /* FIN DE AVISO LEGAL - MÃ“VIL */
    /* PRIVACIDAD - MÃ“VIL */

    .privacidad {
        width: 95%;
        margin: 0 auto;
    }
    .privacidad-title {
        font-size: 12px;
    }
    .privacidad-text {
        font-size: 12px;
    }

    /* FIN DE PRIVACIDAD - MÃ“VIL */
    /* COOKIES - MÃ“VIL */

    .cookies {
        width: 95%;
        margin: 0 auto;
    }
    .cookies-title {
        font-size: 12px;
    }
    .cookies-text {
        font-size: 12px;
    }

    /* FIN DE COOKIES - MÃ“VIL */
    /* POLÃTICA AMBIENTAL - MÃ“VIL */

    .certificados {
        max-width: 95%;
    }
    .certificados-images {
        width: 95%;
    }
    .certificados-images img {
        width: 20%;
        margin: 0 5px;
    }
    .certificados-title {
        font-size: 12px;
    }
    .aviso-text {
        font-size: 12px;
    }
}

/* ARREGLOS PARA IPHONE 3 y 4 */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3){
    .home-text-1 {
        height: 90px;
    }
    .portfolio-item {
        padding: 25px 0 25px 0;
    }
    .portfolio-text {
        margin-top: 5px;
    }
    .galeria-controllers {
        font-size: 12px;
    }
    .sutega-text-3-cell p {
        margin: 0;
        line-height: 1.3;
    }
}

/* ARREGLOS PARA IPHONE 5 Y 5S */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 40/71){
    .home-text-1 {
        height: 90px;
    }
    .portfolio-item {
        padding: 25px 0 25px 0;
    }
    .portfolio-text {
        margin-top: 5px;
    }
    .galeria-controllers {
        font-size: 12px;
    }
    .sutega-text-3-cell p {
        margin: 0;
        line-height: 1.3;
    }
}


/* ARREGLOS PARA IPHONE 6 Y 6 PLUS */

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 3) {
    .galeria-selection {
        top: 245px;
    }
    .galeria-div {
        height: 340px;
    }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 3) {
    .galeria-selection {
        top: 432px;
    }
    .galeria-div {
        height: 575px;
    }
}

.galeria-main div:not(:first-child) { display:none; }</pre></body></html>