/*@import url(/css/font-awesome.min.css);*/
@import url(../fonts/font-awesome.css);

html,
body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    font-family: arial;
    background-color: white;
}

.nav,
.menu,
.services,
.content,
.section,
.line-yellow,
.footer,
.article,
.section-menu,
.testimonials {
    width: 100%;
}

.header,
.sub-header,
.layer-top,
.sub-layer-top,
.animacion,
.sub-animacion {
    width: 100%;
}

.sub-nav,
.sub-menu,
.sub-services,
.sub-content,
.sub-section,
.sub-footer,
.sub-article,
.sub-section-menu,
.sub-testimonials {
    width: 1100px;
    margin: 0 auto;
}

.container {
    width: 100%;
}

.sub-footer {
    padding: 20px 0px 20px 0px;
}

.sub-footer .link-pie {
    display: block;
    margin: 2px 0px 2px 0px;
}

.bg-apps,
.a-display {
    display: none;
}

.page-form {
    margin-top: -20px;
}

.btn-confirm {
    width: 80%;
}

.a-calculate-hidden {
    display: block;
}

.a-calculate-display {
    display: block;
}

.menu {}

.form {
    width: 310px;
    background: url(../media/imgnocss3/fd_background_form.png);
    background: rgba(196, 196, 196, 0.7);
    box-shadow: 0px 0px 3px black;
    font-family: sans-serif !important;
    margin-top: 35px;
}

.form .form-title {
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.form .content-form {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.form .content-form input[type="text"] {
    width: 95%;
}

.modal-titulo {
    color: white;
    background-color: #009244;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 20px;
}

.btn-modal,
.btn-two-modal {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    padding: 10px;
    background-image: -ms-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #EEEEEE));
    background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FEFEFE 0%, #EEEEEE 100%);
}

.contenct-panel-two>div {
    height: 500px !important;
    overflow-y: scroll;
    width: 98% !important;
}

.contenct-panel,
.contenct-panel-two {
    position: relative;
    padding: 10px;
}

.contenct-panel>div,
.contenct-panel-two>div {
    position: absolute;
    height: 300px;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-modal:hover,
.btn-active,
.btn-two-modal:hover {
    background-image: -ms-linear-gradient(top, #E7F6FD 0%, #CFECFA 100%);
    background-image: -moz-linear-gradient(top, #E7F6FD 0%, #CFECFA 100%);
    background-image: -o-linear-gradient(top, #E7F6FD 0%, #CFECFA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E7F6FD), color-stop(1, #CFECFA));
    background-image: -webkit-linear-gradient(top, #E7F6FD 0%, #CFECFA 100%);
    background-image: linear-gradient(to bottom, #E7F6FD 0%, #CFECFA 100%);
}

.form .content-form input[type="submit"],
.submitForm,
.btn-calculate,
.btn-confirm {
    position: relative;
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
    border: 1px solid #009244;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    background-image: url(../media/imgnocss3/fd_btnform.png);
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.form .content-form input[type="submit"]:hover,
.submitForm:hover,
.btn-calculate:hover {
    cursor: pointer;
    background-image: url(../media/imgnocss3/fd_btnform_hover.png);
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #949394));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #949394 100%);
}

.btn-calculate-yellow {
    background: rgb(244, 184, 14);
    background: linear-gradient(180deg, rgba(244, 184, 14, 1) 0%, rgba(224, 169, 14, 1) 100%);
}

.submitForm {
    width: 100px;
}

.text-telephone {
    color: #019b43;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 0 0 rgb(255, 255, 255), -2px 0 0 rgb(255, 255, 255), 0 2px 0 rgb(255, 255, 255), 0 -2px 0 rgb(255, 255, 255), 1px 1px rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255);
}

.text-address {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: right;
}

.space-left {}

.box-min {
    text-align: center;
    box-shadow: 0px 0px 2px gray;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background-color: #cff8ac;
}

.box-min .services-describe,
.box-min .service-link {
    width: 280px;
    margin: 0px auto;
}

.box-link {
    color: #44572a;
    text-decoration: none;
    font-weight: bold;
}

.box-link:hover {
    color: #44572a;
    text-decoration: underline;
}

.home-link {
    color: inherit;
    text-decoration: none;
}

.home-link:hover {
    text-decoration: underline;
}

.yellow {
    color: #fbdb38 !important;
}

.layer-top {
    position: absolute;
    z-index: 99;
}

.menu-color {
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.menu-contenct-squared {}

.menu-contenct-squared>div {
    display: inline-block;
    text-align: center;
    margin-right: -5px;
}

.menu-squared a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    /*width:130px;*/
    padding-left: 21px;
    padding-right: 21px;
}

.menu-squared a:hover {
    color: yellow;
}

.menu-contenct-circle {
    text-align: center;
    height: 122px;
}

.menu-contenct-circle>div {
    display: inline-block;
    vertical-align: top;
}

.menu-contenct-circle .menu-circle a {
    display: block;
    border-radius: 100px;
    -moz-border-radius: 100px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: top;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../media/btn-warriors.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-contenct-circle:not(.no-hover) .menu-circle a:hover,
.menu-contenct-circle:not(.no-hover) .menu-circle a span:hover {
    width: 120px;
    height: 120px;
    background-size: cover;
    text-align: center;
}

.menu-contenct-circle .menu-circle a:hover {
    background-image: url(../media/btn-aguila.png), url(../media/btn-warriors-gris.png);
    background-repeat: no-repeat;
}

.menu-contenct-circle .menu-circle a span {
    display: block;
    vertical-align: middle;
    margin: 40% auto;
}

.menu-contenct-circle .menu-circle a span.btn-menu {
    display: none;
}

.menu-contenct-circle .menu-circle a span.no-margin {
    margin: 32% auto !important;
    width: 100px;
}

.menu-contenct-circle .menu-circle a strong {
    display: block;
    margin-top: 30px;
}

.menu-contenct-circle .menu-circle a.bg-gray {
    background-image: url(../media/btn-warriors-gris.png);
    background-repeat: no-repeat;
}

.div-no-margin {
    margin-top: -4px;
}

.caption,
.caption-text {
    position: absolute;
    bottom: 0px;
    width: 1100px;
}

.caption {
    z-index: 100;
    height: 100px;
    opacity: 0.2;
}

.caption-text {
    z-index: 110;
    font-size: 32px;
    text-shadow: 0px 0px 3px black;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-bottom: 12px;
}

.caption-text span {
    display: block;
}

#header {
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

#header ul,
#header ol {
    list-style: none;
}

.menu * {
    padding: 0;
}

.line {
    border-right: 1px solid white;
    width: 1px;
    height: 52px;
    margin-top: 0px;
}

.layer-red {}

.nav {}

.nav>li {}

.nav li a {
    color: white !important;
}

.nav li a.main {
    padding: 17px 18px;
    text-align: left;
    opacity: 1 !important;
}

.nav li a:hover {
    text-shadow: 0px 0px 1px #4a7740;
    background-image: url(../media/imgnocss3/fd_menu.png);
    background-image: -ms-linear-gradient(bottom, #5A921D 0%, #7FB94B 100%);
    background-image: -moz-linear-gradient(bottom, #5A921D 0%, #7FB94B 100%);
    background-image: -o-linear-gradient(bottom, #5A921D 0%, #7FB94B 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5A921D), color-stop(1, #7FB94B));
    background-image: -webkit-linear-gradient(bottom, #5A921D 0%, #7FB94B 100%);
    background-image: linear-gradient(to top, #5A921D 0%, #7FB94B 100%);
}

.active {
    color: #fbdb38;
    text-shadow: 0px 0px 1px #4a7740;
    background-image: url(../media/imgnocss3/fd_menu.png);
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #949394));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #949394 100%);
}

.nav li ul {
    display: none;
    position: absolute;
    min-width: 140px;
    z-index: 9999;
    background-image: -ms-linear-gradient(top, #2D45C2 0%, #0C0BC1 100%);
    background-image: -moz-linear-gradient(top, #2D45C2 0%, #0C0BC1 100%);
    background-image: -o-linear-gradient(top, #2D45C2 0%, #0C0BC1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2D45C2), color-stop(1, #0C0BC1));
    background-image: -webkit-linear-gradient(top, #2D45C2 0%, #0C0BC1 100%);
    background-image: linear-gradient(to bottom, #2D45C2 0%, #0C0BC1 100%);
}

.nav li:hover>ul {
    display: block;
    margin-top: 0px;
}

.nav li:hover>ul a {}

.nav li:hover>ul a:hover {}

.nav li ul li {
    position: relative;
}

.nav li ul li ul {
    right: -140px;
    top: 0px;
    width: 140px;
}

.animacion {
    box-shadow: 0px 2px 7px gray;
    z-index: 2;
    position: relative;
}

.anima-max {
    height: 620px;
}

.anima-min {}

.text-anima {
    color: white;
    padding-top: 20px;
}

.text-anima-title {
    font-size: 30px;
    font-weight: bold;
}

.btn-contactus {}

.btn-contactus a {
    text-decoration: none;
    color: white;
    box-shadow: 0px 0px 2px black;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-weight: bold;
    background-image: url(../media/imgnocss3/fd_button-min.png);
    background-image: -ms-linear-gradient(top left, #009244 0%, #00632e 100%);
    background-image: -moz-linear-gradient(top left, #009244 0%, #00632e 100%);
    background-image: -o-linear-gradient(top left, #009244 0%, #00632e 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #009244), color-stop(1, #00632e));
    background-image: -webkit-linear-gradient(top left, #009244 0%, #00632e 100%);
    background-image: linear-gradient(to bottom right, #009244 0%, #00632e 100%);
}

.text-animacion {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -ms-linear-gradient(top, #30B1C7 0%, #03A4BF 100%);
    background-image: -moz-linear-gradient(top, #30B1C7 0%, #03A4BF 100%);
    background-image: -o-linear-gradient(top, #30B1C7 0%, #03A4BF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #30B1C7), color-stop(1, #03A4BF));
    background-image: -webkit-linear-gradient(top, #30B1C7 0%, #03A4BF 100%);
    background-image: linear-gradient(to bottom, #30B1C7 0%, #03A4BF 100%);
}

.cycle-slideshow a {
    width: 100%;
    height: 620px;
}

.layer-top-span {
    margin-bottom: 22px;
}

.anima-text {
    color: white;
    font-size: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7px;
    font-family: arial;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 10px 0px;
}

.services {}

.container-services {
    background-color: #cff8ac;
    box-shadow: 0px 0px 5px gray;
}

.container-services .box-services {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-title {
    font-size: 25px !important;
    font-weight: bold;
    color: rgb(68, 87, 42);
    padding-top: 2px;
    padding-bottom: 2px;
}

.services-describe,
.service-link {
    width: 325px;
    margin: 0px auto;
    color: #41562d;
    font-weight: bold;
    font-style: oblique;
}

.services-describe {
    text-align: left;
}

.service-link {
    text-align: right;
}

.service-link a {
    color: inherit;
    text-decoration: none;
}

.service-link a:hover {
    text-decoration: underline;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
    /*z-index:99999*/
    position: relative;
    /*background-color:#ffffff;*/
}

.line-space {
    background-image: url(../media/line.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.none {
    margin-top: 0px;
}

.sub-text-user {
    font-size: 14px;
    padding-top: 10px;
}

.text-line {
    font-size: 25px !important;
    border-bottom: 1px solid #44572a;
    font-weight: bold;
    color: #44572a;
}

.color-green {
    color: #44572a;
}

.pnl-padding-left {
    margin-right: 10px;
}

.sub-description-black {
    font-size: 15px;
    color: #41562d;
}

.sub-description-black {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 10px;
}

.text-contactus {
    padding-top: 20px;
    color: #819d34;
    padding-bottom: 20px;
}

.img-style {
    margin-top: 10px;
    border: 10px solid white !important;
    box-shadow: 0px 0px 6px gray !important;
}

.img-style-min {
    border: 3px solid white !important;
    box-shadow: 0px 0px 6px gray !important;
}

.msj-required {
    color: red;
}

#send {
    width: 120px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.btn-load {
    background-image: url(../media/loading.gif);
    padding-left: 12px;
    background-size: 20px;
    background-position: 20px 2px;
    background-repeat: no-repeat;
}

.line-dotted {
    height: 2px;
    width: 90%;
    border-bottom: 1px dotted gray;
    padding-top: 2px;
    padding-bottom: 2px;
}

.line-space {
    padding-top: 2px;
    padding-bottom: 2px;
}

.oculto {
    display: none;
}

.header-moving {
    color: #00632e;
    border-bottom: 1px solid #00632e;
}

.letter-min {
    font-size: 12px !important;
}

.text-aside {
    color: #819d34;
    font-size: 20px;
    font-weight: bold;
}

.space-section {
    margin-top: 5px;
}

.section {
    font-size: 14px !important;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #E6E6E6;
    box-shadow: 0px -1px 3px gray;
}

.section span {
    display: block;
}

.section-box {
    padding: 2px;
}

.section-box .section-container {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #44572a;
    font-size: 16px !important;
    border-bottom: 1px solid #92b56a;
}

.section-container a {
    text-decoration: none;
    color: inherit;
}

.min {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.min:hover {
    text-decoration: underline;
}

.box-yelp {
    box-shadow: 0px 0px 5px black;
    padding: 20px;
    margin-top: 20px;
}

.box-yelp .box {
    height: 150px !important;
    color: #44572a;
    width: 100%;
}

.box-yelp p {
    margin: 0px;
    padding: 0px;
}

.box-yelp p span {
    display: block;
    font-weight: bold;
}

.box-yelp p span.bloque1 {
    margin-top: 10px;
}

/*.photo-none-load{ pointer-events: none; }*/
.line-color {
    height: 2px;
    width: 90%;
    border-top: 1px solid #819d34;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rd-parallax * {
    color: white;
}

.rd-parallax .sub-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.rd-parallax .sub-section .box-yelp {
    box-shadow: none;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.rd-parallax .sub-section .box-yelp {
    background-color: rgba(0, 0, 0, 0.5);
}

.rd-parallax .sub-section .box-yelp:hover {
    background-color: rgba(100, 160, 223, 0.60);
    transition: 0.4s all ease;
    ;
}

.cycle-pager>span {
    display: inline-block;
    font-size: 30px;
    float: left;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.cycle-pager span.cycle-pager-active {
    opacity: 1;
}

.section-logo a>img {
    border-radius: 100%;
}

.footer,
.ft-button {
    background-color: #00632E;
}

.footer {
    padding-top: 10px;
    font-size: 13px;
    z-index: 99999;
    position: relative;
}

.footer .footer-min-text {
    color: white;
    font-size: 10px !important;
    text-align: center;
}

.footer .line-white {
    font-weight: bold;
    font-size: 15px !important;
    color: #fbdb38;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer .line-white-a {
    margin: 10px 0px 20px 0px;
}

.footer .logo-footer {
    text-align: center;
}

.footer .logo-footer #bbblink {
    margin: 10px auto !important;
}

.footer .copyright {
    margin: 10px 0px 20px 0px;
}

.footer .white {
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-text-min {
    float: left;
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.footer-text-max {
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: white;
    clear: both;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.line-yellow {
    height: 5px;
    background-color: #f4b80e;
    z-index: 99999;
    position: relative;
}

.ft-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99;
}

.ft-button a.bg-option {
    background-color: #E6E6E6;
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #949394));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #949394 100%);
    color: white;
}

.ft-button a div:first-child {
    margin: 0px auto;
}

.ft-button a div:last-child {
    font-size: 12px;
}

.ft-button .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ft-button a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 0px 5px 0px;
}

.footer .need_help__ins1 {
    display: inline-block;
    color: #f9f9f9;
}

.footer .need_help__ins1 dt,
.footer .contact dt {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    font-weight: 400;
    margin-top: 7px;
    margin-right: 12px;
    color: #fbdb38;
}

.footer .need_help__ins1 dl * {
    display: inline-block;
}

.need_help__ins1+.contact {}

.color-primary {
    color: #ffffff;
}

.footer dl {
    margin-bottom: 10px;
}

.footer dl * {
    display: inline-block;
}

.footer dl dd {
    color: #ffffff;
}

.footer .need_help__ins1 address {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer .need_help__ins1 a {
    line-height: 20px;
    font-size: 15px;
    margin-left: 6px;
    margin-top: 7px;
}

.header {
    border-bottom: 1px solid #4c5d1d;
}

.header,
.btn-submit {
    background-image: -ms-linear-gradient(top, #90AA46 0%, #85A235 100%);
    background-image: -moz-linear-gradient(top, #90AA46 0%, #85A235 100%);
    background-image: -o-linear-gradient(top, #90AA46 0%, #85A235 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #90AA46), color-stop(1, #85A235));
    background-image: -webkit-linear-gradient(top, #90AA46 0%, #85A235 100%);
    background-image: linear-gradient(to bottom, #90AA46 0%, #85A235 100%);
}

select {
    background-color: white;
}

.input-contenct {
    background-color: white;
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
}

.input-contenct span:not(.txtrequired) {
    display: block;
    /*background-color:red;*/
    width: 40px;
    height: 30px;
    vertical-align: top;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.input-contenct input,
.input-contenct select {
    border: none;
}

.input-contenct input:active,
.input-contenct input:hover,
.input-contenct input:focus {
    border: none;
    outline: none;
}

.input-contenct select {
    margin-right: 2px;
    width: 95%;
}

.input-contenct select:active,
.input-contenct select:hover,
.input-contenct select:focus {
    border: none;
    outline: none;
}

span.icon-form {}

span.icon-usuario {
    background-image: url(../media/icon-form/usuario.png) !important;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 20px;
}

span.icon-email {
    background-image: url(../media/icon-form/email.png) !important;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 20px;
}

span.icon-phone {
    background-image: url(../media/icon-form/phone.png) !important;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 10px;
}

span.icon-date {
    background-image: url(../media/icon-form/calendar.png) !important;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 20px;
}

span.icon-washington {
    background-image: url(../media/icon-form/washington.png) !important;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 20px;
}

.xtreme-line {
    width: 100%;
    height: 12px;
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.sub-section .section-logo {
    text-align: center;
    margin: 75px 0px 0px 0px;
}

.sub-section .section-logo .section-logo-a {
    margin: 10px 0px 10px 0px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse {
    background-color: #00632e;
    border-color: #00632e;
}

.header .header-logo {
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
    text-align: center;
}

#r_free label {
    margin-bottom: 0px;
    margin-top: 5px;
    color: black;
}

#r_free input[type="text"],
#r_free textarea {
    width: 100%;
}

#fquestion input[type="text"],
#fquestion select,
#fquestion textarea {
    width: 100%;
    margin-bottom: 5px;
}

#calcularform input[type="text"],
#calcularform select {
    width: 100%;
}

.container-form {
    position: absolute;
    top: -20px;
    z-index: 999;
    margin-left: 30px;
}

.label-ssl {
    font-size: 12px;
    color: #00632E;
}

#navbar-hidden-web {
    display: none;
}

.img-style {
    width: 100%;
}

div#envia .row div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo-footer .row div {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#calcularform input[type="text"],
#calcularform select,
input[type="date"] {
    width: 100%;
}

.contenct-galleries a img {
    width: 100%;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenct-galleries a:hover span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenct-galleries a:hover img,
.contenct-galleries a:hover span,
.contenct-galleries a:hover div {
    /*filter:url('#grayscale');-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:Gray();filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.contenct-galleries a:hover span {
    background: #f4b80e !important;
    border: 0px;
}

.contenct-galleries a img.img-two {
    position: absolute;
    top: 20px;
    border-radius: 100%;
    width: 80%;
    left: 22px;
    opacity: 0.5;
}

.contenct-galleries a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
}

.galleries-title {
    display: block;
    text-align: center;
    color: #44572a;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #009244;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    background-image: url(../media/imgnocss3/fd_btnform.png);
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
    text-decoration: none;
    width: 80%;
    margin: 10px auto 10px auto;
}

.menu-squared.menu-squared-none a {
    margin-top: -20px;
}

.menu-squared.menu-squared-none a span {
    padding-top: 18px;
    display: block;
}

.color-white {
    color: white;
    height: 25px;
}

.color-white .estilo_general_texto {
    color: white !important;
}

.no-zoom,
.no-zoom span {
    width: 90px !important;
    height: 90px !important;
}

.fancybox-skin {
    padding: 0px !important;
}

.fancybox-inner {
    height: auto !important;
}

.errorMessage .err-title {
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
    color: white;
    padding: 5px 10px 5px 10px;
}

.errorMessage .err-message {
    padding: 10px;
}

.fancybox-movingrates {
    max-width: 800px;
}

.fancybox-items-mobile {
    padding: 10px;
}

.page-title {
    text-align: center;
    font-size: 19px;
}

.img-center img {
    display: block;
    margin: 0px auto;
    width: 75%;
}

.img-border {
    border: 5px solid #027935;
}

.img-width img {
    width: 100%;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.img-width img:hover {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    z-index: 99999;
    position: relative;
}

.img-center-nowidth img {
    display: block;
    margin: 0px auto;
    width: 70%;
}

.img-center-nowidth {
    max-width: 250px;
    margin: 0px auto;
}

.cell-hover {
    color: #41562d;
}

.parrafo-style {
    margin: 0px;
    font-size: 15px;
}

.cabeceracuadrocalculator {
    font-size: 11px;
    font-weight: bold;
}

.table-faq {
    height: 100%;
    background-color: white;
}

.link-pie-web {
    display: block;
}

.link-pie-mobile {
    display: none !important;
}

.btn-logo {
    display: inline-block;
}

.btn-logo span {
    margin-top: 10px;
    display: inline-block;
}

.section-button {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #44572a;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.section-button img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.section-button .marTop15 {
    margin-top: 25px;
}

.btn-option img {
    transition: 0.4s all ease;
    ;
}

.btn-option:hover span {
    margin-top: 10px;
    display: inline-block;
    /*color: #009244 !important;*/
    color: #ffffff;
}

.btn-option:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.menu-contenct-circle .menu-circle a:hover span:not(.btn-menu) {
    display: none;
}

.menu-contenct-circle .menu-circle a:hover span.btn-menu {
    margin: 0px auto;
    color: #41562d;
    display: block;
    top: 120px;
    position: relative;
}

.hd-button {
    /*float: right;*/
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    z-index: 99999999;
    /*border: 1px solid white;*/
    position: absolute;
    top: 7px;
    right: 10px;
    /*display: none;*/

}

.hd-button span,
.hd-button span:before,
.hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
}

.hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.hd-button span:after {
    top: 100%;
    margin-top: 3px;
}

.hd-button span:before,
.hd-button span:after {
    content: '';
}

.hd-telephone {
    display: none;
    position: absolute;
    /*background-color: rgb(50, 62, 48);*/
    /*background-color: #40acff;*/
    background-color: #00632e;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    margin-top: 5px;
    z-index: 99999;
    top: 60px;
    /*display: none;*/
}

.hd-telephone a {
    color: #ffffff;
    display: block;
    padding: 5px 0px 5px 0px;
}

.color-star-yellow {
    color: #ffaa00;
    font-size: 17px;
}

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

    .sub-footer,
    .sub-section,
    .sub-animacion,
    .sub-menu,
    .sub-content,
    .caption-text,
    .caption {
        width: 100%;
    }

    .footer .copyright {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }

    .logo-footer {
        display: block;
        text-align: center;
    }

    .menu-squared a {
        width: 110px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 80px;
    }

    .menu-contenct-squared {
        width: 900px;
        margin: 0px auto;
    }

    .menu-squared:not(.menu-squared-none) a {
        line-height: 80px;
    }

    .menu-squared-none {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-contenct-squared>div {
        margin-right: -5px;
        height: 80px;
        vertical-align: top;
    }

    .img-style {
        text-align: center;
        display: block;
        margin: 10px auto;
    }

    .menu-contenct-circle .menu-circle a {
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: 100px;
    }

    .logo-footer>div {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .remodal-two {
        width: 100%;
    }

    .xtreme-box>div {
        display: block !important;
    }

    .xtreme-img {
        max-width: 200px !important;
    }

    .xtreme-contenct {
        left: 80% !important;
        top: -70px;
    }

    .footer .logo-footer {
        margin-top: 50px;
    }

    .slider-top {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .xtreme-contenct {
        left: 90% !important;
    }

    .menu-squared a {
        width: 95px;
    }

    .menu-contenct-squared {
        width: 768px;
        margin: 0px auto;
    }

    .menu-contenct-circle .menu-circle a {
        width: 90px;
        height: 90px;
        background-size: cover !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .menu-contenct-circle .menu-circle a span {}

    .menu-contenct-circle .menu-circle a span.no-margin {
        margin: 28% auto 28% -4px !important;
    }

    .circles {
        width: 125px !important;
        height: 125px !important;
    }

    .slider-top {
        display: none;
    }
}

@media screen and (max-width:900px) and (orientation: landscape) {
    .animacion .xtreme-bg-one {
        display: none;
    }

    .sub-section .section-logo {
        margin: 30px 0px 20px 0px;
    }

    .section-box .section-container {
        font-size: 15px !important;
    }

    .sub-section .text-aside {
        text-align: center;
    }

    .container-form {
        position: relative;
        width: 100%;
        margin-left: 0px;
        display: none;
    }

    .container-form .form {
        margin-top: 10px;
    }

    .container-form table {
        width: 100%;
    }

    .form {
        width: 98%;
    }

    .content-phone {
        font-size: 14px;
    }

    .menu.menu-color,
    .menu {
        display: none;
    }

    .animacion>div {
        display: none;
    }

    #navbar-hidden-web {
        display: block;
    }

    .contenct-galleries a img.img-two {
        left: 42px;
        top: 40px;
    }

    .bg-apps,
    .a-display {
        display: block;
    }

    .a-calculate-hidden {
        display: none !important;
    }

    .a-calculate-display {
        display: block !important;
    }

    .link-pie-web {
        display: none !important;
    }

    .link-pie-mobile {
        display: block !important;
    }

    .anima-text {
        display: block !important;
        font-size: 12px;
        bottom: 0px;
    }

    .circles {
        width: 279px !important;
        height: 279px !important;
        left: 35px !important;
        top: 35px !important;
    }

    form.frm-citys {
        width: 100% !important;
        text-align: center;
    }

    form.frm-citys span {
        top: 31px !important;
    }

    .slider-top {
        display: none;
    }

    .container-apps img {
        width: 50% !important;
        display: block;
        margin: 0px auto;
    }

}

@media screen and (min-width: 450px) and (max-width:900px) and (orientation: landscape) {
    .navbar-toggle {
        display: inline-block;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .collapse.in {
        display: block;
    }

    .navbar-nav>li {
        position: relative;
        display: block;
        float: none;
    }

    .navbar-collapse {
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        -webkit-overflow-scrolling: touch;
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
    }

    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    .sub-description-black.text-one.container-apps.text-center .nrows {
        display: inline-block;
        vertical-align: top;
    }

    .sub-description-black.text-one.container-apps.text-center .nrows>img {
        vertical-align: top;
        width: 70% !important;
        margin-top: -25px;
        /*margin-bottom: 50px;*/
    }

    .sub-description-black.text-one.container-apps.text-center .xtreme-contenct-circle.content-phone {
        /*width: 40% !important;*/
        top: -150px;
        position: relative;
    }

    .sub-description-black.text-one.container-apps.text-center .xtreme-contenct-circle.content-phone {
        display: block;
    }

    .sub-description-black.text-one.container-apps.text-center .xtreme-contenct-circle.content-phone a {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .sub-description-black.text-one.container-apps.text-center .xtreme-contenct-circle.content-phone a img {
        width: 75px !important;
        height: 75px;
    }

    .sub-description-black.text-one.container-apps.text-center div a.btn-calculate.btn-calculate1 {
        left: -50px;
        position: relative;
        top: -20px;
    }

}

@media screen and (max-width:570px) {
    .animacion {
        margin-bottom: 0px;
    }

    .animacion .xtreme-bg-one {
        display: none;
    }

    .sub-section .section-logo {
        margin: 30px 0px 20px 0px;
    }

    .section-box .section-container {
        font-size: 15px !important;
    }

    .sub-section .text-aside {
        text-align: center;
    }

    .container-form {
        position: relative;
        width: 100%;
        margin-left: 0px;
        display: none;
    }

    .container-form .form {
        margin-top: 10px;
    }

    .container-form table {
        width: 100%;
    }

    .form {
        width: 98%;
    }

    .content-phone {
        font-size: 14px;
        margin-top: 17px;
    }

    .menu.menu-color,
    .menu {
        display: none;
    }

    .animacion>div {
        display: none;
    }

    #navbar-hidden-web {
        display: block;
    }

    .contenct-galleries a img.img-two {
        left: 42px;
        top: 40px;
    }

    .bg-apps,
    .a-display {
        display: block;
    }

    .a-calculate-hidden {
        display: none !important;
    }

    .a-calculate-display {
        display: block !important;
    }

    .link-pie-web {
        display: none !important;
    }

    .link-pie-mobile {
        display: block !important;
    }

    .anima-text {
        display: block !important;
        font-size: 12px;
        bottom: 0px;
    }

    .circles {
        width: 279px !important;
        height: 279px !important;
        /*left:35px !important;top:35px !important*/
        ;
    }

    form.frm-citys {
        width: 100% !important;
        text-align: center;
    }

    form.frm-citys span {
        top: 31px !important;
    }

    .slider-top {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .circles {
        width: 312px !important;
        height: 312px !important;
        /*left: 37px !important;
    top: 32px !important;*/
    }
}

@media screen and (max-width:320px) {
    .contenct-galleries a img.img-two {
        left: 28px;
        top: 28px;
    }

    .remodal {
        min-height: 20px !important;
    }
}

.menu-contenct-circle-items {
    text-align: center;
    height: 100px;
}

.menu-contenct-circle-items>div {
    display: inline-block;
    vertical-align: top;
}

.menu-contenct-circle-items .menu-circle-items a {
    display: block;
    border-radius: 100px;
    -moz-border-radius: 100px;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../media/btn-warriors.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-contenct-circle-items .menu-circle-items a strong {
    display: block;
    margin-top: 35px;
}

.menu-contenct-circle-items .menu-circle-items a.bg-gray {
    background-image: url(../media/btn-warriors-gris.png);
    background-repeat: no-repeat;
}

.input-right {
    text-align: right;
}

.btn-width a {
    width: 100px;
    font-weight: bold !important;
}

.btn-width a i {
    border-radius: 100%;
    padding: 4px;
    line-height: 10px;
}

.btn-width a:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
}

.btn-top {
    color: white;
    width: 30px;
    height: 30px;
    background: #00632E;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    float: right;
    cursor: pointer;
}

.btn-container {
    float: right;
    cursor: pointer;
}

.btn-container span {
    color: #00632E;
    font-weight: bold;
    margin-right: 5px;
    line-height: 30px;
}

.bg-apps {
    background-image: url(../media/bg-apps.jpg) !important;
    background-size: cover;
}

.container-apps {
    margin-top: 0px;
}

.container-apps img {
    width: 100%;
}

.container-apps p {
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.container input[type="button"] {
    margin: 18px auto;
    display: block;
    font-size: 20px;
    width: 80%;
}

.fancybox-skin {
    background: white !important;
}

@media screen and (max-width:395px) {
    .ft-button {
        padding-bottom: 70px;
    }
}

.btn-contactus.btn-width a {
    display: inline-block;
    margin-right: 5px;
}

.btn {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
    border: 1px solid #009244;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    width: 170px;
    background-image: url(media/imgnocss3/fd_btnform.png);
    background-image: -ms-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -moz-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -o-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009244), color-stop(1, #00632E));
    background-image: -webkit-linear-gradient(top, #009244 0%, #00632E 100%);
    background-image: linear-gradient(to bottom, #009244 0%, #00632E 100%);
}

.btn:hover {
    cursor: pointer;
    color: #fff;
    background-image: url(media/imgnocss3/fd_btnform_hover.png);
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #949394));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #949394 100%);
}

.btn i {
    background-color: #f4b80e;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #000;
    border: 1px solid #fff;
    text-align: center;
}

.btn:hover i {
    color: #fff;
    background-image: url(media/imgnocss3/fd_btnform_hover.png);
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #949394));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #949394 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #949394 100%);
}

.phone {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .phone {
        display: inline-block !important;
    }

    .desktop {
        display: none !important;
    }
}

/* ANIMACION IMAGEN  */

.messageInfo {

    width: 300px;
    background-color: #ffffff;
    border: 1px solid gray;
    margin: 0px auto;
    background-image: url('../media/bg-logo-warriors-new.png');
    background-repeat: no-repeat;
    background-position: center 30px;
    overflow: hidden;
    display: none;
}

.err-text-animation {
    transform: translateX(-290px);
    transition: 0.4s all ease-in-out;
    margin-top: 140px;
    color: #000000;
}

.err-text-animation.animate-left {
    transform: translateX(0px);
}

.logo-message-hand {
    min-height: 78px;
}

.hand {

    animation-name: hand;
    animation-duration: 2s;
    animation-fill-mode: both;

}

.flip-hand {

    animation-name: flip-hand;
    animation-duration: 6s;
    animation-fill-mode: both;

}

@keyframes hand {
    from {
        width: 0px;
    }

    to {
        width: 100px;
    }
}

@keyframes flip-hand {

    from {
        transform: rotateY(0deg);
    }

    30% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(0deg);
    }

    70% {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }

}

/* ANIMACION IMAGEN  */

.fancybox-overlay.fancybox-overlay-fixed {
    z-index: 9999999 !important;
}

.anima-min .sub-animacion img {
    max-height: 400px;
    object-fit: cover;
    object-position: top;
    height: 400px;
}

.phone-text-container,
.phone-text-container:hover {
    color: #44572a;
    text-decoration: none;
    font-size: 25px;
}

.text-line.text-line-fs {
    font-size: 23px !important;
}

.fs-12 {
    font-size: 13px;
}

.v-align {
    vertical-align: top;
}

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

    .container-apps {
        margin-top: -30px;
    }

    .sub-description-black.text-one.container-apps.text-center .xtreme-contenct-circle.content-phone {
        position: relative;
    }

    .container-apps .content-phone a:not(.phone-text-container) img {
        width: 70px;
        height: 70px;
        z-index: 1 !important;
        position: relative !important;
    }

    .phone-text-container,
    .phone-text-container:hover {
        font-size: 15px;
    }

}

form#r_free input~span {
    z-index: 1 !important;
}