:root{
    --Naranja:#EA5B0C;
    --NaranjaBajo:#ea5a0c5e;
    --Negro:#000000;
    --rosaF:#e3007d;
    --verdeI:#70b62a;
    --verdeBajo:#70b62a6e;
    --Blanco:#ffffff;
    --rosaM:#e63c4f;
    --Amarillo: #eccc3c;
    --AmarilloBajo: #eccc3c88;
    --Azul: #0474fc;
    --AzulBajo: #0474fc96;
    --Gris: #A9A9A9;
    --CafeO: #b46404;
    --CafeBajo: #d06c04;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    margin: 0;
    overflow-x: hidden;
}
*{
    font-family: 'Poppins', sans-serif;
}

.margenprincipal{
  padding-left: 4rem!important;
  padding-right: 4rem!important;
}
.fondofactura{
  background-image: url("../img/fondofactura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#FormContacto{
    margin: 8rem 1rem;
    /*background-color: rgb(234, 91, 12) !important;*/
    padding: 2rem 3rem;
}
.input {
    font-family: 'Poppins', sans-serif;
    border: 0px solid #ea5b0c;
    border-bottom: 2px solid #ea5b0c;
    background-color: inherit;
    padding: 0px 10px 5px 0px;
    color: #222123;
    font-size: 1.25em;
    width: 100%;
    margin-top: 30px;
}
/*FORMULARIO*/
.input::placeholder { color: #222123!important; opacity: 1; /* Firefox */ }
.input::-ms-input-placeholder { color: #222123!important; } /* IE 10+ */
.input::-webkit-input-placeholder { color: #222123!important; } /* WebKit */
.input::-moz-placeholder { color: #222123!important; } /* Firefox 19+ */

.input::placeholder { color: #222123!important; opacity: 1; /* Firefox */ }
.input::-ms-input-placeholder { color: #222123!important; } /* IE 10+ */
.input::-webkit-input-placeholder { color: #222123!important; } /* WebKit */
.input::-moz-placeholder { color: #222123!important; } /* Firefox 19+ */
.input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}
#Respuesta{
    color: #222123;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    height: 4.2em;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 2rem;
}
.tittleform{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 2em;
    color: #fff;
    margin-bottom: 2rem;
    background-color: #ea661d;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-transform: uppercase;
}
.requisitos {
    text-align: end;
    color: #222123;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
.btnenviar {
    color: #fff;
    text-transform: uppercase;
    background-color: #ea5b0c;
    padding: 7px 72px;
    border: 0px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    border-radius: 30px;
    -webkit-transition: all 0.95s ease;
    -moz-transition: all 0.95s ease;
    -o-transition: all 0.95s ease;
    transition: all 0.95s ease;
}
.alignleft{
  text-align: left;
}
.aligncenter{
  text-align: center;
}
.alignright{
  text-align: right;
}
.pliga{
    margin-bottom: 0px;
}
.gray{
    background-color: #717171;
    padding: 1rem 2rem;
}
.txtfooter2{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    font-size: 0.9em;
}
.aligncenteVr{
    display: flex;
    align-items: center;
}
.titlefooter{
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.imglogo{
    width: 27%
}
.ligamenu{
    color: #797979!important;
    font-size: 1.3em;
    padding-left: 20px!important;
    padding-right: 20px!important;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ligamenu:hover{
    color: #ea661d!important;
}
.activelink{
    color: #ea661d!important;
    border-bottom: 2px solid #ea661d!important;
}
.centerfot{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imglogof{
    width: 58%;
}
.backgray{
    /*background-color: #e6e6e6;*/
}
.mww{
    margin-bottom:2rem;
}
@media only screen and (max-width: 1280px){
    .tittleform {
        font-size: 1.8em;
    }
    .input {
        font-size: 1.1em;
    }
    #FormContacto {
        margin: 6rem 1rem;
    }
}
@media only screen and (max-width: 1024px){
    #FormContacto {
        margin: 4rem 1rem;
    }
    .tittleform {
        font-size: 1.3em;
        margin-bottom: 1rem;
    }
    #Respuesta {
        font-size: 0.9em;
        height: 6em;
        margin-top: 1rem;
    }
    .requisitos {
        font-size: 0.7em;
    }
    .btnenviar {
        padding: 7px 50px;
        font-size: 1.2em;
    }
    .imglogo {
        width: 40%;
    }
    .margenprincipal {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important;
    }
    .ligamenu {
        color: #797979!important;
        font-size: 1.15em;
    }
    .titlefooter {
        font-size: 1em;
        margin-bottom: 0px;
    }
    .liga_footer {
        font-size: 0.75em;
    }
}
@media only screen and (max-width: 991px){
    .imglogo {
        width: 10rem;
    }
    .navbar-toggler {
        font-size: 2.25rem!important;
    }
    .ligamenu{
        margin-left: auto;
        margin-right: auto;
    }
    .nav-flex-icons{
        text-align: center;
        justify-content: center;
    }
    .cintilla:hover{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        -webkit-transition:all 0.9s ease;
        -moz-transition:all 0.9s ease;
        -o-transition:all 0.9s ease;
        -ms-transition:all 0.9s ease;
        width:100%;
      }
}
@media only screen and (max-width: 920px){
    #FormContacto {
        margin: 2rem 1rem;
        padding: 2rem 1rem;
    }
    .input {
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 767px){
    .alignleft {
        text-align: center;
    }
    .alignright {
        text-align: center;
    }
    .imglogof {
        width: 30%;
    }
    .fondofactura {
        background-image: url(../img/fondofactura.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #FormContacto {
        padding: 2rem 8rem 2rem 1rem;
    }
    .margen_inicio {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 600px){
    .imglogo {
        width: 8rem;
    }
}
@media only screen and (max-width: 500px){
    .margenprincipal {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .imglogo {
        width: 6rem;
    }
    .navbar-toggler {
        font-size: 2rem!important;
    }
    .ligamenu {
        font-size: 0.9em;
    }
    #FormContacto {
        padding: 2rem 1rem 2rem 1rem;
    }
    .fondofactura {
        background-position: left;
    }
}
@media only screen and (max-width: 450px){
    .tittleform {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 400px){
    .tittleform {
        font-size: 1em;
    }
    #Respuesta {
        font-size: 0.85em;
        height: 7em;
    }
    #FormContacto {
        padding: 1rem 0rem 1rem 0rem;
    }
}
.activelink{
    color: #ea661d!important;
    border-bottom: 2px solid #ea661d!important;
}