:root {
    --green-4: #BF4D00;
    --green-3: #EA780C;
    --green-2: #FD9023;
    --green-1: #FDDAC1;
    --purple-4: #BF4D00;
    --purple-3: #FDDAC1;
    --purple-2: #EA780C;
    --purple-1: #FD9023;
}

* {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-style: normal;
    font-variant: normal;
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.7;
    color: #828282;
    font-variant: normal !important;
    background: #fff;
}

#page {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: var(--green-2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:focus {
    color: var(--green-2);
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

::-webkit-selection {
    color: var(--green-2);
    background: #191919;
}

::-moz-selection {
    color: var(--green-2);
    background: #191919;
}

::selection {
    color: var(--green-2);
    background: #191919;
}

table {
    width: 100%;
    table-layout: fixed;
}

th, td {
    border-bottom: 1px solid #dbdee3;
}

.fh5co-nav {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    margin-top: 70px;
    z-index: 1001;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.fh5co-nav.section-nav {
    background-color: var(--green-2);
}

.nav-svg-pro {
    position: absolute;
    top: 1rem;
    left: 6rem;
    width: 50px;
    height: auto;
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    padding-top: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.fh5co-nav #fh5co-logo img {
    width: 250px;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

.menu-1 {
    margin-top: 10px;
    text-transform: uppercase;
}

.scrolled .menu-1 {
    margin-top: 10px;
    text-transform: uppercase;
}

.scrolled .fh5co-nav #fh5co-logo img {
    width: inherit!important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fh5co-nav ul li a {
        font-size: 16px!important;
        margin-left: 1rem;
        padding: 30px 0px!important;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 14px 0 0 0;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 25px;
    padding: 30px 10px;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-shadow: 0px 1px 3px rgba(19, 19, 20, 0.50);
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus {
    color: var(--purple-3);
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 200px;
    -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: -60px;
    text-align: center;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-shadow: none;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 100px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -10px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 25px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.fh5co-nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
    color: var(--green-2);
    position: relative;
}

.scrolled .fh5co-nav {
    padding: 10px 0 5px;
    margin-top: 0px;
}

.scrolled .fh5co-nav img {
    height: 50px;
    margin-top: 20px;
}

.scrolled .fh5co-nav a {
    color: #fff !important;
    text-shadow: none;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li.active a {
    color: var(--purple-3) !important;
}

.scrolled .fh5co-nav ul li.has-dropdown:hover > a, .scrolled .fh5co-nav ul li.has-dropdown:focus > a {
    color: var(--purple-3);
}

#fh5co-header {
    background-color: var(--green-2);
    min-height: 1100px;
}

#fh5co-header span {
    background-color: var(--purple-3);;
    padding: .5rem 2rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    width: 20%;
}

#fh5co-header,
#fh5co-programas,
#fh5co-semanas,
#fh5co-proEdition,
.fh5co-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fh5co-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    float: left;
}

.fh5co-cover {
    background-size: cover;
    position: relative;
    width: 100%;
    background: url(../images/background_frontpage_ecc.png) no-repeat;
}

.fh5co-cover .overlay,
.overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.fh5co-cover > .fh5co-container {
    position: relative;
    z-index: 10;
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
    z-index: 9;
    display: table;
    margin-top: 875px;
    width: 100%;
}

.scrolled .fh5co-nav:before {
    background: var(--green-2);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1000 !important;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
}

.tituloStyle {
    background: var(--purple-3);
    content: '';
    display: block;
    left: 0;
    right: 0;
    width: 700px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    z-index: 1001;
}

.tituloStyle2 {
    background: #fff;
    color: var(--purple-3) !important;
    content: '';
    display: block;
    left: 0;
    right: 0;
    width: 700px;
    height: 40px;
    margin: -45px auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    text-shadow: none !important;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.30);
    z-index: 1001;
    font-size: 30px !important;
}

.fh5co-cover.fh5co-cover-sm {
    height: 600px;
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

#fh5co-team {
    background-color: var(--purple-4);
}

#fh5co-team h2 {
    color: #fff !important;
    border: 5px solid #fff;
    text-align: center;
    width: 240px;
    margin: auto;
}

#fh5co-fotos,
#fh5co-faq,
#fh5co-proEdition {
    background-color: #e9ebee;
}

#fh5co-fotos h2 {
    color: var(--purple-3);
    background-color: #e9ebee;
    width: 320px;
    margin: auto;
}

#fh5co-faq .container {
    margin: 20px auto 0px !important;
}

#fh5co-faq h2 {
    color: #fff !important;
    border: 5px solid var(--purple-3);
    padding: 0px 10px;
    width: 600px;
    margin: auto;
    font-weight: 400;
    text-align: center;
}

.fh5co-staff-description {
    text-align: left;
    margin-bottom: 30px;
    padding: 30px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    float: left;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-staff:hover, .fh5co-staff:focus {
    margin-top: -10px;
    cursor: pointer;
}

.fh5co-staff img {
    width: 200px;
    margin-bottom: 20px;
}

.fh5co-staff h3 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

.fh5co-staff p {
    margin-bottom: 30px;
}

.fh5co-staff .role {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}

.pagination a {
    background: none;
    border: none !important;
    color: gray !important;
}

.pagination a:hover, .pagination a:focus, .pagination a:active {
    background: none !important;
}

.pagination > li > a {
    margin: 0 2px;
    font-size: 18px;
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.pagination > li > a:hover {
    color: #000;
    background: #e6e6e6 !important;
}

.pagination > li.disabled > a {
    background: none;
}

.pagination > li.active > a {
    background: #F73859 !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.pagination > li.active > a:hover {
    cursor: pointer;
    background: #f96982 !important;
}

.fh5co-social-icons {
    margin: 0;
    padding: 0;
    float: right;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #999;
    padding-left: 10px;
    padding-right: 10px;
}

.fh5co-social-icons li a:hover {
    color: var(--green-2);
}

.fh5co-social-icons li a i {
    font-size: 30px;
}

.fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

.fh5co-contact-info ul li {
    padding: 0 0 0 70px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.fh5co-contact-info ul li:before {
    color: #ccddea;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-programas .display-tc,
#fh5co-semanas .display-tc,
#fh5co-proEdition .display-tc,
.fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-programas .display-tc h1,
#fh5co-programas .display-tc h2,
#fh5co-semanas .display-tc h1,
#fh5co-semanas .display-tc h2,
#fh5co-proEdition .display-tc h1,
#fh5co-proEdition .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#fh5co-header .display-tc h1,
#fh5co-programas .display-tc h1,
#fh5co-semanas .display-tc h1,
#fh5co-proEdition .display-tc h1,
.fh5co-cover .display-tc h1 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 80px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.4);
}

#fh5co-header .display-tc h2,
#fh5co-programas .display-tc h2,
#fh5co-semanas .display-tc h2,
#fh5co-proEdition .display-tc h2,
.fh5co-cover .display-tc h2 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.4);
}

#fh5co-header .display-tc .btn,
#fh5co-programas .display-tc .btn,
#fh5co-semanas .display-tc .btn,
#fh5co-proEdition .display-tc .btn,
.fh5co-cover .display-tc .btn {
    padding: 15px 30px;
    background: #F73859;
    color: #fff;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    content: '';
    display: block;
    left: 0;
    right: 0;
    width: 300px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-programas .display-tc .btn:hover,
#fh5co-semanas .display-tc .btn:hover,
#fh5co-proEdition .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .or,
#fh5co-programas .display-tc .or,
#fh5co-semanas .display-tc .or,
#fh5co-proEdition .display-tc .or,
.fh5co-cover .display-tc .or {
    color: rgba(255, 255, 255, 0.3);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 20px;
}

#fh5co-header .display-tc .link-watch,
#fh5co-programas .display-tc .link-watch,
#fh5co-semanas .display-tc .link-watch,
#fh5co-proEdition .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
    border-bottom: none;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-programas .display-tc .form-inline .form-group,
#fh5co-semanas .display-tc .form-inline .form-group,
#fh5co-proEdition .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-programas .display-tc .form-inline .form-group .form-control,
#fh5co-semanas .display-tc .form-inline .form-group .form-control,
#fh5co-proEdition .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}

.fh5co-bg-section {
    background: #F0F5F9;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-careercamp,
#fh5co-about,
#fh5co-team,
#fh5co-fotos,
#fh5co-faq,
#fh5co-contact {
    padding: 2em 0;
}

#fh5co-testimonial {
    background: #F0F5F9;
}

#fh5co-testimonial .testimonial {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 4em;
    bottom: 0;
}

#fh5co-testimonial .testimonial blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
}

#fh5co-testimonial .testimonial p {
    color: #666666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}

#fh5co-testimonial .testimonial p.author {
    color: #b3b3b3;
}

#fh5co-testimonial .testimonial p.author img {
    width: 60px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .testimonial p.author cite {
    font-style: normal;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#fh5co-testimonial .testimonial p:last-child {
    margin-bottom: 0;
}

#fh5co-testimonial .testimonial:after {
    position: absolute;
    left: 11%;
    bottom: -30px;
    display: block;
    width: 0;
    content: "";
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #fff transparent;
}

#fh5co-testimonial .testimonial.fh5co-selected {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-testimonial .testimonial.fh5co-selected p {
    color: #fff;
}

#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-testimonial .testimonial.fh5co-selected:after {
    border-color: #F73859 transparent;
}

.fh5co-post {
    border: 5px solid var(--purple-3);
    color: #fff;
    font-weight: 300;
    float: left;
    width: 100%;
    min-height: 470px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-post img {
    width: 50%;
    height: auto;
    position: absolute;
}

.fh5co-post .fases {
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
}

.fh5co-post p {
    font-size: 18px;
}

.fh5co-post h3 {
    margin: 50px 0px 20px 0px;
    font-size: 27px;
    color: var(--green-2);
}

.fh5co-post p:last-child {
    margin-bottom: 0;
}

.fh5co-post:hover, .fh5co-post:focus {
    bottom: 0px;
}

#fh5co-proEdition {
    background: white;
    padding: 4em 0 0 0;
    text-align: center;
}

#fh5co-programas {
    background: var(--purple-4);
    padding: 4em 0 0 0;
    text-align: center;
}

#fh5co-faq {
    background: var(--purple-4);
    padding: 4em 0;
}

#fh5co-programas p, #fh5co-faq p {
    color: #fff !important;
}

#fh5co-programas h3, #fh5co-faq h3 {
    margin: 140px 0px 20px;
    font-size: 30px;
    color: var(--green-2);
    font-weight: 700;
}

#fh5co-programas h2 {
    color: #fff !important;
    border: 5px solid var(--purple-3);
    padding: 0px 10px;
    width: 400px;
    margin: auto;
    font-weight: 400;
}

#fh5co-programas .container {
    position: relative;
}

#fh5co-fotos .container {
    position: relative;
    width: 100%;
    padding: 0px !important;
}

#fh5co-programas .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #F73859;
    font-weight: 100;
    display: block;
}

#fh5co-programas .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

#fh5co-programas .feature-center:hover .counter {
    color: #fff;
}

#fh5co-programas .icon {
    width: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

#fh5co-programas .icon i {
    height: 70px;
}

#fh5co-programas .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#fh5co-semanas,
#fh5co-proEdition {
    background: #fff;
    padding: 4em 0;
    text-align: center;
}

#fh5co-semanas h3,
#fh5co-proEdition h3 {
    margin: 20px 0px 20px;
    font-size: 30px;
}

.fh5co-post .parte1,
.fh5co-post .parte2 {
    background-color: #e9ebee;
    margin: -78px auto 0 !important;
    font-size: 55px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.fh5co-post .parte1 {
    padding: 0px 30px;
    width: 300px !important;
    color: var(--purple-3) !important;
    border: 5px solid var(--purple-3) !important;
}

.fh5co-post .parte2 {
    padding: 0px 20px !important;
    width: 350px !important;
    color: var(--green-2) !important;
    border: 5px solid var(--green-2) !important;
}

#fh5co-semanas .fh5co-post,
#fh5co-proEdition .fh5co-post {
    color: #000 !important;
    height: inherit;
}

#fh5co-semanas .counter,
#fh5co-proEdition .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #F73859;
    font-weight: 100;
    display: block;
}

#fh5co-semanas .counter-label,
#fh5co-proEdition .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

#fh5co-semanas .feature-center:hover .counter,
#fh5co-proEdition .feature-center:hover .counter {
    color: #fff;
}

#fh5co-semanas .icon
#fh5co-proEdition .icon {
    width: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

#fh5co-semanas .icon i,
#fh5co-proEdition .icon i {
    height: 70px;
}

#fh5co-semanas .icon i:before,
#fh5co-proEdition .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#fh5co-careercamp {
    background-color: var(--purple-4);
    margin: -20px auto 0px !important;
}

#fh5co-careercamp h2,
#fh5co-proEdition h2 {
    border: 5px solid var(--purple-3);
    padding: 0px 30px;
    width: 600px;
    margin: auto;
}

#fh5co-careercamp h2 {
    color: #fff !important;
    text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
}

#fh5co-proEdition h2 {
    color:var(--purple-3);
    background-color: #e9ebee;
}

#fh5co-proEdition p {
    color: #000;
}

#fh5co-careercamp .fh5co-careercamp {
    margin-bottom: 30px;
}

#fh5co-careercamp .fh5co-careercamp > a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-careercamp .fh5co-careercamp > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-careercamp .fh5co-careercamp > a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-careercamp .fh5co-careercamp > a .fh5co-copy {
    z-index: 12;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-careercamp .fh5co-careercamp > a .fh5co-copy h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

#fh5co-careercamp .fh5co-careercamp > a .fh5co-copy p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

#fh5co-careercamp .fh5co-careercamp > a .fh5co-copy p:last-child {
    margin-bottom: 0;
}

#fh5co-careercamp .fh5co-careercamp > a:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-careercamp .fh5co-careercamp > a:hover:after {
    opacity: 1;
    visibility: visible;
}

#fh5co-careercamp .fh5co-careercamp > a:hover .fh5co-copy {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

#fh5co-careercamp .fh5co-careercamp > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fh5co-services.border-bottom {
    border-bottom: 1px solid #dae6ef;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-center .desc {
    padding-left: 180px;
}

.feature-center .icon {
    margin-bottom: 20px;
    display: block;
}

.feature-center .icon i {
    font-size: 40px;
    color: rgba(42, 54, 59, 0.2);
}

.feature-center .icon2 {
    float: left;
}

.feature-center .icon2 i {
    font-size: 100px;
}

.feature-center p:last-child {
    margin-bottom: 0;
}

.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    font-size: 22px;
    color: #5d5d5d;
}

.feature-center:hover, .feature-center:focus {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.feature-center:hover p:last-child, .feature-center:focus p:last-child {
    margin-bottom: 0;
}

.feature-center:hover .icon i, .feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
    color: #fff !important;
}

.feature-center:hover a, .feature-center:focus a {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover a:hover, .feature-center:focus a:hover {
    color: #fff;
}

.project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 40px;
}

.project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc h3 a {
    color: white;
}

.project-grid .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.project-grid:hover:before, .project-grid:focus:before {
    opacity: 1;
}

.project-grid:hover .desc, .project-grid:focus .desc {
    bottom: 0;
}

.project-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding: 7em 0;
}

.project-content .col-half {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.programs {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 480px) {
    .project-content .col-half {
        width: 100%;
    }
}

.project-content .col-half .project, .project-content .col-half .project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
    opacity: 1;
}

.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
    bottom: 0;
}

@media screen and (max-width: 480px) {
    .project-content .col-half .project, .project-content .col-half .project-grid {
        height: 340px !important;
        margin-bottom: 20px;
    }
}

.project-content .col-half .project {
    height: 800px;
}

.project-content .col-half .project-grid {
    height: 390px;
    margin-bottom: 20px;
}

.project-content .col-half .project-grid:last-child {
    margin-bottom: 0;
}

.project-content .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .desc h3 {
    color: white;
}

.project-content .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.fh5co-heading {
    margin-bottom: 2em;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
}

.fh5co-heading h2 {
    font-size: 55px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.fh5co-heading p {
    font-size: 25px;
    color: #fff;
}

#fh5co-started {
    background: rgba(42, 51, 86, 0.9);
}

#fh5co-started .fh5co-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-weight: 300;
}

#fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder,
#fh5co-started .form-control:-moz-placeholder,
#fh5co-started .form-control::-moz-placeholder,
#fh5co-started .form-control:-ms-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
    height: 54px;
    border: none !important;
    background: #F73859;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

#fh5co-started .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

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

#fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-footer a {
    color: #fff;
    text-decoration: none;
}

#fh5co-footer a:hover {
    color: var(--green-3);
    text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a {
    color: #fff;
    text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
    color: var(--green-3);
}

#fh5co-footer .fh5co-widget {
    margin-bottom: 30px;
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#fh5co-footer .copyright .block {
    display: block;
    text-align: left;
    font-size: 15px;
}

#fh5co-footer {
    background-color: #191919;
    color: #fff;
    padding: 4em 0 2em 0;
    font-size: 14px;
    font-weight: 300 !important;
}

#fh5co-footer hr {
    color: #999999;
    border-top: 1px solid #333333;
    overflow: hidden;
    position: relative;
}

hr {
    color: #999999;
    border-top: 1px solid #333333;
    overflow: hidden;
    position: relative;
}

#fh5co-offcanvas {
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: var(--green-2);
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}

#fh5co-offcanvas a:hover {
    color: var(--green-3);
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.gototop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: var(--green-2);
    color: #fff;
    text-align: center;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
    color: var(--green-3);
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #444;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
    color: #fff;
    background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #fff;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: fixed;
    right: 0px;
    top: 18px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

.scrolled .fh5co-nav-toggle {
    top: 5px;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 40px;
    border-radius: 0 !important;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #F73859;
    color: #fff;
    border: 2px solid #F73859;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f8516d !important;
    border-color: #f8516d !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #F73859;
    border: 2px solid #F73859;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #F73859;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.btn-programas,
.btn-oddParte {
    background: var(--purple-4);
    color: #fff !important;
    font-weight: 700;
    border: 5px solid var(--purple-3);
    margin: -130px auto 0;
    font-family: 'Dosis', sans-serif;
}

.btn-oddParte {
    background: var(--purple-4);
    border: 5px solid var(--purple-3);
    margin: -95px auto 0;
}

.btn-green {
    background: var(--green-4);
    border: 5px solid var(--green-2);
}

.btn-programas:hover, .btn-programas:focus, .btn-programas:active,
.btn-oddParte:hover, .btn-oddParte:focus, .btn-oddParte:active {
    color: var(--green-2) !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    color: var(--purple-1) !important;
}

.candidatura {
    color: #fff !important;
    padding: 0px 10px;
    width: 400px;
    margin: 2rem auto;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.btn-programasMD,
.btn-programasMD2,
.btn-programasMD3 {
    background: var(--purple-3);
    color: #fff;
    border: 2px solid var(--purple-3);
    width: 100%;
}

.btn-proEdition {
    background: var(--purple-2);
    border: 2px solid var(--purple-2);
}

.btn-programasMD2 {
    margin-top: 95px;
}

.btn-programasMD:hover, .btn-programasMD:focus, .btn-programasMD:active,
.btn-programasMD3:hover, .btn-programasMD3:focus, .btn-programasMD3:active {
    color: var(--purple-2);
}

.btn-programasMD2:hover, .btn-programasMD2:focus, .btn-programasMD2:active {
    color: var(--purple-1);
}


.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #F73859;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat var(--green-2);
}

.js .animate-box {
    opacity: 0;
}

#fh5co-header-subscribe #email {
    padding-right: 9em;
}

#fh5co-header-subscribe button {
    position: absolute;
    top: 0;
    right: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.bgAvatar2 {
    width: 250px;
    height: 250px;
    z-index: -1;
    margin: auto;
    margin: 0px auto -60px;
    background-image: url(../images/hexagon_green.png);
    background-size: cover;
}

.sideAvatar {
    position: absolute;
    margin-left: -300px;
    margin-top: 200px;
}

.imageHex1,
.imageHex2,
.imageHex3 {
    width: 200px;
    height: 200px;
    z-index: 1;
    margin: auto;
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    margin: -130px auto 30px;
    background-size: cover;
}

.imageHex1 {
    background-image: url(../images/objetivo_1.png);
}

.imageHex2 {
    background-image: url(../images/objetivo_2.png);
}

.imageHex3 {
    background-image: url(../images/objetivo_3.png);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000 !important; /* Sit on top */
    /*padding-top: 300px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    position: absolute;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    top:50%;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

/* The Close Button */
.close, .closePrograma {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    opacity: 1;
    margin-top: -25px;
}

.close:hover, .closePrograma:hover,
.close:focus, .closePrograma:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 25px;
    background-color: var(--green-2);
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.modal-header h2 {
    margin: 4px 0 !important;
    font-weight: 400;
    color: #fff;
}

.modal-header h3 {
    margin: 0 !important;
    color: #0f7939;
    font-weight: 400;
}

.modal-body {
    padding: 25px;
    color: #000
}

.modal-body p {
    margin-bottom: 0;
}

.picModal {
    width: 90px;
    float: left;
    padding-right: 20px;
}

.navMD {
    margin-top: 30px;
}

.navMD img {
    width: 170px !important;
    margin-top: 0px;
}

.scrolled .navMD {
    margin-top: 0 !important;
}

.scrolled .navMD img {
    width: 170px !important;
}

.imagemPrograma {
    margin-top: 100px;
    border: 5px solid var(--purple-3);
     margin-bottom: 50px;
}

.imagemPrograma img {
    width: 200px;
    margin: -120px;
}

.imagemProgramaMD {
    margin-top: 200px !important;
    text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
}

.imagemProgramaMD img {
    width: 150px !important;
}

.imagemProgramaMD h3 {
    font-size: 70px !important;
    color: #fff !important;
    margin-bottom: 25px;
}

.imagemProgramaMD p {
    font-size: 30px !important;
    color: #fff !important;
}

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

.show {
    display: none !important;
}

.dontshow {
    display: block;
}

.title-items span {
    color: var(--purple-2) !important;
}

@media screen and (max-width: 2560px) {
    .scrolled .fh5co-nav #fh5co-logo {
        padding-top: 0;
    }

    header {
        min-height: 1300px;
        max-height: 1300px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_2560.png?v=1);
        width: inherit;
        height: 1321px;
        right: -1130px !important;
        top: -405px;
        background-repeat: no-repeat;
        position: relative;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_2560_ecc.png?v=1);
        width: 249px;
        height: 54px;
        left: 1300px !important;
        top: 850px;
        background-repeat: no-repeat;
        position: absolute;
    }
}

@media screen and (max-width: 1950px) {
    .scrolled .fh5co-nav #fh5co-logo {
        padding-top: 0;
    }

    header {
        min-height: 945px;
        max-height: 945px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy.png?v=1);
        width: inherit;
        height: 1020px;
        right: -800px !important;
        top: -205px;
        z-index: 1;
        background-repeat: no-repeat;
        position: absolute;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_ecc.png?v=1);
        width: 192px;
        height: 42px;
        left: 1000px !important;
        top: 750px;
        z-index: 0;
        background-repeat: no-repeat;
        position: absolute;
    }
}

@media screen and (max-width: 1680px) {
    .scrolled .fh5co-nav #fh5co-logo {
        padding-top: 0;
    }

    header {
        min-height: 950px;
        max-height: 950px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_1680.png?v=1);
        width: inherit;
        height: 967px;
        right: -700px !important;
        top: -100px;
        z-index: 1000;
        background-repeat: no-repeat;
        position: absolute;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_1680_ecc.png?v=1);
        width: 192px;
        height: 40px;
        left: 860px !important;
        top: 760px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
    }
}

@media screen and (max-width: 1600px) {
    .scrolled .navMD img {
        width: 140px !important;
    }

    .scrolled .fh5co-nav #fh5co-logo {
        padding-top: 0;
    }

    header {
        min-height: 845px;
        max-height: 845px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_1440_1600.png?v=1);
        width: inherit;
        height: 967px;
        right: -730px !important;
        top: -160px;
        z-index: 1000;
        background-repeat: no-repeat;
        position: absolute;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_1440_1600_ecc.png?v=1);
        width: 192px;
        height: 40px;
        left: 745px !important;
        top: 600px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
    }

    .fh5co-nav ul li a {
        font-size: 20px;
    }

    .scrolled .fh5co-nav {
        padding: 0 !important;
    }

    .scrolled .fh5co-nav img {
        height: 40px !important;
    }

    .fh5co-nav {
        height: 80px;
    }

    .fh5co-heading h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1536px) {
    .scrolled .fh5co-nav #fh5co-logo {
        padding-top: 0;
    }

    header {
        min-height: 845px;
        max-height: 845px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_1440_1600.png?v=1);
        width: inherit;
        height: 967px;
        right: -695px !important;
        top: -160px;
        z-index: 1000;
        background-repeat: no-repeat;
        position: absolute;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_1440_1600_ecc.png?v=1);
        width: 192px;
        height: 40px;
        left: 760px !important;
        top: 600px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
    }
}

@media screen and (max-width: 1440px) {
    header {
        min-height: 845px;
        max-height: 845px;
    }

    .selectedGuy {
        right: -670px !important;
        top: 0px;
    }

    .selectedShadow {
        left: 740px !important;
        top: 770px;
    }

    .scrolled .fh5co-nav img {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 1366px) {
    header {
        min-height: 678px;
        max-height: 678px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_1366.png?v=1);
        height: 705px;
        right: -630px !important;
        top: -140px;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_1366_ecc.png?v=1);
        width: 192px;
        height: 29px;
        left: 685px !important;
        top: 500px;
    }

    .fh5co-nav ul li a {
        font-size: 20px;
    }

    .scrolled .fh5co-nav {
        padding: 0 !important;
    }

    .scrolled .fh5co-nav img {
        height: 40px !important;
    }

    .fh5co-nav {
        height: 80px;
    }
}

@media screen and (max-width: 1280px) {
    header {
        min-height: 875px;
        max-height: 875px;
    }

    .selectedGuy {
        background-image: url(../images/selectedGuy_1280.png?v=1);
        height: 967px;
        right: -580px !important;
        top: -100px;
    }

    .selectedShadow {
        background-image: url(../images/selectedShadow_1280_ecc.png?v=1);
        width: 192px;
        height: 40px;
        left: 640px !important;
        top: 610px;
        display: block;
    }

    .fh5co-nav ul li a {
        font-size: 20px;
    }

    .scrolled .fh5co-nav {
        padding: 0 !important;
    }

    .scrolled .fh5co-nav img {
        height: 40px !important;
    }

    .fh5co-nav {
        height: 80px;
    }
}

@media screen and (max-width: 1200px) {
    #fh5co-header span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    #fh5co-header .display-tc h1 {
        font-size: 60px;
    }

    #fh5co-header span {
        padding: .5rem 1rem;
        width: 23%;
    }

    .boneco2 img {
        margin: 200px 0px 0px 140px !important;
        position: absolute;
    }

    .boneco1 img {
        margin: -100px 0px 0px 140px !important;
        position: absolute;
    }

    .boneco4 img {
        margin: -160px 0px 0px -420px !important;
        position: absolute;
    }

    .selectedGuy,
    .selectedShadow {
        display: none;
    }

    .changesize1024 {
        width: 100%;
    }

    .dontshow {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .navMD {
        margin-top: 50px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 530px;
        max-height: 530px;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .slash {
        display: none;
    }

    .fh5co-heading h2 {
        font-size: 30px;
        width: 100%;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-careercamp h2 {
        width: 320px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    #fh5co-team h2,
    #fh5co-fotos h2 {
        width: 180px;
    }

    #fh5co-faq h2 {
        width: 400px;
    }

    .fh5co-post {
        margin-bottom: 130px;
        min-height: 530px;
    }

    .fh5co-post .parte1,
    .fh5co-post .parte2 {
        font-size: 40px;
        width: 235px;
    }

    .modal-content {
        width: 100%;
        font-size: 13px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-cover {
        background-size: auto;
        background: url(../images/background_1024_ecc.png) no-repeat;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD img {
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 20px;
    }

    .fh5co-nav ul {
        margin: 14px 0 0 0;
    }
}

@media screen and (max-width: 992px) {
    .boneco {
        display: none;
    }

    .fh5co-post .fases {
        top: -80px;
        max-width: 200px;
    }
}

@media screen and (max-width: 960px) {
    .sm-full-width {
        width: 100%;
    }

    .fh5co-staff h3 {
        font-size: 20px;
    }

    .fh5co-staff img {
        width: 150px;
    }

    .imageHex1, .imageHex2, .imageHex3 {
        width: 150px;
        height: 150px;
    }

    .selectedGuy,
    .selectedShadow,
    .boneco2 {
        display: none;
    }

    .dontshow {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .navMD {
        margin-top: 10px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 530px;
        max-height: 530px;
    }

    .scrolled .fh5co-nav img {
        margin-top: 20px !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    #fh5co-faq h2 {
        width: 180px;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        margin-bottom: 20px;
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .btn-programasMD2 {
        margin: 0px !important;
        padding-bottom: 10px;
    }

    .btn-programasMD {
        display: none;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }

   .fh5co-nav ul {
        margin: 14px 0 0 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .programs {
        flex-direction: column;
    }

    .fh5co-cover {
        background-size: auto;
        background: url(../images/background_768_ecc.png) no-repeat;
        height: 600px;
    }

    .fh5co-cover.fh5co-cover-sm .display-t,
    .fh5co-cover.fh5co-cover-sm .display-tc,
    .fh5co-cover.fh5co-cover-sm {
        height: 400px;
    }

    #fh5co-header .display-tc h1,
    #fh5co-programas .display-tc h1,
    #fh5co-semanas .display-tc h1,
    #fh5co-proEdition .display-tc h1,
    .fh5co-cover .display-tc h1 {
        font-size: 40px;
    }

    .fh5co-nav {
        padding: 15px 0;
    }

    .fh5co-nav #fh5co-logo {
        margin-bottom: 0;
        padding-top: 0;
    }

    .fh5co-nav .menu-1 {
        display: none;
    }

    .fh5co-nav-toggle {
        display: block;
    }

    .scrolled .fh5co-nav img {
        margin-top: 5px !important;
    }

    #fh5co-services,
    #fh5co-started,
    #fh5co-testimonial,
    #fh5co-blog,
    #fh5co-careercamp,
    #fh5co-about,
    #fh5co-team
    #fh5co-fotos,
    #fh5co-faq,
    #fh5co-contact,
    #fh5co-programas,
    #fh5co-semanas,
    #fh5co-proEdition,
    #fh5co-footer {
        padding: 3em 0;
    }

    #fh5co-testimonial .testimonial.fh5co-selected {
        bottom: 0;
    }

    .feature-center {
        margin-bottom: 50px;
    }

    #fh5co-programas .feature-center,
    #fh5co-semanas .feature-center,
    #fh5co-proEdition .feature-center {
        margin-bottom: 30px;
    }

    .feature-center:hover, .feature-center:focus {
        bottom: 0;
    }

    #fh5co-careercamp .fh5co-careercamp > a .fh5co-copy {
        position: relative;
        visibility: visible;
        opacity: 1;
        bottom: 0;
        color: #000;
        padding: 20px;
        background: #fff;
    }

    #fh5co-careercamp .fh5co-careercamp > a:hover .fh5co-copy {
        bottom: 0;
        padding: 20px;
        background: #fff;
    }

    #fh5co-careercamp .fh5co-careercamp > a:hover {
        bottom: 0;
    }

    #fh5co-careercamp .fh5co-careercamp > a:hover:after {
        opacity: 0;
        visibility: hidden;
    }

    #fh5co-careercamp .fh5co-careercamp > a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .fh5co-post .fases {
        top: -120px;
    }

    .fh5co-post:hover, .fh5co-post:focus {
        bottom: 0;
    }

    #fh5co-offcanvas {
        display: block;
    }

    #fh5co-footer .fh5co-widget {
        text-align: left;
    }

    .project-grid .desc {
        bottom: 0;
    }

    .project-content {
        padding: 3em 0;
    }

    .project-content .desc {
        bottom: 0;
    }
}

/* MOBILE */
@media screen and (max-width: 736px) {
    .scrolled .fh5co-nav img {
        margin-top: 20px !important;
    }

    .fh5co-nav {
        margin-top: 10px !important;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
        margin-top: 0px !important;
    }

    .fh5co-nav-toggle {
        top: 25px !important;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 15px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }

    .fh5co-post {
        height: auto;
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 696px) {
    #fh5co-header span {
        padding: .5rem 1rem;
        width: 45%;
        margin-bottom: 1rem;
    }

    .fix-flex{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 425px) {
    #fh5co-proEdition h2 {
        padding: 0px 15px;
        width: inherit;
    }

    #fh5co-proEdition .row:last-child {
        margin: -320px auto 100px;
    }

    .slider img {
        width: 414px !important;
    }

    .boneco1, .boneco4 {
        display: none;
    }

    .candidatura {
        width: inherit;
        margin: 0 0 1rem 0;
    }

    .group-btn-candidatura {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 414px) {
    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    #fh5co-semanas .container,
    #fh5co-proEdition .container{
        margin: 0px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .navMD img {
        width: 150px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    .fh5co-post {
        margin-bottom: 130px;
        height: auto;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .fh5co-cover {
        background-size: auto;
        background: url(../images/background_mobile_ecc.png) no-repeat;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

@media screen and (max-width: 412px) {
    .slider img {
        width: 412px !important;
    }

    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    .fh5co-post {
        margin-bottom: 130px;
        height: auto;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

@media screen and (max-width: 384px) {
    .slider img {
        width: 384px !important;
    }

    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

@media screen and (max-width: 375px) {
    .slider img {
        width: 375px !important;
    }

    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

@media screen and (max-width: 360px) {
    .slider img {
        width: 360px !important;
    }

    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-programas h2 {
        width: 300px;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .logosIF {
        margin-bottom: 40px !important;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .slider img {
        width: 320px !important;
    }

    #fh5co-careercamp {
        margin: -20px auto -140px !important;
    }

    .mb-wrapper {
        margin: -70px auto 0px !important;
    }

    #fh5co-programas .container {
        margin: 30px auto -70px 0px !important;
    }

    .scrolled .navMD img {
        width: auto !important;
        height: 40px !important;
    }

    .sideAvatar {
        display: none;
    }

    header {
        min-height: 425px;
        max-height: 425px;
    }

    .fh5co-nav #fh5co-logo {
        padding-top: 0 !important;
    }

    .fh5co-nav #fh5co-logo img {
        width: 150px;
    }

    .scrolled .fh5co-nav #fh5co-logo img {
        height: 35px;
    }

    .fh5co-nav {
        margin-top: 10px;
    }

    .scrolled .fh5co-nav {
        padding: 0px;
        line-height: normal;
    }

    .fh5co-nav-toggle {
        top: 24px;
        right: 15px;
    }

    .scrolled .fh5co-nav-toggle {
        top: 13px;
    }

    .fh5co-heading p {
        font-size: 20px;
    }

    #fh5co-careercamp h2,
    #fh5co-programas h2 {
        width: 290px;
    }

    .fh5co-post .parte1,
    .fh5co-post .parte2 {
        font-size: 30px;
        width: 190px;
        margin: -55px auto 0 !important;
    }

    .modal-content {
        width: 100%;
        font-size: 15px;
        margin-top: 70px;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
    }

    .picModal {
        display: none;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-header {
        border-radius: 0;
    }

    #fh5co-footer .col-xs-12 {
        /*margin-bottom: 20px;*/
        text-align: center !important;
    }

    .logosIF {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .logosIF img {
        margin-bottom: 40px !important;
    }

    #fh5co-footer .col-xs-12:last-child{
        margin-bottom: 20px !important;
    }

    #fh5co-footer .copyright .block {
        text-align: center !important;
        font-size: 14px !important;
    }

    #fh5co-footer .copyright span {
        margin: 0 !important;
    }

    .fh5co-social-icons {
        float: none;
        margin-top: 20px;
    }

    .imagemPrograma img {
        width: 150px !important;
    }

    .imagemPrograma h3 {
        font-size: 30px !important;
    }

    .imagemPrograma p {
        font-size: 20px !important;
    }

    a.mb-scrollButtons.mb-right {
        right: 10px !important;
    }

    a.mb-scrollButtons.mb-left {
        left: 10px !important;
    }

    #fh5co-programas h3 {
        margin: 100px 0px 20px;
    }

    .gototop {
        bottom: 5px;
        right: 5px;
    }

    .extraPad {
        margin-bottom: 0px !important;
    }

    .imagemProgramaMD {
        text-shadow: 0px 1px 4px rgba(19, 19, 20, 0.75);
        margin-top: 120px !important;
    }

    .imagemProgramaMD img {
        width: 100px !important;
        text-align: center;
        margin-bottom: 15px !important;
        padding-right: 0px !important;
    }

    .imagemProgramaMD h3 {
        font-size: 30px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .imagemProgramaMD p {
        font-size: 20px !important;
        color: #fff !important;
        text-align: center;
    }

    .changeMargin {
        margin: 10px auto 0px !important;
    }
}

.slider img {
    padding: 20px;
}

.logosIF {
    text-align: right;
}

.destaqueNum {
    font-size: 120px;
}

.extraPad {
    margin-bottom: 50px;
}

.programaDetail {
    color: #000;
    font-weight: 300 !important;
    float: left;
    padding: 0px 15px 15px 0px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    margin: auto 0px 15px 0px !important;
}

.programaDetail strong {
    margin: auto 0px 5px 0px !important;
    color: var(--purple-3);
}

.programaDetail h3 {
    margin: auto 0px 15px 0px !important;
    font-size: 25px;
    color: var(--green-2);
    font-weight: 300 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.programaDetailtitulos h3 {
    margin: auto 0px 20px -16px !important;
    color: #7041bb;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid #7041bb;
    padding-bottom: 20px;
}

.noPadding {
    padding: 4px 0 !important;
}
/*
.badgeGratuito img {
    width: 130px;
    margin: 30px -10px;
    z-index: 1000;
    position: absolute;
}*/

.boneco1 img {
    margin: -70px 0px 0px 250px;
    position: absolute;
}

.boneco2 img {
    margin: -130px 0px 0px -450px;
    position: absolute;
}

.boneco3 img {
    margin: 100px 0px 0px 450px;
    position: absolute;
}

.boneco4 img {
    margin: -160px 0px 0px -530px;
    position: absolute;
}

.boneco5 img {
    margin: 300px 0px 0px 30px;
    position: absolute;
}

.boneco6 img {
    margin: -135px 0px 0px 280px;
    position: absolute;
}

.color-purple-3 {
    color: var(--purple-3) !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.mb-10 {
    margin-bottom: 10rem !important;
}
.mb-15 {
    margin-bottom: 15rem !important;
}
.mb-20 {
    margin-bottom: 20rem !important;
}

.w-15 {
    width: 15%;
    height: auto;
}

.w-20 {
    width: 20%;
    height: auto;
}

.w-25 {
    width: 25%;
    height: auto;
}

.icc h2 {
    border: 5px solid var(--purple-3);
    padding: 0px 10px;
    width: 400px;
    margin: auto;
    font-weight: 400;
    text-align: center;
}

.icc .container {
    margin: 50px auto 0 !important;
}

.text-green-2 {
    color: var(--green-2)!important;
}

.text-purple-3 {
    color: var(--purple-3)!important;
}

.text-uppercase {
    text-transform: uppercase;
}

.d-flex {
    display: flex !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-center {
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}