body {
    color: #1f1f1f;
    font-size: 1rem;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
  
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
  
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

/* HEADER */
header .nav-link {
    color: var(--dark);
    font-size: 1.0rem;
    font-weight: normal;
    padding: 0.5rem;
}
header .nav-item .icon-container {
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
header .dropdown-item {
    font-size: 1rem;
    font-weight: normal;
}
/* HEADER */

/* FOOTER */
footer .social-network {
    display: flex;
    justify-content: center;
}
footer .social-network li {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.6rem;
    height: 40px;
    width: 40px;
}
/* FOOTER */

/* GLOBAL */
.bg-general {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
section h2.title {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 500;
}

.card-text {
    font-size: .8rem;
}

form .form-group > h2 {
    font-weight: bold;
}
/* GLOBAL */

/* HOME */
#home {
    margin-top: 88px;
    height: 100vh;
    background-position-x: -12em;
}
#home h2 {
    margin-bottom: 1.2rem;
    font-size: 1.33rem;
    font-weight: normal;
}
#home a {
    /*font-size: 1.2rem;*/
}
#home img {
    max-height: 65px;
}
#home .row {
    padding-top: 30%;
}

#somos {
    margin-top: -150px;
}
#somos .figure {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/assets/img/home/forma01.png);
    height: 100%;
    width: 100%; 
}
#somos .shapes {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;
    overflow-x: clip;
}
#somos .shapes .square {
    --size: 50%;
    position: absolute;
    background-color: var(--primary);
    border-radius: 25px;
    width: var(--size);
    padding-top: var(--size);
    transform: rotate(-32deg);
    left: -17%;
    top: 4%;
}

#tarifas {
    margin-bottom: 150px;
}
#tarifas .container-image img {
    border-radius: 20px;
}
#tarifas .container-image .form { 
    position: absolute;
    background-color: #d4bfa4;
    width: 100%;
    height: 100%;
    left: -400px; 
    top: 0;
    z-index: -1; 
}    
#tarifas .ipaq {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
}
#tarifas .shapes { 
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
    z-index: -1; 
    overflow-x: clip; 
}
#tarifas .shapes .circle {
    --size: 69%;
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
    width: var(--size);
    padding-top: var(--size);
    right: -6%;
    top: -4%;     
}  

#tarifas .red-bubble {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    border-radius: 18px;
    background-color: rgba(221, 45, 38, .2);
    margin-left: -35px;
    padding: 20px;
    padding-left: 55px;
    z-index: -1;    
}
#tarifas .red-bubble h5 {
    text-align: left;
    font-size: 1rem;
}
#tarifas .red-bubble p {
    font-size: .9rem;
    margin-bottom: 0;
}

@media screen and (max-width: 576px){
    #tarifas .shapes .circle {
        --size: 136%;
        position: absolute;
        background-color: var(--primary);
        border-radius: 50%;
        width: var(--size);
        padding-top: var(--size);
        right: -19%;
        bottom: -9%;
        top: auto;
    }
}

#pricing .shapes { 
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
    z-index: -1; 
    overflow-x: clip; 
}
#pricing .shapes .square {
    --size: 28%;
    position: absolute;
    background-color: var(--primary);
    border-radius: 20px;
    width: var(--size);
    padding-top: var(--size);
    transform: rotate(55deg);
    left: -14%;
    top: 6%;
}

#pac.position-absolute .cube {
    object-position: -180px -115px;
    height: 120%;
    transform: translate(120px, 50%);
}
#somos .content-img img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

.full-img {
    background-image: url(/assets/img/home/forma02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* HOME */  

/* Carga */
#types .circle-left {
    transform: translateX(-25px);
}
#types .circle-right {
    transform: translateX(25px); 
}
#types .carousel-item .card {
    background: transparent;
}
#types .carousel-item .card:nth-child(2) {
    margin-top: -75px;
}
#types .carousel-item .card h5 {
    font-size: 1.4rem;
}
#types .carousel-item .card p {
    font-size: 1rem;
}
@media screen and (max-width: 576px) {
    #types .carousel-item .card:nth-child(2) {
        margin-top: 0;
    }
}
/* Carga */

/*General*/
.list-carousel {
    list-style-type: none
}
.list-carousel li:before{
    content: "- "
}
.carousel-indicators li {
    width: 20px;
    height: 0px;
    margin: 5px 5px;
    background: var(--gray);
    display: inline-flex;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.carousel-indicators li.active {
    width: 80px;
    background: var(--secondary);
}

ul.contacts .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
/*General*

/* Pack */
#pack {
    /*margin-top: 88px;*/
    height: 100vh;
    background-position-x: -12em;
    overflow-x: clip;
}
#pack h2 {
    margin-bottom: 1.6rem;
    font-weight: bold;
}
#pack a {
    font-size: 1rem;
}
#pack .row {
    padding-top: 30%;
}

#pack .figure {
    max-height: 110%; 
    max-width: 80%;
    transform: translate(-16%, 0%);
}
#pack .figurealmacen {
    max-height: 110%; 
    max-width: 80%;
    transform: translate(-15%, 11%);
}
#pack .titles {
    position: absolute;
    bottom: 15%;
    right: 15px;
    width: 500px;
    max-width: calc(100% - 30px);
    text-align: center;
    color: #fff;
}
#pack .shapes {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;
    overflow-x: clip;
}
#pack .shapes .square {
    --size: 50%;
    position: absolute;
    background-color: var(--primary);
    border-radius: 25px;
    width: var(--size);
    padding-top: var(--size); 
    transform: rotate(-17deg);
    right: -8%;
    top: 55%;
}
@media screen and (max-width: 992px) {
    #pack .shapes .square {
        --size: 70%;
    }
}
@media screen and (max-width: 576px) {
    #pack .figure-container {
        overflow: hidden;
        width: 100%;
    }
    #pack .figure {
        max-width: 135%;
    }
    #pack .figurealmacen {
        max-width: 127%;
        transform: translate(-18%, 24%);
    }
    #pack .titles {
        bottom: 25%;
    }
    #pack .shapes .square {
        --size: 110%;
        top: 30%;
        right: -10%;
    }
}

#ourTeamSlider .carousel-inner {
    width: 65%;
    margin: auto; 
} 
#ourTeamSlider .carousel-inner .text {
    font-size: 12px;
    margin-top: 27%;
    margin-left: 20px;
    margin-right: 20px;
}
#ourTeamSlider .carousel-inner .text h5 {
    font-size: 15px; 
}
#ourteam.shapes {
    position: absolute;
    overflow-x: clip;
    width: 100%; 
    height: 100%;
    z-index: -1;
    bottom: 0;
}
#ourteam.shapes .circle {
    --size: 75%;
    position: absolute;
    background-color: var(--secondary);
    border-radius: 50%;
    width: var(--size);
    padding-top: var(--size);
    transform: rotate(-17deg);
    left: calc((50% - (var(--size) / 2)) - 15px);
    top: 13%;
}
#ourteam.shapes .circle2 {
    --size: 45%;
    position: absolute;
    background-color: var(--light);
    border-radius: 50%;
    width: var(--size);
    padding-top: var(--size);
    transform: rotate(-17deg);
    left: calc((50% - (var(--size) / 2)) - 15px);
    top: 1.7%;
}
/* Pack */

/* Logistic */
.bg-dollar {
    background-color: var(--secondary);
    height: 13rem;
    width: 44%;
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    z-index: -1;
}
.bg-dollar-new {
    background-color: var(--secondary);
    height: 13rem;
    width: 44%;
    right: 0;
    left: 10px;
    top: 30px;
    bottom: 0;
    margin: auto;
    border-radius: 1rem;
    z-index: -1;
}
.change-bg {
    width: 50%;
    height: 95%;
    padding: 6em 0em 6em 0em;
}
@media screen and (max-width: 576px) {
    .bg-dollar {
        width: 100%;
        top: auto;
        bottom: 50px;
    }
    .change-bg {
        width: 95%;
    }
}
/* Logistic */

/*Almacen*/
.carousel-img {
    width: 95%;
    height: 95%;
}
.bg-card {
    background-color: rgba(173,20,21,0.5);
}
/*Almacen*/


@media only screen and (min-width: 768px) {
    /* HOME */    
    #home {
        background-position-x: -20em;
    }
    /* HOME */
}
@media only screen and (min-width: 1024px) {
    /* HOME */    
    #home {
        background-position-x: 10em;
    }
    #home .row {
        padding-top: 20%;
    }
    #somos .content-img img {
        max-width: 60%;
    }
    /* HOME */
    
}
@media only screen and (min-width: 1200px) {
    header img[data-lp-field="logo"] {
        max-height: 75px;
    }

    /* HOME */
    #home {
        margin-top: 100px;
    }
    #home img {
        max-height: 90px;
    }
    /* HOME */
}
  