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: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #444;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    /*background:
    radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px),
    #fff;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;*/
}

ol,
ul {
    list-style: none;
}

a {
    color: #e44106;
    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: #e44106;
    outline: none;
    text-decoration: none;  
}

a:active {
    color: #e44106;
    text-decoration: none;
}
a:hover {
    color: #e44106;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
nav,
section {
  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: #d7d7d8 !important;
    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;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

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-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    color: #444;
    padding: 20px 10px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
    transition-duration: 0.5s;
}

.main-menu-close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../images/iconos/close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.cont-logo{
    position: relative;
    text-align: center;
}

.logo-text{
    position: relative;
    font-size:1.3em;
    text-align:center;
    text-transform: uppercase;
    line-height: 25px;
}

.logo-text span{
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 1.23em;
}

.menu {
    position: relative;
    text-align: right;
    padding-right: 40px;
}

.menu a{
    position: relative;
    display: inline-block;
    padding: 15px 12px;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    border-bottom: solid 2px #fff;
}

.menu a:hover{
    color: #f2571f !important;
    font-weight: 600;
}

.menu a.active {
    color: #e44106 !important;
    font-weight: 600;
    border-bottom: solid 2px #e44106;
}

.menu-account {
    position: relative;
    text-align: right;
    padding-right: 40px;
}

.menu-account a i{
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.6em;
}

.menu-account a{
    position: relative;
    display: inline-block;
    padding: 15px 12px;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    border-bottom: solid 2px #fff;
}

.menu-account a:hover{
    color: #fbc503 !important;
    font-weight: 600;
}

.menu-account a.active {
    color: #cf4f25 !important;
    font-weight: 600;
    border-bottom: solid 2px #cf4f25;
}

.menu-footer {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.menu-footer img{
    margin: 0 auto;
    max-width:220px;
    width:100%;
}

.menu-responsive {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    font-size: 1.4em;
    z-index: 1;
    border-radius: 6px;
    background: #014751;
    transition-duration: 1s;
    display: none;
}

.menu-bars a{
    color: #fff !important;
}

.menu-bars a i{
    transition-duration:1s;
}

/*menu...*/

/*gral*/
.heading-section {
    margin-bottom: 10px;
}
.heading-section-2 {
    margin-bottom: 10px;
}

.heading-section img{
    margin: 0 auto;
    max-width:480px;
    width:100%;
}

.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 h3 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.heading-section p {
    color: #444444;
    font-weight: 300;
    margin-top: 10px;
}

.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}

.vaciotop {
    padding: 68px;
}
.vacioaccount {
    padding: 35px;
}
.vacio-slider {
    padding: 100px;
}
.vacio-anchor{
    position: absolute;
    margin-top: -10px;
    padding: 10px;
}
.vacio-whatis{
    position: absolute;
    margin-top: -60px;
    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;
    line-height: 20px;
}

.formulariopie-important {
    font-size: 1em;
    color: #de6738;
    margin-left: 5px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
}

/*gral...*/
/*esp*/
.req {
    color: #a6242c;
    font-size:0.9em;
    font-weight:600;
}
/*esp...*/

/*botones*/
.boton {
    color: #FFF !important;
    padding: 10px 40px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #e44106;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton a {
    color: #fff;
}

.boton:hover{
    opacity:0.8;
    transition-duration: 0.3s;
}

.boton:disabled{
    background-color: #666666;
}

.boton2 {
    color: #FFF !important;
    padding: 14px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    margin: 0px 3px;
    transition-duration: 0.3s;
    background: #e44106;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton2 a {
    color: #fff;
}

.boton2:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.boton2:disabled {
    background-color: #666666;
}

.boton3 {
    color: #FFF !important;
    padding: 23px 58px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    margin: 0px 3px;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: linear-gradient( 180deg, rgb(61 61 61) 0%, rgb(74 74 74) 100%) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton3 a {
    color: #fff;
}

.boton3:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.boton3:disabled {
    background-color: #666666;
}

.boton4 {
    color: #FFF !important;
    padding: 8px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    font-size: 0.8em;
    margin: 0px 3px;
    transition-duration: 0.3s;
    background: #f09b33;
    /*background: linear-gradient( 180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton4 a {
    color: #fff;
}

.boton4:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.boton4:disabled {
    background-color: #666666;
}

.boton5 {
    color: #FFF !important;
    padding: 8px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    margin: 0px 3px;
    transition-duration: 0.3s;
    background: #fbc503;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton5 a {
    color: #fff;
}

.boton5:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.boton5:disabled {
    background-color: #666666;
}

.boton-disabled{
    color: #444;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 2px;
    border: none;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.boton-disabled a{
    color: #444;
}

.boton-account {
    color: #FFF !important;
    padding: 17px 20px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #cf4f25;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boton-account a{
    color: #fff;
}

.boton-account:hover{
    opacity:0.8;
    transition-duration: 0.3s;
}

.boton-account:disabled{
    background-color: #666666;
}

.boton-account.cancel{
    background: linear-gradient( 180deg, rgb(61 61 61) 0%, rgb(74 74 74) 100%) !important;
}

/*botones...*/

/*contactanos y footer*/

.bgfooter{
    padding:20px 15px;
}

.footer-prev {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0px 144px;
    padding-bottom: 20px;
    border-top: solid 3px #ef8e32;
}

.footer-prv-icon{
    display: inline-table;
    margin:10px 15px;
    vertical-align: middle;
}

.footer-prv-icon:first-child{
    float: left;
}

.footer-prv-icon:last-child{
    float: right;
}

.footer-prv-icon img{
    max-width:130px;
    margin: 0 auto;
    width:100%;
}

footer {
    position: relative;
    width: 100%;
}
footer .footer-nav{
      background-color: #fff;
    color: #444;
    /*border-top: solid 1px #dadada;*/
}
footer .footer-nav a{
  display: inline-block;
  color: #444;
  margin: 10px;
}

footer .footer-nav .ftr-lang-a div{
  display: inline-block;
  color: #444;
  margin: 10px;
}

footer .footer-nav .ftr-lang-a div a{
    margin: 0;
}

.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}

.footerb a{
    color: #333;
}

.footerb-icon {
    text-align: center;
}
.footerb-icon a {
    margin: 0 auto;
    display: inline-block;
}
.footerb-icon a img {
    max-width: 70px;
}

.logoDF img{
    max-width:213px;
}

.logoDF a{
    display: inline-block;
}

.cont_text_contact {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 35px;
    font-size: 1.2em;
    font-weight: 300;
    text-align: justify;
    line-height: 2em;
    color: #fff;
}

.cont_text_contact a{
    color: #fff;
}

.contact-form{
    padding: 0px 15px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.botonmax {
    padding: 12px 20px;
    border-radius: 3px;
    font-size:1.1em;
    width: 100%;
    margin-top: 10px;
    margin-bottom:0 !important;
    border: none;
    background-color: #000;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.botonmax:hover{
    background-color: #313131;
}

/** 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;
}

/********************************************************/

@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;
    }

    .cont_text_contact a{
        font-size:5vw;
    }
}

@media screen and (max-width:320px)
{
    .vacioaccount {
        padding: 45px;
    }
}


.txtpopup{
    font-size: 1.4em;
    font-weight: 600;
    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;
  }
}


.boton-exam-reset {
    color: #FFF !important;
    padding: 23px 23px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #dd4d36;
    /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
