html,
body {
    font-family: "Catamaran", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0; }

a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }

.vertical-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

.fullscreen {
    height: 100%; }

.fullwidth {
    width: 100%; }

.onlyDesktop {
    display: block !important; }

.onlyMobile {
    display: none !important; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .row {
        margin-right: 0;
        margin-left: 0; }

    .onlyDesktop {
        display: none !important; }

    .onlyMobile {
        display: block !important; } }
h1 {
    font-family: "Catamaran", sans-serif;
    font-size: 4rem;
    line-height: 70px; }

h2 {
    font-family: "Catamaran", sans-serif;
    font-size: 2.4em;
    line-height: 70px; }

h3 {
    font-family: "Catamaran", sans-serif;
    font-size: 1.2em;
    line-height: 70px; }

p {
    font-family: "Catamaran", sans-serif;
    font-size: 1em;
    line-height: 25px; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    h1 {
        font-size: 3em;
        margin: 0;
        line-height: 30px; }

    h2 {
        font-size: 2.5em;
        line-height: 50px; } }
#header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    background-size: contain;
    height: 110px;
    z-index: 50;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
#header #header-body {
    position: relative;
    width: 100%;
    margin: 0 auto; }
#header #header-body nav {
    margin: 0 0 auto 6.5%; }
#header #header-body nav ul {
    margin: 0;
    padding: 0; }
#header #header-body nav ul li {
    display: inline-flex;
    margin: 0 15px;
    font-size: 1em;
    font-weight: 300;
    font-family: "Catamaran", sans-serif;
    text-decoration: none;
    height: 110px;
    align-items: center; }
#header #header-body nav ul li a {
    color: #02213E;
    text-decoration: none;
    background: transparent;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
#header #header-body nav ul li a img {
    width: 84px; }
#header #header-body nav ul li.iconoption {
    width: 60px; }
#header #header-body nav ul li.iconoption img {
    width: 80% !important; }
#header #header-body nav ul li.buttonfb ,#header #header-body nav ul li.buttonfb2{
    margin: 0 5px; }
#header #header-body nav ul .button1 {
    padding: 0;
    margin: 0; }
#header #header-body nav .buttonfb a, #header #header-body nav .buttonfb2 a  {
    width: 40px; }
#header #header-body nav .buttonfb a img {
    width: 85%; }
#header #header-body nav .buttonfb2 a img{
    width: 140%;
}
#header #header-body p {
    opacity: 0; }
#header #header-body .active p {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s; }
#header #header-body .facebook_link {
    right: 5%;
    position: absolute;
    top: 27%;
    bottom: 0;
    margin: auto; }
#header #header-body .facebook_link img {
    width: 80%; }

header#header.activo {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s; }

.nav > li > a {
    padding: 0; }

.icon-menu {
    position: relative;
    display: table;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 30px;
    z-index: 99; }
.icon-menu img {
    float: right;
    width: 70%; }
.icon-menu div {
    display: table-cell;
    vertical-align: bottom; }
.icon-menu input {
    display: none; }

.nav > li > a:focus, .nav > li > a:hover {
    color: #02213E !important;
    background-color: transparent; }

.menu-moviles {
    display: none; }

.menuIdiomas {
    position: relative;
    display: table;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 15px;
    right: 170px;
    z-index: 99;
    font-weight: 300;
    color: #666666;
    font-size: 1.1em; }

.activo .menuIdiomas {
    display: table;
    height: 80%;
    border-top: 3px solid transparent;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 20px; }

.menuIdiomas div {
    display: table-cell;
    vertical-align: bottom; }
.menuIdiomas img {
    width: 80%; }
.menuIdiomas input {
    display: none; }

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none; }

/* Menu */
.menu {
    text-align: center;
    background: transparent; }
.menu li {
    list-style: none;
    float: left; }
.menu li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
.menu li .logo {
    width: 190px !important; }
.menu .button1 a {
    color: #ffffff !important;
    background: #184886 !important;
    padding: 5px 10px;
    margin-bottom: 35px !important; }
.menu .button1 a:hover {
    color: #ffffff !important; }
.menu .buttonfb a, .menu .buttonfb2 a {
    margin-bottom: 35px !important; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    #header #header-body {
        display: none; }

    .mobile-menu div img {
        width: 40px; } }
/* xGA iPad */
@media only screen and (min-width: 600px) and (max-width: 1260px) {
    #header {
        height: 132px; }
    #header #header-body nav {
        margin: auto 0 auto 4.5%; }
    #header #header-body nav ul li {
        margin: 0 15px; }
    #header #header-body nav ul li a img {
        width: 75%; }
    #header #header-body nav ul li:nth-child(4) {
        margin: 0 !important; } }
.mobile-logo {
    display: none; }
.mobile-logo img {
    height: 90px;
    margin-top: 5px; }

.mobile-menu {
    display: none;
    position: relative;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 30px;
    z-index: 99; }
.mobile-menu div {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px; }

/* ===== style mobile nav ======*/
.cbp-spmenu {
    background: rgba(24, 72, 134, 0.95);
    position: fixed;
    overflow: auto; }
.cbp-spmenu a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(254, 255, 255, 0.3); }
.cbp-spmenu img {
    width: 0; }
.cbp-spmenu ul > li > ul li {
    width: 100%;
    clear: both;
    float: none; }
.cbp-spmenu ul > li > ul li a:hover {
    color: #ffffff  !important; }
.cbp-spmenu a:active {
    background: #02213E;
    color: #ffffff; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40; }
.cbp-spmenu-vertical a {
    padding: 12px 20px; }

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden; }
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left; }
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #ffffff; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    top: -100%; }

.cbp-spmenu-right {
    right: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
    top: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
    top: -150px; }

.cbp-spmenu-bottom {
    bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0; }

.cbp-spmenu-push-toright {
    left: 240px; }

.cbp-spmenu-push-toleft {
    left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.cbp-spmenu-left.cbp-spmenu-open ul {
    list-style: none;
    padding: 160px 0 0 0; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px; }

    .cbp-spmenu-top {
        top: -110px; }

    .cbp-spmenu-bottom {
        bottom: -110px; } }
@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px; }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
        top: 0; }

    .cbp-spmenu-right {
        right: -190px; }

    .cbp-spmenu-push-toright {
        left: 190px; } }
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .mobile-logo {
        display: block;
        width: 163px; }

    .mobile-logo img {
        height: 85px;
        margin-top: 12px; }

    .mobile-menu {
        display: table;
        position: absolute;
        right: 20px;
        top: -10px; } }
.backgroundf300 {
    background-image: url("../img/Fondo.jpg");
    background-size: cover;
    height: 300%;
    overflow: hidden; }
.backgroundf300 .backgroundf101 {
    height: 34%; }
.backgroundf300 .backgroundf101 .row {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    margin-left: 0;}
.backgroundf300 .backgroundf102 {
    height: 20%; }
.backgroundf300 .backgroundf102 .row {
    width: 100%;
    text-align: center; }
.backgroundf300 .backgroundf102 .row img {
    width: 70%; }

.acceso a img {
    top: 75%;
    width: 18%;
    position: fixed;
    right: 6%;
    z-index: 999999;
    box-shadow: 0 5px 16px 0 rgba(0,0,0,.32);
    border-radius: 80%;
}

.acceso2 a img {
    top: 63%;
    width: 18%;
    position: fixed;
    right: 6%;
    z-index: 999999;
    box-shadow: 0 5px 16px 0 rgba(0,0,0,.32);
    border-radius: 80%;
}

.logo svg {
    width: 15%;
    padding-top: 13vh;
}

.logo img {
    width: 20%; }

.autotype h1 {
    font-size: 1.2em;
    color: white;
    font-weight: 200;
    margin-top: 10%; }
.autotype h1 span {
    color: #184886;
    font-weight: 900; }
.autotype a img {
    width: 5%;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite; }

svg path {
    fill: #fafafa;
    opacity: 1; }

#XMLID_105_ {
    stroke: #fafafa;
    fill: transparent;
    stroke-width: 5;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: 3s outline 1 forwards; }

.fadein {
    opacity: 0;
    animation: fadein  2s 1 forwards;
    animation-delay: 2s; }

@keyframes outline {
    0% {
        stroke-dashoffset: 1200; }
    80% {
        stroke-dashoffset: 0;
        fill: transparent; }
    100% {
        fill: white; } }
@keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@-webkit-keyframes typing {
    from {
        width: 0; } }
@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent; } }
.logo h1 {
    width: 19em;
    margin: 2em auto 10vh auto;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 2s steps(21, end), blink-caret 0.5s step-end infinite alternate; }

#slider {
    position: relative;
    width: 100%;
    height: 46%;
    text-align: left;
    vertical-align: middle;
    overflow: hidden; }

#slider, .carousel, .carousel-inner {
    position: relative;
    height: 46%; }

.carousel {
    position: relative;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s; }

.active .carousel {
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-filter: all 1s; }

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent; }
.carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: none;
    border-radius: 10px; }

#slider .carousel .carousel-content {
    text-align: left;
    width: 100%;
    margin-top: 5px; }
#slider .carousel h1 {
    color: #99999A;
    font-weight: 300; }
#slider .carousel h1 span {
    color: #02213E;
    font-weight: 700; }
#slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #02213E;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block; }
#slider .carousel .slider-img {
    text-align: center;
    width: 100%; }
#slider .carousel .titulo {
    text-align: center;
    width: 100%; }
#slider .carousel .titulo img {
    width: 30%; }
#slider .carousel .imagenSlider img {
    width: 70%; }
#slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 100%;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms; }
#slider .carousel .itemfirst-child {
    top: auto;
    position: relative; }
#slider .carousel .item .logo {
    width: 100%;
    text-align: center; }
#slider .carousel .item .logo img {
    width: 40%; }
#slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1; }

#slider .prev,
#slider .next {
    position: absolute;
    top: 50%;
    color: #11518b;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    font-size: 3.5em; }
#slider .prevhover,
#slider .nexthover {
    background-color: transparent; }

#slider .prev {
    left: 10px; }
#slider .next {
    right: 10px; }
#slider .carousel-indicators {
    bottom: 10%;
    margin-left: -29.5%; }
#slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #99999A;
    border-radius: 10px; }
#slider .carousel-indicators li img {
    opacity: 0.5; }
#slider .carousel-indicators li:after img {
    opacity: 0.5; }
#slider .carousel-indicators .active img {
    opacity: 1.0; }
#slider .carousel-indicators .active:after img {
    opacity: 1.0; }
#slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #99999A;
    margin: 0 15px 0 0;
    position: relative; }
#slider .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #02213E;
    margin: 0 15px 0 0;
    border: 1px solid #02213E;
    position: relative; }
#slider .inscroll {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2%;
    z-index: 10; }
#slider .inscroll img {
    width: 2%; }
#slider .slide-margin img {
    width: 70%;
    padding-left: 20%;
    margin-bottom: 150%;
    position: relative; }

#slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both; }
#slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both; }
#slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both; }
#slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both; }

.button2 a {
    color: #99999A !important;
    border: 1px solid #99999A;
    background: transparent;
    font-size: 1.4em;
    padding: 7px 15px;
    margin-left: 65px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.9); }

.fullslide {
    height: 100% !important; }

.fullslide .prev,
.fullslide .next {
    color: white !important; }

#slider .carousel-inner .item {
    background-size: 100% auto !important;
    background-attachment: fixed !important; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .backgroundf300 .backgroundf102 .row img {
        width: 5%;
        opacity: 0;
        padding-top: 50vh;
        padding-bottom: 0;
    }

    .buttonContact a img {
        width: 25%; }

    .autotype h1 {
        display: grid;
        font-size: 1.5em; }
    .autotype img {
        width: 15% !important; }

    .logo h1 {
        width: 100%;
        margin: 2em auto 20vh auto;
        background: #ffffffad;
        padding: 10px;
        color: #184886;
    }

    .logo svg {
        width: 50%; }

    #slider .carousel h1 {
        margin-bottom: 30px; }

    .button2 a {
        font-size: 1.1em; }

    #slider .inscroll {
        display: none; }

    #slider .carousel-inner .item {
        background-size: 200% !important;
        background-attachment: inherit !important; } }
.slick50 {
    position: relative;
    background-image: url("../img/QueHacemos.jpg"); }
.slick50 .background503 {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../img/Titulo-Hacemos.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0, 0;
    left: 0; }
.slick50 .quotes p {
    color: #02213E;
    padding-left: 20px;
    text-align: right;
    font-size: 1.5em;
    line-height: 60px;
    font-family: "Catamaran", sans-serif; }
.slick50 .quotes p span {
    background: black;
    padding: 5px 15px;
    color: white; }
.slick50 .container {
    padding: 14% 0; }

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: white; }

.slick-prev, .slick-next {
    margin-top: -40px; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .slick .background503 {
        background-image: none; }

    .slick-next {
        right: 10px; }

    .slick-prev {
        left: 0; }

    button.mfp-arrow, button.mfp-close {
        background: transparent; } }
/* xGA iPad */
@media only screen and (min-width: 600px) and (max-width: 1260px) {
    .slick .background503 {
        background-size: 105% 100%; } }
.simple50 {
    background-image: url("../img/Nosotros.svg");
    background-size: cover;
    height: 100%;
    width: 100%; }
.simple50 h1 {
    text-transform: uppercase;
    font-size: 4rem;
    color: white;
    text-align: center;
    font-weight: 700; }
.simple50 h1 span {
    color: #02213E; }
.simple50 p {
    font-size: 1.3em !important;
    color: white !important;
    line-height: 30px !important;
    text-align: left; }

.equal50 {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    width: 100%; }
.equal50 h2 {
    font-size: 3.5em;
    color: white;
    margin-bottom: 50px; }
.equal50 .background501 {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("../img/mapa_757-01.jpg");
    background-size: cover;
    background-position: center center; }
.equal50 .button3 {
    color: #ffffff;
    background: transparent;
    border: 1px solid white;
    font-size: 1.2em;
    padding: 5px 10px; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .equal50 .background501 {
        width: 100%;
        height: 100%;
        opacity: 0.1; } }
.tabsDetail {
    background: #99999A;
    height: 100%;
    width: 100%;
    padding-top: 10%; }
.tabsDetail .row {
    width: 100%; }
.tabsDetail .center-tabs {
    margin-left: 230px; }
.tabsDetail .main-tabs {
    border-bottom: 0; }
.tabsDetail .main-tabs > li > a {
    font-weight: 700;
    padding: 7px 12px;
    border: 1px solid #34343A;
    margin: 0 50px;
    border-radius: 0px;
    color: #34343A;
    background: transparent;
    -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.13);
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.13); }
.tabsDetail .main-tabs > li > a.mas-info{
    box-shadow: none !important;
    border: none !important;
    padding: 10px 9px 0;
    text-align: center;
    cursor: pointer !important;
}
.tabsDetail .main-tabs > li > a.mas-info:hover{
    text-decoration: underline;
}
.tabsDetail .main-tabs > li.active > a, .tabsDetail .main-tabs > li.active > a:hover, .tabsDetail .main-tabs > li.active > a:focus {
    color: #02213E;
    cursor: default;
    background-color: transparent;
    border: 1px solid #02213E;
    border-bottom-color: inherit; }
.tabsDetail .tab-vertical {
    padding-top: 20px; }
.tabsDetail .tab-vertical > .active {
    display: flex;
    visibility: visible; }
.tabsDetail .sub-tabs {
    top: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 10;
    width: 220px;
    padding-right: 20px;
    text-align: right;
    border-right: 1px solid; }
.tabsDetail .sub-tabs > li {
    float: none;
    margin-bottom: -1px; }
.tabsDetail .sub-tabs > li > a {
    font-weight: 400;
    padding: 7px 12px;
    border: none;
    border-radius: 0px;
    color: #34343A;
    background: transparent; }
.tabsDetail .sub-tabs > li.active > a, .tabsDetail .sub-tabs > li.active > a:hover, .tabsDetail .sub-tabs > li.active > a:focus {
    font-weight: 700;
    color: #02213E;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: inherit; }
.tabsDetail .location_detail {
    text-align: center;
    padding-top: 320px; }
.tabsDetail .location_detail img {
    padding-top: 20px;
    width: 70%; }
.tabsDetail .plan {
    text-align: center; }
.tabsDetail .plan img {
    width: 80%;
    margin: auto; }
.tabsDetail .description h3 {
    font-weight: bold;
    color: #02213E;
    line-height: 40px;
    margin: 10px 0; }
.tabsDetail .description img {
    width: 80%;
    padding-top: 10px; }
.tabsDetail .dropdown {
    width: 100%; }

.mfp-container .inline-popup-plan {
    max-width: 980px; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .tabsDetail {
        height: auto;
        padding-top: 150px;
        padding-bottom: 30px; }
    .tabsDetail .dropdown {
        display: block; }
    .tabsDetail .vertical-align {
        display: block;
        -webkit-align-items: center;
        align-items: center; }
    .tabsDetail .location_detail {
        padding-top: 0; }
    .tabsDetail .location_detail img {
        padding-top: 50px; }
    .tabsDetail .main-tabs > li > a {
        margin: 0;
        font-size: 1.2em !important; }
    .tabsDetail .sub-tabs {
        width: 100%;
        text-align: left;
        top: 50px;
        padding-right: 25px; }
    .tabsDetail .sub-tabs > li > a, .tabsDetail .sub-tabs > li.active > a, .tabsDetail .sub-tabs > li.active > a:hover, .tabsDetail .sub-tabs > li.active > a:focus {
        border: 1px solid #34343A;
        font-weight: 700;
        font-size: 1.2em !important; }
    .tabsDetail .plan img {
        width: 100%; }
    .tabsDetail .description p {
        font-size: 1.2em; } }
.back100Center {
    background-image: url("../img/Ubicacion.jpg");
    background-size: cover;
    height: 100%;
    width: 100%; }
.back100Center .row {
    width: 100%;
    margin: 0 0 0 25%;
    text-align: center; }
.back100Center .row img {
    width: 50%; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .back100Center .row {
        width: 100%;
        margin: auto; }
    .back100Center .row img {
        width: 100%; } }
.simplelogos {
    background-image: url("../img/Colaboradores.jpg");
    height: 550px; }
.simplelogos .container-fluid .row {
    background: white; }
.simplelogos .container-fluid .row img {
    width: 100%;
    padding: 30px; }
.simplelogos .container-fluid .row .smallLogo img {
    width: 100%; }
.simplelogos .container-fluid .row .leftLogo {
    text-align: left; }
.simplelogos .container-fluid .row .rightLogo {
    text-align: right; }
.simplelogos h1 {
    font-size: 3.5rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }

.selectors {
    background-color: #34343A;
    height: 100%;
    width: 100%; }
.selectors .row {
    width: 100%; }
.selectors .mapping img {
    width: 100%; }
.selectors ul {
    color: white;
    list-style-type: decimal;
    padding-left: 40px;
    line-height: 35px; }
.selectors ul li a {
    color: white;
    padding-left: 10px; }
.selectors .selectores2 {
    display: none; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .selectors {
        height: auto;
        padding-bottom: 20px; }
    .selectors canvas {
        width: 100% !important;
        height: auto !important; }
    .selectors .selectores {
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 450px !important;
        background-position: 100%; }
    .selectors .vertical-align {
        display: block;
        -webkit-align-items: center;
        align-items: center; }
    .selectors ul li a {
        font-size: 1.2em; } }
.contact {
    height: 100%;
    width: 100%;
    background-image: url("../img/Contacto.jpg");
    background-size: cover; }
.contact h2 {
    color: #02213E;
    text-align: center;
    font-weight: 600; }
.contact .col-md-offset-2 p {
    color: white;
    font-size: 1.7em;
    font-weight: 200;
    line-height: 35px; }
.contact .col-md-offset-2 p span {
    font-weight: 600;
    color: white;
    border-bottom: none;
    font-size: 1.2em; }
.contact h3 {
    color: #99999A;
    text-align: left;
    line-height: 30px;
    font-weight: 600; }
.contact form {
    margin: auto; }
.contact .form-control {
    height: 45px;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif;
    line-height: 1.42857143;
    color: #02213E;
    border: 1px solid #99999A;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
.contact .form-group {
    margin-bottom: 15px;
    text-align: center; }
.contact .form-group textarea {
    height: 100px;
    resize: none; }
.contact .form-group input[type=submit] {
    background: #184886;
    font-family: "Catamaran", sans-serif;
    font-size: 1.1rem;
    color: white;
    border: none;
    font-weight: 700;
    padding: 10px 30px; }
.contact ::-webkit-input-placeholder {
    color: #02213E !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
.contact :-moz-placeholder {
    /* Firefox 18- */
    color: #02213E !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
.contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #02213E !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
.contact :-ms-input-placeholder {
    color: #02213E !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
.contact input[type="email"].big-dog::webkit-input-placeholder {
    color: #02213E !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
.contact .form-inline {
    margin-bottom: 15px; }
.contact .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    text-align: left; }
.contact .form-inline .form-group input {
    width: 297px; }
.contact .form-inline .form-group label {
    font-size: 0.9em;
    color: white; }
.contact img {
    width: 55%;
    margin-left: 20%; }
.contact .background503 {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../img/Ubicacion.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0, 0;
    left: 0; }
.contact .mt15 {
    margin-top: 15%; }

.location_map {
    height: 350px;
    width: 400px; }

footer {
    width: 100%;
    position: absolute;
    margin-top: 50px;
    bottom: 0;
    background: rgba(15, 53, 100, 0.9); }
footer p {
    text-align: center;
    color: white;
    padding: 13px 0;
    margin: 0; }
footer a {
    color: white; }
footer a:hover,footer a:focus,footer a:active {
    color: white; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .contact form {
        width: 100%; }
    .contact .form-control {
        font-size: 1em; }
    .contact .form-inline {
        margin-bottom: 0; }
    .contact .form-inline .form-group {
        display: block; }
    .contact .form-inline .form-group input {
        width: 100%; }
    .contact .location_map {
        height: 350px;
        width: 100%; }
    .contact .col-md-offset-2 p {
        margin: 0 0 20px 0; }

    footer {
        height: auto; }
    footer p {
        padding: 13px; } }
.inline-popup-block {
    background: #FFF;
    font-size: 1em;
    max-width: 600px;
    overflow: hidden;
    text-align: justify;
    margin: 0 auto;
    position: relative;
    padding: 15px; }
.inline-popup-block .container {
    width: 100%; }

.popup-info {
    height: auto; }

.inline-popup-plan img {
    width: 100%; }

.mfp-bg {
    background: rgba(51, 51, 51, 0.9); }

.mfp-close-btn-in .mfp-close {
    color: #02213E;
    font-size: 3.5em; }

.content h3 {
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: 600;
    color: #99999A;
    margin: 30px 0 0 0; }
.content div {
    color: #184886;
    font-size: 1.3rem;
    line-height: 27px;
    padding-bottom: 30px; }
.content p {
    padding-top: 20px;
    font-size: 1.2rem;
    color: #02213E;
    line-height: 25px; }
.content span {
    font-size: 1.3rem;
    color: #02213E;
    border-bottom: 1px solid #02213E; }
.content li {
    color: #02213E;
    padding: 1px 0; }

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    button.mfp-arrow, button.mfp-close {
        background: transparent; } }

/*# sourceMappingURL=style.css.map */


.logo .scroll p {
    color: white !important;
}

.cintillo{
    position: absolute;
    top: 70%;
    background: url(../img/Cintillos-Banner_757.png);
    background-position: center center;
    width: 100%;
    height: 150px;
}

.cintillo3{
    position: absolute;
    top: 75%;
    background: url(../img/Cintillos-Banner_7572.png);
    background-position: center center;
    width: 100%;
    left: 0;
    height: 70px;
}

.intro p{
    text-align: center;
    color: #02213E;
    font-size: 1.2em;
}



/*---- /PORTAFOLIO/----*/

#portafolio{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: #34343a;
    padding: 120px 0 50px;
}

.container-fluid .introAmenidades p{
    color: white;
    text-align: center;
    font-size: 1.2rem;
    padding: 15px;
}

#lista{
    list-style: none;
    padding-top: 8%;
    margin-right: 40px;
}

.grid-sizer,
.grid-item {
    width: 33.33%;
}

.grid-sizer2,
.grid-item2{
    width: 50%;
}

.client-sizer{
    width: 40% ;
}

.client-item{
    float: left;
    padding: 10px;
    width: 100%;
}

.client-item img{
    display: block;
    max-width: 100%;
}

.client-item--width2 {
    float: left;
    width:  50%;
}

.client-item--width2  img {
    display: block;
    max-width: 100%;
}

.client-item--width3 {
    float: left;
    width:  33%;
}

.client-item--width3  img {
    display: block;
    max-width: 100%;
}


.grid-item {
    float: left;
    min-height: 210px;
}

.grid-item img {
    display: block;
    max-width: 100%;
}


.grid-item2 {
    float: left;
    min-height: 210px;
}

.grid-item2 img {
    display: block;
    max-width: 100%;
}



.inicio{
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: 100%;
}



.masonry .item, .masonry img, .masonry a {
    display: block;
    font-size: 15px;
    color: #3e3e3e;
}

.masonry .grid-item >a>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left:0;
    background: #1848869c;
    -webkit-background-size: 280px 280px;
    background-size: 280px;
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    -webkit-transition: 1s all;
    transition: 1s all;
}



#portafolioWeb .masonry .grid-item >a>div {

    background: url(../img/layout/slashWeb.png) 0 0 no-repeat;
    opacity: 0.85;

}

.masonry .rodri >a>div {
    opacity: 0;
    background: url(../img/team/rodrigo_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .lily >a>div {
    opacity: 0;
    background: url(../img/team/lily_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .erick >a>div {
    opacity: 0;
    background: url(../img/team/erick_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .elydeth >a>div {
    opacity: 0;
    background: url(../img/team/elydeth_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .luis >a>div {
    opacity: 0;
    background: url(../img/team/luis_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .abdeel >a>div {
    opacity: 0;
    background: url(../img/team/abdeel_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .diana >a>div {
    opacity: 0;
    background: url(../img/team/diana_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}

.masonry .gaby >a>div {
    opacity: 0;
    background: url(../img/team/GABY_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .andy >a>div {
    opacity: 0;
    background: url(../img/team/andy_2.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}
.masonry .add >a>div {
    opacity: 0;
    background: url(../img/team/add.png);
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
    -webkit-transition: 1s all;
    transition: 1s all;
}

.masonry  .grid-item--width2>a>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-left:0;
    background: url(../img/layout/slash.png) 0 0 no-repeat;
    -webkit-background-size: 430px 380px;
    background-size: 530px;
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    -webkit-transition: 1s all;
    transition: 1s all;
}

.masonry .grid-item >a>div div {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 30%;
    padding-right: 0;
    opacity: 0;
    -webkit-transition: .3s .1s all;
    transition: .3s .1s all;
}

#portafolioWeb .masonry .grid-item >a>div div {
    bottom: 0;
    top: 45%;
    left: 0;
    right: 0;

}

.masonry .grid-item>a>div h2 {
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 200;
    font-size: 2em;
    line-height: 40px;
    -webkit-transition: 1s all;
    transition: 1s all;
    text-transform: uppercase;
}

.masonry .grid-item>a>div p {
    text-align: left;
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9em;
    margin-bottom: 0
}

.masonry .grid-item a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.masonry .grid-item a:hover div {
    -webkit-transition: .15s all;
    transition: .15s all
}

.masonry .grid-item a:hover img {
    -webkit-transition: .60s all;
    transition: .60s all
}

.masonry .grid-item  a:hover div,
.masonry .grid-item  a:hover div * {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.masonry .grid-item  a:hover img,
.masonry .grid-item  a:hover img * {

    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1); /* Standard syntax */
}

.masonry .rodri  a:hover img,
.masonry .rodri  a:hover img *,
.masonry .lily  a:hover img,
.masonry .lily  a:hover img *,
.masonry .erick  a:hover img,
.masonry .erick  a:hover img *,
.masonry .elydeth a:hover img,
.masonry .elydeth  a:hover img *,
.masonry .luis  a:hover img,
.masonry .luis  a:hover img *,
.masonry .abdeel  a:hover img,
.masonry .abdeel  a:hover img *,
.masonry .diana  a:hover img,
.masonry .diana  a:hover img *,
.masonry .andy  a:hover img,
.masonry .andy  a:hover img *,
.masonry .add  a:hover img,
.masonry .add  a:hover img *{
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1); /* Standard syntax */
}


/* another  */

.mapa {
    position: relative;
    padding-bottom: 42%;
    height: 0;
    overflow: hidden;
}
.mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 250px !important;
}


#map-canvas{
    left:20px;
    width:540px;
    height:350px;
    margin-top: 55px;
}


.tituloContacto{
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #000000;
    padding: 20px 0 10px 0;

}

.introduccionContacto{
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    color: #808080;
    padding: 20px 0 10px 0;
}

.informacion{
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    color: #808080;
    padding: 17px 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 10px;
    width: 49.7%;


}

.form-inline .form-group .form-control{
    width: 100%;
}



.informacion .facebook_link {

    position: absolute;
}
.informacion .facebook_link img{
    width: 70%;

}

.informacion .pinterest_link {
    left:60px;
    position: absolute;
}

.informacion .pinterest_link img{
    width: 70%;

}

#footer {
    color: #808080;
    background: url(../img/layout/footer.png) 0 0 no-repeat;
    background-position: center;
    height: 196px;

}

#footer .derechos {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    color: #ffffff !important;
    position: relative;
    top: 100px;
}

.derechos p{
    padding-top: 20px;
}

/* --- estilos de portafolio -- */


.formContact {
    background: #99999A;
    height: 100%;
    width: 100%;
    padding-top: 10%;
}


.formContact .row{
    width: 100%;
}

.logoshome img{
    width: 12%;
    padding: 0 0 10vh 10px;
}



/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width: 800px) {
    .backgroundf300 {
        background-size: 300% 100%;
    }

    .backgroundf300 .backgroundf101 .row {
        margin-top: 50%;
    }
    .cintillo {
        background-position: 36.5% 30%;
        top: 72%;
        display: none;
    }

    .cintillo2{
        background: #0b5686;
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 5vw;
        padding: 20px;
    }

    .cintillo3 {
        background-position: 36.5% 30%;
        top: 72%;
        display: none;
    }


    .grid-sizer, .grid-item {
        width: 100%;
    }
    .grid-item {
        min-height: 180px;
    }

    .tab-content .container {
        padding: 0;
    }

    .formContact {
        height: auto;
        padding-top: 20vh;
    }

    .contact img {
        display: none;
    }


    .logoshome img{
        width: 45% !important;
        padding: 0 0 5vh 10px;
    }
}

.mfp-content .content h3 {
    color: #02213E;
}

.add-info a {
    color: #184886;
    position: absolute;
    right: 0;
    top: 5vw;
    font-size: 1.1em;
    font-weight: 700;
}

.logo-footer{
    width: 10vw !important;
    position: absolute;
    bottom: -7.5vw;
}

.infoFooter2 p{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
    color: #ffffff;
}

.infoFooter2 img{
    width: 200px;
    height: 120px;
    position: absolute;
    bottom: -1.5vw;
    right: 3vw;
}

.weblink{
    position: absolute;
    top: 95%;
    width: 100%;
    height: 150px;
    text-align: center;
}

.weblink a{
    color:white;
}

.weblink a:hover{
    color:white;
}

#foo{
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 750px;
    height: 422px;
}

#foo > video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #ff0c0c;
}

.popupPromo{
    text-align: center;
}

embed{
    width: 100%;
    height: 100%;
    padding-top: 16vh;
}

