#xd_projects_portada {
        min-height: 101vh;
        background-position:center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment:fixed;
}

#xd_projects_info {
        min-height: calc(101vh / 2);
        background-position:center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment:fixed;
}


.xd_projects_header {
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	letter-spacing: 0px;
}

.xd_projects_current_title {
	position: relative;
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    background-color: transparent;
    padding: 20px 0px 20px 0px;
    border: 0px;    
}

.xd_projects_development_title {
	position: relative;
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    background-color: transparent;
    padding: 20px 0px 20px 10px;    
    border: 0px;    
}

.xd_projects_current {
	position: relative;
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    background-color: transparent;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-right: 1px solid black !important;
    padding: 10px 0px 10px 0px;
}

.xd_projects_development {
	position: relative;
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    background-color: transparent;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    padding: 10px 0px 10px 0px;
}

.xd_projects_item {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	display: flex;
    flex-direction: column;
    padding: 10px;
    text-transform: uppercase;
    color: black;
}

.xd_projects_item:hover {
    color: #006929;
    font-weight: 900;
    cursor: pointer;
}

.xd_projects_item_active {
    color: #006929 !important;
    font-weight: 900;
}


.xd_proyect_big_number {
    	 font-family: 'Roboto', sans-serif;
         font-size: 6em;
         font-weight: 100;
}

.xd_proyect_big_number_title{
        font-family: 'Raleway', sans-serif;
        font-size:1em;
        letter-spacing: 6px;
        font-weight: 100;
        text-transform: uppercase;
}

.xd_proyect_color_green {
    color: #006929 !important;
}

.xd_proyect_div_hover {
    cursor: pointer;
}

.xd_project_detail_name {
	font-family: 'Raleway', sans-serif;
    font-size: 8em;
    font-weight: 300;
    color: white;
    text-align: center;
    padding-bottom: 0px !important;
}

.xd_project_detail_intro {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
    color: black;
}

.xd_project_detail_description {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
    color: white;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.xd_project_detail_description a:hover {
    color: white !important;
}


.xd_project_detail_url {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
    color: white;
    cursor: pointer;
    padding-top: 40px;
    padding-bottom: 100px;    
    padding-left: 20px;
    padding-right: 20px;
}

.xd_proyect_detail_facts {
    	 font-family: 'Roboto', sans-serif;
         font-size: 2em;
         font-weight: 100;
         padding-right: 0px;
}

.xd_proyect_detail_gallery_arrows {
         font-size: 50px !important;
}


#xd_slider_proyectos .carousel {
	height: auto;
    padding: 40px;
}

#xd_slider_proyectos .carousel-inner h3 {
    padding-top: 20px;
	color: #043E3B;
	border-bottom: 1px solid #043E3B;
}

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

#xd_project_detail_surface_original {
    position: absolute; 
    bottom: 10px; 
    left: 20px;
}

#xd_project_detail_surface_original_label {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#xd_project_detail_states_label {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


#xd_project_detail_view_project {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#xd_project_detail_logo_project {
    width: 100%;
}

@media (max-width: 575.98px) {

    .xd_project_detail_intro {
    	font-size: 25px;
        line-height: 35px;
    }
    
    .xd_kuo_aas_banner_block{
        position: absolute;
        right: 15%;
        top: 20%;
        left: 15%;
    }
    
    .xd_proyect_detail_gallery_arrows {
             font-size: 20px !important;
             display: none;
    }

    .xd_proyect_detail_facts {
            font-size: 2em;
            padding-right: 20px;             
    }
    
    .xd_proyect_big_number_title{
            bottom: -14px; 
            right: 30px;
    }
    
    .xd_project_detail_url {
        padding-bottom: 0px;    
    }
    
        #xd_project_detail_surface_original {
            position: relative; 
        }
        
        #xd_project_detail_surface_original_label {
            position: relative; 
        }
        
        #xd_project_detail_view_project {
            position: relative; 
        }
    
        #xd_project_detail_logo_project {
            width: 80%;
            padding-bottom: 80px;
        }
    
        .xd_projects_header {
        	font-size: 18px;
            padding: 10px;
        }
    
    
} /* 575 */




