/***** G L O B A L E S ******/

.contenedor {
    width: 90%;
    margin: 0 auto;
}

h1 {
    margin-right: 37rem;
    margin-bottom: 20rem;
    font-weight: bold;
    text-align: initial;
}


/*Mi codigo*/


/* Header */

header {
    background: #000!important;
    background-color: #000!important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

/* Menu principal*/

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        width: 98%;
    }
}


/* Menu principal mobil*/


.collapsing {
    background-color: rgba(0, 0, 0, .9);
    border-radius: 2rem;
}

.show {
    background-color: rgba(0, 0, 0, .9);
    border-radius: 2rem;
}
@media (min-width: 992px) {
    .show{
        background-color: inherit; 
    }
}


@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        width: 97%;
        padding-left: 5%;
        display: flex;
        justify-content: space-around;
    }
}
/* Fin Header */


/*Carrusel*/
.pr-p{
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, .8), rgba(34, 34, 34, .8) 100%, transparent 10%);
    display: inline-block;
}
.te-p{
    font-weight: 400;
}
.carousel .carousel-indicators {
    position: absolute;
    top: 40rem;
    left: 0;
    z-index: 2;
    align-content: flex-end;
    display: flex;
    padding: 0;
    transform: rotate(90deg);
    list-style: none;
    right: initial;
    bottom: initial;
    justify-content: initial;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.carousel-item .carousel-caption {
    height: auto;
    text-align: left;
    top: 25%;
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-item .carousel-caption img {
    width: 35rem;
}

.carousel-item .carousel-caption p {
    font-size: 2rem;
}

.carousel-item .carousel-caption p:last-of-type {
    text-align: end;
}

.carousel-item .carousel-caption h2 {
    font-size: 5rem;
}

.carousel .carousel-indicators [data-bs-target] {
    box-sizing: inherit;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 15px;
    margin-left: 0px;
    text-indent: -999px;
    border-radius: 4rem;
    cursor: pointer;
    background-color: transparent;
    background-clip: inherit;
    border: 0;
    border: 1.8px solid white;
    transition: opacity .6s ease;
}

.carousel .carousel-indicators [data-bs-target].active {
    background-color: #fff;
}


/* lateral carrusel*/

.container-tel .t-l {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    position: absolute;
    transform: rotate(90deg);
    font-weight: 600;
    top: 50%;
    right: 0;
    z-index: 9;
    margin: 0;
}
.carousel{
    margin-top: -16rem;
}

.carousel-item img.fondo{
    min-height: 450px;
    padding-top: 0;
}

/* carrusel media  */
@media (max-width: 1920px) {
    .carousel-item .carousel-caption img {
        width: 35rem;
    }
}

@media (max-width: 1200px){
    .carousel{
        margin-top: -14rem;
    }
}

@media (max-width: 1024px) {
    .carousel-item .carousel-caption .pr-p {
        font-size: 16px;
    }
    .carousel-item .carousel-caption h2 {
        font-size: 32px;
    }
    .carousel-item .carousel-caption img {
        width: 30rem;
    }
}

@media (max-width: 820px) {
    .carousel-item .carousel-caption .pr-p {
        font-size: 16px;
    }
    .carousel-item .carousel-caption h2 {
        font-size: 28px;
    }
    .carousel-item .carousel-caption img {
        width: 18rem;
    }
    .carousel-item .carousel-caption p.com {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .carousel-item .carousel-caption {
        padding-top: 32px;
        top: 36%;
    }
    .carousel-item .carousel-caption img {
        display: none;
    }
    .carousel{
        margin-top: -11.5rem;
    }
}

@media (max-width: 530px) {
    .carousel-item .carousel-caption p:last-of-type {
        text-align: left;
    }
    /*.carousel-item .carousel-caption p.com {
        display: none;
    }*/
    .container-tel .t-l {
        display: none;
    }

    .carousel-item .carousel-caption .pr-p {
        font-size: 14px;
    }
    .carousel-item .carousel-caption h2 {
        font-size: 22px;
    }
}

@media (max-width: 414px) {
    .carousel-item .carousel-caption {
        padding-top: 16px;
    }
    .cont-mac h3 {
        font-size: 3.2rem;
    }
    .carousel{
        margin-top: -6.5rem;
    }
}

@media (max-width: 360px) {
    .carousel-item .carousel-caption {
        padding-top: 0;
    }
    
}
.carousel-caption .com{
    cursor: pointer;
}
.carousel-caption .com span img{
    width: 2rem;
    margin-left: 1rem;
    cursor: pointer;
}
@media (max-width: 768px) {
    .carousel .carousel-indicators {
        top: 25rem;
    }
}
@media (max-width: 768px){
.carousel .carousel-indicators {
    display: none;
}
}
/* Primera seccion */

.imagen {
    text-align: center;
}


@media (min-width: 768px) {
    .primero {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .imagen {
        padding-bottom: 10rem;
        align-items: center;
    }
    .grafica {
        flex-basis: calc(25% - 1rem);
    }
}

.grafica a{
    font-size: 1.4rem;
}
.grafica a:hover{
    color: #ff832a;
}
.grafica a span img {
    width: 1.8rem;
    margin-left: .5rem;
}

.foto {
    width: 53rem;
}

@media (max-width: 768px){
    .grafica{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
    }
    .foto{
        width: 30rem;
    }
}
/* Caja Conoce Nuestros Servicios*/

.fondo {
    background-color: #F2F6F9;
    padding-top: 1rem;
    padding-bottom: 10rem;
}

.titulo {
    text-align: center;
}

.titulo h3 {
    text-align: center;
    font-weight: bolder;
    font-size: 5rem;
    margin-top: 5rem;
}

.caja {
    text-align: inherit;
    background-color: #fff;
    padding: 4rem 2rem;
}

.caja h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-right: 10rem;
}

.caja p {
    font-size: 1.2rem;
}
.alto{
    height: 90%;
}
.alto-m{
    height: 10%;
}
.sub:hover{
    color: #ff832a;
}
.sub {
    margin-top: 4rem;
    font-weight: 600;
    font-size: 1.4rem;
}
.sub.color span img{
    width: 2rem;
    margin-left: 1rem;
}
.t-lateral {
    position: absolute;
    margin-top: 30rem;
    transform: rotate(-90deg);
    font-weight: 800;
    margin-left: -1rem;
}

@media (min-width: 768px) {
    .t-lateral {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .t-lateral {
        margin-left: -2rem;
    }
}
@media (max-width: 959px) {
    .caja {
        padding: 4rem 6rem;
    } 
    .p-d{
        padding: 4rem 6.8rem;
    }

}


/* Caja hacerse cliente */

.hacerse {
    background-image: url(../img/img-01.jpg);
    height: 41rem;
}

.hacerse img {
    width: 15rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .hacerse h3 {
        padding-right: 71rem;
    }
}

.hacerse h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 2rem;
    padding-right: 0;
    margin-bottom: 3rem;
}

.hacerse a {
    font-size: 1.8rem;
}
.hacerse a span img{
    width: 2rem;
    margin-left: 1rem;
    margin-top: 0;
}
.hacerse a:hover {
    color:#ff832a;
}


/* Macbook  */

.color.vector {
    width: 1.6rem;
    margin-left: 1rem;
}

@media (min-width: 768px) {
    .mac {
        display: flex;
        justify-content: space-around;
    }
    .cont-mac {
        flex-basis: calc(50% - 1rem);
    }
}
@media (max-width: 768px) {
    .cont-mac img {
        margin-top: 8rem;
    }
    .mac-tex {
        margin-top: 7rem;
        margin-left: 5rem;
    }
}

.mac-tex {
    margin-top: 10rem;
    margin-left: 8rem;
}

.cont-mac h3 {
    font-size: 5rem;
    padding-top: 3rem;
    margin-top: 3rem;
}

.cont-mac img {
    width: 53rem;
    min-width: 40rem;
    margin-top: 2rem;
}
.cont-mac a:hover {
    color: #ff832a;
}
.cont-mac a {
    font-size: 1.5rem;
}
.flecha-m{
    width: 1.7rem;
    margin-left: 1rem;
}

@media (max-width: 599px){
    .mac-tex {
       margin-top: 4rem;
       margin-left: 5rem;
    }
    }
    .cont-mac a span img {
        width: 2rem;
        min-width: 0;
        margin-top: 0;
        margin-left: 1rem;
    }

/* Caja Comunicación a clientes */

.contenedor-azul {
    width: 85%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .contenedor-azul {
        width: 100%;
        margin: 0 auto;
    }
}
.caja-art {
    background-color: #001F43;
    color: #fff;
    padding: 4rem 6rem;
}
.color-uno{
    background-color: #001722;
}
.color-dos{
    background-color: #00142C;
}
.caja-art h3 {
    font-size: 2.5rem;
}

.caja-art a {
    font-size: 1.3rem;
}
.caja-art a:hover {
    color: #ff832a;
}
@media (min-width: 768px) {
    .caja-c {
        display: flex;
        justify-content: space-around;
    }
    .caja-art {
        flex-basis: calc(33.3% - 1rem);
        margin-top: 5rem;
    }
}
.caja-art a span img{
    width: 1.8rem;
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .caja-art {
        padding: 2rem 2rem;
    }
    .mac .cont-mac a span img {
        margin-top: 0;
    }
    .t-lateral {
        margin-top: 13rem;
    }
    .mac {
        margin-top: 0;
    }
}
.fondo-celeste-dos{
    background: linear-gradient(180deg, #fff 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(180deg, #F2F6F9 80%, #fff 20%);
}


@media (max-width: 599px) {
    .fondo-ima {
        margin-top: 0;
    }
}

