/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* 

Paleta color:
    - azul corporativo: #07354d
    - gris corporativo: #8a9dac
    - Gris oscuro: #647e90
    - Gris neutro oscuro: #333
    
    -Turquesa claro: #b2e0d0
    -Turquesa: #68c3a0
    -Turquesa oscuro: #56997d   (pendiente de aprobacion)

    - Azul claro: #d3e6ec
    - Azul medio: #cee5ea
    - Azul fuerte: #afdae3
    
    - Naranja: #f69320
    - Naranja oscuro: #fc6924

Índice   

1. Estilos básicos generales el site (body, header, footer, etc...)
2. Tipografías
3. Enlaces
4. Botones
5. Formularios
6. Navegación
7. Seccion equipo
x. Seccion XXX
*/

/*****************************************/

* {
   box-sizing:border-box;
}

/* 1. Estilos básicos */
/*====================================================================================================================================================================================================*/

body {
    font-family: 'Open Sans', sans-serif;
    margin:0;
    font-weight:lighter;
    -webkit-font-smoothing:subpixel-antialiased;
    color:#333;
}

.body-container-wrapper { padding-top: 4%;}

#header {

}

.span9.widget-span.widget-type-space {
    display: none;
}

.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-container {
    padding: 1% 0;
    background: #fff;
    z-index: 9999;
    border-bottom:2px solid #68c3a0;
    max-height: 80px;
}

#footer {
    padding:30px;
    background:#07354d;
    color:white;
    margin-top:20px;
}

#footer a {
    color:white;
}

#footer a:hover {
    color:#f69320;
}

/* Estilos para listas */

ul {
    list-style:square url("//cdn2.hubspot.net/hubfs/2351816/Website_Images/square.jpg");   
}
ul li {
    padding:5px;
}

ul li ul li {
    list-style: square url("//cdn2.hubspot.net/hubfs/2351816/01-website-Images/mid-square.jpg");
    
}

ul li ul li ul li {
    list-style: circle url("//cdn2.hubspot.net/hubfs/2351816/01-website-Images/circle.jpg");
}

/* // */


#contact-bar {
    background:#333;
    position:fixed;
    color:white;
    max-height:30px;
    z-index:99999;       
}

#contact-bar a {
    color:white;
    font-size:12px;
}

.logo-gtc {
   max-width:200px;
   margin: 0;

}

.contacta {
    margin:0;
    padding:0;
    background:#f69320;
}

.underline-section {
    width:50%;
    height:2px;
    background:#68c3a0;
    margin:0 auto;
}

.section {

}

.section-head {
    text-align:center;
}

.padding20tb {
    padding: 20px 0px;
}
.title-background {
    background: #f5f5f5;
}

.description-section {
    margin-bottom:15px;
    text-align:center;
}

.black-shape {
}

.copyright {
    text-align:center;
    font-size:14px;
    padding:5px;
    height:30px !important;
    margin:0 !important;
}

.ficha {
    border:2px solid #68c3a0;
    padding:30px;
    margin-bottom:50px;
    background:white;
}

.ficha h4:last-child {
   
    margin-left:30px;
    margin-bottom:40px !important;
    border-bottom:2px solid #68c3a0;
}

/* Aquellos elementos que quiero ocultar porque el COS muestra un espacio */

.hidden { 
    background:#07354d !important;
}

.cookies {
    width: 100%; display: block; text-align:center; font-size: 15px; line-height: 100%; padding: 20px; background: #333; color:white; font-family:sans-serif; box-sizing: border-box;position:fixed;top:0;z-index:9999999;
}

.cookies button {
    padding:10px 20px;
    margin-left:15px;
    background:#68c3a0;
    color:white;
    border:none;
}

.cookies button:hover {
    background:#f69320;

}

#posicionamiento {
    /*margin-bottom:-30px;*/
     margin-top:-35px;
    background:#f2f2f2;
    /*padding:40px;*/
  
}

/* Boton de contrátanos */

#cta-contract {
    position:fixed;
    right:4%;
    bottom:5%;
    width:80px;
    background:#f3c20b;
    border-radius:100%;
}

#cta-contract img {
    padding:15px;
}

.contract-message {
    width:200px;
    background:black;
    color:white;
    position:fixed;
    right:-200px;
    bottom:1%;
    transition: 0.2s ease all;
}
.contract-message p {
    padding:0px;
    text-align:center;
}

.cta-hover:hover .contract-message {
    right:1%;
    bottom:1%;
     transition: 0.2s ease all;
}

/* Clase para las landinga, para darles más altura */
.landing-section {
    margin-bottom:20px;
    min-height:700px !important;
}

/* Esta clase ancla permitirá mostrar anclas por debajo de la cabecera de navegación fija. */

.ancla:before {
      display: block !important;
      content: " " !important;
     margin-top: -200px !important;
      height: 200px !important;
      visibility: hidden !important;
}

/* Partners */

.partners-image {
    text-align:center;
    padding:40px;

}

.partners-image:first-child {
    text-align:center;
    padding:40px 10px;

}


/*====================================================================================================================================================================================================*/


/* 2. Tipografías */
/*====================================================================================================================================================================================================*/

h1, h2, h3, h4 {
    margin:0 !important;
    font-weight:bold;
   
}

h1 {font-size:2.2em;}

h2 {font-size: 1.8em;}

h3 {font-size: 1.5em;}

h4 { font-size: 1.2em; }

h5 { font-size: 1em; }

h6 { font-size: 0.8px; }

p {
    font-size:1em;
    padding:10px 20px 5px 20px;
    text-align: left;
}

/*====================================================================================================================================================================================================*/


/* 3. Enlaces */
/*====================================================================================================================================================================================================*/

a {
    text-decoration:none;
    color:#68c3a0;
}


a:hover {
    text-decoration:underline;
    color:#f69320;
}

/*====================================================================================================================================================================================================*/


/* 4. Botones  */
/*====================================================================================================================================================================================================*/

.button {
    width:100%;
    background:#68c3a0;
    height:auto;
    padding:10px;
    text-align:center !important;
}
.button:hover {
    background:#f69320;
}


.button  a {
  color:white;
  font-weight:bold;  
}

.button:hover  a {
  color:white; 
}



/*====================================================================================================================================================================================================*/


/* 5. Formularios */
/*====================================================================================================================================================================================================*/


.hs-button {
width: 50%;
height: 50px;
padding: 15px;
background: #68c3a0;
color: white;
font-weight: bold;
float: left;
}

.hs-button:hover {
    text-decoration: none;
    background-color: #f69320;
    color: white;
}


/*====================================================================================================================================================================================================*/


/* 6. Navegación */
/*====================================================================================================================================================================================================*/

.top-nav {
    text-align:right;
    margin:0px 0px -5px 0px;
    padding:0;
     
}

.top-nav ul li a {
    color:#333;
    padding:0;
}
.top-nav ul li a:hover {
    color:#f69320;
}

.top-nav ul li:last-child {
    background:#68c3a0;
}
.top-nav ul li:last-child:hover {
    background:#f69320;
}
.top-nav ul li:last-child a {
    color:white;
}
.top-nav ul li:hover{
 transition:0.2s ease all;
}

.menu_bar {
    display:none;
}

/* Segundo nivel de menú*/


.top-nav ul li ul {
    background:#f69320;
    position:relative;
    top:56px;
    width:400px !important;
}
.top-nav ul li ul li {
width:400px !important;
list-style: none;
}

.top-nav ul li ul li a {
    color:white;
    max-width:400px !important;
    width:100% !important;
    text-align:left;
}
.top-nav ul li ul li:hover {
    background:#f69320;
}
.top-nav ul li ul li:hover a {
    color:white;
}
.top-nav ul li ul li:last-child {
    background:#68c3a0;
}
.top-nav ul li ul li:last-child:hover {
    background:#68c3a0;
}
.top-nav ul li ul li:last-child a {
    color:white;
}

/* // */

.languages-menu {
    max-width:150px;
   margin-top:-16px;
   margin-right:100px;
   float:right;
    
}

.languages-menu ul {
    list-style:none;


}
.languages-menu ul li {
    padding:7px;
    color:white;
    display:block;
    font-size:12px;
    text-align:left;
    transition:0.2s ease all;
   
   
}

.languages-menu ul li:hover {
    background:#8a9dac;
    transition:0.2s ease all;
}

.languages-menu ul li:hover > ul{
    display:block;
    transition:0.2s ease all;
}

.languages-menu ul li ul {
    display:none;
    position:absolute;
    width:100%;
    max-width:150px;
    transition:0.2s ease all;

 
}

.languages-menu ul li ul li {
    background:#8a9dac;
    padding:10px;
    position:relative;
    left:-47px;
    top:4px;
    transition:0.2s ease all;     
}

.languages-menu ul li ul li a {
   padding:0px 0px 0px 0px;

}

.languages-menu ul li ul li:hover {
    background:#fc6924 ;
    transition:0.2s ease all;
}

.contact-data {     
    float:left;
  
}

.contact-data ul li {
 width:auto !important;
}

.contact-data ul li a:hover {
  text-decoration:underline;
}

/*====================================================================================================================================================================================================*/


/* 7. Sección equipo */
/*====================================================================================================================================================================================================*/
#section-equipo {
  
}
/* imagen que sale en el index*/
.image-equipo {
    text-align:center;

}
/* // */

.team-container {
    margin-bottom:10px;
    padding:10px;
}


.team-profile {
    border-radius:100%;
    overflow:hidden;
    width:10%;
    min-width:100px;
    float:left;
 position:relative;
    left:5%;
    top:20px;
}

.team-description {
    width:80%;
    float:right;
    padding:10px;
}


.team-description .cargo{
    padding:5px 18px;
}

.team-description p {
    margin-top:0px !important;
}

.team-certification {
    display:block;
    width:25%;
    padding:10px 30px;
    float:left;
   
}

.team-certification img {
    width:90% !important;
    height:auto !important;
}

.certificaciones-member {
     overflow:hidden;
}

.underline-team {
    position:relative;
    left:20px;
    top:0px;
    width:80%;
    height:2px;
    background:#68c3a0;
}

.team-modul {
    margin-bottom:25px;
    overflow:auto;
    min-height:250px;
}

/* Modulo gtc tam little */

.member-profile {
  
    float:left;
    text-align:center;
     width:25%;
    margin-right:2%;
}

.member-profile img {
    border-radius:100%;
    overflow:hidden;
    max-width:80px;
     transition: 0.1s ease all;
}

.member-name {
    width:70%;
    padding:10px;
    font-size:12px;

    margin-top:10px;
    float:left;
}

.member-container {
    overflow:hidden;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:1%;
    margin-right:1%;
}

.member-center {
    width:98%;
    overflow:auto;
    margin:auto;
  
}

.member-profile:hover img {
    border:4px solid #68c3a0;
    transition: 0.1s ease all;
} 


/*====================================================================================================================================================================================================*/


/* 8. Sección Servicios */
/*====================================================================================================================================================================================================*/


a .box-services {
    color:black;
     width:30% !important;
     margin-left:1.5% !important;
     margin-right:1.5% !important; 
         min-height:450px !important;
}

a:hover .box-services {
    border:8px solid #f69320 !important;
    /*border-radius:0px;
    transition:0.3s ease all;/*
   /* box-shadow:0px 5px 15px 5px gray;*/
    
}

.box-services {
    padding:30px 30px;
    border:3px solid #68c3a0;
    border-radius:20px;
    transition:0.3s ease all;

    
}


#main-banner-services {
    background:url('https://cdn2.hubspot.net/hubfs/2351816/01-website-Images/backgrounds/head_ny2.jpg') no-repeat center fixed;
    background-size:cover;
    background-color:#ffffff;
    min-height:300px;
    color:white;
    text-shadow:2px 2px 2px black;
    /*margin-top:80px;*/
}

.module-service-content {
    display:block;
    margin-bottom:30px;
   
  
}

.menu-services {
  margin-bottom:5px;
    text-align:center;
}

.service-img {
     float:left;
     width:25%;
     padding:20px 50px 50px 50px;
}

.service-img img {
width:30%;
margin-left:30%;
min-width:100px;
max-width:250px;

}

.service-description {
    float:right;
    width:75%;
}
.service-description ul {
    margin-top:-30px !important; 
}

.service-description p {
    margin-top:-10px !important;
}
.services-menu {
      text-align:center;
}
/* Dentro de la página de servicios */

.services-menu img {
    width:200px !important;
    padding:50px 50px 0px 50px;
  
}
.service-1 {
    display:block;
    height:200px;
    overflow:hidden;
    transition:0.2s ease all !important;
}

.service-1:hover {
     height:auto;
    border:3px solid #68c3a0;
    border-radius:40px;
     transition:0.2s ease all !important;
}

/*====================================================================================================================================================================================================*/


/* 9. Clientes */
/*====================================================================================================================================================================================================*/

.logo-section .logo-col {
    padding:30px;
    opacity:0.7;
    text-align:center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
    
}

.logos-clientes-listado { /* Son los logotipos que aparecen en las fichas, creado con un módulo */
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
}

.logos-clientes-listado img { /* logotipos en fila */
    padding:10px 40px 10px 40px;
    min-width:150px;
           filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
  opacity:0.7;

}

.img-ficha-cliente { /* logotipo de titulo */
    width:200px !important;
    float:left;
       filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
  opacity:0.7;
}

.name-cliente {
    padding:40px;
    float:left;
    font-size:20px;
    font-weight: bold;

}

.ficha-cliente { /* ficha cliente es la parte de arriba, es el contenedor del modulo personalizado homonimo */
   width:100%;
   margin:auto;
   text-align:center;
   border-bottom:2px solid #68c3a0;
   overflow:auto;


}

.credenciales {
    border:3px solid #68c3a0;
    padding:50px;
    margin-top:20px !important;
    margin-bottom:30px !important;
    width:70%;
    margin:auto;
    font-size:18px;
}



/*====================================================================================================================================================================================================*/


/* 10. Sección formulario de contacto */
/*====================================================================================================================================================================================================*/

#section-form {
    background:url('https://cdn2.hubspot.net/hubfs/2351816/01-website-Images/backgrounds/form_barcelona2.jpg') no-repeat center fixed;
    background-size:cover;
    padding: 20px 0px 80px 0px;
    color:white;
}

.contact-form .hs_submit input {
    width:180px;
    height:40px;
    background-color:#68c3a0;
    color:white;
    font-size:18px;
    font-weight:bold;
    padding:10px 30px;
    box-sizing: border-box;
    outline:0 none;
    border:0;
    border-radius:3px;
    transition:0.3s ease all;
    box-shadow: 2px 2px 4px black;
}

.contact-form .hs_submit input:hover {
    width:200px;
    background:#fc6924;
    transition:0.3s ease all;
}

.contact-form input {
    margin-bottom:15px;
    padding:10px;
    font-size:14px;
}

.contact-form .inputs-list {
    list-style: none;
    margin:0;
    margin-bottom:20px;
    padding:0;
}

.contact-form .hs-error-msgs {
    color:red;
    font-size:12px;
}

.black-shape h1{
    text-shadow:2px 2px 2px black; 
}

.black-shape div{
    text-shadow:1px 1px 1px black; 
    font-size:20px;
}

.contact-form select  {
    padding:20px !important;
    font-size:14px;
    height:40px !important;
    margin-bottom:20px;
    
}



/*====================================================================================================================================================================================================*/


/* 11. Seccion Welcome*/
/*====================================================================================================================================================================================================*/

/* Ofertas según el idioma. Aquí se podrá cambiar el banner de fondo */

.offer-es {
     background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-ES/offer-mercado-de-Smart-Home.jpg') no-repeat center fixed;
     /*background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-ES/Isla de Ometepe- Primera isla digital.jpg') no-repeat center fixed;*/
}

.offer-en {
   background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-EN/offer-6-Marketing-Metrics.jpg') no-repeat center fixed;
   /*background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-ES/Isla de Ometepe- Primera isla digital.jpg') no-repeat center fixed;*/
}

.offer-it {
    background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-IT/offer-22-domande-da-farsi-per-impostare-una-promo.jpg') no-repeat center fixed;
    /*background:url('//www.gotoclient.com/hubfs/01-website-Images/backgrounds/Offer-ES/Isla de Ometepe- Primera isla digital.jpg') no-repeat center fixed;*/
}*/

/* // */


#main-banner {
   
    background-size:cover;
    background-color:black;
    min-height:700px;
    color:white;
}
.main-welcome-text {
    margin-top:200px;
    padding-bottom:100px;
   
}

.main-message h1{
    text-shadow:2px 2px 2px black;
    font-size:3em;
    line-height:1.1em;
    color:white;
}

.main-message h2{
    text-shadow: 2px 2px 2px black;
    color:white;
}

.main-message p{
    text-shadow:3px 3px 3px black; 
    font-size:1.3em;
    color:white;
}


.cta-main-welcome{
    padding:0px 20px;
}

/*====================================================================================================================================================================================================*/


/* 12. Formulario de suscripción al blog */
/*====================================================================================================================================================================================================*/


.form-suscribe .hs_submit input {
    width:150px;
    height:40px;
    background-color:white;
    color:#07354d;
    font-size:15px;
    font-weight:bold;
    padding:10px 30px;
    box-sizing: border-box;
    outline:0 none;
    border:0;
    transition:0.3s ease all;
    border-radius:5px;
    float:right;
}

.form-suscribe .hs_submit input:hover {
    width:200px;
    transition:0.3s ease all;
}

.form-suscribe input {
    margin-bottom:15px;
    padding:10px;
    font-size:14px;
}

.form-suscribe .inputs-list {
    list-style: none;
    margin:0;
    margin-bottom:20px;
    padding:0;
}

.form-suscribe .hs-error-msgs {
    color:red;
    font-size:12px;
}


/*====================================================================================================================================================================================================*/


/* 13. Datos y navegación del footer */
/*====================================================================================================================================================================================================*/

.footer-menu ul li {
    margin:0px !important;
    padding:0px !important;
    font-size:14px;
}

.rrss {
    float:right !important;
}

.contact-dates {
    font-size:14px;
}

.social {
    margin-top: 4px;
    border-radius: 100%;
}

/*====================================================================================================================================================================================================*/


/* 14. Sección work for us */
/*====================================================================================================================================================================================================*/

.work-for-us {
    border:1px solid #68c3a0;
    width:25%;
    margin-left:4%;
    margin-right:4%;
    float:left;
    padding:20px;
    margin-bottom:30px;

}
.img-work {
    width:100px;
    height:100px;
    margin:auto;

}

.work-description {
    text-align:center;
}


/*====================================================================================================================================================================================================*/

/* 15. Sección landings & thank you pages */
/*====================================================================================================================================================================================================*/


#thank-you {
   margin-top:50px;
   margin-bottom:100px;
}




/*====================================================================================================================================================================================================*/


/* 16. Sección Partner */
/*====================================================================================================================================================================================================*/

.section-partner img {
margin-top:30px;
margin-bottom:30px;
}

.section-partner {
    margin-bottom:-30px;
     margin-top:-35px;
    background:#f2f2f2;
    padding:30px;

}

/*====================================================================================================================================================================================================*/



/* X. Responsive adaptations*/
/*====================================================================================================================================================================================================*/

@media screen and (max-width:1440px){
        .work-for-us {
    width:23%;
    margin-left:1%;
    margin-right:1%;
}
    
    }
@media screen and (max-width:1240px){



}
@media screen and (max-width:1024px){
    .work-for-us {
    width:42%;
     margin-left:4%;
    margin-right:4%;
}

.logo-gtc {
    margin:0;
}

/* Modulo gtc tam little */

.member-profile {
  
    float:none;

     width:35%;
    margin:auto;
}



.member-name {
    width:100%;
  text-align:center;
    margin-top:10px;
    float:none;
}



.member-center {
    width:100%;

}


    }
@media screen and (max-width:980px ) {

#header {
    width:100% !important;
} 

  .top-nav {
    	width:40% !important;
		height:auto;
        top:93px;
		right:-100%;
		margin:0;
		position: fixed;
        z-index:99999 !important;
        
        
	}
    .top-nav ul {

    }
    
	 .top-nav ul li {
		display:block;
		float:none;
        width:100%;
         background:#68c3a0;
		border-bottom:1px solid rgba(255,255,255, .3);
        padding-right:30px;
       
	}
         .top-nav ul li:hover {
         background:#f69320;      
	}
           .top-nav ul li:hover > a {
         color:white;      
    }
    
     .top-nav ul li a {
         color:white;
     }

	.menu_bar {
		display:block;
		width:40% !important;
        float:right;
        background:white !important;
        margin-top:10px;
        
	}

	.menu_bar .bt-menu {
		display:block;
        float:right;
        background:none !important;
          padding:20px;
-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:10px;
	}
    
      .menu_bar {
        display:block;
		width:100%;
		background:#ccc;
	}

  /* Segundo nivel de menú*/

.top-nav ul li ul {
    background:#8a9dac;
    position:absolute !important;
   top:50px;
   right:200px;

    
}
.top-nav ul li ul li {
    width:100% !important;
    background:#8a9dac;
    margin-right: 200px !important;
}


.top-nav ul li ul li:hover {
    background:#f69320;
}
.top-nav ul li ul li:hover a {
    color:white;
}
.top-nav ul li ul li:last-child {
    background:#8a9dac;
}
.top-nav ul li ul li:last-child:hover {
    background:#f69320;
}
.top-nav ul li ul li:last-child a {
    color:white;
}
    
    /* ===== Prueba icono animado ======== */
    
    #nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top:-5px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background:#8a9dac;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background:#68c3a0;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background:#68c3a0;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Ficha clientes , iconos de servicio */

.service-img img {
margin-left:0px;

}


}

@media screen and (max-width:920px) {
 a .box-services {
     width:80% !important;
     margin-left:10% !important;
     margin-right:10% !important;
     margin-bottom:20px;
}   

.team-profile {
    width:30%;
    float:none;
    position:none;
    margin-left:30%;
    padding:none;

 
}

.team-description {
    width:100%;
    float:none;
    margin-top:50px;
    text-align:center;
}

.team-certification {
    display:block;
    width:46%;
    margin:2%;
    float:right;
    min-width:100px;
}

}

@media screen and (max-width:800px){

  /* ===== barra menu contacto e idioma =======*/ 
  

  #contact-bar {
      width:100% !important;
      height:120px!important;
  }
  
   .languages-menu{
        float:right !important;
     
    }
    .contact-data {
       float:left !important;
        
        
}
          .section-contenedor {
        width:90% !important;
        margin:0 auto !important;
    }
    
    .main-welcome-text {
        width:90% !important;
        margin:0 auto !important;
    }
    
    
    .logo-section .logo-col {
    width:50% ;
    float:left;
    padding:40px;
    text-align:center;

} 
/* // */

#main-banner {
    min-height:400px;
    margin-top: 10%;
}
.main-message h1 {
    font-size: 2em;
}
.main-welcome-text {
    margin-top:300px;
    width:100%;
   
}

    }
    
 
  @media screen and (max-width:768px){
      
      .body-container-wrapper {
    padding-top: 10%;
}
    
    .logo-gtc {
        padding: 0;
        float: left !important;
        margin: -1% 0 2%;
            margin-left: 0px;
        max-width: 120px;
    }
   
   .cta-hover {
       display:none;
   }
   
     #header {
      top:0px;
      
  }
  
     .languages-menu{
        float:right; 
        max-width:150px !important;
        margin-top:-45px;
    }
    .contact-data {
       float:left;    
        margin-top:-25px;
        margin-left:15px;
         max-width:150px !important;
}

   
   
.service-img {
    padding:20px;
     float:none;
     width:100%;
     margin:auto;
     text-align:center;
}

.service-img img {

margin-left:0px;
width:75px;

}

.service-description {
    float:none;
    width:100%;
    text-align:center;
}   
.service-description ul {
    width:100%;
    margin:auto;
}
.service-description li {
    text-align:left;
}


.logos-clientes-listado img {
   float:none;
   width:150px;
}

.ficha {
    width:90% !important;
    margin-left:5% !important;
}



.img-ficha-cliente {
    float:none;
    margin:auto;
}
.name-cliente {
    float:none;
}

.ficha-cliente {
    width:90%;
    text-align:center;
       margin-bottom:0px;
    
}

.form-landing {
    width:90% !important;
    margin:auto !important;

    
}


.ficha {

    padding:10px;
    margin-bottom:20px;

}


/* Modulo gtc tam little */

.member-profile {
  
    float:none;

     width:35%;
    margin:auto;
}



.member-name {
    width:100%;
  text-align:center;
    margin-top:10px;
    float:none;
}



.member-center {
    width:90%;

}

a .box-service {
    min-height:150px !important;
}

  }
    
@media screen and (max-width:646px){
 .section {
    margin-top:5px !important;
}

a .box-services {
width: 100% !important;
margin-left: 0% !important;
margin-right: 0% !important;
padding: 0%;
}

 .ficha {
   text-align:center;
}

.top-nav {
        width:50% !important;
     
    }
  
.credenciales {
    padding:10px;
    width:80%;
    margin:auto ;
    margin-bottom:30px;
}

.team-certification {
 
    width:100% !important;
    height:auto !important;
}
 
    }
@media screen and (max-width:525px){
 
    }
@media screen and (max-width:480px){
    .top-nav {
        width:100% !important;
     
	}

 .logo-section .logo-col {  
     padding:20px;

}



.team-certification {
    display:block;
    margin-top:15px;
}

.certification {
    float:none;
    width:50%;
    margin:auto;
    padding:15px;
}
.work-for-us {
    
    width:90%;
    margin-left:5%;
    margin-right:5%;
    float:none;


}

.ficha {

    padding:5px;
    margin-bottom:10px;

}

#main-banner {
    min-height:300px;
    margin-top: 15%;
}
.main-welcome-text {
    margin-top:120px;
   
}
}
@media screen and (max-width:320px){
    }

    

/*====================================================================================================================================================================================================*/

