:root {
	--colorAzul1: #003267;
	--colorAzul2: #043F99;
	--colorAmarillo: #FFC704;
	--colorVerde: #00FFD7;
	--colorCeleste: #00BDFD;
	--colorAzul3: #125EEF;
	--e-global-color-primary: #003267;
    --e-global-color-secondary: #00BDFD;
    --e-global-color-text: #003267;
    --e-global-color-accent: #FFC704;
    --e-global-color-eb3f68a: #00FFD7;
    --e-global-color-c98ec4b: #043F99;
	--e-global-color-442c4ce: #0868ab;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "Bebas Neue";
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-text-font-family: "Poppins";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Poppins";
    --e-global-typography-accent-font-weight: 600;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    margin-block-start:.5rem;
	margin-block-end:1rem;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
	font-family: "Poppins";
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start:0;
	margin-block-end:.9rem
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: var( --colorAzul3 );
}

a:active,a:hover {
    color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end:none;-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],template {
    display: none
}
@font-face {
  font-family: 'icomoon';
  src:  url('./../fonts/icomoon.eot?eq0869');
  src:  url('./../fonts/icomoon.eot?eq0869#iefix') format('embedded-opentype'),
    url('./../fonts/icomoon.ttf?eq0869') format('truetype'),
    url('./../fonts/icomoon.woff?eq0869') format('woff'),
    url('./../fonts/icomoon.svg?eq0869#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-certificacion:before {
  content: "\e90d";
}
.icon-ico-comillas:before {
  content: "\e900";
}
.icon-ico-amor:before {
  content: "\e901";
}
.icon-ico-calendario:before {
  content: "\e902";
}
.icon-ico-conexion:before {
  content: "\e903";
}
.icon-ico-innovacion:before {
  content: "\e904";
}
.icon-ico-mail:before {
  content: "\e905";
}
.icon-ico-mision:before {
  content: "\e906";
}
.icon-ico-potencial:before {
  content: "\e907";
}
.icon-ico-reloj:before {
  content: "\e908";
}
.icon-ico-telefono:before {
  content: "\e909";
}
.icon-ico-ubicacion:before {
  content: "\e90a";
}
.icon-ico-vision:before {
  content: "\e90b";
}
.icon-ico-wp:before {
  content: "\e90c";
}
.icon-image:before {
  content: "\e90e";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-profile:before {
  content: "\e923";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-file-video:before {
  content: "\e92a";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-spinner5:before {
  content: "\e97e";
}
.icon-spinner6:before {
  content: "\e97f";
}
.icon-spinner7:before {
  content: "\e980";
}
.icon-spinner8:before {
  content: "\e981";
}
.icon-spinner9:before {
  content: "\e982";
}
.icon-spinner10:before {
  content: "\e983";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #333
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    width: auto;
    -webkit-appearance: button
}

[type=button],[type=submit],button {
    display: inline-block;
    font-weight: 400;
    color: var( --colorAzul3 );
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var( --colorAzul3 );
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #00FFD7;
    text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end:15px;font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}

@media (max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    margin-block-start:0;margin-block-end:0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}
.e-con {
    --container-max-width: 1140px;
}
.elementor-widget:not(:last-child) {
    margin-block-end:20px;}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 96%;
}

.secciones{
	padding: 65px 0px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.row [class^="col-"]{
	padding: 0 10px;
}
@media(min-width: 768px) {
	.container, .elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 94%;
	}
	.e-con {
        max-width: 90% !important;
    }
}
@media(min-width: 991px) {
	.container, .elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 85% !important;
	}
}

/* ====== GENERALES ====== */

/* ======= HEADER ======== */
#header{
	background: #ffffff;
    backdrop-filter: blur(12px);
	position: fixed;
    padding: 8px 0px;
    z-index: 9999;
	transition: 800ms;
	width: 100%;
    left: 0;
    right: 0;
    display: block;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 8%);
}
#header .container{
	position: relative;
}
#header .container .row {
    align-items: center;
    justify-content: space-between;
}
#header .col-logo .site-branding{
	padding-top: 5px;
}
#header .col-logo{
	width: 17%;
}
#header .col-menu {
    width: 65%;
}
#header .col-accesos {
    width: 18%;
}
#content .page-content {
    min-height: 300px;
}
#header .col-logo a{
	display: block;
}
#header .col-logo a img{
	transition: 500ms;
}
#header.header-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
	left: 0;
    background: #ffffff;
    padding: 9px 0px 8px;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 36%);
}
#header.header-scrolled .col-logo a img{
	height: 35px;
    width: auto;
}
nav.site-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
nav.site-menu ul a {
    color: #021f3b;
    display: block;
    padding: 10px 8px;
    margin: 0 4px;
    font-size: 15px;
	position: relative;
	transition: 500ms;
	text-align: center;
    line-height: 1.1;
}
nav.site-menu ul .sub-menu li a{
	text-align: left;
}
nav.site-menu ul li:hover a,
nav.site-menu ul li.current-menu-item a{
	color: #0868ab;
    text-shadow: 0px 0px 1px #0868ab;
}
.site-menu ul.menu,.site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0
}
.site-menu ul.menu li.menu-item-has-children {
	position: relative;
}
.site-menu ul.menu li.menu-item-has-children a {
    padding-right: 12px;
    position: relative;
    margin-right: 14px;
}
.site-menu ul.menu li.menu-item-has-children > a:after {
    content: "";
    text-decoration: none;
    position: absolute;
    top: 47%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #021f3b;
    right: -4px;
	transition: 500ms;
}
.site-menu ul.menu li ul.submenus li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #013267;
    top: 40%;
    left: -2px;
}
.site-menu ul.menu li:hover a:after {
	transform: rotate(180deg);
}
.site-menu ul.menu ul li a {
    color: #013267;
}
.site-menu ul.menu ul li:hover a,
.site-menu ul.menu ul li.current-menu-item a {
    color: var( --colorAzul3 );
}
.site-menu ul.menu li ul li:hover a:before,
.site-menu ul.menu li ul li.current-menu-item a:before{
	border-left: 5px solid var( --colorAzul3 );
}
.site-menu ul.menu li ul a{
	color: #013267;
}
.site-menu ul.menu li ul a:hover{
	color: var( --colorAzul3 );
}
.site-menu ul.menu li ul.sub-menus{
    background: #fff;
    display: none;
    min-width: 390px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 100%;
    border-radius: 10px;
    padding: 20px 30px;
	max-width: 100%;
}
.site-menu ul.menu li ul.sub-menus a{
	margin: 0px;
}
.site-menu ul.menu li ul.sub-menus li {
    border-block-end: rgb(249 249 249) 1px solid
}

.site-menu ul.menu li ul.sub-menus li:last-child {
    border-block-end:none
}
.site-menu ul.menu li ul.sub-menus li.menu-item-has-children a {
    flex-grow: 1
}
.site-menu ul.menu li ul.sub-menus li.menu-item-has-children:after {
    transform: translateY(-50%) rotate(-90deg);
}
.site-menu ul.menu li ul ul {
    left: 100%;
    top: 0
}
nav.site-menu ul.sub-menu {
    position: absolute;
    background: #ffffff;
    top: 100%;
    border-radius: 15px;
    box-shadow: 0px 1px 6px 1px rgb(2 50 103 / 34%);
    padding: 15px 16px;
    left: 3%;
    right: 0;
    display: none;
    transition: 500ms;
    min-width: 300px;
}
nav.site-menu ul.sub-menu {
    flex-wrap: wrap;
}
nav.site-menu ul.sub-menu li{
	width: 100%;
}
nav.accesos-rapidos ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}
nav.accesos-rapidos li a, 
nav.accesos-rapidos li button{
    background: rgb(255 255 255 / 16%);
    padding: 10px 11px;
    border-radius: 6px;
    color: #ffffff;
    margin-left: 14px;
    display: block;
    line-height: 1;
    font-size: 14px;
    transition: 500ms;
	border: 0;
}
#footer nav.accesos-rapidos li a:hover{
	background: #ffffff;
	color: #003267;
	box-shadow: 0px 4px 1px rgb(255 255 255 / 68%);
    transform: translateY(-4px);
    background: #ffffff;
}

#header .accesos-rapidos li a,
#header .accesos-rapidos li button{
	background: #013267;
}
#header .accesos-rapidos li a:hover,
#header .accesos-rapidos li button:hover{
	box-shadow: 0px 4px 1px rgb(8 104 171 / 74%);
    transform: translateY(-4px);
    background: #0868ab;
	color: #ffffff;
}
/* ======= HEADER ======== */

/* ======= FOOTER ======== */
#footer{
	background: #003267;
	color: #ffffff;
	font-weight: 500;
}
#footer a{
	color: #ffffff;
	transition: 500ms;
}
#footer a:hover{
	color: #01caba !important;
}
#footer .footer-top {
     padding-top: 65px;
     padding-bottom: 38px;
}
#footer .informes-itep ul {
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
#footer .informes-itep ul li {
	position: relative;
	margin-bottom: 19px !important;
    position: relative;
    line-height: 1.3;
	padding-left: 40px;
}
#footer .informes-itep ul li:hover .icon-left-contact{
	color: #01caba !important;
}
#footer .informes-itep ul li .icon-left-contact {
    position: absolute;
    left: 0;
    width: 40px;
    text-align: center;
    padding-right: 6px;
}
.informes-itep ul li .icon-left-contact .icon-ico-ubicacion{
	font-size: 28px;
}
.informes-itep ul li .icon-left-contact .icon-ico-telefono{
	font-size: 24px;
}
.informes-itep ul li .icon-left-contact .icon-ico-wp{
	font-size: 22px;
}
.informes-itep ul li .icon-left-contact .icon-ico-mail{
	padding-top: 2px;
    display: block;
}

#footer .informes-itep ul li .text-right-contact a{
	display: block;
    margin-bottom: 1px;
	transition: 500ms;
}
#footer .informes-itep ul li .text-right-contact a:hover {
    color: #01caba !important;
}
#footer .botonmesfooter a {
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 22px;
	border: 1px solid #ffffff;
	line-height: 1;
	border-radius: 8px;
	display: inline-block;
	transition: 500ms;
}
#footer .botonmesfooter a:hover {
    box-shadow: 0px 4px 1px rgb(255 255 255 / 52%);
    transform: translateY(-4px);
    color: #063267;
    font-weight: 600;
    background: #ffffff;
}
#footer ul.lista-rrss {
	padding: 0;
	list-style: none;
	text-align: right;
	margin-top: 25px;
}
#footer ul.lista-rrss li {
     font-size: 17px;
     margin-bottom: 16px !important;
}
#footer .footer-top-titulo{
	border-bottom: 2px solid rgb(255 255 255 / 81%);
   	padding-bottom: 12px;
    align-items: end;
	margin: 0;
}
#footer .footer-top-titulo .site-branding{
	background: #ffffff;
    display: inline-block;
    padding: 10px 18px 7px 0px;
    border-bottom-right-radius: 20px;
	margin-bottom: 8px;
}
#footer .footer-top-titulo .col-6{
	padding: 0px;
}
#footer .footer-bottom-content {
	margin-top: 50px;
	align-items: flex-start;
}
#footer .footer-bottom-content h4{
	margin-top: 0px;
	line-height: 1;
	font-weight: 800;
	font-size: 2rem;
	margin-bottom: 30px;
}
#footer .footer-bottom-content ul{
	padding: 0;
	list-style: none;
	font-weight: 500;
}
#footer .footer-bottom-content ul li{
	margin-bottom: 8px;
}
#footer .slogan h3{
	text-align: right;
	margin: 0;
	line-height: 1;
	font-size: 1.95rem;
}
#footer .slogan h3 span:nth-child(1){
	font-family: 'Bebas Neue';
	font-size: 58px;
}
#footer .slogan h3 span:nth-child(3){
	font-weight: 800;
}
.footer-top .site-logo a {
	display: block;
	width: 200px;
}
.footer-bottom{
	background: #043F99;
	padding: 15px 0px;
	font-size: 14px;
    font-weight: 500;
}
.footer-bottom p{
	margin-bottom: 0px;
}
.footer-bottom ul{
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: end;
}
.footer-bottom ul li a{
	margin-left: 20px;
}
.footer-bottom ul li a:hover{
	color: #00FFD7 !important;
	text-decoration: underline;
}
.botones-flotantes {
	text-align: right;
}
.botones-flotantes .rrss-footer{
	text-align: right;
}
.botones-flotantes ul{
	padding: 0;
	list-style: none;
}
.botones-flotantes .rrss-footer ul{
	padding: 0;
	list-style: none;
	position: fixed;
	bottom: 110px;
	text-align: right;
	display: inline-block;
	margin-left: 30px;
    z-index: 999;
}
.botones-flotantes .rrss-header li a{
	 font-size: 24px !important;
}
#header.header-scrolled .botones-flotantes .rrss-header ul{
	 top: 4px;
}
.botones-flotantes ul a img {
	width: 36px;
	height: 36px;
}

.botones-flotantes .rrss-footer li a,
.botones-flotantes .rrss-header li a{
    display: block;
    background: #ffffff;
    border-radius: 50%;
    line-height: 0;
    margin-bottom: 6px;
	transition: 500ms;
	padding: 6px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 35%);
}
.botones-flotantes .rrss-footer li a svg,
.botones-flotantes .rrss-header li a svg{
    width: 1em;
    height: 1em;
}
.botones-flotantes .rrss-footer li a svg path,
.botones-flotantes .rrss-header li a svg path{
    fill: #023267;
}
.botones-flotantes .rrss-footer li a:hover,
.botones-flotantes .rrss-header li a:hover{
	box-shadow: 0px 4px 1px rgb(8 104 171 / 74%);
    transform: translateY(-4px);
	background: #0868ab;
}
.botones-flotantes .rrss-header li a:hover svg path,
.botones-flotantes .rrss-footer li a:hover svg path{
	fill: #ffffff;
}
.menu-mobil-itep{
	display: none;
}
.body-hidden{
	overflow: hidden;
}
.alumno-itep {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 550px;
    z-index: 9999999;
    padding: 30px 40px;
    overflow-y: auto;
    height: 100%;
	transition: 500ms;
}
.alumno-itep.alumno-itep-activo {
	right: 0;
}
.alumnos-itep-principal{
	margin: 0;
    border-bottom: 4px solid #053f99;
    margin-bottom: 25px;
}
.alumnos-itep-principal h2{
	text-align: center;
    color: #053f99;
	margin-top: 0;
}
.items-alumno-50.elementor-widget-icon-box {
    width: 50% !important;
    padding: 0 10px;
}

.alumnos-itep-principal p{
	text-align: center;
    margin-bottom: 0px;
    color: #021f3b;
}
.alumno-itep .elementor-icon-box-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 700;
	margin-top: 4px;
}
.alumno-itep .elementor-icon-box-title a {
    color: #013267 !important;
}
.alumno-itep p.elementor-icon-box-description {
    color: #595959;
    font-size: 11px;
    line-height: 1.2;
}
.items-alumno-50.elementor-widget-icon-box .elementor-icon-box-title{
	font-size: 13px;
}
.overflow-bg {
    position: fixed;
    background: rgb(1 50 103 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99991;
    backdrop-filter: blur(5px);
    right: -100%;
    transition: 500ms;
}
.overflow-bg.overflow-bg-actived{
	right: 0;
}
#close-alumoitep {
    width: auto;
    margin-right: auto;
    position: absolute;
    left: -13px;
    top: -16px;
    margin: 0;
	cursor: pointer;
}
/* ==== SUBMENU ===== */
#header .col-menu {
	position: relative;
}
.menu li.menu-programas,
.menu li.page-item-3{
	cursor: pointer;
}
.menu li.menu-programas > a,
.menu li.page-item-3 > a{
	pointer-events: none;
}
.menu li.menu-programas{
	position: initial !important;
}
#submenu-programas ul {
	list-style: none;
	padding-left: 0;
	display: block; 
	text-align: left;
}
#submenu-programas .container-programas ul{
	width: 94%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d3d7;
}
#submenu-programas ul li {
	margin-bottom: 7px;
}
#submenu-programas ul li a:after {
	content: "»";
	width: 16px;
	height: 16px;
	background: #ffffff;
	position: absolute;
	left: 5px;
	top: 4px;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	font-size: 15px;
	transform: rotate(0);
}
#submenu-programas ul li a {
	position: relative;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	line-height: 1.2;
	font-size: 15px;
	text-align: left;
}
#submenu-programas ul li a:hover{
	background: #d2d6dc;
}
.submenu-programas .d-flex {
    display: flex;
	flex-wrap: wrap;
}
.submenu-programas{
	position: absolute;
	background: #ffffff;
	top: 100%;
	border-radius: 15px;
	box-shadow: 0px 1px 6px 1px rgb(2 50 103 / 34%);
	padding: 20px;
	left: 3%;
	right: 0;
	display: none;
	transition: 500ms;
}
.submenu-programas .colum-submenu {
	width: 50%;
}
.container-fc{
	background: #044099;
	border-radius: 10px;
	padding: 15px 22px;
	color: #ffffff;
}
.container-fc .titulo-menu p {
	text-align: center;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 8px;
}
.container-fc .img-menu-fc {
	height: 115px;
	overflow: hidden;
	margin-bottom: 20px;
}
.container-fc .img-menu-fc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#submenu-programas .container-fc ul li a {
	color: #ffffff;
	border-radius: 6px;
	padding-top: 4px;
	padding-bottom: 6px;
	transition: 500ms;
	font-weight: 600;
}
#submenu-programas .container-fc ul li a:hover {
	background: #ffffff;
	color: #044099;
}
.container-fc ul li a span {
	display: block;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.1;
	margin-top: 2px;
}
#submenu-programas .container-fc ul li a:after{
	color: #044099;
	top: 8px;
}
.container-programas p {
	font-weight: 700;
	color: #044099;
	margin-bottom: 10px;
	margin-top: 18px;
}
.container-programas ul.sub-menus {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	width: 90%;
}
.container-programas ul li a {
	color: #044099;
}
/* ==== SUBMENU ===== */

@media(min-width: 991px) {
	.site-menu ul.menu li:hover>ul {
		display: block
	}
	.site-menu ul.menu li.menu-item-has-children:focus-within>ul,
	.site-menu ul.menu li.menu-item-has-children:hover ul.sub-menu,
	.site-menu li.menu-item-has-children:hover .submenu-programas,
	.site-menu li.menu-item-has-children:focus-within>.submenu-programas{
		display: block;
	}
	.botones-flotantes .rrss-header ul {
		position: absolute;
		top: 18px;
		text-align: right;
		display: inline-block;
		right: -56px;
		transition: 500ms;
		padding: 0;
		list-style: none;
	}
}
.container-menu .accesos-rapidos{
	display: none;
}
@media(max-width: 990px){
	.header .botones-flotantes{
		position: fixed;
		bottom: 16px;
		right: 2%;
		z-index: 9999;
	}
	
	.header .botones-flotantes ul a img {
		width: 70px;
		height: 70px;
	}
	#header nav.site-menu {
		display: none;
	}
	#header .col-logo {
		width: 35%;
	}
	#header .site-branding{
		max-width: 130px;
	}
	#header .col-menu {
		order: 3;
		width: auto;
	}
	#header .col-accesos  nav.accesos-rapidos li a {
		padding: 10px 15px;
		font-size: 13px;
	}
	#header .col-accesos {
		width: 54%;
	}
	#header nav.site-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 70px;
		padding: 0 20px;
	}
	.container-menu{
		position: fixed;
    	right: -100%;
		top: 58px;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		z-index: 99999;
		transition: 500ms;
		min-height: 500px;
        overflow-y: auto;
		padding-bottom: 60px;
	}
	.container-menu.menu-actived{
		display: block;
		right: 0;
	}
	.container-menu nav.site-menu ul {
		display: block;
		text-align: left;
		width: 100%;
	}
	.container-menu nav.site-menu ul li{
		border-bottom: 1px solid #e2e5e9;
	}
	.container-menu nav.site-menu ul a {
        font-size: 14px;
        font-weight: 800;
        color: #003267;
        text-transform: uppercase;
		text-align: left;
    	line-height: 1.1;
    }
	nav.site-menu ul a {
		font-size: 18px;
	}
	#header .menu-item-has-children > a{
		pointer-events: none;
	}
	#header .menu-item-has-children ul.sub-menu {
        background: #dbe3eb;
        padding: 9px 25px;
        border-radius: 10px;
        margin-bottom: 12px;
        width: 100%;
        margin-left: auto;
        position: relative;
        min-width: auto;
    }
	#header .menu-item-has-children ul.sub-menu.submenu-activo {
		display: block;
	}
	#header .menu-item-has-children ul.sub-menu li a{
		padding-left: 11px ;
    	font-size: 14px ;
    	text-transform: inherit ;
    	font-weight: 600;
	}
	.menu-mobil-itep {
		display: flex;
		width: 40px;
		height: 40px;
		margin-left: auto;
		cursor: pointer;
		align-items: center;
		justify-content: end;
		z-index: 9991;
		position: relative;
	}
	.menu-mobil-itep .lines-menu {
		display: block;
		height: 4px;
		width: 80%;
		background: #0868ab;
		position: relative;
		transition: all 0ms 100ms;
	}
	.menu-mobil-itep.menuActive .lines-menu {
		background: rgb(255 255 255 / 0%);
	}
	.lines-menu:after, .lines-menu:before {
		content: "";
		height: 4px;
		width: 100%;
		background: #0868ab;
		position: absolute;
	}
	.lines-menu:before {
		bottom: -9px;
		transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	
	.menuActive .lines-menu:before {
		bottom: 0;
		transform: rotate(-45deg);
		transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
		background: #0868ab;
	}
	.lines-menu:after {
		top: -9px;
		transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.menuActive .lines-menu:after {
		top: 0;
		transform: rotate(45deg);
		transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
		background: #0868ab;
	}
	.container-menu .accesos-rapidos{
		display: block;
	}
	.container-menu nav.accesos-rapidos ul {
		margin-top: 50px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.container-menu nav.accesos-rapidos ul li{
		margin-bottom: 30px;
		width: 80%;
	}
	.container-menu nav.accesos-rapidos li a {
		padding: 15px 12px;
		transition: 500ms;
		text-align: center;
}
}
@media(max-width: 767px){
	#header {
    	padding: 10px 0px;
	}
	.header .col-accesos {
		display: none;
	}
	#header .col-menu {
		width: 65%;
	}
	#footer .footer-top-titulo .col-6 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	#footer .row.footer-bottom-content [class^="col-"] {
		width: 100% !important;
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#footer .footer-top-titulo {
		border-bottom: 0px;
	}
	#footer .site-branding {
		border-bottom: 2px solid #ffffff;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	#footer .slogan h3 {
		text-align: left;
		font-size: 1.45rem;
	}
	#footer .slogan h3 span:nth-child(1) {
		font-size: 37px;
	}
	#footer .informes-itep {
		text-align: left;
	}
	.footer-top .site-logo a {
		display: block;
		width: 130px;
	}
	#footer .footer-bottom-content ul {
		justify-content: center;
	}
	#footer .footer-bottom-content ul.lista-rrss {
		text-align: center;
		margin-top: 35px;
	}
	.footer-bottom {
		font-size: 12px;
		text-align: center;
	}
	.footer-bottom ul {
		justify-content: center;
		align-items: center;
		margin-top: 14px;
	}
	.footer-bottom ul li a {
		margin-left: 0;
		padding: 2px 13px;
		text-align: center;
		display: block;
	}
	.col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.submenu-programas.submenu-activo {
		position: relative;
		display: block;
	}
	.submenu-programas .colum-submenu {
		width: 100%;
	}
	#submenu-programas ul li a {
		position: relative;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 14px;
		text-align: left;
		text-transform: inherit;
		font-weight: 500;
	}
}
/* ======= FOOTER ======== */
@media(min-width: 991px) and (max-width: 1229px){
	 .container, .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 92% !important;
    }
	.page-header {
		padding-top: 40px;
	}
	.page-header-imagen {
		max-height: 620px;
	}
	a.elementor-button, button, .container-btn-slide a, .breadcrumb, li:not(li li), p, h1, h2, h3, h4, h5, h6 {
		zoom: 0.9;
	}
	.botones-flotantes .rrss-footer ul {
		bottom: 85px;
		margin-left: 15px;
	}
	.botones-flotantes .rrss-footer li a, .botones-flotantes .rrss-header li a {
		font-size: 17px;
		width: 32px;
		height: 32px;
		line-height: 27px;
	}
	#footer ul.lista-rrss li {
		margin-bottom: 11px !important;
	}
	#header .botones-flotantes .rrss-header li a {
		font-size: 20px !important;
	}
	.botones-flotantes .rrss-header ul {
        right: -26px;
    }
	#header.header-scrolled {
		padding: 6px 0px 5px;
	}
	#header.header-scrolled .botones-flotantes .rrss-header ul {
		top: 10px;
	}
	#header .col-logo {
		width: 14%;
	}
	#header .col-menu {
		width: 68%;
	}
	nav.site-menu ul a {
		margin: 0px;
	}
}
@media(min-width: 1230px) and (max-width: 1340px){
	a.elementor-button, button, .container-btn-slide a, .breadcrumb, 
	li:not(li li), p, h1, h2, h3, h4, h5, h6{
		zoom: 0.94;
	}
	.page-header {
		padding-top: 50px !important;
	}
	.page-header-imagen {
		max-height: 660px !important;
	}
}
@media(min-width: 1620px){
	.container, .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1360px !important;
    }
	a.elementor-button, button, .container-btn-slide a, .breadcrumb, 
	li:not(li li), p, h1, h2, h3, h4, h5, h6 {
		zoom: 1.1;
	}
}

/* ======= PAGE ========== */
.page-content p b, .page-content p strong,
.page-content li b, .page-content li strong{
	font-weight: 800;
}
.page-header {
	position: relative;
	background: var(--colorAzul1);
	padding-top: 75px;
}
.page-header-text {
	position: absolute;
	width: 100%;
	margin: auto;
	bottom: 0;
	z-index: 3;
    left:0;
}
.content-breadcumbs {
	background: #011E3A;
	color: #ffffff;
	padding: 10px 30px;
	color: #6097eb;
}
.content-breadcumbs a{
	color: #ffffff;
}
.page-header-imagen {
	width: 100%;
	height: 114vh;
    overflow: hidden;
    min-height: 620px;
    max-height: 900px;
}
.featured-image {
	position: relative;
	width: 100%;
	height: 82%;
}
.featured-image:after {
    content: "";
	position: absolute;
	background: rgb(1 50 103 / 16%);
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	width: 100%;
	mix-blend-mode: multiply;
}
.page-header-imagen img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-header-text .content-header {
	background: #043F99;
	border-bottom: 16px solid #FFC725;
	align-items: stretch;

}
.page-header-text .container .row{
	margin: 0;
}
.page-header .col-left{
	background: #ffffff;
	padding: 50px 30px 40px;
    display: block;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.page-header .col-right{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.page-header .col-breadcumbs{
	flex: 0 0 40%;
    max-width: 40%;
    padding: 0px;
}
.col-left h1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #003267;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.col-left h2{
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	color: #021e3a;
}
.col-right .entry-excerpt {
	color: #ffffff;
	padding: 0px 10% 0px 6%;
	margin-top: 64px;
	font-size: 17px;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
@media(max-width: 767px){
	.page-header {
		padding-top: 52px;
	}
	.page-header .featured-image {
		height: 100%;
	}
	.page-header-imagen {
		height: 350px;
		min-height: 200px;
		max-height: 600px;
	}
	.page-header .col-left,
	.page-header .col-right,
	.page-header .col-breadcumbs{
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}
	.content-breadcumbs {
		padding: 7px 30px;
		font-size: 14px;
	}
	.page-header-text {
		position: relative;
		transform: translateY(-88px);
	}
	.page-header-text .content-header {
		background: #ffffff;
	}
	.page-header .col-left {
		padding: 28px 26px 0px;
		margin-bottom: 5px;
	}
	.col-left h2 {
		font-size: 36px;
		color: #003267;
	}
	.col-right .entry-excerpt {
		color: #013267;
		padding: 0px 17px;
		line-height: 1.4;
		font-size: 15px;
		margin-top: 0px;
	}
}

#hero {
	height: 100vh;
    overflow: hidden;
}
#accesos-rapidos{
	background: #003267;
	z-index: 19 !important;
}
#accesos-rapidos .elementor-widget-wrap.elementor-element-populated{
	margin-top: -70px;
    padding: 0;
	border-radius: 16px;
}
#accesos-rapidos .elementor-widget-icon-box {
    width: 20% !important;
    padding: 12px 10px;
    border-right: 1px solid #e5ebed;
    margin-bottom: 0px !important;
	transition: 500ms;
}
#accesos-rapidos .elementor-widget-wrap .elementor-widget-icon-box:last-child{
	border-right: 0px;
}
#accesos-rapidos .elementor-widget-icon-box:hover {
    background: rgb(4 63 153 / 12%);
    border-radius: 2px;
}
#accesos-rapidos .elementor-widget-icon-box .elementor-icon-box-icon{
	margin-bottom: 0px;
}
#accesos-rapidos .elementor-widget-icon-box .elementor-icon {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 20px;
}
#accesos-rapidos .elementor-widget-icon-box .elementor-icon-box-title a {
    display: block;
    padding-bottom: 16px;
}
#accesos-rapidos .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 400;
}
#video-inicio .elementor-widget-video .elementor-custom-embed-image-overlay:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 42%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
	transition: 500ms;
}
#video-inicio .elementor-widget-video .elementor-custom-embed-play{
	z-index: 3;
}
#video-inicio .elementor-widget-video:hover .elementor-custom-embed-image-overlay:after{
	background: rgb(0 0 0 / 0%);
}
#porque-elegir-itep h2,
.porque-elegir-itep h2{
	background: var(--colorAzul1);;
    margin-top: 0px;
    color: #ffffff;
    padding: 30px 40px;
	margin-bottom: 28px;
}
#porque-elegir-itep .textos-porque-itep .elementor-widget-text-editor p,
#porque-elegir-itep .textos-porque-itep .elementor-widget-text-editor ul,
#porque-elegir-itep .textos-porque-itep .elementor-widget-text-editor ol,
#porque-elegir-itep .elementor-button{
	margin-left: 8%;
}
#porque-elegir-itep .elementor-widget-text-editor ul{
	list-style: none;
    padding-left: 0px;
	margin-top: 38px;
    margin-bottom: 38px;
}
#porque-elegir-itep .elementor-widget-text-editor ul li {
    color: var(--colorAzul1);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
}
#porque-elegir-itep .elementor-widget-text-editor ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #043F99;
}
#porque-elegir-itep .elementor-widget-text-editor p{
	font-size: 20px;
    line-height: 1.4;
    color: var(--colorAzul1);
}
.avisoText{
	position: relative;
	overflow: hidden;
}
.avisoText .ticker-track p{
	padding: 0px 10px;
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0px;
}
.avisoText .ticker-track p span, .avisoText .ticker-track p em{
     display: inline-block;
     margin: 0px 12px;
}
.avisoText .ticker-track {
    animation: scrollLeft 18s linear infinite;
    width: max-content !important;
    padding: 12px 8px;
    overflow: hidden;
    display: block;
    margin: 0 !important;
}
.avisoText .elementor-widget-wrap.elementor-element-populated {
    display: block !important;
}
.avisoText .ticker-track .elementor-widget-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avisoText .ticker-track2{
	animation-delay: 9s;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      transform: translateX(-100%);
}
 @keyframes scrollLeft {
     0% {
        transform: translateX(-100%);
     }
      100% {
        transform: translateX(100%);
	}
}

/* ==== GRILLA PROGRAMAS ===*/
	.grilla-carreras {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.grilla-carreras .carrera-item {
		width: 33.33333%;
		padding-left: 30px;
		margin-bottom: 40px;
    	display: flex;
    	flex-wrap: wrap;
    	flex-direction: column;	
	}
	.carrera-item .carrera-top{
		height: 300px;
    	position: relative;
	}
	.carrera-item .carrera-top img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.carrera-item .modalidad-carrera{
		display: inline-block;
		position: absolute;
		top: 12px;
		left: 14px;
	}
	.carrera-item .carrera-top p{
		color: #ffffff;
		background: #093F99;
		padding: 4px 10px;
		line-height: 1;
		margin: 0;
    	font-size: 12px;
		display: inline-block;
	}
	
	.carrera-item .carrera-top .btn-ver-carrera{
		display: inline-block;
		width: 36px;
		height: 36px;
		color: #ffffff;
		background: #1568ab;
		position: absolute;
		bottom: 16px;
		right: 14px;
		border-radius: 50%;
		line-height: 30px;
		text-align: center;
	}
	.carrera-item .carrera-top .btn-ver-carrera a{
		display: block;
		font-size: 30px;
		font-weight: 600;
		color: #ffffff;
	}
	.carrera-item .img-carrera{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.carrera-item .img-carrera img{
		transition: 500ms;
	}
	.carrera-item:hover .img-carrera img{
		transform: scale(1.17);
	}
	.carrera-item:hover .btn-ver-carrera{
		background: #ffffff;
	}
	.carrera-item:hover .btn-ver-carrera a{
		color: #25afec;
	}
	.carrera-item .carrera-info {
		padding: 8px 12px 0px;
	}
	.carrera-item .carrera-info .carrera-titulo {
		font-size: 1.35rem;
		color: #ffffff;
		font-weight: 700;
		 margin-bottom: 10px;
	}
	.carrera-item .carrera-info .carrera-titulo a {
		color: #ffffff;
		font-weight: 700;
	}
	.carrera-item .carrera-info p{
		color: #ffffff;
		font-size: 15px;
		line-height: 1.2;
		font-weight: 400;
		position: relative;
    	padding-left: 20px;
	}
	.carrera-info p i {
		position: absolute;
		left: 0;
		width: 18px;
		text-align: center;
		display: inline-block;
		top: 2px;
	}
	.carrera-item .carrera-info .fecha{
		color: #FFC704;
		font-weight: 700;
		font-style: italic;
		font-size: 15px;
		margin-bottom: 8px;
	}
	.carrera-item .carrera-content-2 {
		display: flex;
		justify-content: flex-end;
		margin-top: auto;
		width: 100%;
	}
	.carrera-item button.btn-matricula {
		background: #FFC704;
		display: block;
		width: 100%;
		border-radius: 8px;
		border: 0;
		color: #013267;
		text-transform: uppercase;
		padding: 8px;
		margin-top: 12px;
		transition: 500ms;
	}
	.carrera-item button.btn-matricula:hover{
		box-shadow: 0px 4px 1px #a78100;
		transform: translateY(-4px);
		background: #FFC704;
		font-weight: 500;
	}
	
	#popup-matricula {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 50%);
		display: none;
		z-index: 9999;
		backdrop-filter: blur(4px);
		padding: 20px 10px;
		overflow-y: auto;
	}
	.popup-matricula .popup-container{
		display: flex;
		min-height: 100%;
		width: 100%;
		position: relative;
	}
	.popup-matricula .popup-content {
		background: var( --colorAzul2 );
		padding: 2rem 5%;
		border-radius: 3px;
		position: relative;
		max-width: 1120px;
		width: 100%;
		margin: auto;
	}
	.popup-matricula .popup-content .popup-row{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.popup-matricula .formulario-texto{
		width: 40%;
		padding-right: 4%;
	}
	.popup-matricula .formulario-texto h3{
		color: #ffffff;
		font-size: 3.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.popup-matricula .formulario-texto p{
		color: #ffffff;
		font-weight: 600;
		font-size: 20px;	
	}
	.popup-matricula .formulario-container{
		width: 60%;
	}
	#cerrar-popup {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 1.5rem;
		cursor: pointer;
		background: #ffffff;
		width: 30px;
		height: 30px;
		line-height: 1.1;
		text-align: center;
		border-radius: 50%;
		color: #044099;
		display: block;
	}
.popup-matricula .gform-body .gfield label.gfield_label.gform-field-label {
		color: #ffffff;
		margin-bottom: 4px;
}
@media(max-width: 990px){
	.grilla-carreras .carrera-item {
    	width: 50%;
    	padding-left: 20px;
	}
}
@media(max-width: 767px){
	.grilla-carreras .carrera-item {
    	width: 100%;
    	padding-left: 12px;
	}
	.popup-matricula .formulario-texto, 
	.popup-matricula .formulario-container{
		width: 100% !important;
	}
	.popup-matricula .formulario-texto h3 {
		font-size: 2rem;
	}
	.popup-matricula .formulario-texto p {
		font-size: 14px;
	}
}
/* ====== GRILLA PROGRAMAS ==== */
#nuestros-programas .barra-left-programas .elementor-widget-text-editor{
	position: sticky;
    top: 65px;
}
#nuestros-programas .barra-left-programas .elementor-widget-container a {
    display: inline-block;
    background: #ffffff;
    margin-left: auto;
    color: #0868ab !important;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 4px;
    font-weight: 600;
}
#nuestros-aliados .elementor-widget-image-carousel{
	margin-bottom: 30px;
}
#nuestros-aliados .swiper-slide-inner img {
    max-height: 75px;
    position: relative;
    filter: grayscale(1);
    max-width: 65%;
	transition: 500ms;
}
#nuestros-aliados {
	position: relative;
	overflow: hidden;
}
#nuestros-aliados .titulo-aliados,
#nuestros-aliados .colum-left{
	 position: relative;
}
#nuestros-aliados .titulo-aliados:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: #021f3b;
}
#nuestros-aliados .titulo-aliados h2{
	text-align: right;
    margin: 0;
    padding-right: 10%;
}
#nuestros-aliados .titulo-aliados .elementor-widget-container {
    padding: 56px 5px;
}
#nuestros-aliados .swiper-slide-inner:hover img{
	filter: grayscale(0);
}
#nuestros-aliados .colum-left:after {
	content: "";
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
}
#nuestros-aliados .carrusel-logos{
	margin-left: 20px;
	position: relative;
}
.item-informes .item-informes-right .elementor-widget-icon-box {
    width: 32% !important;
    margin-left: 30px;
}
.item-informes .elementor-widget-icon-box .elementor-icon{
	color: #003267;
	font-size: 27px;
}
.item-informes .elementor-widget-icon-box  .elementor-icon-box-description{
	 font-size: 16px;
}
.item-informes .elementor-widget-icon-box .elementor-icon-box-title {
    color: #003267;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0px;
    line-height: 1.1;
}

.nosotros-frase-iamgen figure.swiper-slide-inner {
    height: 320px;
    overflow: hidden;
}

.nosotros-frase-iamgen figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.seccion-interna-colmna .elementor-container.elementor-column-gap-default {
    margin-left: -10px;
    margin-right: -10px;
}
.seccion-interna-colmna .elementor-widget-icon-box,
.seccion-interna-colmna .elementor-widget-icon-box .elementor-widget-container{
    height: 100%;
}
#metodologia-ensenanza {
    overflow: hidden;
}
#metodologia-ensenanza h2{
	margin-bottom: 50px;
    margin-top: 25px;
	text-align: right;
}
#metodologia-ensenanza b, #metodologia-ensenanza strong {
    position: relative;
}
#metodologia-ensenanza h2 strong:after, #metodologia-ensenanza h2 b:after {
    content: "";
    width: 200%;
    height: 4px;
    background: #ffffff;
    position: absolute;
    right: 108%;
    top: 48%;
}
.metodologia-ensenanza .seccion-interna-colmna .elementor-widget-text-editor{
	height: 100%;
}
.metodologia-ensenanza .seccion-interna-colmna .elementor-widget-text-editor .elementor-widget-container {
    border-radius: 20px;
    padding: 30px 7% !important;
	height: 100%;
}
.metodologia-ensenanza .seccion-interna-colmna .elementor-widget-text-editor h3 {
    font-weight: 700;
    font-size: 20px;
}
.metodologia-ensenanza .seccion-interna-colmna .elementor-widget-text-editor p {
    line-height: 1.4;
}

.frase-footer-imagenbg{
    padding-top: 180px;
}
.frase-footer-imagenbg .elementor-background-overlay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 86%;
    top: auto !important;
    width: 100%;
    backdrop-filter: grayscale(1);
}
.frase-footer-imagenbg .elementor-background-overlay:after {
    content: "";
    position: absolute;
    background: rgb(1 50 103 / 84%);
    top: 0;
    height: 100%;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.frase-footer-imagenbg .elementor-widget-text-editor{
    margin-bottom: 80px;
    padding-right: 10%;
}
.frase-footer-imagenbg .elementor-widget-text-editor p{
	font-size: 1.9rem;
    line-height: 1.3;
}

@media(max-width: 767px){
	#accesos-rapidos .elementor-widget-icon-box {
		width: 33.333%;
	}
	#accesos-rapidos .elementor-icon {
		color: #69727d;
	}
	#accesos-rapidos .elementor-widget-icon-box .elementor-icon-box-title {
    	font-size: 14px;
	}
	#nuestros-aliados .carrusel-logos {
	 margin-left: 20px;
	}
	
	#nuestros-aliados .titulo-aliados .elementor-widget-container {
		padding: 32px 5px;
	}
	#nuestros-aliados .titulo-aliados h2 {
		text-align: center;
	}
	#accesos-rapidos .elementor-widget-icon-box {
		width: 33.333% !important;
	}
	#accesos-rapidos .elementor-icon {
		font-size: 25px;
	}
	#accesos-rapidos .elementor-widget-wrap.elementor-element-populated {
		justify-content: center;
	}
	#accesos-rapidos .elementor-widget-icon-box .elementor-icon-box-title {
		font-size: 12px;
	}
}

/* =================================== PAGE ====================================== */

/* ======================================== SINGLE PROGRAMAS ============================================ */


.single-programas .col-55{
	width: 55%;
}
.single-programas .col-45{
	width: 45%;
}

.page-header-programa{
	padding-top: 80px;
	position: relative;
    overflow: hidden;
}
.page-header-programa .container{
	position: relative;
    z-index: 5;
}
.page-header-programa .row{
	align-items: stretch;
}
.page-header-programa  .bg-programimg {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}
.page-header-programa .col-right-header .image-programa{
	width: 132%;
	transform: translate(-15%);
	height: 100%;
}
.page-header-programa .col-right-header .image-programa img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.page-header-programa .col-right-header .image-programa:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: #063267;
	opacity: 0.1;
}
.page-header-programa .col-left-header{
	position: relative;
    z-index: 3;
}
.page-header-programa .content-header-programa {
	padding-top: 80px;
	background: #ffffff;
	padding-left: 9%;
	padding-bottom: 60px;
	height: 100%;
}
.page-header-programa .content-header-programa h3{
	color: #003267;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0px;
}
.page-header-programa .content-header-programa h1{
	color: #003267;
    font-weight: 700;
    line-height: 1.13;
    font-size: 2.77rem;
}
.page-header-programa .content-header-programa .content p{
	color: #003267;
    font-weight: 500;
	font-size: 17px;
    font-size: 17.5px;
	line-height: 1.4;
}
.page-header-programa .content-header-programa .content p strong,
.page-header-programa .content-header-programa .content p b{
			font-weight: 800;
}
.page-header-programa .content-header-programa .item-atributo {
	width: 47%;
	padding-left: 37px;
	position: relative;
}
.page-header-programa .content-header-programa .item-atributo h4 {
	color: var(--colorAzul3);
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 18px;
}
.page-header-programa .content-header-programa p{
	color: #003267;
	line-height: 1.2;
	font-size: 0.97rem;
}
		
.single-programas .d-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#nuestras-instalaciones{
	background: #013267;
	padding-top: 60px;
}
#nuestras-instalaciones h2{
	color: #ffffff;
	font-weight: bold;
}
#nuestras-instalaciones iframe{
	width: 100%;
    height: 600px;
}
		
#modalidades-estudio {
	padding-bottom: 0px;
}
#perfil-egresado{
	background: #013267;
	padding-top: 0;
	overflow: hidden;
    color: #ffffff;
}
#perfil-egresado h2{
	font-size: 1.8rem;
	font-weight: 700;
	color: #125EEF;
	margin-bottom: 22px;
}
#perfil-egresado .container-perfil-profesional{
	padding-top: 70px;
    padding-right: 6%;
}
#perfil-egresado .container-perfil-profesional ul{
	margin-top: 32px;
}
#perfil-egresado .container-perfil-profesional p{
	font-weight: 500;
    font-size: 17px;
}
#perfil-egresado .container-perfil-profesional ul li {
	padding-left: 50px;
	position: relative;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 22px;
}
#perfil-egresado .container-perfil-profesional ul li:after {
	left: 18px;
	top: 11px;
}
#perfil-egresado .container-porque-itep{
	background: #ffffff;
	color: #023267;
	border-bottom-left-radius: 50px;
	padding: 15px 10px 70px 14%;
	position: relative;
}
#perfil-egresado .container-porque-itep:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #ffffff;
}
#perfil-egresado ul {
	padding: 0;
	list-style: none;
}
#perfil-egresado ul li{
	position: relative;
	padding-left: 40px;
}
#perfil-egresado ul li:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #115eef;
	left: 11px;
	top: 8px;
}
#perfil-egresado .container-porque-itep ul li{
	padding-left: 40px;
	position: relative;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: var(--colorAzul1);
}
		
#otro-programas {
	background: #0868ab;
	color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}
#otro-programas h3 {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.5rem;
}
#otro-programas h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 30px;
}
#otro-programas .related-items{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
#otro-programas .related-items .related-item {
	width: 33.3333%;
	padding: 0px 20px;
}
.contenido-malla.d-flex{
	margin-left: -6px;
    margin-right: -6px;
}
.contenido-malla .item-modulo {
	width: 100%;
	padding: 6px;
}
.contenido-malla .columnaModulo{
	width: 50%;
}
.contenido-malla .item-grafico {
	width: 30%;
	padding-top: 30%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.item-grafico .circleUno {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 10px solid #1e88e5;
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
}
.item-grafico .circleDos{
	border-radius: 50%;
	position: absolute;
	background: conic-gradient(#0d47a1 calc(var(--percent, 0) * 1%), rgb(255 255 255 / 0%) 0);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	z-index: 1;
}
.item-grafico .circleText{
	background: #ffffff;
	width: 66%;
	height: 66%;
	margin: auto;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 17%;
	top: 17%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.item-grafico .circleText .numeroCiclo {
	font-size: 36px;
	line-height: 1;
	color: #053f99;
	font-weight: 900;
	display: block;
}
.item-grafico .circleText .nombreCiclo {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.content-titulo-modulo h3{
	font-size: 17px;
    display: block;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    background: #053f99;
    padding: 15px 15px;
    margin-bottom: 26px;
    border-radius: 8px;
}

#donde-trabajar {
	background: var(--colorAzul1);
	color: #ffffff;
}
#malla-curricular h2, #modalidades-estudio h2{
	color: #125EEF;
	font-weight: 700;
}
@media(max-width: 767px){
	.page-header-programa {
		padding-top: 52px;
		overflow: hidden;
	}
	.col-55, .col-45{
		width: 100% !important;
	}
	.page-header-programa .content-header-programa {
		padding-top: 50px;
		border: #ffffff;
		padding-left: 9px;
		padding-bottom: 50px;
	}
	.page-header-programa .content-header-programa h1 {
		font-size: 2.3rem;
	}
	.page-header-programa .content-header-programa .content p {
		font-size: 16px;
		line-height: 1.4;
	}
	#perfil-egresado .container-perfil-profesional ul li {
		font-size: 16px;
	}
	#perfil-egresado .contenido-malla .item-modulo {
		width: 100%;
	}
	#perfil-egresado .contenido-malla .columnaModulo {
		width: 50%;
	}
	#otro-programas .related-items .related-item {
		width: 100%;
	}
	.contenido-malla .item-modulo {
		width: 100%;
	}
}
/* ======================================== SINGLE PROGRAMAS ============================================ */


/* ========= FORMULARIO HOME ========== */
.gform_wrapper .gform_confirmation_message, .gform_confirmation_message p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}
.gform_wrapper .gform_confirmation_message h3{
	font-weight: bold;
	color: #ffffff;
}
.gform_wrapper .gform_validation_errors {
    padding: 6px !important;
    background: #ffffffeb !important;
    color: #b54040 !important;
    margin-bottom: 22px !important;
}
.gform_wrapper.gform-theme--foundation .gform-body .gform_fields{
    grid-row-gap: 15px;
    row-gap: 15px;
}
.gform_wrapper p.gform_required_legend {
    color: #ffffff;
    text-align: right;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
}
.gform-body .gfield input[type=date], .gform-body .gfield input[type=email], 
.gform-body .gfield input[type=number], .gform-body .gfield input[type=password], 
.gform-body .gfield input[type=search], .gform-body .gfield input[type=tel], 
.gform-body .gfield input[type=text], .gform-body .gfield input[type=url], 
.gform-body .gfield select, .gform-body .gfield textarea {
    width: 100%;
    border: 1px solid #ffffff !important;
    padding: 10px 20px;
    transition: all .3s;
    background: transparent !important;
    border-radius: 10px !important;
    color: #ffffff;
    line-height: 1;
    font-size: 15px;
    opacity: 0.8;
	transition: 500ms;
}
.gform-body input#input_2_1{
	pointer-events: none;
}
.gform-body .gfield input[type=date]::placeholder, .gform-body .gfield input[type=email]::placeholder, 
.gform-body .gfield input[type=number]::placeholder, .gform-body .gfield input[type=password]::placeholder, 
.gform-body .gfield input[type=search]::placeholder, .gform-body .gfield input[type=tel]::placeholder, 
.gform-body .gfield input[type=text]::placeholder, .gform-body .gfield input[type=url]::placeholder, 
.gform-body .gfield select::placeholder, .gform-body .gfield textarea::placeholder,
.gform-body .gfield legend, .gform-body .gfield .gfield_checkbox .gform-field-label{
	color: #ffffff;
}
.gform-body .gfield input[type=date]:hover, .gform-body .gfield input[type=email]:hover, 
.gform-body .gfield input[type=number]:hover, .gform-body .gfield input[type=password]:hover, 
.gform-body .gfield input[type=search]:hover, .gform-body .gfield input[type=tel]:hover, 
.gform-body .gfield input[type=text]:hover, .gform-body .gfield input[type=url]:hover, 
.gform-body .gfield select:hover, .gform-body .gfield textarea:hover{
	opacity: 1;
}
.gform_wrapper .gform-body .gfield select{
	appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.gform_wrapper .gform-body .gfield select option{
	background-color: white;
  	color: black;
}
.gform-body .gfield {
	 position: relative;
}
.gform_wrapper .gform-body .gfield_checkbox a {
    color: #ffffff;
    text-decoration: underline;
}
#gform_1 .gform-body .gfield label.gfield_label.gform-field-label {
    position: absolute;
    background: #ffffff;
    top: -12px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    padding: 0px 10px;
    z-index: 2;
	color: #053f99;
}
.gform-body .gfield .ginput_container {
    position: relative;
    z-index: 1;
}
.gform_wrapper .gform-footer.gform_footer{
	 text-align: right;
    justify-content: end;
}
.gform_wrapper .gform-footer .gform_button.button {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 8px !important;
    padding: 15px 35px !important;
    text-transform: uppercase !important;
    line-height: 1;
    margin-left: auto;
    display: inline-block;
	transition: 500ms;
}
.gform_wrapper .gform-footer .gform_button.button:hover{
	background: #ffffff;
}
.gform_wrapper .validation_message.gfield_validation_message {
    background: #ffffff;
    font-size: 11px;
    color: #eb0808;
    border-radius: 3px;
    padding: 3px 5px;
    line-height: 1;
}
.colum-form h2{
	margin: 0;
    font-family: 'Bebas Neue';
    font-size: 50px;
    line-height: 1.1;
}
@media (min-width: 768px) {
   .elementor-element.colum-form{
		width: 54%;
      	padding-left: 4%;
	}
}

@media(max-width: 990px) {
	.footer .botones-flotantes {
		text-align: right;
		display: none !important;
	}
	.frase-footer-imagenbg {
		padding-top: 120px;
	}
	.frase-footer-imagenbg .elementor-widget-text-editor {
		margin-bottom: 40px;
		padding-right: 7%;
	}
	.frase-footer-imagenbg .elementor-widget-text-editor p {
		font-size: 1.2rem;
		line-height: 1.3;
	}
}

@media(max-width: 767px) {
	.item-informes-left {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.item-informes .item-informes-right .elementor-widget-icon-box {
		width: 100% !important;
		margin-left: 0;
	}
	div#gform_wrapper_1 {
		margin-bottom: 50px;
	}
	.elementor-section.elementor-section-boxed>.elementor-container{
		max-width: 96% !important;
	}
	.frase-footer-imagenbg .elementor-background-overlay {
		height: 100%;
	}
}
	