html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1em;
    font-weight: 300;
    color: #444;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-variation-settings: "wdth" 100, "YTLC" 500;
}

ol,
ul {
    list-style: none;
}

a {
    color: #de6738;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:focus {
    color: #13314c;
    outline: none;
    text-decoration: none;  
}

a:active {
    color: #13314c;
    text-decoration: none;
}
a:hover {
    color: #13314c;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
nav,
section,
img {
  display: block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button:disabled{
    background-color: #d7d7d8;
    color: #333 !important;
    border: none;
}

button:disabled:hover{
    opacity: 1 !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #191919;
}

h1{
    font-size: 2.2em;
}

h2{
    font-size: 2em;
}

h3{
    font-size: 1.8em;
}

h4{
    font-size: 1.6em;
}

h5{
    font-size: 1.4em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type=text],
input[type=button],
input[type=password],
input[type=submit],
select,
textarea {
  outline: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

b, strong {
    font-weight: bold !important;
}

/*menu*/
.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #ffffff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    border-bottom: solid 4px #02abe9;
}


@media (min-width: 320px) {
    .main-header {
       top: 0px;
    }
}

.main-headerfix {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    border-bottom: solid 4px #02abe9;
}

#menu-wrapper {
    overflow: visible;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li:last-child {
    margin-right: 35px;
}

.main-menu ul li a {
    color: #444;
    font-weight: 700;
    line-height: 100px;
    padding-top: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-menu ul li.active a {
    border-top: 3px solid #00aae9;
    color: #00aae9 !important;
    padding-bottom: 39px;
}

.main-menu ul li a:hover {
    color: #00aae9;
}

.main-menu ul li input:hover {
    color: #00aae9;
}

.main-menu-anonymous ul li {
    display: inline-block;
}

.main-menu-anonymous ul li a {
    color: #444;
    font-weight: 700;
    line-height: 100px;
    padding-top: 39px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-menu-anonymous ul li.active a {
    /* border-bottom: 3px solid #00aae9; */
    color: #ffffff !important;
    padding-bottom: 39px;
    background-color: #02abe9;
}

.main-menu-anonymous ul li a:hover {
    color: #00aae9;
}

.main-menu-anonymous ul li input:hover {
    color: #00aae9;
}

.btn-main-login:hover {
    color: #00aae9 !important;
}

.menu-responsive {
    display: none;
    background-color: #fafafa;
    margin-bottom: 10px;
    border-radius: 4px;
}

.menu-responsive ul li {
    padding: 5px 0px 5px 5px;
    text-align: center;
}

.menu-responsive ul li a {
    display: block;
    color: #444;
    font-weight: 600;
}

.menu-responsive ul li.active a {
    color:#00aae9;
    font-weight: 600;
}

.menu-responsive ul li input {
    padding: 0;
}

a.toggle-menu {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 30px;
    margin-left: 24px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 0px;
    text-align: center;
    line-height: 38px;
    font-size: 1.3em;
    background-color: #e9565e;
    display: none;
    color: #fff;
}

a.toggle-login{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 1.3em;
    background-color: transparent;
    color: #fff !important;
}

/*menu...*/

/*gral*/
.heading-section {
    margin-bottom: 60px;
}
.heading-section-2 {
    margin-bottom: 10px;
}

.heading-section-3 {
    margin-bottom: 40px;
}

.heading-section img {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    padding-top: 90px;
}

.title-section {
    position: relative;
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 10px;
    font-size: 2.6em;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

@media (min-width: 320px) {
    .heading-section, .heading-section-2 {
        margin-top: 30px;
    }
    .heading-section-3 {
        margin-top: 25px;
    }
}
.heading-section h2 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.heading-section-2 h2 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.heading-section-3 h2 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.heading-section h3 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.heading-section p {
    color: #444444;
    font-weight: 300;
    margin-top: 10px;
}
/*.content-section {
    padding-top: 35px;
}*/

.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
/*.vacio {
    padding: 50px;
}*/
.vaciotop {
    padding: 68px;
}
.vacioaccount {
    padding: 35px;
}
.vacio-slider {
    padding: 100px;
}
.vacio-anchor{
    position: absolute;
    margin-top: -80px;
    padding: 10px;
}
.vacio-whatis{
    position: absolute;
    margin-top: -120px;
    padding: 10px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-left: 35px !important;
}

.formulariopie{
    font-size: 0.8em;
    color: #13314c;
    margin-left: 5px;
    font-style: italic;
}

.formulariopie-important{
    font-size: 1em;
    color: #de6738;
    margin-left: 5px;
    font-style: italic;
    font-weight: 600;
}

.formulariopie2 {
    font-size: 0.8em;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

/*gral...*/
/*esp*/
.req {
    color: #a6242c;
    font-size:0.9em;
    font-weight:600;
}
/*esp...*/

/*botones*/
.boton {
    color: #fc0079 !important;
    background-color: #fff;
    padding: 11px 66px;
    font-size: 2.1em;
    border-radius: 3px;
    font-weight: 800;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition-duration: 0.3s;
}

.boton a{
    color: #fff;
}

.boton:hover{
    background-color: #f8f8f8;
    color: #fff;
    transition-duration: 0.3s;
}

.boton:disabled{
    background-color: #666666;
}

.boton2 {
    color: #fc0079 !important;
    background-color: #fff;
    padding: 11px 40px;
    font-size: 1.4em;
    border-radius: 3px;
    font-weight: 800;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition-duration: 0.3s;
    margin: 0px 5px;
}

.boton2 a{
    color: #fff;
}

.boton2:hover{
    background-color: #f8f8f8;
    color: #fff;
    transition-duration: 0.3s;
}

.boton2:disabled{
    background-color: #666666;
}

.boton3 {
    color: #fff !important;
    background-color: #fc0079;
    padding: 11px 40px;
    font-size: 1.1em;
    border-radius: 3px;
    font-weight: 800;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition-duration: 0.3s;
    margin: 0px 5px;
}

.boton3 a{
    color: #fff;
}

.boton3:hover{
    background-color: #fc0079;
    color: #fff;
    transition-duration: 0.3s;
}

.boton3:disabled{
    background-color: #666666;
}

.boton-grey {
    color: #fff !important;
    background-color: #444;
    padding: 11px 40px;
    font-size: 1.4em;
    border-radius: 3px;
    font-weight: 800;
    border: none;
    outline: none !important;
    transition-duration: 0.3s;
    margin: 0px 5px;
}

.boton-grey:hover, .boton-grey:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-grey2 {
    color: #fff !important;
    background-color: #444;
    padding: 11px 40px;
    font-size: 1.1em;
    border-radius: 3px;
    font-weight: 800;
    border: none;
    outline: none !important;
    transition-duration: 0.3s;
    margin: 0px 5px;
}

.boton-grey2:hover, .boton-grey2:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-link {
    color: white;
    background-color: #d65f00;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: 400;
    display: inline-block;
}

.boton-link:hover {
    color: white;
    background-color: #d47a32;
}

.boton-disabled{
    color: #444;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 3px;
    
    border: none;
    margin-right: 5px;
}

.boton-disabled a{
    color: #444;
}

.boton-blue {
    color: #fff;
    background-color: #de6738;
    padding: 8px 20px;
    border-radius: 3px;
    border:none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-blue:hover, .boton-blue:focus{
    background-color: #704898;
    color: #fff;
    transition-duration: 0.3s;
}

/*botones...*/

/*contactanos y footer*/
.bgfooter{
    background: #f6f6f6;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.botonmax {
    position: relative;
    float: right;
    color: #fc0079 !important;
    max-width: 220px;
    background-color: #fff;
    padding: 11px 61px;
    font-size: 1.7em;
    border-radius: 3px;
    font-weight: 800;
    width: 100%;
    margin-top: 35px;
    border: none;
}
.botonmax:hover{
    background-color: #e17753;
}
.powered{
    padding-bottom: 15px;
    display: inline-block;
}
.footerb {
    background: rgb(207, 48, 97);
    /*background: linear-gradient(0deg, rgba(227,87,87,1) 0%, rgba(230,117,49,1) 35%, rgba(243,181,10,1) 100%);*/
    background: linear-gradient(90deg, #854d98 0%, #c5226b 35%, #e7524b 100%);
    font-size: 9pt;
}

.footerb-icon {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    padding: 30px 20px;
}
.footerb-icon a{
    margin: 0 auto;
    display: inline-block;
}
.footerb-icon a img{
    max-width: 300px;
}

/*.footerb-text {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: 49%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    padding: 0px 20px;
}*/

.footerb-text {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    padding: 30px 20px;
}

.footermodal {
    background-color: #ea5948;
    text-align: center;
    padding: 10px 0px;
}
.footermodal ul li{
    display: inline;
    text-align: center;
    margin: 0px 15px;
}
.footermodal ul li a{
    color: #fff;
    font-size: 1.3em;
}

/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

/**************************Footer icons********************************/

.footer-icons{
    position:relative;
    text-align:center;
}

.footer-icons img{
    display: inline-block;
    margin-left:6px;
    margin-right:6px;
    max-width:80px;
    width:100%;
}

/********************************************************/

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1014px)
{
    .wrapper-text{
        max-width:400px !important;
        right:0 !important;
    }
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width:100%;
		float:none;
		display:block;
	}
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:100%;
		float:none;
		display:block;
    }

    .vacio {
        padding: 0px !important;
    }
}

@media screen and (max-width: 411px)
{
    .tbx-recover-pass{
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 388px)
{
    .boton {
        width:230px;
        margin-top:10px;
    }

    .boton-grey {
        width:230px;
    }

    .boton-link {
        width:230px;
        margin-top:10px;
    }
}

@media screen and (max-width: 290px)
{
    .boton {
        width:97%;
    }

    .boton-grey {
        width:97%;
    }

    .boton-link {
        width:97%;
    }
}

@media screen and (max-width: 312px)
{
    .boton-blue {
        width:90%;
    }
}

@media screen and (max-width: 370px)
{
    .heading-section-2 img{
        width: 100%;
        margin-top:20px;
        margin-bottom:20px;
    }

    .heading-section h2{
        font-size: 10vw;
    }

    .heading-section-3 h2 {
        font-size: 10vw;
    }
}

@media screen and (max-width:320px)
{
    .vacioaccount {
        padding: 45px;
    }
}


.txtpopup{
    font-size: 1.4em;
    color: #001e3e;
}

.txttext{
    display: block;
}

.title-404{
	text-align: center !important;
	font-weight:600 !important;
	font-size:3.3em !important;
	margin-bottom:10px;
}

.subtitle-404{
	text-align: center !important;
	font-weight:300;
	font-size:2.8em !important;
	line-height:50px;
	color: #d45d00;
}

.vacio-2 {
    padding: 12px;
}

.vacio-3 {
    padding: 70px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}