: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&amp;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: #007fff;
    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: #007fff!important;
}
.activelink{
    color: #007fff!important;
    border-bottom: 2px solid #007fff!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: #007fff!important;
    border-bottom: 2px solid #007fff!important;
}



.pricingTable{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 100px 0 80px 0;
}
.pricingTable .pricingTable-header{
    background: linear-gradient(#0054ad,#007fff);
    padding: 30px 0 33px;
    margin: 0 0 70px;
    border-radius: 100px 0;
    position: relative;
}
.pricingTable .title{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.pricingTable .price-value{
    color:#ff062e;
    background: #fff;
    width: 85px;
    height: 85px;
    padding: 21px 0;
    border: 5px solid #ff062e;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 15px;
}
.pricingTable .price-value .amount{
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 3px;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 15px 45px;
    margin: 0 0 14px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.pricingTable .pricing-content li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.pricingTable .pricing-content li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    color: #009432;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 15px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #EA2027;
}
.pricingTable .pricingTable-signup{
    background: linear-gradient(#0054ad,#007fff);
    padding: 25px 0;
    border-radius: 100px 0;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.6);
}
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup{
    background: linear-gradient(#034EAF,#003F87);
}
.pricingTable.blue .price-value{
    color: #003F87;
    border-color: #003F87;
}
.pricingTable.green .pricingTable-header,
.pricingTable.green .pricingTable-signup{
    background: linear-gradient(#009A8A,#1B867C);
}
.pricingTable.green .price-value{
    color: #1B867C;
    border-color: #1B867C;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}



:root{
    --color1: #117D83;
    --color2: #076769;
}
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 70px 0 0;
    margin: 0 5px 15px 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #999;
    background: var(--main-color);
    min-height: 120px;
    padding: 0 30px 0 0;
    border-right: 2px solid var(--color1);
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: var(--color2);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 0;
}
.main-timeline .timeline-content:after{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--color1);
    font-size: 40px;
    text-align: center;
    line-height: 93px;
    height: 93px;
    width: 93px;
    border-radius: 30px;
    box-shadow: -5px -5px 5px rgba(0,0,0,0.2), -8px -8px 0 var(--color2);
    transform: translateY(-50%);
    position: absolute;
    right: -120px;
    top: 50%;
}
.main-timeline .timeline-year{
    font-size: 32px;
    font-weight: 300;
}
.main-timeline .title{
    color: var(--color1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.main-timeline .description{
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 70px;
    margin: 0 0 15px 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 0 0 0 30px;
    border-left: 2px solid var(--color1);
    border-right: none;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -5px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    box-shadow: 5px -5px 5px rgba(0,0,0,0.2), 8px -8px 0 var(--color2);
    left: -120px;
    right: auto;
}
.main-timeline .timeline:nth-child(2){
    --color1: #D31C4C;
    --color2: #B11042;
}
.main-timeline .timeline:nth-child(3){
    --color1: #EC431C;
    --color2: #C83011;
}
.main-timeline .timeline:nth-child(4){
    --color1: #2486D9;
    --color2: #1D6CAE;
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 115px 0 0;
        margin: 0 0 50px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 15px 0 0 0;
        border: none;
        border-top: 2px solid var(--color1);
    }
    .main-timeline .timeline-content:before{
        right: auto;
        left: 0;
        top: -5px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        left: auto;
        right: 0;
        top: -5px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        top: -115px;
        left: 50%;
    }
}