@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
    scroll-behavior: smooth;
    background-color: #f7f7f7;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    position: relative;
}
::selection {
    background: #FD5954;
    color: rgba(255,255,255,0.85);
}
::-webkit-scrollbar {
    width: 4px;     /* Tamaño del scroll en vertical */
    height: 4px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/
}
::-webkit-scrollbar-thumb {
    background: #ECE9E9;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.containerFull {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    position: relative;
}
@media screen and (max-width: 1540px){
    .container {
        max-width: 1200px;
    }
}
.redDegradado {
    -webkit-animation: textGradient 6s linear infinite;
    animation: textGradient 6s linear infinite;
    background: linear-gradient(260deg, #8F1A14 5%, #FF322C 30%, #FF6661 50%, #FF322C 70%, #8F1A14 95%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@keyframes textGradient {
    100% {
        background-position: 200% center;
    }
}
.redT {
    background-color: #FD5954;
    color: #F6F6F6;
}
.redWT {
    background-color: #fafafa;
    color: #FD5954;
}
.rosaT {
    background-color: #FFEAE9;
    color: #FD5954;
}
.grisT {
    background-color: #ABACBF;
    color: #FAFAFA;
}
.whiteT {
    background-color: #fff;
    color: #ABACBF;
}
.blackT {
    background-color: #202020;
    color: #fff;
}
.gOscuroFondo {
    background: linear-gradient(180deg, rgba(224,228,233,1) 0%, rgba(246,246,247,1) 100%);
    position: relative;
}
.grisFondo {
    background-color: #E9EAEC;
    position: relative;
}
.gClaroFondo {
    background-color: #F2F2F2;
    position: relative;
}
.whiteFondo {
    background-color: #fff;
    position: relative;
}
.blackFondo {
    background-color: #000;
    position: relative;
}
.fondoDegradado {
    background: url(../images/degradado.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.fondoRojoDegradado {
    position: relative;
    background-size: cover;
    background: linear-gradient(60deg, rgba(0,0,0,1) 0%, rgba(26,0,4,1) 20%, rgba(127,0,20,1) 60%, rgba(0,0,0,1) 100%);
}
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 18px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    line-height: 14px;
}
.arrow-white {
    width: auto;
    height: 8px;
    min-height: 8px;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    margin: 0 5px 0 15px;
    fill: #fafafa;
}
.btn:hover .arrow-white, .btn:hover .arrow-send  {
    transform: translateX(5px);
}
.redBtn {
    background-color: #FF322C;
    color: #FAFAFA;
}
.redBtn:hover {
    background-color: #282727;
}
.blackBtn {
    background-color: #282727;
    color: #FAFAFA;
}
.whiteP {
    color: #FAFAFA;
}
.redP {
    color: #FF322C;
}
.rClaroP {
    color: #FD5954;
}
.rOscP {
    color: #DF1D1D;
}
.blackP {
    color: #3F3F3F;
}
.grisP {
    color: #7E7F80;
}
.gClaroP {
    color: #E9EAEC;
}
.azulP {
    color: #2E4263;
}
.row {
    display: flex;
    flex-flow: row wrap;
}
.column {
    display: flex;
    flex-flow: column wrap;
}
.whiteBlur {
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .8);
    
}
.blackBlur {
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .3);
}
.smallT {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 12px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
}
a, button {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    text-decoration: none;
    font-weight: 700;
}
ul {
    list-style-type: none;
}



header {
    width: 100%;
    position: fixed;
    z-index: 100;
    max-height: 80px;
}
.headerIcon {
    height: 40px;
}
.logo {
    position: relative;
    height: 28px;
}
.logo img {
    width: auto;
    height: 100%;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu {
    display: flex;
    gap: 30px;
}
.navLink {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 13px;
    gap: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.navLink:hover {
    color: #DF1D1D;
}
p {
    font-size: 14px;
    line-height: 22px;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 38px;
}
h1 span {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
}

.nosotros {
    padding-top: 130px;
    padding-bottom: 70px;
    align-items: center;
    gap: 30px;
}
.nosotrosC {
    width: calc(50% - 15px);
}
.nosotrosT {
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}
.avatar {
    height: 120px;
}
.imgNosotros {
    width: 100%;
    justify-content: center;
    align-items: center;
}



.mision {
    width: 50%;
    background-color: #000;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: justify;
}
.mision div, .vision div{
    width: 100%;
    max-width: 550px;
    padding: 50px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.vision {
    width: 50%;
    background-color: #ff322c;
    text-align: justify;
}



.degT {
    font-size: 26px;
    line-height: 26px;
}
.degT span {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 23px;
}



.fObjetivos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #feeded;
}
.objetivos div {
    width: 100%;
    max-width: 33.33%;
    padding: 20px;
    align-items: center;
    gap: 15px;
    border-radius: 30px;
}
.objetivos div p {
    font-size: 12px;
    line-height: 16px;
}



.politicaC {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
    justify-content: center;
}
.politicaC h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.politicaC h2 span {
    font-weight: 500;
}
.politicaC div {
    width: 100%;
    max-width: calc(33.33% - 30px);
    padding: 20px;
    gap: 15px;
    border-radius: 30px;
}
.politicaC div img {
    width: 60px;
}
.politicaC div p {
    font-size: 12px;
    line-height: 16px;
}



.calidadC {
    padding-top: 50px;
    padding-bottom: 50px;
}
.calidadC div {
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.calidadC h2 {
    margin-bottom: 15px;
}
.calidadC h2 span {
    font-weight: 500;
}
.calidadC img {
    max-width: 430px;
    width: 100%;
}
.listC {
    position: relative;
    padding-left: 30px;
    text-align: justify;
}
.calidadC .listC:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/Goal.svg);
    background-size: 100% 100%;
    left: 5px;
    top: 3px;
}



.organigramaFull {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.organigramaC {
    width: 100%;
    max-width: 1080px;
    border-radius: 30px;
    background: url(../images/fondoOrganigrama.png) no-repeat center center;
    background-size: 100% 100%;
    height: auto;
    min-height: 350px;
    justify-content: space-around;
    overflow: hidden;
}
.organigramaIzq {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
    padding: 50px 0;
}
.organigramaDer {
    justify-content: center;
    align-items: flex-end;
}
.imgOrganigrama {
    max-height: 300px;
}


.teamC {
    height: 20px;
    min-height: 180px;
    justify-content: center;
    align-items: center;
    background: url(../images/NuestroEquipo.png) no-repeat top center;
    background-size: cover;
    
}
.teamC img {
    height: 30px;
    margin-bottom: 15px;
}
.teamC h2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 46px;
    font-style: italic;
}
.team {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 60px;
    justify-content: center;
}
.cardTeam h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ff322c;
}
.cardTeam p {
    font-size: 12px;
    line-height: 1.3;
}
.cardTeam {
    width: 100%;
    max-width: 200px;
    min-height: 230px;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 15px;
}
.foto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.cardMarco {
    width: 130px;
    height: 130px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,213,218,1) 100%);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: -1;
}
.cardF {
    width: 100%;
    max-width: 200px;
    min-height: 240px;
    top: 40px;
    background: #fff;
    position: absolute;
    z-index: -2;
    border-radius: 30px;
}



.certificadosFull {
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
.certificadosC {
    width: 100%;
    max-width: 1080px;
    border-radius: 30px;
    background: url(../images/fondoCertificaciones.png) no-repeat center top;
    background-size: cover;
    height: auto;
    min-height: 350px;
    justify-content: space-evenly;
    overflow: hidden;
    gap: 50px;
    padding: 50px 0;
}
.certificados {
    max-width: 320px;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
}
.certificadosLogos {
    align-items: center;
    gap: 30px;
}
.certificadosLine {
    width: 1px;
    height: 30px;
    background: #DF1D1D;
}
.first {
    height: 50px;
}
.iso {
    height: 50px;
}
.certT {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
    color: #202020;
}
.certT span {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}


footer {
    min-height: 60px;
    background: #f7f7f7;
    position: relative;
    bottom: 0;
}
.footerC {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 6px;
}
.socialRedes {
    gap: 20px;
}
.socialRedes a {
    width: 30px;
    height: 25px;
    align-items: center;
    justify-content: center;
}
.socialRedes a img {
    height: 15px;
}


.newsSwiperContainer {
    position: relative;
    max-width: 1080px;
    width: 100%;
    cursor: grab;
    background: transparent!important;
    margin: 0 auto;
}
.newsSwiper {
    width: 100%;
    border-radius: 30px;
    border: 1px solid white;
    background: transparent!important;
}

.newsNext {
    border-radius: 50%;
    right: -13px;
}
.newsPrev {
    border-radius: 50%;
    left: -13px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
}
.newsSwiperContainer .swiper-button-next, .newsSwiperContainer .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #202020;
    transition: all .2s;
    cursor: pointer;
    position: absolute;
}
.newsSwiperContainer .swiper-button-next svg, .newsSwiperContainer .swiper-button-prev svg {
    margin: 0;
    height: 10px;
}
.newsSwiperContainer .swiper-button-next:hover, .newsSwiperContainer .swiper-button-prev:hover {
    background-color: #FF322C;
    border: transparent;
}
.newsSwiperContainer .swiper-button-next:active, .newsSwiperContainer .swiper-button-prev:active {
    background-color: #FF322C;
    border: transparent;
}
.newsSwiperContainer .swiper-button-prev svg {
    transform: rotate(180deg);
}



.ultima {
    gap: 20px;
    padding-top: 120px;
    padding-bottom: 40px;
}
.ultimaC {
    width: 100%;
    max-width: 1080px;
    min-height: 400px;
    border-radius: 30px;
    background: url(../images/UltimaNovedad.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.ultimaFull {
    padding-top: 120px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.ultimaT {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.ultimaT span {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 400;
}
.novedad {
    padding-top: 70px;
    padding-bottom: 30px;
    gap: 50px;
}
.btnNovedad {
    width: 100%;
    justify-content: center;
}
.btnNovedad a {
    color: #DF1D1D;
    text-align: center;
}
.btnNovedad a:hover {
    color: #202020;
    text-align: center;
}
.historialh2 {
    padding-top: 120px;
}
.historialN {
    padding-top: 30px;
}



.evento {
    align-items: center;
    gap: 30px;
}
.evento img {
    width: 220px;
    height: 200px;
    border-radius: 30px;
}
.eventoDatos {
    width: 100%;
    max-width: 480px;
    gap: 10px;
}
.eventoDatos h3 {
    font-size: 18px;
}
.eventoDatos p {
    line-height: 1.3;
}
.date {
    font-size: 12px;
}
.date span {
    font-weight: 700;
}

.logrosC {
    padding-bottom: 60px;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
}
.logrosC h2 {
    font-size: 26px;
    width: 100%;
    text-align: center;
}
.logrosC h2 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 400;
}
.logros h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.logros {
    width: 280px;
}
.logros p {
    font-size: 12px;
    line-height: 1.3;
}
.logros img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
}


.solicitudC {
    padding-top: 80px;
}
.solicitud {
    width: 100%;
    min-height: 250px;
    background: url(../images/fondoHeader.svg) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.solicitud h1 {
    font-size: 30px;
}
.solicitud p {
    font-size: 18px;
}
.acceso {
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-around;
    gap: 30px;
    min-height: 345px;
    align-items: center;
}
.acceso a {
    width: 100%;
    max-width: 150px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.acceso a:hover {
    color: #DF1D1D;
}
.acceso a img {
    width: 100px;
    margin-bottom: 20px;
}


.inducciones {
    padding-top: 120px;
    padding-bottom: 100px;
    gap: 60px;
}
.induccionesT {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.induccionesT span {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
}
.tutorial {
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    cursor: pointer;
}
.PortaT {
    max-width: 500px;
    border-radius: 30px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}
.portada {
    width: 100%;
    position: relative;
}
.overlayT {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.play {
    position: absolute;
}
.InfoT {
    width: 100%;
    max-width: 300px;
}
.InfoT h3 {
    color: #DF1D1D;
    margin-bottom: 10px;
}
.InfoT p {
    line-height: 1.3;
}
.pictureUltima {
    width: 100%;
    max-width: 1080px;
    border-radius: 30px;
}
.ultimaContainer {
    justify-content: center;
}

.iframeC {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
}

/*----------------------Responsive 990----------------------*/
@media screen and (max-width: 990px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}
/*----------------------Responsive 768----------------------*/
@media screen and (max-width: 768px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .logo {
        height: 24px;
    }
    .menu {
        gap: 0;
    }
    .navLink span {
        display: none;
    }
    .solicitudC {
        padding-top: 60px;
    }
    .solicitud {
        min-height: 180px;
    }
    .nosotrosC {
        width: 100%;
    }
    .objetivos div {
        max-width: 50%;
    }
    .politicaC div {
        max-width: calc(50% - 30px);
    }
    .calidadC div {
        width: 100%;
    }
    .teamC h2 {
        text-align: center;
        font-size: 44px;
    }
    .team {
        gap: 30px;
    }
    .PortaT {
        order: 2;
    }
    .tutorial {
        gap: 25px;
    }
    .InfoT h2 {
        width: 100%;
        text-align: center;
    }
}
/*----------------------Responsive 480----------------------*/
@media screen and (max-width: 480px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    p {
        line-height: 1.55;
    }
    .headerIcon {
        height: 30px;
    }
    .logo {
        height: 22px;
    }
    .navLink {
        padding: 15px 10px;
    }
    .footerC {
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .socialRedes {
        gap: 0;
    }
    .mision {
        width: 100%;
    }
    .vision {
        width: 100%;
    }
    .objetivos div {
        max-width: 100%;
    }
    .politicaC div {
        max-width: calc(100% - 30px);
    }
    .teamC h2 {
        font-size: 30px;
    }
    .imgOrganigrama {
        width: 100%;
        max-height: auto;
    }
    .logros {
        width: 230px;
    }
    .evento {
        justify-content: center;
    }
    .evento img {
        width: 100%;
        max-width: 230px;
        height: auto;
    }
    .ultimaC {
        width: 100%;
        min-height: 480px;
        background: url(../images/ultimaNovedadw480.webp) no-repeat center center;
        background-size: cover;
    }
    .ultimaFull {
        padding-top: 90px;
    }
    .newsNext {
        top: initial;
        right: 0;
        bottom: 0;
    }
    .newsPrev {
        top: initial;
        left: 0;
        bottom: 0;
    }
}
/*----------------------Responsive 320----------------------*/
@media screen and (max-width: 320px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navLink {
        padding: 15px 5px;
    }
}