p{
    margin-bottom: 0;
}

/*==================SECCIÓN 1 - CAROUSEL=================*/
.secc1-bg{
    background-position: center;
    background-size: cover;
    height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secc1-bg-1-img{
    background-image: url('../img/Home/banner1.jpeg');
}
.secc1-bg-2-img{
    background-image: url('../img/Home/banner2.jpeg');
}
.secc1-bg-3-img{
    background-image: url('../img/Home/banner3.jpeg');
}
.secc1_marca_agua{
    max-width: 100%;
    width: 400px;
    /*opacity: .6;*/
}
.secc1_flecha{
    position: absolute;
    bottom: 0;
}
/*----------*/
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
/*==================SECCIÓN 2=================*/
.secc2{
    margin-top: 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secc2_texto{
    margin-top: 20px;
    color: #000;
}
/*==================SECCIÓN 3=================*/
.secc3{
    margin-top: 300px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: calc(100% - 50px);
}
.secc3_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33333%;
    height: auto;
}
.swipper-circular{
    margin-top: -10rem;
    width: 100%;
}
.secc3_img{
    cursor: pointer;
    width: 25vw;
    max-width: 355px;
    border-radius: 50%
}
.swipper-circular .swiper-slide{
    display: flex;
    justify-content: center;
}
.item1{
    background-color: #317068;
}
.item2{
    background-color: #63AC41;
}
.item3{
    background-color: #49A5B2;
}
.secc3_div_textos{
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    height: 100%;
}
.secc3_sub_titulo{
    line-height: 35px;
    color: white;
}
.secc3_texto{
    line-height: 18px;
    color: white;
    margin-top: auto;
}
.secc3_texto_flecha{
    color: white !important;
    text-decoration: none;

    display: flex;
    gap: .5rem;

    transition: all .15s ease-in-out;
}
.secc3_texto_flecha:hover{
    transform: scale(1.05);
}
/*==================SECCIÓN 4=================*/
.secc4{
    margin-top: -80px;

    position: relative;
    z-index: 1;

    display: flex;
    background-color: #013753;
}
.secc4_div_textos{
    padding: 4rem;
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.secc4_texto{
    color: white !important;
    width: unset;
    line-height: 18px;
}
.secc4_titulo{
    color: white !important;
    line-height: 35px;
    max-width: 600px;
    width: unset;
}
.secc4_img{
    background-image: url('../img/Home/img4.jpeg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 859px;
    width: 50%;
}

/*==================SECCIÓN 6=================*/
.secc6{
    margin-top: 80px;
    margin-bottom: 100px;
    display: flex;
}

.secc6_columa{
    background-position: center;
    background-size: cover;
    height: 757px;
    width: 33.33%;
}
.columna1{
    background-image: url('../img/Home/img5.jpg');
}
.columna2{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;

    background-color: #317068;
    padding: 60px;
}
.columna2 p{
    color: white;
}
.columna2 .sub_titulos{
    line-height: 35px;
}
.columna2 .textos{
    line-height: 18px;
}
.columna3{
    background-image: url('../img/Home/img6.jpeg');
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
    .secc1-bg {
        height: 350px;
    }
    /*-----------------*/
    .secc3 {
        max-width: 1620px;
        width: 95vw;
        flex-direction: column;
    }
    .item1,
    .item2{
        margin-bottom: 200px;
    }
    /*-----------------*/
    .secc4 {
        flex-direction: column;
    }
    .secc4_img {
        height: 343px;
        width: 100%;
    }
    /*-----------------*/
    .secc6 {
        flex-direction: column;
    }
    .columna1, .columna2, .columna3{
        width: 100%;
    }
    .columna1, .columna3{
        height: 437px;
    }
}
@media (min-width: 500px) {
    .columna1, .columna3 {
        height: 300px;
    }
}
@media (min-width: 550px) {
    .secc1-bg {
        height: 450px;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .secc1-bg {
        height: 500px;
    }
    /*-----------------*/
    .secc3 {
        width: calc(100% - 50px);
        flex-direction: row;
    }
    .item1, .item2 {
        margin-bottom: unset;
    }
    /*-----------------*/
    .secc4 {
        flex-direction: row;
    }
    .secc4_img {
        height: 859px;
        width: 50%;
    }
    /*-----------------*/
    .secc6 {
        flex-direction: row;
    }
    .columna2 {
        width: 33.33%;
    }
    .secc6_columa {
        height: 757px;
        width: 33.33%;
    }
}
@media (min-width: 1050px) {
    .secc3_sub_titulo {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1440px) {
    .secc1-bg {
        height: 593px;
    }
}

@media (max-width: 992px) {
    .secc3_item{
        width: 100%;
    }
    .secc3_img{
        width: 80vw;
        max-width: 355px;
        min-width: 240px;
    }
    /*------*/
    .secc4{
        margin-top: 2rem;
    }
    .secc4_div_textos{
        padding: 4rem 1rem;
        width: 100%;
    }
}
