@import url(../../onepage-sport/css/vendor/owl.carousel.min.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/gothambold-webfont.woff2") format("woff2"),
        url("../fonts/gothambold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Book";
    src: url("../fonts/gothambook-webfont.woff2") format("woff2"),
        url("../fonts/gothambook-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Light";
    src: url("../fonts/gothamlight-webfont.woff2") format("woff2"),
        url("../fonts/gothamlight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Medium";
    src: url("../fonts/gothammedium-webfont.woff2") format("woff2"),
        url("../fonts/gothammedium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.col50 {
    width: 50%;
    display: inline-block;
    float: left;
}

.discovery-info {
    padding: 60px 0rem 0rem 8rem;
}

body {
    /* max-width: 1920px; */
    margin: 0 auto;
}

#producto{
    background-color: rgb(19, 54, 72);
    z-index: 999;
    position: relative;

}
@media screen and (max-width: 992px) {
    #producto{
   
        position: unset;
    }
    #contact_info{
  display: none!important;
    }	
    
}

option	{
    color: black;
    
}

/* Header */
.logo-panam {
    width: 65% !important;
}
header#inicio {
        margin-bottom: -122px;
    /* width: 100%;
    height: 774px;
    position: relative;
    z-index: 1100
    /* background-color:red; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
} */


#hero-image-index {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#container-hero{
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #container-hero{
        width: 100%;
        padding: 0 ;
        position: absolute;
        top: 0;
        z-index: 1;
    }
 
    
}


#writer {
    font-size: 5.6rem;
    height: 130px;
    font-weight: 400;
    color: #fdc60b;
    white-space: break-spaces;
    text-align: center;
    word-break: break-word;
    overflow: hidden;
    max-width: 100vw;
    border-right: 2px solid #333;
    width: 20ch;
    animation: blink 0.5s step-end infinite alternate;
}

@media (max-width: 768px) {
    #writer {
        font-size: 2rem;
        height: 62px;
    }
    
}

@keyframes blink {
    from {
        border-right-color: transparent;
    }
    to {
        border-right-color: #333;
    }
}

header#section {
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background: none;
    z-index: 999;
}

.navbar-toggler {
    border: 1.5px solid white;
}

.navbar-toggler-icon {
    background-image: url(../assets/bars-solid.svg);
}

#contact_info {
    display: flex;
    color: white;
    list-style: none;
    justify-content: end;
    padding: 0px;
    margin-bottom: 0px;
    padding: 1.5rem 1.25rem 0 0;
}

#contact_info li {
    padding-left: 1.2rem;
    font-size: 0.9rem;
}

#contact_info li a {
    color: white;
    text-decoration: none;
}

#contact_info li a:focus {
    color: white;
    text-decoration: none;
}

#contact_info li:first-of-type {
    background-image: url(../assets/ic_phone.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

#contact_info li:last-of-type {
    background-image: url(../assets/ic_mail.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: 1.7rem;
}

.navbar-brand {
    /* background-image: url(../assets/logo-white.webp); */
    /* background-color: green; */
    width: 215px;
    height: 60px;
    font-size: 0px;
    /* background-repeat: no-repeat; */
    /* background-position-y: center; */
}



.nav-link {
    color: white;
    font-size: 0.9rem;
    margin-left: 1.6rem;
}

.nav-link:hover,
.nav-link:focus {
    color: #fdc60b;
}

.dropdown-item {
    /* font-size: 0.9rem; */
    font-size: 0.8125rem;
    font-weight: 700;
    /* text-transform: uppercase */
}

.dropdown-toggle[data-lang="idioma"] {
    background-image: url(../assets/ic_\ language.svg);
    background-repeat: no-repeat;
    padding-left: 1.3rem !important;
    background-position-y: center;
}

.dropdown-toggle[data-lang="idioma"]:hover,
.dropdown-toggle[data-lang="idioma"]:focus {
    background-image: url(../assets/ic_\ language_yellow.svg);
}

h1 {
    text-align: center;
    color: #fdc60b;
    font-family: "Gotham Book";
    font-size: 1.75rem;
    display: flex;
    flex-direction: column;
}

h1 span {
    font-size: 5.6rem;
}

header .btn {
    padding: 1.1rem 0rem 1.1rem 1rem;
    border-radius: 28px;
    font-weight: 500;
    background-image: url(../assets/ic_mail.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 2.2rem;
    display: block;
    width: 18rem;
    margin: 2.8rem auto;
}

header .btn:hover {
    background-image: url(../assets/ic_mail_black.svg);
}

/* Sobre Involve */



main h2 {
    text-align: center;
    font-size: 1.3rem;
    font-family: "Gotham Book";
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #FFFFFF;
}
main h2 ~ p {
    text-align: center;
    color: #fdc60b;
    font-size: 2rem;
    font-family: "Gotham Light";
    margin-bottom: 5.8rem;
}

main .row {
    display: flex;
    justify-content: space-between;
}

main .row h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: "Gotham Book";
    padding-top: 4rem;
    color: #FFFFFF;
}

main .row div:first-of-type h3 {
    background-image: url(../assets/ic_quienesomos.svg);
    background-repeat: no-repeat;
}

main .row div:last-of-type h3 {
    background-image: url(../assets/ic_lampara.svg);
    background-repeat: no-repeat;
}

main .row div p {
    font-family: "Gotham Light";
    margin-bottom: 1.5rem;
    color: #FFFFFF;
}

/* Nuestros servicios */

#services {
    display: flex;
}

#services .text-service-info {
    background: transparent linear-gradient(90deg, #d9d9d9 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    padding-left: 7rem;
    padding-top: 5rem;
    padding-right: 10%;
    width: 50%;
}

#services .img-services {
    height: 424px;
    padding: 3rem;
    background-image: url(../../landing/images/group1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
}

#services h2 {
    font-size: 1.3rem;
    color: #308e91;
    font-family: "Gotham Book";
    text-transform: uppercase;
    border-bottom: 1px solid #308e91;
    padding-bottom: 1rem;
    width: 18rem;
}

#services p {
    font-size: 2.5rem;
    font-family: "Gotham Medium";
    margin-top: 2.25rem;
}

/* Servicio 1 */

#software-development {
    width: 100%;
    color: white;
}

#software-development-info {
    background-image: linear-gradient(to bottom, rgb(0,0,0,0) 92%, #06101d),url(../images/softdesarrolloimg.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-top: 5.5rem;
    text-align: center;
    font-family: "Gotham Light";
    background-size: cover;
}

#software-development-info .container p:first-of-type {
    color: #fdc60b;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: "Gotham Book";
}

#software-development-info h2 {
    font-family: "Gotham Book";
    font-size: 2.5rem;
}

#software-development-info h3 {
    font-size: 1.3rem;
}

#software-development-info .line {
    padding-top: 1.5rem;
    border-bottom: 1px solid white;
    width: 280px;
    margin: 0 auto;
}

#software-development-info p:nth-of-type(2) {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 1.6rem;
    padding-bottom: 0.5rem;
}

#software-development-info p:nth-of-type(3) {
    font-size: 1.3rem;
    width: 75%;
    margin: 1.6rem auto 0 auto;
}

#software-development-bg h4 {
    font-size: 0.9rem;
    font-family: "Gotham Book";
    text-transform: uppercase;
    text-align: center;
}

#software-development-bg {
    background-color: #06101d;
    padding: 2rem 0;
}

#software-development-bg .col-md-4 div{
    margin-right: 3rem;
}
/* Servicio 2 */

#staff-augmentation {
    background-image: url(../images/aumentodepersonaimg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    /* padding-bottom: 3rem; */
}

#staff-augmentation-info {
    padding-top: 4.1rem;
    padding-bottom: 3rem;
    font-family: "Gotham Light";
}

#staff-augmentation-info p:first-of-type {
    color: #fdc60b;
    font-family: "Gotham Book";
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#staff-augmentation-info h2 {
    font-size: 2.5rem;
    font-family: "Gotham Book";
}

#staff-augmentation-info .line {
    padding-top: 1.5rem;
    border-bottom: 1px solid white;
    width: 280px;
    margin: 0 auto;
}

#staff-augmentation-info .line2 {
    display: none;
}

#staff-augmentation-info p:nth-of-type(2) {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-top: 1rem;
}

#staff-augmentation-info h3 {
    margin-top: 2rem;
    font-size: 1.3rem;
    text-align: left;
    width: 50%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid white;
}

#staff-augmentation-info p:nth-of-type(3) {
    text-align: left;
    width: 43%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#staff-augmentation-info ul {
    text-align: left;
    list-style: none;
    padding-left: 0px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Gotham Book";
    margin-top: 20px;
}

#staff-augmentation-info li {
    padding-left: 45px;
    margin-bottom: 1rem;
    background-image: url(../assets/ic_check.svg);
    background-repeat: no-repeat;
}

#work {
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
}

#work .work-img div {
    padding: 3rem;
    height: 100%;
    background-image: url(../images/comotrabajamosimg.jpeg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#work .consulting-img div {
    background-image: url(../images/consultinginvolve3.webp) !important;
}

.work-img img {
    display: none;
}
.work-img {
    padding: 0px;
}

.work-info {
    background: transparent linear-gradient(153deg, #fcfcfc 0%, #f4f4f4 100%) 0%
        0% no-repeat padding-box;
    padding: 4.9rem 7rem;
    width: 50%;
}

.work-info h2 {
    font-family: "Gotham Book";
    color: #fdc60b;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid #003b4f;
    width: 300px;
}

.work-info p {
    font-size: 2.5rem;
    font-family: "Gotham Medium";
    color: #003b4f;
    margin-top: 1.5rem;
    padding-left: 2rem;
}

.work-info ul {
    list-style: none;
    margin-top: 3.5rem;
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}

.work-info h3,
.work-info li p {
    font-size: 1.3rem;
    color: #003b4f;
    font-family: "Gotham light";
    position: relative;
    top: -45px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.work-info h3 {
    margin-bottom: 0px;
}

.work-info li {
    padding-left: 3rem;
    top: -30px;
    border-left: 2px solid #003b4f;
    max-height: 220px;
}

.work-info li:last-of-type {
    padding-left: 3rem;
    top: -30px;
    border-left: 0px solid transparent;
    max-height: 220px;
}

.work-info li:last-of-type {
    padding-bottom: 0px;
}

@media screen and (max-width: 575px) {
    .work-info li:last-of-type {

        max-height: 288px;
    }
    
}

.number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    background-color: #003b4f;
    text-align: center;
    transform: translateX(-130%);
    position: relative;
    padding: 0.9rem;
}

#products h2,
#products h2 ~ p {
    text-align: center;
}

.product-carousel {
   z-index: 0;
}

#products h2 {
    margin-top: 6.6rem;
    color: #033040;
    font-family: "Gotham Medium";
    font-size: 2.5rem;
}
@media screen and (max-width: 575px) {
    #products h2 {
        margin-top: 9.6rem;
    }
    
}

#products h2 ~ p {
    font-family: "Gotham Book";
    font-size: 1.3rem;
    color: #033040;
    margin-bottom: 6.6rem;
}

.iResto {
    background-image: url(../images/fondoiresto.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    height: 715px;
    position: relative;
}

#product-discovery {
    background-image: url(../images/rectangulo57.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#iResto1 {
    background-image: url(../images/enmascarargrupo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 100%;
    background-size: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
}

.discovery-h {
    color: #f2ce1a;
    font-size: xx-large;
}
.discovery-p {
    color: rgb(218, 218, 218);
    margin-bottom: 2rem;
}
.iResto img {
    float: left;
    position: absolute;
    right: 55%;
    z-index: 1000;
    top: 4rem;
    width: 25% !important;
    z-index: 1;
}
.discovery-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.discovery-tel img {
    width: 100%;
    align-self: flex-end;
}
.btn-new {
    background-color: #fdc60b;
    border-radius: 28px;
    padding: 1rem;
    border: transparent 1px solid;
    font-family: "Gotham Medium";
    color: black;
    text-decoration: none;
}

.btn-iresto {
    display: inline-block;
    font-size: 16px;
}

.iResto .container div {
    position: absolute;
    color: white;
    left: 50%;
    padding-top: 15rem;
    max-width: 655px;
    font-size: 1.3rem;
    font-family: "Gotham Book";
    margin-right: 2rem;
}

.iResto h3,
#iSports h3,
#tagLogic h3,
#oneSpot h3,
#iberojet h3,
#doquina h3,
#nous h3 {
    font-size: 2rem;
}
.tituloIresto {
    font-size: 1.3rem;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.iResto .container div p {
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
}

.iResto ul {
    list-style: none;
    padding-left: 0px;
}

.iResto li,
#iSports li,
#tagLogic li,
#oneSpot li,
#iberojet li,
#doquina li,
#nous li {
    padding-left: 30px;
    background-image: url(../assets/ic_check.svg);
    background-size: 20.75px 20.75px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    margin-bottom: 0.5rem;
}

#iSports {
    background-image: url(../images/fondoisport.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    height: 715px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
    position: relative;
    background-size: cover;
}

#iSports .container div {
    position: absolute;
    color: white;
    padding-top: 13rem;
    margin-right: 2rem;
}

#iSports p {
    max-width: 616px;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid white;
}

#iSports ul {
    list-style: none;
    padding-left: 0px;
}

#iSports li {
    background-image: url(../assets/ic_blancocheck.svg);
}

#iSports img {
    position: absolute;
    left: 60%;
    z-index: 1010;
    width: 20%;
    z-index: 1;
}

#tagLogic {
    background-image: url(../images/fondotaglogic.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    height: 715px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
}

#tagLogic img {
    position: absolute;
    top: 12rem;
    left: 2%;
    transform: translateY(-110px);
    z-index: 1;
    width: 30%;
}

#tagLogic .container div p {
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
}

#tagLogic ul {
    padding-left: 0px;
    list-style: none;
}

#tagLogic li {
    background-image: url(../assets/ic_azulcheck.svg);
}

#tagLogic .container div {
    position: absolute;
    left: 50%;
    padding-top: 15rem;
    max-width: 655px;
    margin-right: 5rem;
}

#oneSpot {
    background-image: url(../images/fondoonespot.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    height: 715px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
    position: relative;
    background-size: cover;
}

#oneSpot .container div {
    position: absolute;
    color: white;
    padding-top: 13rem;
    margin-right: 2rem;
    max-width: 616px;
}

#oneSpot p {
    max-width: 550px;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid white;
}

#oneSpot ul {
    list-style: none;
    padding-left: 0px;
}

#oneSpot li {
    background-image: url(../assets/ic_blancocheck.svg);
}

#oneSpot img {
    position: absolute;
    left: 43%;
    transform: translateY(60px);
    width: 50%;
}

#iberojet {
    display: flex;
    background-image: url(../images/fondoiberojet.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 715px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
    position: relative;
    background-size: cover;
    align-items: center;
}

/* #iberojet .container div {
    position: absolute;
    color: white;
    padding-top: 13rem;
    margin-right: 2rem;
    max-width: 616px;
} */

#iberojet p {
    /* max-width: 550px; */
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid white;
}

#iberojet ul {
    list-style: none;
    padding-left: 0px;
}

#iberojet li {
    background-image: url(../assets/ic_blancocheck.svg);
}

#iberojet img {
    /* position: absolute; */
    /* left: 50%;
    transform: translateY(60px);
    width: 50%; */
}

#nous {
    background-image: url(../images/fondonous.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    height: 706px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
}

#nous .container div p {
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
}

#nous img {
    position: absolute;
}

#nous ul {
    padding-left: 0px;
    list-style: none;
}

#nous li {
    background-image: url(../assets/ic_azulcheck.svg);
}

#nous .container div {
    position: absolute;
    left: 50%;
    padding-top: 15rem;
    max-width: 702px;
    margin-right: 2rem;
}

/*  */

#doquina {
    background-image: url(../images/fondodoquina.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    min-height: 715px;
    color: white;
    font-family: "Gotham Book";
    font-size: 1.3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
}

#doquina .container div p {
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
}

/* #doquina img {
    position: absolute;
} */

#doquina ul {
    padding-left: 0px;
    list-style: none;
}

#doquina li {
    background-image: url(../assets/ic_azulcheck.svg);
}

/* #doquina .container div {
    position: absolute;
    left: 50%;
    padding-top: 15rem;
    max-width: 702px;
    margin-right: 2rem;
} */

/* Tecnologías y Clientes */

#technology {
    background-image: url(../images/fondoclientes.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    min-height: 1080px;
    position: relative;
}

#technology h2,
#technology h2 ~ p {
    text-align: center;
}

#technology h2 {
    color: #033040;
    font-family: "Gotham Light";
    font-size: 2.5rem;
}

#tech-info-one {
    margin: 0 auto;
    background-color: white;
    max-width: 1168px;
    height: 631px;
    border-radius: 0px 0px 30px 30px;
}

#tech-info-one h2 {
    width: 640px;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

#tech-info-one .row {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    border-top: 1px solid #1c3d51;
}

#tech-info-one .col-lg-2 {
    width: 12%;
}

#tech-info-one img {
    border-radius: 15px;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 20px;
}

#tech-info-one img[alt="Logo Javascript"] {
    width: 110px;
    border-radius: 15px;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
    margin-left: 14.333333%;
}

#tech-info-one .col-lg-2:last-of-type {
    margin-left: 0px;
    margin-right: 14.3333333%;
}

#tech-info-two {
    max-width: 1426px;
    margin: 0 auto;
}

#tech-info-two h2 {
    color: #fdc60b;
    font-family: "Gotham Light";
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

#tech-info-two div {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

#tech-info-two a{
    width: 100%;
}

#tech-info-two img {
    object-fit: contain;
    width: 50%;
}

/* Contacto */

#contact {
    background: transparent linear-gradient(206deg, #fcfcfc 0%, #dddddd 100%) 0%
        0% no-repeat padding-box;
    margin: 0 auto;
}

#contact .container {
    padding: 5rem 0 6.25rem 0;
}

#contact h2 {
    color: #033040;
    font-family: "Gotham Light";
    font-size: 2rem;
    max-width: 584px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2.1rem;
}

#contact h2 span {
    font-weight: 600;
}

#contact #call {
    background: transparent linear-gradient(257deg, #0B344E 0%, #020A10 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 35px;
    color: white;
    padding: 3.2rem 5.3rem 3.2rem 13.4rem;
    font-family: "Gotham Light";
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.6rem;
}
#call div::before {
    content: url(../assets/ic_phonefooter.png);
    position: absolute;
    transform: translate(-90%, -30%);
}
#call p a {
    color: white;
    text-decoration: none;
}
#btn-call {
    background-color: #FDC60B;
    border-radius: 28px;
    padding: 1rem 2.8rem;
    border: transparent 1px solid;
    font-size: 1.25rem;
    font-family: "Gotham Medium";
    color: black;
    text-decoration: none;
}

#btn-whatsapp{
    position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:rgb(19, 54, 72);
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

#btn-whatsapp i{
    margin-top: 15px;
}

#btn-whatsapp:hover{
    background-color: rgb(12, 35, 47);
}

#form {
    max-width: 860px;
    margin: 0 auto;
}


#form p {
    font-family: "Gotham Book";
    font-size: 1.3rem;
}

#form h3 {
    font-family: "Gotham Book";
    font-size: 2.2rem;
    font-weight: 600;
}

#form form {
    display: flex;
    flex-direction: column;
    margin-top: 4.6rem;
}

#form input,
#form textarea {
    border: 1px solid #05121d;
    border-radius: 28px;
    background-color: transparent;
    margin-bottom: 1.8rem;
    padding: 0.7rem 1rem;
}

#form textarea {
    resize: none;
    height: 10rem;
    margin-bottom: 3.25rem;
}

#form input::placeholder,
#form textarea::placeholder {
    color: #05121d;
}

#form div {
    display: flex;
    justify-content: space-between;
}

#form div input {
    width: 48%;
}

#form .btn {
    background-color: #1c3d51;
    border-radius: 28px;
    padding: 0rem 2.8rem;
    height: 3.5rem;
    border: transparent 1px solid;
    font-size: 1.25rem;
    font-family: "Gotham Book";
    color: white;
    width: 9.8rem;
}

#form .btn:hover {
    background-color: #05121d;
}

#contact-form:target {
    transform: translateY(-100px);
}

/* Footer */

footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 2.6rem;
    font-family: "Gotham Light";
    color: #1c3d51;
    font-size: 1.2rem;
    margin: 0 auto;
}

footer img {
    width: 240px;
    padding: 1rem 1rem;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer li a {
    color: #1c3d51;
    text-decoration: none;
}

footer #socialMedia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    margin: 0 auto;
    padding-left: 0rem;
}

#socialMedia a {
    background-repeat: no-repeat;
    width: 22px;
    padding: 16px;
    height: 22px;
    font-size: 0px;
}

#socialMedia li:first-of-type a {
    background-image: url(../assets/facebook.svg);
}

#socialMedia li:nth-of-type(2) a {
    background-image: url(../assets/instagram.svg);
    margin-right: 0.2rem;
}

#socialMedia li:nth-of-type(3) a {
    background-image: url(../assets/linkedin.svg);
}

#footer-contact {
    margin-bottom: 0px;
    margin-top: 3rem;
}

footer #address {
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.footer-border {
    background: transparent linear-gradient(261deg, #fcfcfc 0%, #dddddd 100%) 0%
        0% no-repeat padding-box;
    padding: 2rem 0px;
}

.footer-border p {
    margin-bottom: 0px;
}

.owl-nav{
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 25px
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
outline: none; /* Quita el borde al hacer clic */
}

.fa-solid{
background-color: rgba(255, 255, 255, 0.3);
color: black;
padding: 1rem;
border-radius: 50%;
transition: all, .3s
}

.fa-solid:hover{
background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1700px) {
    #services .text-service-info {
        padding: 7rem 5% 0px 5%;
    }

    #services p {
        font-size: 2rem;
    }

    .work-info ul {
        margin-top: 4rem;
    }

    .work-info li {
        font-size: 1.13rem;
    }
    .work-info p {
        font-size: 2rem;
    }

    .work-info {
        padding: 4rem 4rem 2rem 4rem;
    }

    .work-info h3,
    .work-info li p {
        top: -50px;
        font-size: 1.2rem;
    }

    .iResto .container div {
        left: 50%;
        margin-right: 5rem;
    }

    .iResto img {
        right: 55%;
        top: 12rem;
        width: 25% !important;
    }

    #iSports img {
        left: 60%;
        top: 10rem;
    }

    #tagLogic img {
        left: 5%;
        width: 25%;
        top: 10rem;
        transform: translateY(10%);
    }

    #oneSpot img {
        width: 50%;
        transform: translateY(10rem);
    }

    #oneSpot .container div {
        max-width: 480px;
    }
    #nous .container div {
        margin-right: 5rem;
    }

    #nous img {
        width: 37%;
        transform: translateY(5%);
    }
}

@media screen and (max-width: 1200px) {
    main {
        padding: 2rem 0px 8rem 0px;
    }

    main h2 ~ p {
        font-size: 1.6rem;
    }

    main .row {
        justify-content: space-around;
    }
    #services .row div {
        padding-top: 4%;
    }

    #services p {
        margin-top: 2rem;
    }

    #services .text-service-info {
        padding-left: 5%;
        padding-top: 5rem;
        padding-right: 5%;
    }

    #staff-augmentation-info p:nth-of-type(3) {
        width: 50%;
        margin-bottom: 3rem;
    }
    .work-info {
        padding: 3rem;
    }

    #work .work-img div {
        background-position: center;
    }

    .iResto img {
        top: 10rem;
        width: 40%;
    }

    #iSports img {
        left: 60%;
        top: 3rem;
        width: 25%;
    }

    #iSports .container div {
        width: 50%;
        left: 4rem;
    }

    #iSports li {
        background-position-y: 5px;
    }

    #tagLogic img {
        transform: translateY(30%);
    }

    #oneSpot img {
        width: 50%;
        transform: translateY(10rem);
        left: 48%;
    }

    #nous img {
        transform: translateY(10rem);
    }

    .work-info h3,
    .work-info li p {
        top: -50px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .iResto .container div {
        padding-top: 10rem;
    }
    .col50 {
        width: 100%;
    }
    .navbar {
        padding-top: 1rem;
        padding: 16px 0;
        background-color: #133648;
    }
    .logo-panam {
        width: 35% !important;
    }
    #staff-augmentation-info .line2 {
        display: block;

        border-bottom: 1px solid white;
        width: 280px;
        margin: 0 auto;
    }
    #staff-augmentation-info h3 {
        border-bottom: none;
    }
    #software-development-info p:nth-of-type(3) {
        width: 95%;
    }
    #staff-augmentation-info h3 {
        text-align: center;
    }
    #staff-augmentation-info p:nth-of-type(3) {
        font-size: 1.3rem;
    }
    #staff-augmentation-info {
        padding-top: 2rem;
    }
    .navbar-nav {
        padding: 1rem 0px;
    }

    .hideMobile {
        display: none !important;
    }

    main .row div p,
    #software-development-info p:nth-of-type(3) {
        text-align: left;
        padding-bottom: 1rem;
    }

    .nav-link {
        border-bottom: #3b4e55 1px solid;
        margin-left: 0px;
    }

    .navbar-brand {
        width: 172px;
        height: 48px;
        background-size: cover;
    }
    
    #contact_info {
        padding: 1.5rem 1rem 0 0;
    }

    /* header {
        background-image: url(../images/inicioimg-mobile.png);
    } */

    h1 {
        font-size: 1.5rem;
    }

    h1 span {
        font-size: 4rem;
    }

    main {
        padding: 6rem 0px 6rem 0px;
    }

    main .row {
        text-align: center;
    }

    main .row h3 {
        background-position-x: center;
    }

    main .row div p {
        margin-bottom: 4rem;
        line-height: 1.7rem;
    }

    main .container {
        padding: 0px 5%;
    }

    #services {
        flex-direction: column;
    }

    #services .img-services {
        height: 424px;
        width: 100%;
    }

    #services .text-service-info {
        width: 100%;
        padding: 3rem 15%;
        text-align: center;
    }

    #services h2 {
        margin: 0 auto;
    }

    #software-development-info .row div:last-of-type {
        margin-right: 0%;
    }

    #software-development-bg {
        height: auto;
    }

    #staff-augmentation-info p:nth-of-type(3) {
        width: 80%;
        margin-bottom: 3rem;
    }

    #staff-augmentation-info h3 {
        width: 80%;
    }

    .work-info {
        padding: 2rem;
    }

    #work {
        flex-direction: column;
    }

    #work .work-img div {
        height: 600px;
        width: 100%;
        background-position-y: 35% !important;
    }

    .work-info {
        width: 100%;
        padding: 5rem 2rem;
    }

    .iResto img {
        top: 10rem;
        width: 40%;
    }

    #iSports img {
        left: 60%;
        top: 8rem;
        width: 30%;
    }

    #iSports .container div {
        padding-top: 10rem;
        width: 45%;
        padding-right: 0px;
    }

    #tagLogic .container div {
        padding-top: 10rem;
        margin-right: 3rem;
    }

    #tagLogic img {
        top: 0rem;
        width: 40%;
        transform: translateY(40%);
    }

    #oneSpot .container {
        display: flex;
        flex-direction: column-reverse;
    }

    #oneSpot .container div {
        max-width: 100%;
        position: static;
        padding-top: 3rem;
        align-self: center;
    }

    #oneSpot img {
        width: 70%;
        transform: translateY(0rem);
        position: static;
        align-self: center;
        padding-top: 4rem;
    }

    #nous .container div {
        margin-right: 5rem;
        padding-top: 12rem;
    }

    #nous img {
        transform: translateY(11rem);
        left: 5%;
    }

    /* #doquina .container div {
        margin-right: 5rem;
        padding-top: 12rem;
    }

    #doquina img {
        transform: translateY(11rem);
        left: 5%;
    } */

    #tech-info-one img[alt="Logo Javascript"] {
        width: 86px;
        height: 82.3px;
    }

    #technology h2 {
        font-size: 2rem;
    }

    #tech-info-one .col-lg-2 {
        margin-bottom: 2rem;
    }

    #contact #call {
        padding: 3.2rem 5.3rem 3.2rem 10.4rem;
        display: flex;
        flex-direction: column;
    }

    #call div::before {
        transform: translate(-80%, -15%);
    }

    #call p {
        margin-bottom: 1rem;
    }

    footer ul {
        text-align: center;
        margin-bottom: 2rem;
    }
    footer #address {
        flex-direction: column;
    }
    #software-development-info {
        background-image: url(../images/softdesarrolloimg-mobile.webp);
    }

    #staff-augmentation {
        background-image: url(../images/aumentodepersonaimg-mobile.webp);
    }
    .iResto {
        background-image: url(../images/fondoiresto-mobile.webp);
    }

    #iSports {
        background-image: url(../images/fondoisport-mobile.webp);
    }

    #tagLogic {
        background-image: url(../images/fondotaglogic-mobile.webp);
    }

    #oneSpot {
        background-image: url(../images/fondoonespot-mobile.webp);
    }
    #nous {
        background-image: url(../images/fondonous-mobile.webp);
    }

    #technology {
        background-image: url(../images/fondoclientes-mobile.webp);
    }

    #tech-info-two h2 {
        margin-bottom: 3rem;
    }

    #tech-info-two div {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #tech-info-two img {
        object-fit: contain;
        width: 25%;
        margin: 2rem;
    }
    .discovery-info {
        padding: 4rem;
    }

    /* #iberojet img {
        position: absolute;
        left: 50%;
        transform: translateY(239px);
        width: 50%;
    } */
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.3rem;
    }

    h1 span {
        font-size: 3rem;
    }

    main .container {
        padding: 0px 15px;
    }

    #services .text-service-info {
        padding: 3rem 10%;
    }

    #services h2 {
        margin: 0 auto;
    }

    #software-development-bg {
        height: auto;
    }

    #staff-augmentation-info p:nth-of-type(3) {
        width: 100%;
    }

    #staff-augmentation-info h3 {
        width: 100%;
    }

    #work .work-img div {
        height: 325px;
    }

    .iResto li,
    #iSports li,
    #tagLogic li,
    #oneSpot li,
    #nous li ,
    #iberojet li,
    #doquina li{
        background-position-y: initial;
    }

    .discovery-info {
        padding: 3rem;
    }
    .iResto .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 3rem;
    }

    .iResto img {
        float: none;
        position: static;
        right: 0%;
        margin: 0 auto;
        width: 51%;
    }

    .iResto .container div {
        position: static;
        color: white;
        padding-top: 0rem;
        font-size: 1.1rem;
        font-family: "Gotham Book";
        margin-right: 0rem;
        float: none;
        left: 0;
    }

    #iSports img {
        width: 32%;
        position: static;
        align-self: center;
        padding-top: 1.5rem;
    }

    #iSports .container div {
        position: static;
        padding-right: 0px;
        padding-top: 1rem;
        width: 100%;
        font-size: 1rem;
    }

    #iSports .container {
        display: flex;
        flex-direction: column-reverse;
    }

    #tagLogic .container div {
        padding-top: 2rem;
        margin-right: 3rem;
        position: static;
        width: 100%;
        font-size: 1rem;
    }

    #tagLogic img {
        width: 60%;
        transform: translateY(0%);
        padding-top: 2rem;
        position: static;
        align-self: center;
    }

    #tagLogic .container {
        flex-direction: column;
        display: flex;
    }

    #oneSpot .container div {
        font-size: 1rem;
    }
    #oneSpot img {
        width: 90%;
        padding-top: 6rem;
    }

    #iberojet .container div {
        font-size: 1rem;
    }
    /* #iberojet img {
        width: 60%;
        padding-top: 6rem;
    } */

    #nous img {
        transform: translateY(0rem);
        left: 5%;
        width: 60%;
        position: static;
        padding-top: 2rem;
        align-self: center;
    }

    #iberojet .container li, #doquina .container li  {
        font-size: 1rem;
    }

    #nous .container {
        display: flex;
        flex-direction: column;
    }

    #tech-info-one h2 {
        width: 100%;
        padding: 4rem 5%;
        font-size: 1.8rem;
    }
    #tech-info-one .col-lg-2 {
        width: 21%;
    }
    #tech-info-one .col-lg-2:last-of-type {
        margin-right: 0%;
    }

    #technology #tech-info-two h2 {
        font-size: 1.8rem;
        margin-bottom: 4rem;
    }

    #technology {
        min-height: 1050px;
    }

    #tech-info-one img[alt="Logo Javascript"] {
        object-fit: contain;
        width: 21%;
        height: auto;
        margin-left: 0px;
    }

    #technology #tech-info-two h2 {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    #call div::before {
        display: none;
    }

    #contact #call {
        padding: 3.2rem 3rem 3.2rem 3rem;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #call p {
        margin-bottom: 2rem;
    }
    #form div {
        flex-wrap: wrap;
    }

    #form div input {
        width: 100%;
    }

    #form {
        max-width: 100%;
    }

    #form h3 {
        text-align: center;
    }
    #form p {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    h1 span {
        font-size: 2rem;
    }
    .discovery-info {
        padding: 1rem;
    }
    main h2 ~ p {
        font-size: 1.4rem;
    }
    #services .text-service-info {
        padding: 3rem 3%;
    }

    .iResto img {
        width: 45% !important;
    }

    #services p {
        margin-top: 1.8rem;
    }

    #software-development-info{
        height: auto
    }

    #software-development-bg {
        height: auto;
        padding-top: 1rem;
    }
    #software-development-bg .col-sm-6 {
        width: 50%;
        margin: auto;
    }
    #software-development-bg .col-sm-6 div{
        flex-direction: column;
        padding: 25px 0px;
        margin-right: 0;
    }
    #software-development-bg .col-sm-6:last-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    #software-development-bg .col-sm-6:last-child div:nth-of-type(1){
        max-width: 40%;
        margin-left: 10px;
    }
    #software-development-bg .col-sm-6:last-child div:nth-of-type(2){
        max-width: 40%;
        margin-right: 12px;
    }
    #software-development-bg .col-sm-6:last-child div:last-child{
        margin: auto;
    }
    #software-development-bg .col-sm-6 img{
        max-width: 70%;
    }
    #software-development-bg .col-sm-6 h4{
        margin: auto;
    }
    #software-development-bg .mobile-apps {
        max-width: 60%;
        padding-top: 22px;
    }
    HEAD .work-info h2 {
        width: 100%;
    }

        #products
        .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    #technology .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    #software-development-info .row div {
        margin-bottom: 3rem;
        width: 45%;
    }
    #staff-augmentation .container {
        padding-right: 5%;
        padding-left: 5%;
    }

    #tech-info-two a{
        width: 50%;
    }

    .logo-panam {
        width: 70% !important;
    }

    #tech-info-two img {
        width: 70%;
        margin: 1rem;
    }

    #contact .container {
        padding: 5rem 5% 6.25rem 5%;
    }
}

@media screen and (max-width: 992px){
    .or-md-1{
        order: 1 !important;
    }

    .or-md-2{
        order: 2 !important;
    }
}

#brands {
    background-image: url(../../assets/images/bg/bg-new-brands.webp);
    background-size: cover;
    min-height: 840px;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 4rem;
    z-index: 0;
}

.bg-flag{
    background-image: url(../../assets/images/bg/flags.webp);
    min-height: 893px;
    width: 100%;
    max-height: 100%;
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#brands .d-flex {
    flex-wrap: wrap;
}

.w-lg-14{
    width: 14.28%;
}

.w-lg-14 img, .w-lg-8 img{
    width: 100%;
}

.w-lg-8{
    width: 8.3%;
}



@media screen and (max-width: 1199px) and (min-width: 992px){
    #brands, .bg-flag {
        min-height: 680px;
    }

}

@media screen and (max-width: 992px){
    .bg-flag{
        display: none;
    }

    #brands{
        min-height: 500px;
    }
}

@media screen and (max-width: 768px){
    .w-lg-8, .w-lg-14{
        width: 16.66%;
    }

    #brands a:nth-last-child(-n+3){
        display: none;
    }
}