/*
MOBILE FIRST

---IGC
---Prodigy CSS Template

*/



/*
---Global Classes
*/

.sortable-handler { touch-action: none; }

html, body{
    color: #424242;
    overflow-x: hidden;
}

html.of-active{
    overflow: hidden;
}

ul{
    list-style: none;
}

a:hover{
    text-decoration: none;
}

a{
    text-decoration: none;
    color: initial;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

.row{
    margin: 0;
}

.black{
    color: #424242;
}

.white{
    color: white;
}


.bold{
    font-weight: 700;
}

.regular{
    font-weight: 400;
}

.medium{
    font-weight: 500;
}

.text-shadow{
    -webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.6);
    -moz-text-shadow: 0 3px 5px rgba(0,0,0,0.6);
    text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

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

.box-shadow{
    
}

.title{
    text-align: center;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title:after {
    content: '';
    height: 4px;
    width: 50px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #FFCE00;
    bottom: 0;
    display: block;
    margin-top: 10px;
}

.subtitle{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.subtitle:after {
    content: '';
    height: 4px;
    width: 50px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #FFCE00;
    bottom: 0;
    display: block;
    margin-top: 10px;
}

.description{
    font-size: 16px;
}

.raleway{
    font-family: 'Raleway', sans-serif;
}

.catamaran{
    font-family: 'Catamaran', sans-serif;
}

.wrapper{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    transition: all .5s ease;
    filter: blur(0px);
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
}

.wrapper.glassy{
    filter: blur(8px);
    box-shadow: 0 0 0 10px rgba(255,255,255,1);
    /*background-color: white;*/
}

.bg-gray{
    background-color: #F8F8F8;
}

.bg-yellow{
    background-color: #FFCE00;
}

.bg-dark-gray{
    background-color: #424242;
}


/*
---BANNER
*/

.glassy{
    filter: blur(20px);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.75);
}

#sticky{
    transition: all .35s ease;
}

#sticky.active .burger-line{
    background-color: black;
}

#fullscreen-menu{
    width: 100%;
    height: 100vh;
    position: absolute;
    display: none;
    opacity: 0;
/*    transform: translateX(-100%);*/
    transition: all .5s ease;
    z-index: 1;
/*    display: table;*/
}

#fullscreen-menu.active{
    background-color: rgba(0, 0, 0, 0.29);   
}

#fullscreen-menu .navbar-absolute{
    opacity: 0;
    z-index: 5;
    transition: opacity .5s ease;
}

#fullscreen-menu .menu-list{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#fullscreen-menu.active .navbar-absolute{
    opacity: 1;
}

#fullscreen-menu .menu-list div a{
    font-size: 22px;
    text-transform: uppercase;
}

#fullscreen-menu .menu-list div{
    padding-top: 20px;
    padding-bottom: 20px;
}

.burger-button .burger-line:nth-child(1), .burger-button .burger-line:nth-child(2), .burger-button .burger-line:nth-child(3){
    transform: translateY(0px);
    opacity: 1;
}

.burger-button:hover .burger-line:nth-child(1){
    transform: translateY(-2px);
}

.burger-button:hover .burger-line:nth-child(3){
    transform: translateY(2px);   
}

.burger-button.exit .burger-line:nth-child(2){
    opacity: 0;
}

.burger-button.exit .burger-line:nth-child(1){
    transform: translateY(8px) rotateZ(45deg);
}

.burger-button.exit .burger-line:nth-child(3){
    transform: translateY(-8px) rotateZ(-45deg);
}


#fullscreen-menu.active .burger-button .burger-button .burger-line:nth-child(2){
    opacity: 0;
}


#banner .navbar-relative .menu-desktop{
    display: none;
}

#banner .navbar-absolute{
    z-index: 0;
}

.menu-desktop{
    height: 100%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.menu-desktop a{
    text-transform: uppercase;
    padding-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    transition: all 0.35s ease;
    position: relative;
    display: inline-block;
}

.menu-desktop a:hover, .menu-desktop a:active{
    color: white;
}

.menu-desktop a:after, .menu-desktop a:active:after{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #FFCE00;
    transition: width .3s;
    margin-top: 10px;
}

.menu-desktop a:hover:after , .menu-desktop a:active:after{
    width: 100%;
}

#banner{
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 70vh;
    display: table;
    transition: all 0.3s ease;
}

#banner .overlay{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#banner .content{
    padding: 20px 36px;
}

.mobile-preview-content, .mobile-banner-content{
    font-size: 16px;
}

.mobile-banner-content{
    padding: 20px 36px;
}

.desktop-content{
    display: none;
}

.navbar-absolute{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.navbar-relative{
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
}

.navbar-relative .logo{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.logo img{
	width: auto;
    height: 30px;
    margin-top: -10px;
    margin-left: 12px;
}

.logo a{
    color: white;
}

#banner .logo{
    opacity: 0;
}

.burger-button{
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 40px;
    height: 100%;
    padding-right: 15px;
    padding-left: 35px;
}

.burger-button .burger-line:nth-child(1),.burger-button .burger-line:nth-child(2),.burger-button .burger-line:nth-child(3){
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px auto;
    transition: all 0.4s ease;
}

.burger-button .burger-line:nth-child(1){
    
}

.burger-button .burger-line:nth-child(3){
    
}

/*
---PRODUCTS
*/

#products{
    width: 100%;
    padding: 50px 36px;
    background-color: white;
}

.product{
    margin-top: 50px;
    text-align: center;
}

.product img{
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: 314px;
}

.product-title{
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.product-title:after {
    content: '';
    height: 1px;
    width: 102px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #FFCE00;
    bottom: 0;
    display: block;
    margin-top: 10px;
}

.product-description{
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
}

.arrow-carousel{
    display: none;
}

.arrow-carousel .arrow-container{
    margin: auto;
    position: relative;
    width: 40px;
    height: 80px;
}

.arrow-container .arrow-line{
    position: absolute;
    width: 30px;
    background-color: #FFCE00;
    height: 3px;
}

.arrow-left .arrow-container .arrow-line:nth-child(1){
    transform: rotateZ(-45deg);
    bottom: 60%;
    left: 0;
}

.arrow-left .arrow-container .arrow-line:nth-child(2){
    transform: rotateZ(45deg);
    top: 60%;
    left: 0;
}

.arrow-right .arrow-container .arrow-line:nth-child(1){
    transform: rotateZ(-45deg);
    top: 60%;
    right: 0;
}

.arrow-right .arrow-container .arrow-line:nth-child(2){
    transform: rotateZ(45deg);
    bottom: 60%;
    right: 0;
}

/*
---PROCESS
*/

#process{
    padding-bottom: 90px;
}

#process.glassy{
    box-shadow: 0 0 0 10px #F8f8f8;
}

#process .wrapper{
    width: 100%;
    padding: 50px 36px;    
}

.custom-carousel{
    background-color: #F8F8F8;
    position: relative;
    width: auto;/* 80%_width_item * n_items */
    height: 310px;
    display: table;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.custom-carousel .item{
    padding: 0 10px;
    position: relative;
    display: table-cell;
    background-color: #F8F8F8;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}  

.custom-carousel .bg-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.custom-carousel .pag{
    font-size: 60px;
    text-align: left;
}

.pag:after {
    content: '';
    height: 4px;
    width: 50px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    background-color: #FFCE00;
    bottom: 0;
    display: block;
    margin-top: 10px;
    margin-left: 0;
    transition: width 0.6s ease;
}

.custom-carousel .name{
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.custom-carousel .abs-content{
    position: absolute;
    bottom: 25px;
    left: 25px;
}







/*
---CAREERS
*/

#careers .subtitle:after{
    content: initial;
}

.description-high{
    font-size: 28px;
}

#careers{
    width: 100%;
    padding: 50px 36px;
    background-color: white;
}

.row-careers{
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    position: relative;
}

/*.card-container {
    height: 190px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    margin: 30px auto;
}

.card {
    cursor: pointer;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 1.3s ease;
    width: 100%;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -ms-box-shadow: initial;
    -o-box-shadow: initial;
    box-shadow: initial;
    margin: 0 auto;
}

.card-container:hover .card .side{
    background: white;
}

.card-container:hover .card {
    -webkit-transform: perspective(800px) rotateY(180deg);
    -moz-transform: perspective(800px) rotateY(180deg);
    -ms-transform: perspective(800px) rotateY(180deg);
    -o-transform: perspective(800px) rotateY(180deg);    
    transform: perspective(800px) rotateY(180deg);
    -webkit-box-shadow: 0 3px 40px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 3px 40px -10px rgba(0,0,0,0.75);
    -ms-box-shadow: 0 3px 40px -10px rgba(0,0,0,0.75);
    -o-box-shadow: 0 3px 40px -10px rgba(0,0,0,0.75);
    box-shadow: 0 3px 40px -10px rgba(0,0,0,0.75);
}

.card-container:hover .card .back{
    background-color: #FFCE00;
}

.card-container:hover .card .side{
    border-color: #FFCE00;
}

.card .side {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    transition: all 1.3s ease;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility:hidden;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: table;
}

.card .back {
    text-align: center;
    -webkit-transform: perspective(800px) rotateY(180deg);
    -moz-transform: perspective(800px) rotateY(180deg);
    -ms-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
    display: table;
}

.front-content{
    text-transform: uppercase;
    font-size: 20px;
}

.back-content{
    font-size: 14px;
}

.front-content, .back-content{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}*/

    .card-cont{
        position: relative;
    }

    .card {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        height:243px;
        font-size:25px;
        font-weight:bold;
        position: relative;
        display: table;
        padding: 35px 0;
        width: 280px;
		margin: 0 auto;
    }

    .card .content {
        transition: 0.5s ease-out;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;

        /* content backface is visible so that static content still appears */
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        -ms-backface-visibility: visible;

        position:relative;
        display: table;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .card:hover .content {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    .card .content .cardFront {
        background-color: #F8F8F8;
        color: #424242;
    }

    .card .content .cardBack {
        background-color: #FFCE00;
        color: white;
    }

    .card .content .cardFront, .card .content .cardBack {
        /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        display: table;
    }

    .cardFront .cardText{
        text-transform: uppercase;
        font-size: 20px;
    }

    .cardBack .cardText{
        text-transform: uppercase;
        font-size: 14px;
    }

    .cardFront .cardText, .cardBack .cardText{
        display: table-cell;
        vertical-align: middle;
		padding: 0 10px;
    }

    .card .content .cardFront, .card:hover .content .cardFront {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }

    .card .content .cardBack, .card:hover .content .cardBack {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
    }

    .card .content .cardFront, .card:hover .content .cardBack {
        animation: stayvisible 0.5s both;
        -webkit-animation: stayvisible 0.5s both;
        -moz-animation: stayvisible 0.5s both;
        -o-animation: stayvisible 0.5s both;
        -ms-animation: donothing 0.5s;
        -ms-transition: visibility 0s linear 0.17s;
        visibility: visible;
    }
    .card:hover .content .cardFront, .card .content .cardBack {
        animation: stayvisible 0.5s both;
        -webkit-animation: stayvisible 0.5s both;
        -moz-animation: stayvisible 0.5s both;
        -o-animation: stayvisible 0.5s both;
        -ms-animation: donothing 0.5s;
        -ms-transition: visibility 0s linear 0.17s;
        visibility: hidden;
    }

    .wrapper{
       /* max-width: 1400px;*/
        margin: 0 auto;
    }

    @keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
    @-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
    @-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
    @-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
    /*@-ms-keyframes donothing { 0% { } 100% { } }*/

    

/*
---BENEFITS
*/

#benefits{
    background-position: center center;
    background-size: cover;
}

#benefits .subtitle:after{
    content: initial;
}

#benefits .product img{
    height: 100px;
    width: auto;   
}

#benefits .product-title:after{
    content: initial;
}


#benefits .ov-yellow{
    padding: 50px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,206,0,0.89);
}

#benefits .ov-yellow .description-high{
    padding-left: 36px;
    padding-right: 36px;
}

#benefits .product{
    padding-left: 70px;
    padding-right: 70px;
}

#benefits .product .product-title{
    padding-left: 15px;
    padding-right: 15px;
}

.row-benefits{
    width: 400%;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    transform: translateX(0);
}

#benefits .ov-yellow .wrapper{
    box-shadow: 0 0 0 0 rgba(255,206,0,0.89);
}

#benefits .ov-yellow .wrapper.glassy{
    box-shadow: 0 0 0 60px rgba(255,206,0,0.89);
}

/*
---FAQ
*/

#FAQ {
    padding: 50px 36px;
    background-color: white;
}

.question{
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.6s ease;
}

.question:hover{
    cursor: pointer;
    color: #FFCE00;
}

.btn-arrow{
    display: inline-block;
}

.arrow{
    position: relative;
    width: 37px;
    height: 25px;
    transition: all 0.6s ease;
}

.question .arrow-line{
    width: 22px;
    height: 2px;
    background-color: #FFCE00;
    position: absolute;
    top: 15px;
    transition: all 0.6s ease;
}

.question .arrow-line:nth-child(1){
    transform: rotateZ(45deg) rotateY(0);
    left: 0;
}

.question .arrow-line:nth-child(2){
    transform: rotateZ(-45deg) rotateY(0);
    right: 0;
}

.q-item{
    margin-top: 20px;
    margin-bottom: 20px;
}

.question.active .arrow-line{
    background-color: #424242;
}

.question.active .arrow-line:nth-child(1){
    transform: rotateZ(-45deg) rotateY(360deg);
}

.question.active .arrow-line:nth-child(2){
    transform: rotateZ(45deg) rotateY(360deg);    
}

.answer{
    max-height: 0;
    transition: all 1s ease;
    height: auto;
    overflow: hidden;
}

.answer.active{
    max-height: 650px;
}

/*
---CONTACT US
*/

#contact-us.glassy{
    filter: blur(8px);
    box-shadow: 0 0 0 10px #F8F8F8;
}

#contact-us.glassy .google-map{
    box-shadow: 0px -16px 0 12px #F8F8F8;
}

#contact-us .product{
    margin: 0 auto;
    padding: 0;
}

#contact-us .product-description .info{
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#contact-us .product-description{
}

#contact-us .product.location{
    width: 100%;
    max-width: 510px;
}

#contact-us .product.location .product-title{
    font-size: 25px;
}

#contact-us .product .location-info{
    width: 240px;
    margin: 0 auto;
}

#contact-us .product .mapp-layout, #contact-us .product .mapp-wrapper{
    height: 100% !important;
    margin: 0;
    padding-bottom: 0!important;
}

#contact-us .product-title{
    padding-top: 0;
}

#contact-us{
    height: 350px;
}

#contact-us .main-row{
    height: 100%;
}

#contact-us .main-row .product-col{
    display: table;
    height: 100%;

}

#contact-us .main-row .product-col .row{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.google-map, .google-map .row, .google-map .product{
    height: 100%;
}

#contact-us .google-map .product{
    width: 100%;
}

#contact-us .mapp-layout{
    border: 0;
}

#contact-us img {
	width: 32px;
    height: 32px;
    user-select: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
/*
---FOOTER
*/

#footer{
    padding: 30px 36px;
}

#footer .wrapper{
    text-align: center;
}

#footer .wrapper.glassy{
    box-shadow: initial;
}

#footer ul li{
    display: inline-block;
    padding: 25px;
    height: 100%;
}

#footer a:hover{
    color: white;
}

#footer ul{
    padding: 0;
    margin: 0 auto;
}

#footer .item{
    margin: 10px auto;
}

#footer .item:not(.playful){
    height: 40px;
    padding-top: 8px;
}

.playful-link{
    cursor: pointer;
    width: 230px;
    display: table;
    margin: 0 auto;
}

.playful-link a{
    display: table-cell;
    vertical-align: middle;
}

#playful img{
    position: absolute;
    left: 23px;
    top: 8px;
    width: 65%;
    height: auto;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.playful-link .playful-off{
    opacity: 1;
}

.playful-link .playful-hover{
    opacity: 0;
}

.playful-link:hover .playful-off{
    opacity: 0;
}

.playful-link:hover .playful-hover{
    opacity: 1;
}

#playful{
    margin-left: 5px;
    position: relative;
    width: 140px;
    height: 40px;
    padding: 8px 6px;
    border: 1px solid #27CFE0;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.25s ease;
    /*background-image: url('http://igc.somosplayful.ga/wp-content/uploads/2018/04/playful-off.svg');*/
    background-size: 65% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.playful-link:hover #playful{
    /*background-image: url('http://igc.somosplayful.ga/wp-content/uploads/2018/04/playful-hover.svg');*/
    background-color: #27CFE0;
}

/*
---POSITIONS
*/
#positions .product-title{
	font-weight: 500;
}

#positions .product-title:after{
	height: 4px;
}

#positions .positions{
	font-weight: 500;
	font-size:20px;
    margin-bottom: 28px;
    text-transform: uppercase;
	color: #696969;
}


#positions .positions:hover{
	font-weight: 500;
	color: #FFCE00;
	text-transform: uppercase;
}

#positions .open{
	font-size:20px;
	font-weight: 300;
	color: #424242;
	margin-bottom: 30px;
	margin-top: 60px;
}

#positions .container-positions{
	padding-top: 50px;
}

#positions .product-title{
	padding-top: 50px;
}
#positions .description{
    margin-top: 30px;
	font-size: 24px;
	font-weight: 300;
	color: #696969;
}


/*
---FORM 
*/

#form-cv .row.desktop{
   display: none;
}
#form-cv .form{
   margin-top: 50px;
   margin-bottom: 50px;
	    padding: 10px 20px;
}
#form-cv .wrapper{
   max-width: 770px;
}
#form-cv label{
   font-size: 20px;
   font-weight: 100;
   margin-bottom: 14px;
}
#form-cv  .contenedor-campos{
    width: 100%;
 }

#form-cv .texto{
	width: 100%;
}

#form-cv .contenedor-doble{
	max-width: 733px;
}

#form-cv .row.desktop .wpcf7-list-item-label{
	    /*padding: 20px 50px;*/
}

#form-cv .contenedor-campos-cortos{
    padding-right: 0px;
 }

#form-cv  input[type="text"],#form-cv input[type="email"],#form-cv input[type="tel"],#form-cv input[type="date"], #form-cv select,#form-cv input[type="submit"]{
    border-radius: 0px ;
    height: 64px;
     border: 1px solid #ccc;
	 width: 100%;
	 max-width: 724px;
	 background-color: white;
	padding-left: 10px;
 }
#form-cv  select{
    width:100%;
    height: 64px;
 }
#form-cv  input[type="text"]:focus,#form-cv input[type="email"]:focus,#form-cv input[type="tel"]:focus,#form-cv input[type="tel"]:focus,#form-cv  select:focus{
    border: 2px solid #ffce00;
    box-shadow:2px 2px 10px -2px rgba(0,0,0,0.61);
	outline: 0px;
 }
#form-cv  input[type="radio"]{
    display: none;
 }
#form-cv input[type="radio"]{
    padding: 64px 184px;

 }
#form-cv  .wpcf7-list-item-label{
        width: 100%;
    height: 100%;
    display: inline-block;
	text-align: center;
	    display: flex;
    justify-content: center;
    align-items: center;
 }

#form-cv span.wpcf7-not-valid-tip{
	font-size: 12px;
}

#form-cv  .wpcf7-list-item-label:hover{
    font-weight: 500;
    border: 0px;
	background-color: #ffce00;
	color: white;
	border: 1px solid #ffce00;
 }

#form-cv .wpcf7-radio label{
	border: 1px solid #ccc;
    height: 66px;
    vertical-align: middle;
    width: 186px;
	width: 132px;
}

#form-cv .col-xs-12 span.wpcf7-list-item.first{
	margin-left: 0px;
}
#form-cv  input[type="radio"]:checked + span{
    background-color: #ffce00;
	border: 0px ;
box-shadow:2px 2px 10px -2px rgba(0,0,0,0.61);
	color: white;
 }
#form-cv  input[type="submit"]{
      background-color: #ffce00;
     padding: 25px;
    height: 100px;
    width: 250px;
	color: white;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
 }
#form-cv  .check{
    height: 25px;
    width: 25px;
    border: 1px solid grey;
    display: inline-block;
 }
#form-cv   .none .your-file input{
    display: none;
 }
#form-cv .none .agree #check-oculto{
    display: none;
 }
#form-cv  .col-xs-12 span.wpcf7-list-item{
    margin: 0 15px 0 0;
 }

#form-cv .col-xs-12 span.wpcf7-list-item.last{
	margin: 0;
}

#form-cv .file-container{
	    margin-bottom: 30px;
}

#form-cv #label-cv {
	width: 100%;
}

#form-cv .file-btn{
	border: 1px solid grey;
    height: 66px;
	width: 100%;
	
    background-color: #424242;
    color: white;
    font-size: 20px;
    font-weight: 500;
	DISPLAY: inline-block;
	vertical-align: middle;
	text-align: center;
    justify-content: center;
    align-items: center;
	    line-height: 3;
}

#form-cv .inputfile-info{
	border: 1px solid grey;
        display: inline-block;
    height: 64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	vertical-align: middle;
    width: 100%;
	margin-bottom: 10px;
	line-height: 3;
    padding-left: 10px;
}


#form-cv .submit{
	margin-top: 50px;
}

/*select arrow*/
.selectdiv:after {
  content: '>';
  font: 70px "Consolas", monospace;
  color: #ffce00;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 20px;
  /*Adjust for position however you want*/
  top: 28px;
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-word-break: normal;
  word-break: normal;
}
 /*check---------------------------------------------------------*/
/* The container */
#form-cv .check-container {
    display: block;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
	max-width: 725px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */

#form-cv .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
#form-cv .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #fff;
	border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */
#form-cv .check-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
#form-cv .check-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}
/* Create the checkmark/indicator (hidden when not checked) */
#form-cv .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
#form-cv .check-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
#form-cv .check-container .checkmark:after {
    left: 11px;
    top: 3px;
    width: 16px;
    height: 25px;
    border: solid #ffce00;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
---MEDIA QUERIES
*/

@media only screen and (min-width: 425px) {
    .card{
        width: 340px;
    }
    .custom-carousel{
        height: 475px;
    }

    #banner .burger-button:hover .burger-line:nth-child(1){
        transform: translateY(-2px);
    }

    #banner .burger-button:hover .burger-line:nth-child(3){
        transform: translateY(2px);
    }

    #banner .burger-button .burger-line:nth-child(1){
        transform: translateY(0px);
    }

    #banner .burger-button .burger-line:nth-child(3){
        transform: translateY(0px);
    }
    .navbar-relative .logo{
        padding-left: 30px;
    }
    .burger-button{
        padding-right: 30px;
    }
    /*.logo img{
        height: 30px;
		width: auto;
		margin-top: -20px;
    }*/
		/*
	---FORM 
	 */
	#form-cv .row.desktop .wpcf7-list-item-label{
	   /* padding: 20px 68px;*/
	}
	
	

}

@media only screen and (min-width: 768px) {
    .mobile-banner-content, .mobile-preview-content{
        display: none;
    }
    .desktop-content{
        display: block;
        font-size: 18px;
        max-width: 960px;
        margin: 0 auto;
    }
    .description-high{
        font-size: 38px;
    }
    .burger-button{
        display: none;
    }
    #banner .navbar-absolute{
        z-index: 2;
    }
    #banner .navbar-relative .menu-desktop{
        display: table-cell;
    }
    #banner{
        height: 80vh;
    }
    .row-benefits{
        width: 100%;
    }
    #benefits .product{
        padding-left: 15px;
        padding-right: 15px;
    }
    #benefits .ov-yellow{
        padding: 50px 36px;
    }
    .card{
        width: 280px;
    }
    .custom-carousel{
        height: 525px;
    }
    #contact-us .product.location{
        float: right;
    }
    #contact-us{
        height: 550px;
    }
	/*
	---OPPORTUNIETIES
	*/
	
	#positions .description{
        font-size: 38px;
    }

	/*
	---FORM 
	 */

	#form-cv .row.desktop{
      display: block;
   }
   #form-cv .row.mobile{
      display: none;
   }
	
	#form-cv .contenedor-campos-cortos{
    padding-right: 10px;
 }
	#form-cv  input[type="text"],#form-cv input[type="email"],#form-cv input[type="tel"], #form-cv select,#form-cv input[type="submit"]{
    max-width: 724px;
 }
	
	#form-cv .form{
	   margin-top: 50px;
	   margin-bottom: 50px;
	   padding: 10px;
	}
	#form-cv  input[type="submit"]{
    	width: 300px;
 }
	#form-cv  .wpcf7-list-item-label{
    /*padding: 20px 77px;*/
    /*border: 1px solid grey;*/
 }
	#form-cv .inputfile-info{
	    max-width: 390px;
		margin-bottom: 0px;
}
	#form-cv .wpcf7-radio label{
    width: 186px;
}
	
	#form-cv #label-cv{
		display: inline;
	}
	
	.selectdiv:after {
  		right: 50px;
	}
	
	#form-cv .file-btn{
		Margin-left: -6px;
		cursor: pointer;
	}
	
	#form-cv .file-btn{
	width: 335px;
	
}
	
}

@media only screen and (min-width: 768px) and (max-width: 850px){
    .card-container{
        height: 200px;
    }
    .card{
        width: 300px;
    }
    .menu-desktop a{
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 850px) and (max-width: 991px){
    .card-container{
        height: 200px;
    }
    .card{
        width: 350px;
    }
}

@media only screen and (min-width: 850px) {
    
}

@media only screen and (min-width: 1024px) {
	.logo img{
		height: 45px;
		width: auto;
		margin-top: 1px;
    }
	
    #process{
        position: relative;
    }

    .arrow-left, .arrow-right{
        position: absolute;
        bottom: 90px;
        height: 525px;
        width: 60px;
        z-index: 3;
        display: table;
        background-color: #F8F8F8;
    }

    .arrow-carousel{
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%;
    }

    .arrow-left{
        left: 0;
    }
    
    .arrow-right{
        right: 0;
    }
    
    .custom-carousel .bg-img {
        width: 70%;
        height: 60%;
        margin: 0 auto;
        transition: all .4s ease;
    }

    .custom-carousel .item{

    }

    .custom-carousel .overlay{
        width: 0;
        height: 100%;
        background-color: rgba(255,206,0,0.89);
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s ease;
    }

    .custom-carousel .bg-img:hover .overlay{
        /*transform: translateX(100%);*/
    }

    .custom-carousel .item:not(.active) .bg-img:hover .overlay{
        cursor: pointer;
        width: 100%;
    }

    .custom-carousel .active .bg-img{
        /*width: 80%;
        height: 100%;*/
        transform: scale(1.5);
    }

    .custom-carousel .active .pag:after{
        margin-top: 0;
        width: 50px;
    }

    .custom-carousel .active .name{
        opacity: 1;
        height: 40px;
    }

    .custom-carousel .abs-content{
        transition: all 0.6s ease;
        z-index: 4;
    }

    .custom-carousel .pag:after{
        transition: width .7s ease-out;
        width: 0;
    }

    .custom-carousel .name{
        transition: all 1.5s ease;
        height: 0;
        opacity: 0;
    }

    .custom-carousel{
        position: relative;
    }
}

@media only screen and (min-width: 1280px){
	.logo img{
		height: 55px;
		width: auto;
		margin-top: 1px;
    }
	
	#banner .navbar-absolute{
		margin-top: 18px;
	}
}

/*@media only screen and (min-width: 1440px) {
    .arrow-left, .arrow-right, .custom-carousel{
        height: 450px;
    }

    .custom-carousel .bg-img{
        width: 65%;
        height: 70%;
    }
}*/

@media only screen and (min-width: 1920px) {

    .custom-carousel .bg-img{
        width: 55%;
        height: 65%;
    }

}