/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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
}

[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
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --principal: #192b4b;
    --secundario: #283c82;
    --celeste: #30bded;
    --celesteOscuro: #2985c5;
    --blanco: #ffffff;
    --oscuro: #000000;
    --gris: #f8fafc;
    --grisOscuro: #cbcccd
}

html {
    font-size: 62.5%;
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    font-size: 1.6rem;
    font-family: Montserrat, sans-serif
}

img {
    width: 100%
}

.mapa-imagen img{
    width: 109%
}
p {
    line-height: 1.5
}

.contenedor {
    max-width: 120rem;
    margin: 0 auto;
    width: 95%
}

.encabezado {
    height: 100vh;
    background-image: url(/assets/bg-9c9ed0ff.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

@media (min-width:1200px) {
    .encabezado {
        background-attachment: fixed
    }
}

.encabezado:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000004d;
    position: absolute;
    z-index: -1
}

.navegacion {
    background-color: var(--blanco);
    padding: 1rem 4rem;
    display: none
}

@media (min-width:1200px) {
    .navegacion {
        display: block
    }
}

.contenedor-encabezado {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--blanco);
    z-index: 1;
    position: fixed;
    width: 100%;
    box-shadow: 0 8px 7px -4px #00000042;
    -webkit-box-shadow: 0px 8px 7px -4px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0px 8px 7px -4px rgba(0, 0, 0, .26)
}

.logo img {
    width: 200px
}

.navegacion a {
    text-decoration: none;
    padding: 1rem;
    color: var(--principal)
}

.navegacion .btn-telefono {
    color: var(--blanco);
    padding: 1rem 3.5rem
}

.btn-telefono {
    background-color: var(--secundario)
}

.navegacion a:hover {
    color: var(--celesteOscuro)
}

.informacion-encabezado {
    display: grid;
    height: 90%
}

@media (min-width:768px) {
    .informacion-encabezado {
        grid-template-columns: repeat(2, 1fr)
    }
}

.contenedor-eslogan {
    display: flex;
    align-items: center;
    justify-content: center
}

.contenedor-eslogan h1 {
    color: var(--celesteOscuro);
    font-size: 4.5rem;
    font-weight: 600;
    text-align: center
}

@media (min-width:768px) {
    .contenedor-eslogan h1 {
        font-size: 6rem;
        font-weight: 600
    }
}

@media (min-width:1200px) {
    .contenedor-eslogan h1 {
        font-size: 8rem;
        margin-left: 5rem
    }
}

.contenedor-eslogan span {
    color: var(--blanco)
}

.contenedor-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.contenedor-logo img {
    width: 80%
}

@media (min-width:768px) {
    .contenedor-logo img {
        width: 100%
    }
}

@media (min-width:1200px) {
    .contenedor-logo img {
        width: 80%
    }
}

.banner-cotizacion {
    background-color: var(--gris);
    padding: 5rem
}

.contenido-banner-cotizacion h2 {
    color: var(--principal);
    font-size: 3.5rem;
    text-transform: capitalize
}

.contenido-banner-cotizacion p {
    color: var(--principal);
    font-size: 2rem;
    font-weight: 700
}

.contenido-banner-cotizacion .frase-cotizacion,
.frase-cotizacion {
    margin-top: 0;
    color: var(--celesteOscuro);
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 700
}

.frase-cotizacion {
    text-align: center;
    font-size: 2.5rem !important;
    color: var(--principal) !important
}

.contenedor-btn-cotizacion {
    margin-top: 3rem
}

@media (min-width: 768px){
    .carrusel{
    }
}
.contenedor-btn-cotizacion a,
.btn {
    background-color: var(--celesteOscuro);
    padding: 1rem 3rem;
    color: var(--blanco);
    text-decoration: none;
    font-weight: 700
}

.cotizacion-informacion {
    padding: 5rem
}

@media (min-width:768px) {
    .cotizacion-informacion {
        padding: 3.5rem;
        display: grid;
        align-content: center;
        grid-template-columns: repeat(4, 1fr)
    
    }
}

.card-cotizacion:nth-child(4) {
    border-bottom: 2px solid var(--grisOscuro);
    padding: 0rem
}

.card-cotizacion:nth-child(3) {
    margin-top: 0;
    border-bottom: 2px solid var(--grisOscuro);

}

@media (min-width:768px) {
    .card-cotizacion:nth-child(1) {
        border-bottom: 2px solid var(--grisOscuro)
    }

    .card-cotizacion:nth-child(2) {
        border-bottom: 2px solid var(--grisOscuro)
    }

}

.card-cotizacion h3 {
    text-align: center
}

.card-cotizacion h3 {
    color: var(--celesteOscuro)
}

.card-cotizacion h2 {
    color: var(--principal)
}

.icono-cotizacion {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    color: var(--principal)
}

.contenedor-beneficios {
    display: grid;
    position: relative;
    z-index: -1
}

@media (min-width:768px) {
    .contenedor-beneficios {
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }
}

.texto-beneficios {
    background: url(/assets/guardiaxd-ffadddd4.jpg) no-repeat center center;
    height: 35vh;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.texto-beneficios:before {
    content: "";
    background-color: #192b4b80;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.texto-beneficios h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 3.5rem
}

@media (min-width:768px) {
    .texto-beneficios h2 {
        font-size: 6rem
    }
}

.iconos-beneficios {
    display: grid;
    z-index: -1;
    margin-left: 3rem
}

@media (min-width:768px) {
    .iconos-beneficios {
        grid-template-columns: repeat(2, 1fr);
        z-index: -1;
        margin-left: 3rem
    }
}

.icono {
    text-align: center
}

.icono-info {
    font-size: 8rem;
    color: var(--principal)
}

.txt-beneficios {
    width: 97%
}

.txt-beneficios span {
    color: var(--celesteOscuro);
    font-weight: 700;
    text-align: center
}

.contenedor-nosotros {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    
}

@media (min-width:768px) {
    .contenedor-nosotros {
        
    }
}



@media (min-width: 768px) {
    .contenido-nosotros {
        display: flex;
        justify-content: space-between
    }
}

.contenido-garantias{
    display: flex;
    flex-direction: column-reverse;

}

@media (min-width: 768px) {
    .contenido-garantias {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

.texto-nosotros {
    margin-bottom: 4rem
}

.texto-nosotros,
.imagenes-nosotros {
    flex: 0 0 calc(50% - 1rem)
}

.nuestra-filosofia h2 {
    font-size: 3.5rem;
    text-align: center;
    color: var(--principal)
}

.texto-nosotros .bienvenida {
    font-size: 4rem;
    color: var(--verde);
    text-align: center
}

.texto-nosotros2 {
    color: var(--celesteOscuro);
    font-weight: 700;
    font-size: 2rem
}

@media (min-width: 768px) {
    .texto-nosotros .bienvenida {
        text-align: justify
    }
}

.texto-nosotros h2 {
    font-size: 3.5rem;
    text-align: center;
    color: var(--principal)
}

.texto-nosotros h2:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: var(--celesteOscuro)
}

@media (min-width: 768px) {
    .texto-nosotros h2 {
        text-align: left
    }
}

.texto-nosotros p {
    text-align: justify;
    font-size: 1.8rem
}

.imagenes-nosotros {
    display: flex;
    justify-content: space-between
}

.imagen-garantias{
        display: flex;
        justify-content: space-between
}

.imagenes-nosotros img {
    border-radius: 5px
}

.imagen1,
.imagenes2 {
    flex: 0 0 calc(50% - 1rem)
}

.guardia1{
    flex: 0 0 calc(215% - 1rem)
}

.guardia1{
    clip-path: inset(0 60% 0 0);
    margin-left: 6rem;
    margin-right: auto;
}

.imagenes2 img {
    margin-bottom: 1rem
}

.mapa-ubicacion {
    background-color: var(--principal);
}

.mapa-servicio h3 {
    font-size: 3rem
}

.icono-servicio-mapa {
    font-size: 5rem
}

.mapa-imagen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

@media (min-width:768px) {
    .mapa-imagen {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;

    }
}

.mapa-servicios-contenido {
    color: var(--blanco);
    display: grid;
    text-align: center
}

@media (min-width:768px) {
    .mapa-servicios-contenido {
        color: var(--blanco);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center
    }
}

.mapa-servicios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mapa-servicios h2 {
    color: var(--blanco);
    text-align: center;
    font-size: 5rem;
    margin-bottom: 6rem;
    margin-top: 0
}

.menu {
    padding-top: 4rem
}

.icono-whats {
    font-size: 2.5rem
}

.btn-contactar {
    padding: 1rem 3rem;
    background-color: var(--principal);
    color: var(--blanco);
    border: 2px solid var(--principal);
    text-decoration: none;
    border-radius: 5px
}

.link-menu {
    text-decoration: none;
    background-color: var(--gris)
}

.link-menu:visited {
    color: #000
}

.link-menu:link {
    text-decoration: none;
    color: #000
}

.contenedor-menu-servicios {
    padding: 2rem;
    margin-top: 2rem
}

@media (min-width:768px) {
    .contenedor-menu-servicios {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem
    }
}

.menu-servicio {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid var(--celesteOscuro);
    opacity: .5
}

.menu:hover {
    opacity: 1;
    cursor: pointer
}

.menu-servicio i {
    transition: all .3s ease;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .menu-servicio i {
        font-size: 2.8rem;
        margin-right: 2rem
    }
}

.menu-servicio p {
    text-align: center;
    font-size: 2.2rem;
    display: none;
    color: var(--secundario);
    animation: slide .3s ease
}

@media (min-width:768px) {
    .menu-servicio {
        padding: 0;
        margin-bottom: 0;
        height: 5rem
    }
}

@media (min-width:1200px) {
    .menu-servicio {
        padding: 0;
        margin-bottom: 0;
        height: 5rem
    }
}

.servicio-activo {
    border: 1.5px solid var(--celesteOscuro);
    opacity: 1;
    cursor: pointer;
    border: 3px solid var(--celesteOscuro)
}

.servicio-activo i {
    transform: scale(1.2);
    color: var(--celesteOscuro)
}

.servicio-activo p {
    display: block
}

@keyframes slideX {
    0% {
        transform: scale(1.1);
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

.contenedor-descripcion-servicios {
    overflow: hidden
}

.descripcion-servicio {
    animation: slideX .3s ease;
    display: none
}

.descripcion-activa {
    overflow: hidden;
    animation: slideX .3s ease;
    display: block;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .descripcion-activa {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.descripcion-imagen-servicio {
    grid-row: 1/2
}

.descripcion-texto-servicio {
    padding: 1rem
}

.descripcion-texto-servicio h3 {
    color: var(--celesteOscuro);
    font-style: italic;
    font-size: 2rem
}

.descripcion-texto-servicio p {
    color: var(--principal);
    font-size: 2rem;
    text-align: justify
}

.lista-servicios {
    padding-left: 0
}

.lista-servicios li {
    color: var(--celeste);
    display: flex;
    align-items: center;
    list-style: none
}

.lista-servicios p {
    color: var(--principal);
    margin: 1rem 0
}

.lista-servicios i {
    margin-right: 1rem;
    color: var(--principal);
    font-size: 2.2rem;
    order: -1
}

.descripcion-texto-servicio,
.descripcion-imagen-servicio {
    flex: 0 0 calc(50% - 1rem)
}

.descripcion-imagen-servicio {
    padding: 1rem
}

@media (min-width:1200px) {
    .descripcion-imagen-servicio {
        display: flex;
        justify-content: center
    }
}

@media (min-width:768px) {
    .descripcion-imagen-servicio {
        display: flex;
        align-items: center
    }
}

.frase-filosofica {
    font-style: italic;
    color: var(--grisOscuro);
    font-size: 1.5rem
}

.parrafo-ventaja span {
    font-weight: 700;
    text-transform: uppercase
}

@keyframes mover {
    50% {
        transform: scale(1.1);
        transition: all .3s ease
    }

    to {
        transition: all .3s ease
    }
}

.trabajo h2 {
    text-align: center;
    font-size: 3.5rem;
    color: var(--secundario)
}

@media (min-width: 768px) {
    .trabajo h2 {
        font-size: 3.5rem
    }
}

.contenido-trabajo {
    background-image: url(/assets/trabajo-e2990687.jpg);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    background-size: cover;
    background-position: center center
}

@media (min-width: 768px) {
    .contenido-trabajo {
        grid-template-columns: repeat(2, 1fr);
        background-attachment: fixed
    }
}

.texto-trabajo {
    padding: 2rem;
    grid-row: 2/3;
    background-color: var(--blanco);
    text-align: justify
}

@media (min-width: 768px) {
    .texto-trabajo {
        padding: 5rem
    }
}

.texto-trabajo h3 {
    font-size: 2.5rem;
    color: var(--secundario)
}

.texto-trabajo p {
    font-size: 2rem;
    text-align: center
}

@media (min-width: 768px) {
    .texto-trabajo p {
        text-align: left
    }
}

.contenedor-clientes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.texto-clientes {
    color: var(--secundario)
}

.clientes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem
}

.clientes img {
    width: 60%;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.clientes img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: all .3s ease-in-out
}

.contenedor-mapa {
    display: grid
}

@media (min-width:768px) {
    .contenedor-mapa {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }
}

.logo-footer {
    filter: invert(100%);
}

.modal {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width: 768px) {
    .modal {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    .modal {
        grid-template-columns: repeat(3, 1fr)
    }
}

.footer {
    background-color: var(#f8fafc)
    
}

.contenedor-footer {
    display: grid;
    gap: 2rem;
    padding: 2rem;
    height: 50rem;
    align-content: center;
}


@media (min-width:768px) {
    .contenedor-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 2rem
    }
}

.contenido-footer h3 {
    color: var(#000)
}


.contenido-footer p {
    color: #000;
}

.separador {
    width: 100%;
    background-color: var(--blanco);
    height: 1px;
    display: block
}

.copyright {
    background-color: var(--principal);
    padding: 2rem;
    text-align: center
}

.copyright p {
    color: var(--blanco)
}

.copyright span {
    font-weight: 700
}

.contenedor-icono-footer {
    color:#000
}

.contenedor-icono-footer {
    display: flex;
    align-items: center
}

.icono-footer {
    color: var(#000);
    margin-right: 1rem
}

.logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.logo-footer img {
    max-width: 25rem;
}

@media (min-width:768px) {
    .logo-footer img {
        max-width: 60rem;
    }
}

.contenido-contacto {
    color: var(--blanco)
}

.contenido-contacto p {
    font-style: italic
}

.icono-contacto-formulario {
    display: flex;
    align-items: center
}

.icono-contacto-formulario i {
    margin-right: 1rem;
    border-radius: 50%;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .icono-contacto-formulario i {
        border: 1px solid var(--blanco);
        padding: 2.3rem
    }
}

.contenido-contacto h2,
.cotiza-servicio {
    text-align: center
}

.contacto-contenedor {
    margin-top: 2rem;
    background-color: var(--gris)
}

@media (min-width:768px) {
    .contacto-contenedor {
        background-color: var(--gris)
    }
}

.contacto {
    display: grid
}

@media (min-width:768px) {
    .contacto {
        display: grid;
        grid-template-columns: 33% 67%
    }
}

.contenido-contacto {
    background-color: var(--secundario);
    padding: 3rem;
    border-radius: 4px
}

.formulario-contacto {
    padding: 4rem;
    background-color: var(--blanco)
}

.uno {
    display: grid
}

@media (min-width:768px) {
    .uno {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.margen-input {
    margin-right: 30px
}

.input label,
.input-uno label {
    display: block;
    margin: 1rem 0
}

.input input,
textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--grisOscuro);
    border-radius: 3px
}

.customer {
    display: none
}

@media (min-width: 768px) {
    .customer {
        display: block
    }
}

textarea {
    height: 20rem;
    resize: none
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    max-width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box
}

.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

div.clear {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img,
.slick-initialized .slick-slide {
    display: block
}

.copy {
    padding-top: 250px
}

.header-encabezado {
    height: 400px;
    background-image: url(/assets/trabajo-e2990687.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: -1
}

.header-encabezado:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000004d;
    position: absolute;
    z-index: -1
}

.eslogan-trabajo {
    margin-top: 10rem;
    color: var(--blanco);
    text-align: center
}

@media (min-width:768px) {
    .eslogan-trabajo {
        font-size: 2rem;
        margin-left: 5rem
    }
}

.contenedor-btn-whats {
    position: relative;
    z-index: 1
}

.oferta-laboral {
    display: grid;
    padding: 5rem;
    gap: 2rem
}

@media (min-width:768px) {
    .oferta-laboral {
        grid-template-columns: repeat(2, 1fr)
    }
}

.card-oferta-laboral {
    padding: 1rem;
    border: 2px solid var(--gris)
}

.card-oferta-laboral h3,
.card-oferta-laboral .icono-oferta,
.requisito .icono-oferta {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    text-align: center
}

.icono-oferta {
    color: var(--celesteOscuro)
}

.card-oferta-laboral h3 {
    color: var(--principal)
}

.requisitos-contenedor {
    background-color: var(--gris);
    padding: 4rem
}

.requisitos-contenedor h2 {
    text-align: center;
    color: var(--secundario);
    margin-bottom: 10rem
}

.requisitos {
    display: grid;
    gap: 2rem
}

@media (min-width:768px) {
    .requisitos {
        grid-template-columns: repeat(3, 1fr)
    }
}

.requisito p {
    text-align: center
}

.contenedor-btn-whats {
    display: flex;
    justify-content: center;
    margin-top: 3rem
}

.btn-whats {
    text-decoration: none;
    background-color: var(--secundario);
    padding: 1rem 3rem;
    color: var(--blanco)
}

.header-servicios {
    height: 400px;
    background-image: url(/assets/mision-f7df7ce7.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: -1
}

.header-servicios:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000004d;
    position: absolute;
    z-index: -1
}

.contenedor-numeros {
    background: linear-gradient(.25turn, var(--principal), var(--secundario))
}

.wrapper {
    width: 80vw;
    display: flex;
    justify-content: space-around;
    gap: 10px
}

.container {
    width: 28vmin;
    height: 28vmin;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 16px;
    border-radius: .5em
}

.icono-numeros {
    color: var(--blanco);
    font-size: 2.5em;
    text-align: center
}

span.num {
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em
}

span.text {
    color: #e0e0e0;
    font-size: 1em;
    text-align: center;
    pad: .7em 0;
    font-weight: 400;
    line-height: 0
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 85vw
    }

    .container {
        height: 26vmin;
        width: 26vmin;
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 90vw;
        flex-wrap: wrap;
        gap: 30px
    }

    .container {
        width: calc(50% - 40px);
        height: 30vmin;
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        gap: 15px
    }

    .container {
        width: 100%;
        height: 25vmin;
        font-size: 8px
    }
}

.navegacion.abrir {
    animation: slide .5s;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: var(--blanco);
    padding: 2rem
}

@media (min-width:1200px) {
    .navegacion.abrir:active {
        display: none
    }
}

@media (min-width:1200px) {
    .navegacion.abrir {
        display: none
    }
}

.menu-movil button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 6rem;
    height: 6rem
}

.menu-movil span {
    border-radius: 5px;
    background-color: var(--celesteOscuro);
    display: block;
    width: 60%;
    margin: 5px auto;
    height: 2px;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

@media (min-width:1200px) {
    .menu-movil {
        display: none
    }
}

.menu-movil button.abrir .arriba {
    animation-name: arriba-animacion
}

.menu-movil button.abrir .medio {
    animation-name: medio-animacion
}

.menu-movil button.abrir .abajo {
    animation-name: abajo-animacion
}

.menu-movil button .arriba {
    animation-name: arriba-animacion-cerrar
}

.menu-movil button .medio {
    animation-name: medio-animacion-cerrar
}

.menu-movil button .abajo {
    animation-name: abajo-animacion-cerrar
}

@keyframes arriba-animacion {

    50%,
    to {
        margin: 0 auto;
        transform: translateY(.2rem) rotate(-45deg)
    }
}

@keyframes abajo-animacion {

    50%,
    to {
        margin: 0 auto;
        transform: translateY(-.2rem) rotate(45deg)
    }
}

@keyframes medio-animacion {

    20%,
    to {
        margin: 0 auto;
        width: 0;
        opacity: 0
    }
}

@keyframes arriba-animacion-cerrar {
    0% {
        margin: 0 auto;
        transform: translateY(.2rem) rotate(-45deg)
    }

    50%,
    to {
        margin: .5rem auto;
        transform: translateY(0) rotate(0)
    }
}

@keyframes medio-animacion-cerrar {
    0% {
        margin: 0 auto;
        width: 0;
        opacity: 0
    }

    20%,
    to {
        margin: 0 auto;
        width: 60%;
        opacity: 1
    }
}

@keyframes abajo-animacion-cerrar {
    0% {
        margin: 0 auto;
        transform: translateY(-2px) rotate(45deg)
    }

    50%,
    to {
        margin: 5px auto;
        transform: translateY(0) rotate(0)
    }
}

.activo {
    color: var(--celesteOscuro) !important
}

@keyframes slide {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.contenedor-ofrecemos h2,
.contenedor-fichas-tecnicas h2 {
    text-align: center;
    color: var(--principal);
    font-size: 3.5rem;
    margin-top: 0
}

.entregamos-texto p {
    font-size: 2.5rem
}

.contenido-ofrecemos {
    display: grid
}

@media (min-width:768px) {
    .contenido-ofrecemos {
        grid-template-columns: repeat(2, 1fr)
    }
}

.banner-certificados {
    text-align: center;
    background-color: var(--principal);
    padding: 1rem 3rem;
    color: var(--blanco)
}

.logos-recep {
    margin-top: 2rem
}

.contenedor-fichas-tecnicas {
    margin-top: 4rem
}

.contenido-fichas {
    display: grid;
    gap: 2rem
}
#pelicula img{
    transition: all 500ms;
    position: relative;
}

#pelicula img:hover{
    transform: scale(1.30);
    z-index: 1;
}

@media (min-width:768px) {
    .contenido-fichas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem
    }
}

.btn-formulario input {
    background: var(--secundario);
    padding: 1rem 4rem;
    color: var(--blanco);
    margin-top: 2rem;
    border: none
}

.btn-formulario input:hover {
    cursor: pointer
}

.mensaje-correo {
    background-color: var(--principal);
    color: var(--blanco);
    padding: 1rem 3rem;
    margin-bottom: 3rem;
    text-align: center
}

.imagencentral {
    align-content: center;
    width: 100%;
    padding-top: 8rem;
}

.carrusel{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    background-color: #f8fafc;
    padding-bottom: 4rem;
}



.imagenes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.img{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.85);
    height: 576px;
    width: 1134px;
    border-radius: 15px ;
    margin: 5px;
    object-fit: cover;
    filter: saturate(175%);
}

.texto{
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    transform: translateY(0px);
    margin-bottom: 9px;
    backdrop-filter: blur(20px);
    background-color: rgba(63, 106, 138, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.texto h3{
    text-shadow: 0px 0px 15px black;
    padding-top: 40px;
    color: white;
    font-weight: 300;
    font-size: 27px;
}

.texto p{
    align-items: center;
    padding: 20px;
    color:white;
    font-size: 0px;
    font-weight: 300;
}

.imagenes .texto{
    width: 600px;
    height: 100px;
    transition: 1s;
}

.imagenes:hover .texto{
    transition: height 1s, transform 1s, background-color 1s;
    transform: translateY(-150px);
    height: 300px;
    background-color: rgba(63, 106, 138, 0.71);
}

.imagenes:hover .texto p{
    transition: font-size 0s .2s linear;
    font-size: 23px;
    font-weight: 300;

    text-shadow: 0px 0px 10px #000000;
}

.puntos{
    display: flex;
    align-items: center;
    justify-content: center;
}

.puntos p{
    font-size: 100px;
    font-weight: 500;
    margin-top: -50px;
    color: black;
}

.puntos .bold{
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    color: #5E17EB ;
}

.bolsatrabajo{
    width: 700px;
    height: auto;
}

#contacto{
    padding: 8.5px;
    border: 2px solid #283c82;
    border-radius: 0%;
}

#contacto:hover{
    background-color: var(--secundario);
    color: var(--blanco);
}

.botonservicio{
    padding: 3rem;
    text-align: center;
    background-color: #f8fafc;
}


.texto-opcion {
    background: url(/assets/DSC_0184.JPG) no-repeat center center;
    height: 35vh;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.texto-opcion:before {
    content: "";
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.texto-opcion h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 3.5rem
}

@media (min-width:768px) {
    .texto-opcion h2 {
        font-size: 6rem
    }
}

.contenedor-carousel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .carousel-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease-in;
  }

  .carousel-view .item-list {
    max-width: 950px;
    width: 70vw;
    padding: 50px 10px;
    display: flex;
    gap: 48px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .item-list::-webkit-scrollbar {
    display: none;
  }

  .item {
    scroll-snap-align: center;
    height: 40rem;
    background-color: black;
    border-radius:8px;
    object-fit: cover;
  }
  
  .next-btn {
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .next-btn button{
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
  }

  .prev-btn{
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .prev-btn button{
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
  }

  .link-personalizado { color: inherit; /* Mantiene el color del texto según su contenedor */ text-decoration: none; /* Quita el subrayado */ } 
  .link-personalizado:hover { color: #ff6600; /* Cambia el color del texto cuando pasas el ratón por encima */ text-decoration: underline; /* Agrega subrayado cuando pasas el ratón por encima */ }
