.frmblack{
    max-width: 540px;
    margin: 0px auto;
    width: 100%;
    padding: 10px;
}

.select-items {
  position: absolute;
  background-color: #000 !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}


.frmblack option {
    color: #000 !important;
}
.frmblack select.form-control {
	background-color: #000 !important;
  	color: #000 !important;
}
.frmblack input:not([type=checkbox]):not([type=submit]), .formulario form select {
    width: 100%;
    height: 39px;
    border: solid 1px #999;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    padding: 0 5px;color: #fff !important;
    background-color: transparent;
}
.frmblack select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(https://lanamovil.net/wp-content/themes/lanamovil-new-theme/images/home/select_down.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 98% 50%;
	background-color: transparent;
    color: white ;
    border: 1px solid #E9E9EE;
}
.frmblack input:focus {
    border: solid 1px #009345 !important;
    color: #fff !important;
}
.frmblack label, .formulario form p {
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #fff !important;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.frmblack p {
    margin-bottom: 20px;
}
.frmblack fieldset {
    display: block;
    border: none;
    margin: 10px 0;
}
.frmblack input[type=checkbox]~span:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #009345;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.frmblack input[type=checkbox]~span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    color: #fff !important;
    border: solid 1px #999;
    width: 18px;
    height: 18px;
}
.frmblack input[type=checkbox]:checked~span {
    border: solid 1px #fff;
}
.frmblack input[type=checkbox]:checked~span:after {
    display: block;
}
.frmblack input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.frmblack .checkboxes label {
    width: 80px;
    height: 30px;
    padding-left: 30px;
}
.frmblack input[type=submit], .formulario .hs-button {
    width: 160px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 25px;
    background-color: #009345;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    border: solid 1px #009345;
    cursor: pointer;
    transition: .4s;
    border-radius: 5px;
}
.frmblack input[type=submit]:hover, .formulario .hs-button:hover {
    background-color: transparent;
    color: #009345;
    transition: .4s;
}
.frmblack .submitted-message {
    display: none !important;
}






.formulario {
    max-width: 540px;
    margin: 0px auto;
    width: 100%;
    padding: 10px;
}
.formulario form select option {
    color: #ccc !important;
}
.formulario form input:not([type=checkbox]):not([type=submit]), .formulario form select {
    width: 100%;
    height: 39px;
    border: solid 1px #999;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    padding: 0 5px;
    color: #ccc !important;
    background-color: transparent;
}
.formulario form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(https://lanamovil.net/wp-content/themes/lanamovil-new-theme/images/home/select_down.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 98% 50%}
.formulario form input:focus {
    border: solid 1px #009345 !important;
    color: #ccc !important;
}
.formulario form label, .formulario form p {
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #ccc;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.formulario form p {
    margin-bottom: 20px;
}
.formulario form fieldset {
    display: block;
    border: none;
    margin: 10px 0;
}
.formulario form input[type=checkbox]~span:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #009345;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.formulario form input[type=checkbox]~span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    color: #ccc;
    border: solid 1px #999;
    width: 18px;
    height: 18px;
}
.formulario input[type=checkbox]:checked~span {
    border: solid 1px #fff;
}
.formulario input[type=checkbox]:checked~span:after {
    display: block;
}
.formulario input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.formulario .checkboxes label {
    width: 80px;
    height: 30px;
    padding-left: 30px;
}
.formulario input[type=submit], .formulario .hs-button {
    width: 160px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 25px;
    background-color: #009345;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    border: solid 1px #009345;
    cursor: pointer;
    transition: .4s;
    border-radius: 5px;
}

#btnNxt{
    width: 160px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 25px;
    background-color: #009345;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    border: solid 1px #009345;
    cursor: pointer;
    transition: .4s;
    border-radius: 5px;
    padding-top: 10px;
}

#btnNxt:hover{
background-color: transparent;
color: #009345;
transition: .4s;
}
.formulario input[type=submit]:hover, .formulario .hs-button:hover {
    background-color: transparent;
    color: #009345;
    transition: .4s;
}
.formulario .submitted-message {
    display: none !important;
}
#submitted-message-response {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 50px 20px;
}
#submitted-message-response p {
    font-weight: 700;
    color: #000;
    margin: 0;
    font-size: 16px;
    text-align: center;
    max-width: 100%}




.formulario h2, .formulario p {
    text-align: center;
}
.formulario .page-center {
    padding: 0px 10px;
}
main .formulario {
    max-width: 600px;
}
main .formulario p {
    margin-bottom: 40px;
}






.cnt-imagen {
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.numeros {
    text-align: center;
    padding-top: 57px;
}
.numeros h2 {
    margin-bottom: 40px;
}
.numeros h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.25px;
    color: #009345;
    margin-top: 0;
    margin-bottom: 10px;
}
.numeros .flex {
    justify-content: space-between;
}
.cuadro-blanco {
    width: 210px;
    padding: 20px;
    -webkit-box-shadow: 0px -2px 13px 2px rgba(222, 222, 222, .5);
    -moz-box-shadow: 0px -2px 13px 2px rgba(222, 222, 222, .5);
    box-shadow: 0px -2px 13px 2px rgba(222, 222, 222, .5);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.cuadro-blanco span {
    font-weight: 600;
    color: #009345;
    display: block;
}
.solicita {
    text-align: center;
    padding: 200px 10px 50px;
    color: #fff;
    margin-top: -150px;
}
.solicita p {
    color: #fff;
}
.boton {
    display: inline-block;
    background-color: #009345;
    padding: 10px 45px;
    color: #fff;
    text-decoration: none;
}
.pagosanticiopados .page-center {
    padding: 150px 50px 70px;
}
.pagosanticiopados h2 {
    text-align: center;
    padding: 0 60px;
}
.title-pagosanticiopados {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: .55px;
    text-align: center;
    padding: 0 60px;
    margin-bottom: 50px;
    color: #009345;
}
.pagosanticiopados .page-center>.flex {
    flex-wrap: wrap;
}



.flexContact {
    display: flex;
    flex-wrap: wrap;
}
.flexContact>div {
    width: 48%;
    margin-right: 2%}
.flexContact>div:last-child {
    margin-right: 0;
}
.boxContacto {
    border-radius: 4px;
    background-color: #fff;
    padding: 50px;
    padding-top: 10px;
}
.boxContacto .formulario form input:not([type=checkbox]):not([type=submit]), .boxContacto .formulario form select {
    width: 100%;
    height: 39px;
    border: solid 1px #e4e4e4;
    color: #000 !important;
}
.boxContacto .formulario form fieldset {
    display: block;
    border: none;
    margin: 20px 0;
}




.frmContainer {
    max-width: 540px;
    margin: 0px auto;
    width: 100%;
    padding: 10px;
}
.frmContainer form select option {
    color: #000 !important;
}
.frmContainer form input:not([type=checkbox]):not([type=submit]), .frmContainer form select {
    width: 100%;
    height: 39px;
    border: solid 1px #999;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #ccc;
    padding: 0 5px;
    background-color: transparent;
}
.frmContainer form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(https://lanamovil.net/wp-content/themes/lanamovil-new-theme/images/home/select_down.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 98% 50%}
.frmContainer form input:focus {
    border: solid 1px #009345 !important;
    color: #ccc !important;
}
.frmContainer form label, .frmContainer form p {
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #ccc;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.frmContainer form p {
    margin-bottom: 20px;
}
.frmContainer form fieldset {
    display: block;
    border: none;
    margin: 10px 0;
}
.frmContainer form fieldset.form-columns-2 .hs_field {
    width: 50%;
    float: left;
}
.frmContainer form fieldset.form-columns-2 .hs_field .input {
    margin-right: 8px;
}
.frmContainer form fieldset.form-columns-2 .hs_field .input:last-child {
    margin-right: 8px;
}
.frmContainer form input[type=checkbox]~span:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #009345;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.frmContainer form input[type=checkbox]~span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    color: #ccc;
    border: solid 1px #999;
    width: 18px;
    height: 18px;
}
.frmContainer input[type=checkbox]:checked~span {
    border: solid 1px #fff;
}
.frmContainer input[type=checkbox]:checked~span:after {
    display: block;
}
.frmContainer input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.frmContainer .checkboxes label {
    width: 80px;
    height: 30px;
    padding-left: 30px;
}
.frmContainer input[type=submit], .frmContainer .hs-button {
    width: 160px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 25px;
    background-color: #009345;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2 !important;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    border: solid 1px #009345;
    cursor: pointer;
    transition: .4s;
    border-radius: 5px;
}
.frmContainer input[type=submit]:hover, .frmContainer .hs-button:hover {
    background-color: transparent;
    color: #009345;
    transition: .4s;
}
.frmContainer .submitted-message {
    display: none !important;
}
#submitted-message-response {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 50px 20px;
}
#submitted-message-response p {
    font-weight: 700;
    color: #000;
    margin: 0;
    font-size: 16px;
    text-align: center;
    max-width: 100%

    
}

.lrtFrm {
    margin: 20px 0 !important;
}
.lrtFrm p {
    font-size: 16px !important;
    color: #009345 !important;
    font-weight: 700 !important;
}




.loader {
    color: #be1e2d;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
5%, 95% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
10%, 59% {
    box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
}
20% {
    box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
}
38% {
    box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
}
100% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
}@keyframes load6 {
    0% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
5%, 95% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
10%, 59% {
    box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
}
20% {
    box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
}
38% {
    box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
}
100% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
}
}@-webkit-keyframes round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}}