.sectionback {
    background: linear-gradient(to bottom, rgba(9,45,93,1) 0%, rgba(9,45,93,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
    
}
.background-initial{
    z-index: -1; 
    background-image: url('../assets/background/Grupo17264.png'); 
    background-size: cover; 
    height: 35%; 
    width: 100%; 
    position: absolute;
}

.section1 > .container-fluid{
    margin-top: 120px!important;
}
.width800{
    width: 800px;
}
.width100{
    width: 100% !important;
}
.formContacto{
    margin-left: auto;
}

.formContacto .input100{
    color:#092d5d9c!important
}

input::placeholder{
    color:#092d5d9c!important
}
.contactBox{
    margin: 30px auto;
}

.tituloContacto{
    height: 400px;
}

.subTitle{
    font-size: 21px;
width: 100%;
padding-bottom: 40px;
}

.contactSolucinoes{
    display: block;
}

.nav-respons, .opcion-item, .boxProducts{
	display: flex;
flex-wrap: wrap;

margin: auto;
}

.opcion-item{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.top-nav .boxProducts{
	text-align: left;
	padding-bottom: 20px;
}

.nav-respons .logo{
	margin: auto;
	max-width: 250px;
}

.nav-item-responsive, .opcion-item a {
display: flex;
align-items: center;
width: 33%;
min-width: 300px;
margin-bottom: 40px;

	
}
.opcion-item a{
	font-size: 18px;
	font-weight: 700;
	padding-left: 50px;
	margin-bottom: 20px;
} 

.nav-item-responsive img {
	width: 60px;
	margin-right: 5px;
}

.textBlue-strong{
    font-size: 20px;
}
 
.smallText {
    font-size: 14px!important;
}

.textBlueContacto{
    color: #092d5d !important;
font-weight: 900;
font-size: 40px;
max-width: 800px;
margin: auto;
    margin-bottom: auto;
margin-bottom: 50px;
}

.redesBox{
    padding-top: 100px;  
}
.redesContacto .contact{
    max-width: 400px;
    margin: auto;
}

.textRedes{
    font-size: 35px;
    font-weight: 700;
}

.redesContacto .contact a:hover{
    list-style: none;
    text-decoration: none
    
}

.redesContacto .contact .btn{
    height: 150px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px #13242B12;
}

.redesContacto .contact .btn i{
    font-size: 43px!important;
}

.redesMovil {
    display: none;
}

.Email{
    border: none;
}
.msjError{
    display: none;
    font-size: 12px;
    color: red;
    position: absolute;
    background: white;
}

@media screen and ( max-width:1355px){

    .form-check{
        min-width: 200px;
        margin: auto;
    }

}

@media screen and ( max-width:1172px){

    .textBlue-strong {
        font-size: 20px;
    }

    .smallText {
        font-size: 13px !important;
    }

    .nav-item-responsive img{
        width: 40px;
        margin-right: 5px;
    }

    .nav-item-responsive, .opcion-item a {
        display: flex;
        align-items: center;
        width: 200px;
        min-width: 200px;
        margin-bottom: 40px;
    }



}

@media screen and (max-width:1049px){

    .form-check{
        
        min-width: 130px
    }

    .paddingBottomSmall {
        padding-bottom: 10px;
    }

}

@media screen and (max-width:991px){

    .formContacto {
        
        margin: auto;
        order: 1;
    }

    .contactBox{
        order: 0;
    }

    .redesMovil {
        display: flex;
    }

    .redesPc{
        display: none;
    }

    .tituloContacto {
        height: auto;
        margin-bottom: 50px;
    }

}



@media screen and (max-width:767px){

    .nav-respons{
        
        width: 100%;
        margin: auto;
    }

    .section1 > .container-fluid {
        margin-top: 0px !important;
    }

    .nav-item-responsive, .opcion-item a {
       
        min-width: 150px;
    }

    .textBlue-strong {
        font-size: 1rem;
    }

    .wth-100{
        width: 100%!important;
    }

}