.top-bar{
    background: #1a429a;
    height: 15px;
}
	
.LogoIMG > img {
		width: 350px;
		height: auto;
}

.NavMenu > li > a{
    font-size: 14px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 500;
    padding-left: 28px !important;
    padding-Right: 28px !important;
    color: #000;
}

.BannerIMG > img{
	height: 78vh;
}

.ServicioIMG > img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.ServicioIMG > h6 {
    font-size: 18px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 300;
    color: #000;
    margin-top: 15px;
}

.Imagen_Obra > img{
    width: 350px !important;
    height: 218px !important;
}

.ClientesIMG > div > img{
    width: 250px !important;
    height: 150px !important;
}

@media (max-width: 575.98px) {
	.BannerIMG > img{
		height: 400px;
		object-fit: cover;
	}
	
	.LogoIMG > img {
		width: 220px;
	}

	.TextoStyle > h4{
		font-size: 22px;
		font-family: 'ABeeZee', sans-serif;
		font-weight: 300;
		color: #000;
		margin-bottom: 5px;
	}
}

.TextoStyle{
    font-family: 'ABeeZee', sans-serif;
    color: #000;
}

.TextObra > h1{
    font-family: 'ABeeZee', sans-serif;
    color: #1a1a1a;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

table > tbody > tr {
    border: 1px solid #000;
}

table td {
    font-size: .9rem;
    font-weight: 300;
    padding: 7px;
}

.TextoStyle > h1{
    font-size: 28px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 500;
    color: #1a429a;
    border-bottom: 1px solid #000;
}

.TextoStyle > h3{
    font-size: 20px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #1a429a;
}

.TextoStyle > h5{
    font-size: 18px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 600;
    color: #FFF;
}

.TextoStyle > p{
    font-size: 16px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #FFF;
}

.TextoStyle > p > a{
    font-size: 16px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #FFF;
}

.TextoStyle > p > a:hover{
    font-size: 16.5px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #1a429a;
}

.TextoStyle > h6{
    font-size: 18px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 300;
    color: #000;
}

.TextoStyle > h6 > a{
    font-size: 18px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 300;
    color: #000;
}

.TextoStyle > i {
    color: #1a429a;
    font-size: 48px;
    margin-bottom: 15px;
}

.TextoStyle > a > img {
    width: 90%;
    height: 100%;
}

.ImgServicio > img {
    width: 100%;
    height: auto;
}

.ServicioText > p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}


.text-curriculum>h1 {
    color: #232020;
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 0px;
}

.text-curriculum>p {
    color: #232020;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 0px;
}

.content-curriculum {
    margin-top: 130px;
    margin-bottom: 130px;
}

.btn-Curriculum {
    background: #1a429a;
    border-radius: 10px;
    color: #FFF;
    font-size: 37px;
    font-weight: 600;
    width: 280px;
    height: 100px;
    padding: 25px;
}

.btn-Curriculum:hover {
    background: #112d6a;
    border-radius: 10px;
    color: #FFF;
    font-size: 37px;
    font-weight: 600;
    width: 280px;
    height: 100px;
    padding: 25px;
}