:root {
  --colorPrincipal: #0c5adb;
  --colorSecundario: #2d4977;
  --grosor: 600;
  --tituloPrincipal: 42px;
  --tituloSecundario: 36px;
  --colorPleca: white;
  --textoPleca: 40px;

}


*{
    font-family: Helvetica, Arial, sans-serif;
    
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

p{
    font-size: 18px!important;
    color: black!important;
}

.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}
.pt-110{
    padding-top: 110px;
}

.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-110{
    padding-bottom: 110px;
}


.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    padding-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-110{
    margin-bottom: 110px;
}
.mt-40{
    margin-top: 40px;
}
.mt-90{
    margin-top: 90px;
}
.mt-150{
    margin-top: 150px;
}
h1.tituloPrincipal{
    font-size: var(--tituloPrincipal);
    font-weight: var(--grosor);
}
h2.tituloSecundario{
    font-size: var(--tituloSecundario);  
}
a.botonEnlace{
    background-color: var(--colorPrincipal);
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
    margin-top: 25px;
}

a.botonEnlace:hover{
    background-color: var(--colorSecundario);

    transition: all ease-out 2s;
}


/*empieza header*/
img.logo{
    width: 230px;
}
@media (max-width: 991px){
    .contenedorMenu{
        display: block!important;
        justify-content: center;
    }
}
@media (max-width: 400px){
    img.logo{
        width: 210px;
    }
}

ul.navbar-nav li a{
    color: black!important;
    font-weight: var(--grosor);
}

ul.navbar-nav li a.active{
    color: var(--colorPrincipal)!important;
    font-weight: var(--grosor);
}
/*termina header*/

.about_content_machine span{
    display: block;
    margin-bottom: 8px;
    
}

.about_content_machine span i.fas, .about_content_machine span i.fa{
    color: var(--colorPrincipal);
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: var(--colorPincipal);
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    
}
i.fab{
    color: var(--colorPrincipal);
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: var(--colorPincipal);
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 5px;
    
}
.footer_middle_area{
    background-color: #eff2f7;
}
.footer_middle_area a{
    color: black;
}
.footer_middle_area .menu{
    padding-left: 0px;
}
.style_three .contact_address_company ul li {
    list-style: none;
    display: block;
    margin-bottom: 12px;
}
.style_three .contact_address_company ul li a{
    color: black;
}
.style_three .contact_from_box {
    box-shadow: 0 10px 30px 3px rgb(99 119 238 / 40%);
    background: #fff;
    padding: 35px 50px 40px;
    border-top: 8px solid #0c5adb;
    border-radius: 5px;
}
.contact_address_company ul li i.fas, .contact_address_company ul li i.far{
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: var(--colorPrincipal);
    text-align: center;
    border-radius: 50%;
    
}

.main_contact_area .form_box input {
    border: 1px solid #e6e6e6;
    color: #495057;
	background-color: #fff;
}
.main_contact_area .form_box textarea {
    border: 1px solid #e6e6e6;
	color: #495057;
	background-color: #fff;
}
.main_contact_area .quote_btn button {
    background: #0c5adb;
	color:#fff;
}
.main_contact_area  .form_box input:focus,
.main_contact_area  .form_box textarea:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
	transition:.5s;
}

.form_box textarea {
    width: 100%;
    background: transparent;
    padding-left: 15px;
    padding-top: 20px;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 5px;
	color: #fff;
	transition:.5s;
}

#scrollUp {
    background: #0c5adb none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

@media (max-width: 500px){
    h1{
        font-size: 28px!important;
    }
    p{
        font-size: 15px!important;
    }
    h2{
        font-size: 24px!important;
    }
    h5{
        font-size: 20px!important;
    }
    h4{
        font-size: 22px!important;
    }
}