html {
    overflow-y: scroll;
}

body {
    font-family: "Roboto" , sans-serif;
    font-weight: 300;
}

section {
    position: relative;
    padding: 0 0.9rem;
}

header {
    height: 3.75rem;
    padding-top: 0.93rem;
}

.wrapper {
    height: 100vh;
    overflow: hidden;
}

.logo {
    width: 9rem;
    height: 1.65rem;
    cursor: pointer;
}

.logos-desk {
    display: none;
    
}

.logo-mob {
    display: block;
    margin-top: 1.22rem;
}

.btn-phone-mob {
    position: fixed;
    opacity: 0;
    top: 1.7rem;
    right: 1rem;
    z-index: 70;
}

.btn-phone-mob img{
    width: 1.4rem;
    height: 1.4rem;
} 
.btn-phone-mob.white{
    display: none;
}
.btn-phone {display: none;}

.home {
    color: #000329;
    -webkit-transition: opacity 1s, margin-top 1s; /* Safari */
    transition: opacity 1s, margin-top 1s;
    
}

.home .content-wrapper{
    -webkit-transition: opacity 1s, margin-top 1s; /* Safari */
    transition: opacity 1s, margin-top 1s;
}
.home.hide-home {
    opacity: 0;
}
.home.hide-home .content-wrapper{
    margin-top: -20%;   
}

.home h1 {
	font-size: 2.06rem;
    line-height: 3rem;
    opacity: 0.89;
    margin-bottom: 4rem;
    margin-top: 3rem;
    display: none;
	opacity: 0;
	font-weight: 300;
}

.home p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
    margin-bottom: 0.75rem;
    display: none;
    opacity: 0;
}

.home span {
    font-size: 0.87rem;
    font-weight: 500;
    line-break: 1.125rem;
    color: #FF966A;
    display: none;
    opacity: 0;
}

.home blockquote {
    margin: 0;
}

.menu {
    min-height: 100vh;
    padding: 0;
}

.menu-item {
    height: 8.12rem;
    line-height: 2.8rem;
    font-size: 1.12rem;
    margin-bottom: 0.6rem;
    opacity: 0;
}

.menu-item p {
    margin-bottom: 0;
    position: absolute;
}

@media (max-width: 767px) {
    .menu-item p {
        top: 50%;
        transform: translateY(-50%);
    }
}

.menu-item p span {
    margin-right: 0.5rem;
}

.menu .row{
    margin-left: 0px;
    margin-right: 0px;
}

.menu-item.blue {background-color: #000329;color: #ffffff;}
.menu-item.orange {background-color: #FF9665;color: #ffffff;}
.menu-item.blue p span {color: #FF9665;}
.menu-item.orange p span {color: #000329;}

.company , .placements {
    background-color: #000329;
    color: #ffffff;
}

.company header , .placements header {
    font-size: 1.12rem;
    margin-bottom: 2rem;
}

.company header span , .placements header span {
    color: #FF9665;
    margin-right: 0.37rem;
}

.company .big-text,
.company .small-text {
    font-size: 1.3rem;
    line-height: 1.4rem;
    letter-spacing: -0.04rem;
}

.company .small-text {
    margin: 2.18rem 15px 0 0px;
}

.company-img {
	width: 40%;
	height: auto;
    float: left;
    padding-right: 5%;
}

.placements {padding-bottom: 6.25rem;}

.placements h2{
    font-weight: 100;
    font-size: 1.4rem;
    margin-bottom: 1%;
    max-width: 90%;
}

.placements-item h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: inherit;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.placements-item p {
	font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.3rem;
    opacity: 0.4;
    padding-bottom: 2.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.research header, .team header{
    font-size: 1.12rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: #000000;
    padding: 0;
}
.research header .row, .team header .row, .company header, .placements header{
    padding-top: 1.70rem;
}
.research header .row, .team header .row{
    border-top: 1px solid #FF9665;
}
.research header span, .team header span{
    color: #FF9665;
    margin-right: 0.37rem;
}
.research p{
    color: #000329;
    font-weight: 300;
}
.research .research-content p{
    font-size: 1.2em;
}
.research .research-content p.txt-orange{
    font-size: 1em;
    color: #ff9669;
}
.research .research-content a:hover{
    text-decoration: none;
}   

.research .p-small{
    font-size: 0.8em;
    font-weight: 100;
}
.research button{
    color: #000329;
    background-color: #ff9669;
    border-radius: 25px;
    border: 1px solid #ff9669;
    padding: 10px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    cursor:pointer;
}
.research button:hover{
    background-color: #000329;
    color: #fff;
    border: 1px solid #000329;
}


.research-img {
    width: fit-content;
    float: center;
    text-align: center;
}

.research-img img {
    height: auto;
    max-width: 56%;
}
.research-img img:nth-child(2) {
    margin-left: -39%;
}
.research-img img:nth-child(3) {
    margin-left: -39%;
}


div.footer {
    padding: 20px 5.8rem 20px 5.5rem;
    width: 100%;
    z-index: 70;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #000329;
}

.footer p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}
.footer a {
	color: #fff;
	text-decoration: none;
}

.footer p.txt-dark {
	color: #999;
}

.team, .placements {
	overflow-y: scroll;
}

.team::-webkit-scrollbar, .placements::-webkit-scrollbar{
	opacity: 0;
}

.team p{
    font-weight: 300;
}

.team .box-team{
	margin-right: 30px;
	padding-bottom: 15px;
}

.team .box-team + .box-team {
    margin-top: 15px;
}

.team .box-team img{
	max-width: 100%;
    margin: 15px;
}
.team .box-team h4{
	color: #B8B9C2;
	margin-top: 30px;
    font-size: 1.2em;
}
.team .box-team h3{
    font-size: 1.3em;
}

.team .box-team p{
    font-size: 0.9em;
}

.carta {
    border-bottom: 1px solid #b8b9c2;
}

.carta button {
	background: none;
	border: none;
	color: #ff9669;
	padding: 0;
	cursor: pointer;
}

.carta button.hide-bio {
	display: none;
}

.team .box-team.carta p {
	display: none;
	font-size: 1.2em;
	margin-top: 20px;
	transition: all 0.5s ease-out;
}

.carta p.active {
	display: block;
}

.contact .btn-close {
	position: absolute;
	right: 60px;
}
.links-team {
	position: absolute;
	top: 60px;
	right: 15px;
	
}

.links-team a{
	display: inline-block;
	text-decoration: none;
}

.links-team a.linkedin{
	background: url('../img/in_01.png') no-repeat;
	background-size: contain;
	height: 20px;
    width: 20px;
    margin-right: 15px;
}

.links-team a.linkedin:hover{
	background: url('../img/in_02.png') no-repeat;
	background-size: contain; 
}

.links-team a.mailto{
	background: url('../img/mail01.png') no-repeat bottom;
	background-size: contain;
	height: 18px;
    width: 24px;
    margin-top: 4px;
}

.links-team a.mailto:hover{
	background: url('../img/mail02.png') no-repeat bottom;
	background-size: contain;
}

.contact header .btn-close img{
    height: 18px;
    width: 18px;
}
.hlogo-mob{
    margin-right: 1.2rem;
}

.hlogo-mob img{
    width: 1.8rem;
    height: 1rem;
}


.contact .box-contact{
    display: none;
    background: url('../img/contact-mobile.png') no-repeat bottom center;
    background-position: top;
    padding-bottom: 30px;
    padding-top: 250px;
    background-size: 100%;
}

.contact .box-contact p {  
    margin-bottom: 0px;
    font-size: 0.9em;
    opacity: 0.8;
}
.contact .box-contact .p-big {
    font-weight: 300; 
    margin-bottom: 20px;
    font-size: 1.6em;
}

.btn-link{
    background-color: #fff;
    color: #ff9669;
    border-radius: 25px;
    border: 1px solid #ff9669;
    padding: 0 15px;
    font-weight: 300;
    font-size: 0.9em;
    margin-right:10px;
}

.btn-link:hover{
    color: #fff;
    background-color: #ff9669;
}

.no-mobile{
    display: none;
}
.no-desk{
    display: block;
}
@media(min-width: 768px) {
    .contact-mob{
        display: none!important;
    }

    .no-mobile{
        display: block;
    }
    .no-desk{
        display: none;
    }
    header {
        padding-top: 55px;
        padding-bottom: 60px;       
    }

    section {
        padding: 0 5.25rem;
    }
    .logo {
        width: 13.37rem;
        height: 2.37rem; 
        position: fixed;
        top: 4rem;
        left: 5rem;
        z-index: 70;
    }
    .logos-desk {
        display: block;
    }
    .logo-mob {
        display: none;
    }
    .logo-light {
        display: none;
    }
    .btn-phone-mob {display: none;}
    .btn-phone {
        width: 10.8rem;
		padding: 8px 0;
        display: block;
        text-align: center;
        color: #000329;
        line-height: 26px;
        font-weight: 300;
        border: 2px solid #000329;
        border-radius: 30px;
        position: fixed;
        top: 4rem;
        right: 6rem;
        z-index: 70;
    }

    .btn-phone-icon {
        display: none;
        border: none;
    }
    .btn-phone-icon img{
        float: right;
        margin-right: 15px;
    }
    .btn-phone-icon .hover{
        display: none;
    }

    .btn-phone-icon:hover .hover{
        display: block;
    }
    .btn-phone-icon:hover .default{
        display: none;
    }
    .btn-phone-txt{
        transition: all 0.5s ease-out;
    }
    .btn-phone-txt:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000329;
    }
    .btn-phone-txt.hidden {
        color: #fff;
        width: 40px;
		font-size: 5px;
    }

	.home h1 {
		font-size: 4rem;
		line-height: 4.5rem;
		opacity: 0;
		display: block;
	}

	.home p {
		font-size: 1.2rem;
		line-height: 2rem;
	    opacity: 0;
		display: block;
    }

    .home span {
        font-size: 1rem;
        opacity: 0;
        display: block;
    }

    .menu {
        padding: 10.2rem 5.25rem 0;
    }

    .menu .col-md-3 , .menu .col-lg-3 , .menu .col-xg-3 {
        max-width: 24%;
    }

    .menu .divider {
        width: 1.33%;
    }

    .menu-item {
		height: 47.5rem;
		opacity: 1;
		cursor: pointer;
	}

	.menu-item-1 {
		border-radius: 25px 0 0 25px;
	}
	
	.menu-item-4 {
		border-radius: 0 25px 25px 0;
	}

    /* .menu-item-1 {
        margin-top: 18rem;
    }
    .menu-item-2 {
        margin-top: 12rem;
    }
    .menu-item-3 {
        margin-top: 6rem;
    } */

    .menu-item p {
        font-size: 1.2rem;
		margin-top: 50px;
		padding: 0 30px;
		line-height: 1.7em;
        position: initial;
        top: unset;
        transform: none;
        opacity: 0;
    }
    
    .menu-item p span {
        margin-right: 0.5rem;
    }

    .menu-item .text {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.7em;
        letter-spacing: -0.5px;
        position: absolute;
        bottom: 2.5rem;
    }

    .menu-item .text a {
        display: block;
        margin-top: 1rem;
        font-size: 1rem;
        text-decoration: none;
        visibility: hidden;
    }


    .menu-item:hover .text a {
        visibility: visible;
    }

    .menu-item.blue .text a {
        color: #FF966A;
    }

	.menu-item.orange .text {
		color: #000329;
	}
    .menu-item.orange .text a {
        color: #000329;
    }

    .company header , .team header , .placements header , .research header {
        font-size: 30px;
    }

    .company header .row , .team header .row , .placements header .row , .research header .row {
        justify-content: flex-end!important
    }

    .company header .row p , .team header .row p , .placements header .row p , .research header .row p {
        margin-right: 5rem;
    }

    .company-img {
        width: auto;
		position: absolute;
		bottom: 30px;
		left: 0;
		display: none;
    }

	.company p{
		width: 82%;
    }
    
    .company .big-text {
        font-size: 1.8em;
        line-height: 1.2em;
        font-weight: 100;
    }

    .company .small-text {
        font-size: 1.4em;
        line-height: 1.4em;
        color: #999;
    }

    .team p.p-big {
        font-size: 1.8em;
        
    }

    .placements-item{
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 15px;
        margin: 30px 0;
        min-height: 100px;
    }
    
    .placements h2 {
        font-size: 1.8em;
    }
	
    .placements-item p {
        border: none;
        padding:0;
        margin:0;
    }
    
    .research .p-small{
        font-weight:300;
        font-size: 0.9em;
        max-width: 70%;
    }
    
    

    .research .img-fluid {
        width: -webkit-fill-available;
    }

    .research header .row, .team header .row {
        padding-top: 3.3rem;
    }

    /* .contact .box-contact{
        width: 100%;
        background: url('../img/contact.png') no-repeat bottom center;
        padding-bottom: 30px;
        padding-top: 250px;
        background-size: cover;
    }  */
    
    .research header, .team header {
        margin-bottom: 5rem;
    }

    header .row {
        border-bottom: none !important;
    }

    .research-img {
        width: fit-content;
        float: center;
        text-align: center;
    }

    .research-img img {
        width: 600px;
        height: auto;
        max-width: 33.33%;   
    }
    .research-img img:nth-child(2) {
        margin-left: -160px;
    }
    .research-img img:nth-child(3) {
        margin-left: -160px;
	}
	.placements header,
	.company header {
		padding-top: 56px;
    }
    
    .research .research-content p {
        font-size: 1.8em;
    }

    @media(max-height: 768px) {
        .placements-item {
            margin-bottom: 1%;
        }
        .company header, .placements header{
            margin-bottom: 3rem;
        }
    }
    @media(max-height: 720px) {
        .placements-item {
            margin-bottom: 1%;
            padding: 0 0 0 10px;
        }
        .placements-item h3{
            font-size: 1.1rem;
        }
        .placements-item p{
            font-size: 0.9rem;   
        }
    }
}

.contact {
	background-color: #ff9669;
	color: #000329;
	position: fixed;
	top: -400px;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out;
	padding: 60px 0 30px 0;
	z-index: 100000;
}

#company {
    transition: padding 0.5s ease-out;
}

.contact .logo-contact {
	z-index: 10000;
	opacity: 0
}

.contact.active {
	top: 0;
}

.contact.active .logo-contact{
	opacity: 1;
}

.contact p {
	font-size: 1.2rem;
	margin-bottom: 0;
	opacity: .6;
}

.contact p.p-big {
	font-weight: 400;
	margin-bottom: 20px;
	opacity: .9;
}

.txt-menu-item {
	color: #000329;
}

.menu-item.orange p.txt-menu-item span {
	color: #fff;
}

.research{
    padding-bottom: 180px;
}

@media(max-width: 767px) {
    .contact-desk{
        display: none!important;
    }
    .home h1{
        font-weight: 100;
    }

    .menu .text {
        display: none;
    }

    .menu .content-wrapper{
        padding-top: 2rem;
    }

	body .contact {
		padding: 30px 15px;
		/* display:none; */
	}

	.contact .btn-close{
		right: 15px;
		top: -54px;	
	}

	.contact p {
		font-size: 1em;
	}

	.contact .logo-contact{
		margin-bottom: 30px;
    }
    .logo-contact img{
        width: 1.8rem;
        height: 1rem;
    }

	.company .small-text {
		margin-right: 0;
	}

	.home p { 
		margin-top: 0;
	}

	.menu-item-1 {
        border-radius: 25px 25px 0 0 ;
	}
	
	.menu-item-4 {
		border-radius: 0 0 25px 25px;
	}

	.team .box-team img {
		margin-top: 30px;
	}

	.links-team {
		top: 35px;
	}

	.links-team a{
		display: block;

	}
	.links-team .linkedin{
		margin-bottom: 10px;
		margin-right: 0;
    }
    .placements h2{
        max-width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .footer .content-wrapper .row  .info-footer{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    div.footer{
        padding: 0 1rem 0 1rem;
    }
}

@media(max-width: 1235px){
    .menu-item p{
        padding: 0 15px;
    }
}

@media(max-width: 414px){
    .research{
        padding-bottom: 260px;
    }
    .home h1{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
    .home p{
        margin-bottom: 0;
    }
    .content-wrapper .container .row .menu-item{
        height: 115px;

    }
    .company header, .placements header, .research header, .team header{
        margin-bottom: 2rem;
    }
    .company .big-text,
    .company .small-text{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .content-wrapper .row .box-team{
        width: 100%;
        margin-bottom: 0;
    }
    .team .p-big,
    .team .box-team h3,
    .team .box-team.carta p {
        font-size: 1.2rem;
    }
    .placements h2 {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0.6rem;
    }
    .placements-item h3{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .placements-item p{
        padding-bottom: 1.5rem;
    }
    .research button{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .footer .info-footer p{
        font-size: 0.9rem;
    }
}

@media(max-width: 345px){
    .home h1{
        line-height: 2.4rem;
    }
    .content-wrapper .container .row .menu-item{
        height: 85px;
    }
    .company header{
        margin-bottom: 1rem;
    }
    .company .big-text,
    .company .small-text,
    .team .p-big,
    .placements h2,
    .team .box-team.carta p {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}    
.team {
	padding-bottom: 30px;
}

.contact {
	background-color: #ff9669;
	color: #000329;
	position: fixed;
	top: -400px;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out;
	padding: 60px 0 30px 0;
	z-index: 100000;
}

#company {
    transition: padding 0.5s ease-out;
}

.contact .logo-contact {
	z-index: 10000;
	opacity: 0;
}

.contact.active {
	top: 0;
}

.contact.active .logo-contact{
	opacity: 1;
}

.contact p {
	font-size: 1.2rem;
	margin-bottom: 0;
	opacity: .6;
}

.contact p.p-big {
	font-weight: 400;
	margin-bottom: 20px;
	opacity: .9;
}

.txt-menu-item {
	color: #000329;
}

.menu-item.orange p.txt-menu-item span {
	color: #fff;
}


.content-wrapper {
    max-width: 1460px;
    margin: 0 auto;
}

/* Fluid Typography */
.home h1{
	font-size: calc(32px + (64 - 32) * ((100vw - 320px) / (1920 - 320))); 
}
.home blockquote,
.home p{
	font-size: calc(16px + (38 - 19) * ((100vw - 320px) / (1920 - 320))); 
}
.home span{
	font-size: calc(12px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.menu-item p, 
.menu-item .text{

	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

@media(min-width: 992px) {
    .home h1 {
        padding-left: .925em;
        margin-bottom: 0;
    }

    .home blockquote {
	    font-size: calc(4px + (38 - 19) * ((100vw - 320px) / (1920 - 320))); 
    }

    .home p {
        font-size: 1.2em;
        line-height: 1.2em;
        margin-bottom: 0.25em;
    }

    .home span {
        font-size: 1em;
        line-height: 1em;
    }

    .home .home-blockquote {
        position: relative;
    }

    .home .home-blockquote blockquote {
        position: absolute;
        bottom: 17px;
        right: 22px;
        /* max-width: 8em; */
    }
}

/* extra large monitor */
@media(min-width: 1366px) {
	.company header, .placements header, .team header, .research header{
		margin-bottom: 150px;
	}
	.container {
        max-width: 1460px;    
    }

	.menu-item .text {
        font-size: 1.125rem;
        line-height: 2.18rem;
        bottom: 1.87rem;
	}
	
	.menu-item p{
		margin-top: 4rem;
    }
    .home .home-col-right{
        bottom: 36px;
    }

}

/* extra large monitor */
@media(min-width: 1600px) {
    .home blockquote {
	    font-size: calc(2px + (38 - 19) * ((100vw - 320px) / (1920 - 320))); 
    }

    .home .home-blockquote blockquote {
        bottom: 11px;
    }

    /* .team .box-team{
        height: 440px;
    } */
    .team .box-team .front img{
        width: 32%;
	}
}
