* {
    margin: 0;
    padding: 0
}

body {
    font-family: Poppins, sans-serif;
    font-size: 17px
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Bebas Neue', sans-serif
}

.bg-pink {
    background-color: #f93d5b
}

.bg-yellow {
    background-color: #fff385
}

.bg-yellow-2 {
    background-color: #ffba17
}

.bg-blue {
    background-color: #013866
}

.bg-blue-13 {
    background-color: rgb(42, 114, 168, .13)
}

.bg-black {
    background-color: #313131
}

.bg-black-1 {
    background-color: #010409
}

.bg-white-1 {
    background-color: #f2f2f2
}

.bg-white-75 {
    background-color: rgb(255, 255, 255, .75)
}

.bg-black-opacity {
    background-color: #403535
}

.bg-green {
    background-color: #4ca583
}

.text-green {
    color: #4ca583
}

.bg-purple-13 {
    background-color: rgb(198, 151, 239, .13)
}

.bg-blue-white {
    background: #013866;
    background: linear-gradient(180deg, #013866 0, #013866 50%, rgba(162, 200, 234, .24) 50%, rgba(162, 200, 234, .24) 100%)
}

.text-purple {
    color: #c697ef
}

.border-purple {
    border-color: #c697ef !important
}

.text-black-1 {
    color: #403535
}

.text-blue {
    color: #013866
}

.text-pink {
    color: #f93d5b
}

.text-yellow {
    color: #fff385
}

.text-yellow-1 {
    color: #ffba17
}

.text-sky-blue, nav.flex-column a:hover {
    color: #a3d2f8
}

.text-black-g {
    color: #767676
}

.text-gray {
    color: #9d9d9d
}

.text-blue-2 {
    color: #52829d
}

.rounded-35 {
    border-radius: 35px
}

.rounded-20 {
    border-radius: 20px !important
}

.border-pink {
    border: 1px solid #f93d5b !important
}

.grid-item, .grid-sizer {
    width: 25%
}

.bg-black-60 {
    background: rgba(0, 0, 0, .25)
}

.img-hover-zoom {
    overflow: hidden;
    cursor: pointer
}

.img-hover-zoom img {
    transition: transform .5s
}

.img-hover-zoom:hover img {
    transform: scale(1.075)
}

#myTabPortafolio .nav-link.active, #myTabPortafolio .nav-link.active i, #myTabPortafolio .show>.nav-link {
    color: #fff !important;
    background-color: #f93d5b
}

#myTabCamp .nav-link, #myTabPortafolio .nav-link, #myTabPortafolio i {
    font-size: 15px;
    font-weight: 700
}

#myTabCamp .nav-link.active {
    background: 0 0;
    background-image: linear-gradient(180deg, #fff 90%, #013866 90%);
    border-color: #013866 !important
}

.of-cover {
    object-fit: cover;
    max-width: 100%;
    width: 122px;
    height: 122px
}

#navbarNav .nav-item {
    position: relative
}

#navbarNav .nav-link {
    color: #fff;
    font-size: 16px;
    text-align: center
}

#navbarNav .nav-link:hover {
    color: #fff385;
    font-weight: 500
}

.fs-8rem {
    font-size: 9rem
}

.fs-5rem {
    font-size: 5rem
}

#navbarNav .active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff385
}

a.btn.bg-yellow:hover {
    background-color: rgb(255 243 133 / 80%);
    color: #f93d5b
}

button.bg-pink:hover {
    background-color: rgb(249 61 91 / 80%);
    color: #fff
}

span.lazyframe__title {
    display: none
}

#myTabService .nav-link.active {
    color: #fff;
    background-color: #013866
}

#myTabService .nav-link {
    color: #013866;
    background-color: rgb(162 200 234 / 32%)
}

.a-line::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 130px;
    background-color: #70707075;
    width: 1px
}

.carousel-control-next, .carousel-control-prev {
    width: 5%
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.accordion-button:not(.collapsed) {
    color: #c697ef;
    background-color: inherit;
    box-shadow: none
}

.start-60 {
    left: 60% !important
}

.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900
}

@media(max-width:992px) {
    .fs-8rem {
        font-size: 5rem
    }

    .img-trofeo {
        width: 80px
    }

    .grid-item, .grid-sizer {
        width: 33.33%
    }
}

@media(max-width:768px) {
    .grid-item, .grid-sizer {
        width: 50%
    }
}

@media(max-width:525px) {
    .grid-item, .grid-sizer {
        width: 100%
    }
}

 
/* Página empleos */

.bg-blue-empleos{
    background-color: #12043F;
}

.bg-yellow-empleos{
    background-color: #FFD62C;
}

.bg-grey-empleos{
    background-color: #EFEFEF;
}

.bg-skye-empleos{
    background-color: #86C3F2;
}

.color-blue-empleos{
    color: #12043F;
}

.color-blue-empleos-2{
    color: #2B00AA;
}

.color-sky-empleos{
    color: #86C3F2;
}

.color-yellow-empleos{
    color: #FFD62C;
}

.span_green_empleos{
    color: #10D36E;
}

.fs-title-big{
    font-size: 4.5rem;
}

.fs-title-banner{
    font-size: 4rem;
}

.fs-btn-banner{
    font-size: 2rem;
}

.fs-title{
    font-size: 2.1rem;
}

.fs-title-2{
    font-size: 2.8rem;
}

.fs-title-3{
    font-size: 5.8rem;
}

.fs-texto{
    font-size: 1.7rem;
}

.fs-texto-2{
    font-size: 1.5rem;
}

.ml-title{
    margin-left: 15rem;
}

.br-card{
    border-radius: 35px;
}

.icon-float{
    left: 72%;
    margin-top: .7rem;
}

/* RESPONSIVE empleos */


@media(max-width:1920px) {
    .fs-title-banner{
        font-size: 3.5rem;
    }

    .fs-btn-banner{
        font-size: 1.5rem;
    }
}

a.banner{
    position: absolute;
    color: #f93d5b;
    padding: 15px 30px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 20px 40px rgba(0, 0,0,.5);
    text-decoration: none;
    background: #fff385;
    overflow: hidden;
}

a.banner:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 50%;
    background: rgba(255, 255, 255, 0.05);
}

a.banner span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffba17,#010409);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}

a.banner span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,  #ffba17,#010409);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(100%);
    }
}


a.banner span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left,  #ffba17,#010409);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}

a.banner span:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,  #ffba17,#010409);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(-100%);
    }
}

.grecaptcha-badge{
    visibility: hidden;
}

.wwwa__cta, .wwwa__pulse{
    bottom: 70vh !important;
}

.wwwa--style_icon .wwwa__popup {
    bottom: 5px !important;
}


@media(max-width:480px) {
    a.banner{
        bottom: -12vh;
        width: 95%;
        font-size: 16px;
        text-align: center;
    }
}

a.banner:hover{
    background-color: #f93d5b;
    color: white;
    transition: all .5s ease-in-out;
}