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%;
    height: 100%;
}
body {
    font-family: "Nunito", sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.75;
    color: #444;
    background: #f7f7f7;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

a {
    color: #e86336;
    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: #f4a61d;
    outline: none;
    text-decoration: none;  
}

a:active {
    color: #f4a61d;
    text-decoration: none;
}
a:hover {
    color: #f4a61d;
    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::-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 {
    font-family: 'Nunito', sans-serif;
    color: #666e74;
}

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,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
  border-radius: 3px;
}
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-color: #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);
}

.main-menu-logo{
    position: relative;
    width:100%;
    text-align: center;
    margin: 0 auto;
    padding:25px 10px;
}

.main-menu-logo img{
    max-width:250px;
    width:100%;
    margin: 0 auto;
    display: block;
}

.menu-first {
    position: relative;
    display: inline-table;
    margin-top: 16px;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.main-headerfix {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #00a7e2;
    -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);
}

#menu-wrapper {
    overflow: visible;
}

@media (min-width: 320px) {
    .main-header {
        top: 0px;
    }
}

.main-menu-anonymous ul li {
    display: inline-block;
    margin: 0 5px;
}

.submain-menu{
    position: relative;
    width:100%;
    max-width: 1095px;
    margin: 0 auto;
    text-align: center;
}

.submain-responsive-menu {
    position: relative;
    width: 100%;
    max-width: 1095px;
    margin: 0 auto;
    text-align: right;
    margin-top: 16px;
    padding: 12px;
    margin-bottom: 16px;
}

a.toggle-menu {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: 36px;
    /* height: 36px; */
    border-radius: 3px;
    text-align: center;
    /* line-height: 35px; */
    /* font-size: 1.3em; */
    background-color: #eb5361;
    color: #fff;
    cursor: pointer;
}

a.toggle-login {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: 36px;
    /* height: 36px; */
    border-radius: 3px;
    text-align: center;
    /* line-height: 32px; */
    /* font-size: 16px; */
    background-color: #f3a123;
    border: solid 1px #fff;
    color: #fff !important;
    cursor: pointer;
}

.main-menu-anonymous ul li a {
    background: #f7f7f7;
    color: #6f6f6e;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.main-menu-anonymous ul li.active a {
    background-color: #6f6f6e;
    color: #fff !important;
}

.main-menu-anonymous ul li a:hover {
    background-color: #6f6f6e;
    color: #fff !important;
}

.main-menu-anonymous ul li input:hover {
    background-color: #6f6f6e;
    color: #fff !important;
}

.menu-responsive {
    display: none;
    background-color: transparent;
    margin-bottom: 10px;
}

.menu-responsive ul li {
    padding: 5px 0px 5px 5px;
    text-align: center;
}

.menu-responsive ul li a {
    display: block;
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.menu-responsive ul li input {
    font-size: 1em;
    font-weight: 600;
    color: #2e2e2e;
}

.menu-responsive ul li.active a {
    color:#ffc600;
    font-weight: 600;
}

/*menu...*/

.main-account-menu {
    position: relative;
    display: inline-table;
    vertical-align: top;
    width: 100%;
    height: 100vh;
    max-width: 300px;
    margin-left:0;
    margin-right:0;
    background: linear-gradient( rgba(252, 198, 0, 1) 0%, rgba(239, 142, 51, 1) 33%, rgba(232, 100, 50, 1) 66%, rgba(233, 83, 100, 1) 100% );
}

.mn-ac-menu-bg {
    background-image: url(../images/home/conectores.svg);
    background-size: 170%;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.main-account-menu-logo {
    position: relative;
    padding: 30px 10px 45px 10px;
    background: url(../images/home/forma.svg);
    background-repeat: no-repeat;
    background-size: 165%;
    background-position: bottom;
}

.main-account-menu-logo img{
    display: block;
    margin: 0 auto;
    max-width: 140px;
}

.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;
}

.main-account-container {
    position: relative;
    display: inline-table;
    vertical-align: top;
    width: calc(100% - 305px);
    height: 100vh;
}

.main-account-menu-items {
    position: relative;
    width:100%;
}

.mn-ac-menu-item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 20px 0px;
    padding: 3px 0px 3px 15px;
    background-color: #ffffff1f;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

.mn-ac-menu-item.active{
    background-color: #fff !important;
    color: #444 !important;
}

.mn-ac-menu-item:hover{
    background-color: #fff;
    color: #444;
}

.mn-ac-menu-item-icon{
    position: relative;
    display: inline-table;
    vertical-align: middle;
}

.mn-ac-menu-item-icon img{
    display: block;
    margin: 0 auto;
    max-width:30px;
    width:100%;
}

.mn-ac-menu-item-text {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    padding: 0px 5px;
}

.mn-ac-menu-item .mn-ac-menu-item-icon.rezise img {
    padding: 2px;
}

.mn-ac-submenu {
    position: relative;
    display: block;
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    padding: 0px 10px 0px 15px;
}

.mn-ac-submenu-item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 10px 0px;
    padding: 3px 20px 3px 15px;
    background-color: #ffffff1f;
    color: #fff;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    text-align: right;
}

.mn-ac-submenu-item.active {
    background-color: #fff !important;
    color: #444 !important;
}

.mn-ac-submenu-item:hover{
    background-color: #fff;
    color: #444;
}

.main-account-menu-footer {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 51px;
}

.main-account-menu-footer img{
    position: absolute;
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

.account-main-content {
    position: relative;
    width: 100%;
    padding: 20px 50px;
}


/*gral*/
.heading-section {
    margin-bottom: 60px;
}
.heading-section-2 {
    margin-bottom: 10px;
}

.heading-section img{
    max-width:480px;
    width:100%;
}

.heading-section-2 img{
    max-width:365px;
    width:100%;
}

@media (min-width: 320px) {
    .heading-section, .heading-section-2 {
       margin-top: 30px;
    }
}
.heading-section h2 {
    font-size: 42px;
    font-weight: 500;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: -.02em;
}
.heading-section-2 h2 {
    font-size: 2.2em;
    font-weight: 800;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
}

.headingConstancia-section-2 h2 {
    font-size: 2.2em;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section h3 {
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: -.02em;
}
.heading-section p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
/*.content-section {
    padding-top: 35px;
}*/

.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
/*.vacio {
    padding: 50px;
}*/
.vaciotop {
    padding: 60px;
}
.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: #ababab;
    font-weight: 400;
    font-style: italic;
}

.formulariopie2 {
    font-size: 0.8em;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

input[type=radio]{
    margin-right:5px;
}

/*gral...*/
/*esp*/
.req {
    color: #e00e0e;
    font-size: 1.1em;
    font-weight: 400;
}

.req2 {
    color: #e00e0e;
    font-size: 1.1em;
    font-weight: 400;
}

.req3 {
    color: #e00e0e;
    font-size: 0.9em;
    font-weight: 400;
}
/*esp...*/

/*botones*/
.boton {
    color: #fff;
    background: #2b82cc;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    border: solid 1px #2b82cc;
    cursor: pointer;
    font-size: 1rem;
}

.boton a{
    color: #fff;
}

.boton:hover{
    color: #444 !important;
    background-color: #f5f5f5;
    border: solid 1px #444;
    transition-duration: 0.3s;
}

.boton:disabled{
    background-color: #d9d9d9;
}

.boton-grey {
    color: #fff;
    background-color: #444;
    border: solid 1px #1f1f1f;    
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 1rem;
}

.boton-grey:hover, .boton-grey:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-disabled{
    color: #444;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    border: none;
    margin-right: 5px;
}

.boton-disabled a{
    color: #444;
}

.boton-blue {
    color: #fff;
    background-color: #8eb1d9;
    padding: 11px 20px;
    border-radius: 3px;
    font-weight: 500;
    border:none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-blue:hover, .boton-blue:focus{
    background-color: #254669;
    color: #fff;
    transition-duration: 0.3s;
}

.botonMISEJ {
    color: #ffc600 !important;
    padding: 14px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #e9004c;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0px 3px;
    transition-duration: 0.3s;
    background-color: #e9004c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/*botones...*/

.how-phone{
    color: #fff;
    font-weight:600;
}

/*contactanos y footer*/
.bgfooter{
    background:#1b4f8b;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.botonmax {
    color: #fff !important;
    padding: 14px 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-color: #7C858C;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.botonmax:hover{
    opacity:0.9;
}

.powered{
    padding-bottom: 15px;
    display: inline-block;
}
.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}
.footerb a{
    color: #0f1d41;
}
.footermodal {
    text-align: center;
    background-color: #e95364;
    padding: 15px 10px;
}
.footermodal ul li {
    display: inline;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}
.footermodal ul li a {
    color: #fff;
    margin: 0px 10px;
}

.logo-footer img {height: 60px;}
.logo-footer {padding: 25px 0;}

.logo-footer1 {
    padding: 38px 0;
}

.logo-footer1 img{
    height:37px;
}

.box-content {
    background: #f4c545;
    /* border-radius: 10px; */
    min-height: 159px;
    padding: 14px 55px;
    text-align: left;
    color: #fff;
    /* margin: 10px 0; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 90px;
}

.box-content2 {
    border-radius: 10px; 
    padding: 14px 20px;
    text-align: left;
    color: #fff;
    margin: 10px 0; 
}

.box-content label {
    display: inline-block;
    color: #808080;
    font-weight: 500;
}

.box-content div{
    display: inline-block;
}

.box-content div.form-group{
    display: block;
}

.box-content .nombre {
    font-size: 1.3em;
    font-weight: 700;
}

.box-content p:last-child{
    line-height:20px;
}


.contacto {background: #FFC700; border-radius: 5px; padding: 0px 0px 70px 0px;}
.contacto h2{color: #fff;}
.contacto  p{color: #fff;}

/** 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: 1229px)
{
    .main-menu-anonymous ul li a {
        font-size: 0.8em !important;
    }
}

@media screen and (max-width: 1030px)
{
    .main-menu-anonymous ul li a{
        font-size:0.7em !important;
    }
}

/*@media screen and (max-width: 1204px)
{
    .main-menu ul li a {
        font-size: 15px;
    }

    .main-menu ul li input {
        font-size: 15px;
    }
}

@media screen and (max-width: 1098px)
{
    .main-menu ul li a {
        font-size: 13px;
    }

    .main-menu ul li input {
        font-size: 13px;
    }
}

@media screen and (max-width: 1000px)
{
    .main-menu ul li:last-child{
        margin-right:22px;
    }
}

@media screen and (max-width: 1199px)
{
    .main-menu-anonymous ul li a{
        font-size:0.65em !important;
    }

    .main-menu-anonymous ul li:last-child{
        margin-right: 0;
    }

    .main-menu-anonymous ul li{
        margin: 0 5px;
    }
}*/

@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)
{
    .boton {
        width:230px;
        margin-top:10px;
    }

    .tbx-recover-pass{
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 312px) {

    .boton {
        width:90%;
    }

    .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;
    }
}

@media screen and (max-width:320px)
{
    .vacioaccount {
        padding: 45px;
    }
}


.txtpopup{
    font-size: 1.4em;
    color: #001e3e;
}

.txtpopup-2{
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
    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:100 !important;
	font-size:2.8em !important;
	line-height:50px;
	color: #9a9a9a;
}

.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;
  }
}

.btngoogle {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    border: none;
    background-color: #e9004c;
}

.boton-student {
    color: #100f0f !important;
    padding: 18px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #a7a398;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0px 3px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    min-width: 15em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.divbtnchatandnotify {
    width: 100%;
    display: block;
    text-align: right;
    max-width: 1300px;
    margin: auto;
}

.additionalbtnchatandnotify {
    display: inline-block !important;
    width: auto !important;
}

.divambiente {
    background-color: #ef174f;
    max-width: 300px;
    padding: 10px;
    margin: 10px;
    border-radius: 26px;
    color: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 15px;
    font-size: 0.7rem;
}