/* service-website
  005 - digital-services
  006 - print-publicity
  007 - formulario
  008 - f*indice de estilos
  001 - generales
  002 - header
  003 - section hero
  004 -ooter
  009 - boton whatsap
  010 - 
  010 - 
*/

/* 001 - generales */

html {
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}
    
*,
*::after,
*::before {
   box-sizing: inherit;
}
    
body {
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}

.margin100au{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}


/* 002 - header */

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.menu{
    background-color: #000000cb;
    color: #fff;
    height: 80px;
    font-weight: 600;
}

.menu__container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.menu__logo{
    height: 90%;
    padding: 3px 0;
}

.menu__logo img{
    height: 100%;
    margin-right: 30px;
}

.menu__links{
    height: 100%;
    transition: transform .5s;
    display: flex;
    justify-content: space-evenly;
}

.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menu__link{
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    display: flex;
    height: 100%;
    align-items: center;
}

.menu__link:hover{
    background-color: #185E95;
}


.menu__arrow{
    transform: var(--transform);
    transition: transform .3s;
    display: block;
    margin-left: 3px;
}

.menu__nesting{
    list-style: none;
    transition:clip-path .3s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    transform: translateY(100%);
    background-color: #000000cb;
}

.menu__link--inside{
    padding: 30px 100px 30px 20px;
}

.menu__link--inside:hover{
    background-color: #185E95;
}

.menu__hamburguer{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    display: none;
}

.menu__img{
    display: block;
    width: 36px;
}

@media (max-width: 925px){

    .menu__container{
        justify-content: space-between;
    }

    .menu{
        background-color: #000;
    }

    .menu__hamburguer{
        display: flex;
    }

    .menu__item{
        --clip:0;
        overflow:hidden ;
    }

    .menu__item--active{
        --transform: rotate(0);
        --background: #5e7094;
    }

    .menu__item--show{
        background-color: var(--background);
    }


    .menu__links{
        position: fixed;
        max-width: 400px;
        width: 100%;
        top: 70px;
        bottom: 0;
        right: 0;
        background-color: #000;
        overflow-y: auto;
        display: grid;
        grid-auto-rows: max-content;
        transform: translateX(100%);
    }

    .menu__links--show{
        transform: unset;
        width: 100%;
    }

    .menu__link{
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }

    .menu__arrow{
        margin-left: auto;
        margin-right: 20px;
    }

    .menu__nesting{
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height .3s;
    }

    .menu__link--inside{
        width: 90%;
        margin-left: auto;
        border-left: 1px solid #798499;
    }
}

/* 003 section hero */

.section-hero{
    position: relative;
    width: 100%;
    height: 90vh;
    padding: 80px 10px 60px;
    background-image: url(../img/bg-port.webp);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-flex{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: flex-end;
}

.hero-slider{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.swiper-1{
    width: 90%;
    margin-top: 35px;
    height: 450px;
    box-shadow: 5px 5px 20px #000;
}

.swiper-slide{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide a{
    text-decoration: none;
}

.slider-mire-info{
    padding: 8px 12px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px #222;
    color: #fff;
    margin-top: 10px;
}

.swiper-slide-1{
    background-image: linear-gradient(rgb(0,0,0,.2),rgb(0,0,0,.7)), url(../img/web-slider.jpg);
}


.swiper-slide-2{
    background-image: linear-gradient(rgb(0,0,0,.2),rgb(0,0,0,.7)), url(../img/ads-slider.jpg);
}

.swiper-slide-3{
    background-image: linear-gradient(rgb(0,0,0,.2),rgb(0,0,0,.7)), url(../img/redes-slider.jpg);
}

.swiper-slide-4{
    background-image: linear-gradient(rgb(0,0,0,.2),rgb(0,0,0,.7)), url(../img/offset.jpg);
}

.swiper-slide-5{
    background-image: linear-gradient(rgb(0,0,0,.2),rgb(0,0,0,.7)), url(../img/lona.jpg);
}

.swiper-slide h3{
    width: 85%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 5px 20px;
}

.swiper-button-prev, .swiper-button-next{
    color: #fff;
    text-shadow: 1px 1px 3px #000;

}

.swiper-pagination-bullet{
    background-color: #fff;
    width: 15px;
    height: 15px;
}

.hero-article{
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: end;
}

.hero-h1{
    color: #0ca5c4;
    font-size: 2rem;
    line-height: 2;
    font-weight: 900;
}

.hero-h2{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.hero-ul, .hero-text{
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    font-weight: 600;
}

.hero-icons{
    margin-top: 20px;
    align-self: center;
}

.fa-brands, .fa-regular{
    color: #fff;
    font-size: 1.5rem;
    margin: 5px 15px;
    align-self: center;
    transition: 0.5s ease-in-out;
}

.fa-brands:hover, .fa-regular:hover{
    color: #0ca5c4;
    transform: scale(1.5);
}

@media screen and (max-width: 900px){

    .section-hero{
        height: auto;
        background-position-x: center;
        padding-bottom: 50px;
    }
    
    .hero-slider{
        width: 500px;
        height: auto;
    }
    
    .hero-article{
        width: 90%;
    }
}

@media screen and (max-width: 600px){
    .hero-slider{
        width: 90%;
        height: 360px;
    }

    .swiper-slide h3{
        font-size: 1.2rem;
    }
}


/* 004 - service-website */

.website-container{
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.website-h2{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}

h2 span{
    color: #0ca5c4;
}

.website-text, .website-ul, .website-text_2{
    font-size: 1.5rem;
    font-weight: 600;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.website-text b{
    font-weight: 900;
    color: #0ca5c4;
}

.website-article{
    display: flex;
    justify-content: center;
    align-items: center;
}

.website-article img{
    padding-right: 20px;
    border-right: 2px solid #0ca5c4;
}

.website-ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: max-content;
    line-height: 2;
    margin: 0 0 0 20px;
}

.fa-circle-check{
    margin-right: 10px;
    color: #0ca5c4;
}

.website-article_2{
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(3,18,119,1) 100%);
    display: flex;
    justify-content: space-evenly;
    border-radius: 5px;
    margin-top: 15px;
    align-items: center;
}

.website-text_2{
    color: #fff;
    font-size: 2rem;
    width: 65%;
    margin: 0;
    padding: 10px 0;
}

#proposal{
    background-color: transparent;
    color:#fff;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #000;
    width: 180px;
    text-align: center;
    height: 40px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
    padding: 0;
}

#proposal:hover{
    background-color: #0ca5c4;
    border: none;
}

.website-text_2 b{
    font-weight: 900;
    color: #0ca5c4;
}

@media screen and (max-width:800px){
    .website-container{
        padding: 20px 15px;
    }

    .website-text, .website-ul, .website-text_2{
        font-size: 1.5rem;
        font-weight: 600;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .website-article{
        flex-direction: column;
    }

    .website-article img{
        padding: 0;
        border-right: none;
        border-bottom: 2px solid #0ca5c4;
    }
    
    .website-ul{
        flex-direction: column;
        width: 90%;
        margin: 20px auto 0;
        text-align: center;
    }

    .website-article_2{
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }
    
    .website-text_2{
        color: #fff;
        font-size: 1.8rem;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
    }
    
    #proposal{
        margin-top: 15px;
        width: 250px;
    }
}

@media screen and (max-width:480px){
    .website-article img{
        width: 300px;
    }
}

.pop-up_2{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 1000;
}

.pop-up-wrap_2{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}

.subcription_2::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription_2{
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content_2{
    width: 75%;
}

.sub-content_2 h2{
    font-weight: 500;
    font-size: 40px;
    color: #0ca5c4;
    margin-bottom: 15px;
}

.sub-content_2 p{
    font-weight: 500;
    color: #0ca5c4;
    margin-bottom: 30px;
}

.subs-email_2{
    width: 100%;
    padding: 10px;
    border: none;
    background: #1F4068;
    margin-bottom: 15px;
    color: #0ca5c4;
    border: none;
}

.subs-textarea{
    width: 100%;
    height: 60px;
    resize: none;
    background: #1F4068;
    padding: 10px;
    margin-bottom: 15px;
}

::placeholder{
    color: #fff8;
    font-family: 'century gothic';
    font-weight: 700;
    padding: 10px;
    
}

.subs-send_2{
    width: 100%;
    padding: 15px;
    border: none;
    background: #0ca5c4;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease;
}

.subs-send_2:hover{
    background: #1F4068;
}

.line_2{
    width: 100%;
    height: 20px;
    background: #1F4068;
}

#close_2{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 25px;
    color: #0ca5c4;
    cursor: pointer;
    z-index: 1000;
}

.pop-up_2.show_2{
    visibility: visible;
}

.pop-up-wrap_2.show_2{
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 980px){
    .pop-up-title_2{
        display: none;
    }

}

@media only screen and (max-width: 400px){
    .sub-content_2 h2{
        font-size: 30px;
    }

    .btn-abrir_2, .btn-whatsapp{  
        width: 290px;
    }

    .btn-abrir_2:hover, .btn-whatsapp:hover{  
        width: 300px;
    }
}

/*  005 - digital-services*/

.digital-services{
    width: 100%;
    padding: 20px 0;
}

.digital-h2{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
}

.landing-container, .multipage-container{
    padding: 5px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.digital-landing{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.digital-multipage{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start; 
}

.digital-h3{
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    margin: 2px auto 10px;
}

.multipage-h3{
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    margin: 2px auto 10px;
    text-align: end;
}

.landing-img img{
    width: 500px;
    height: auto;
    padding-right: 30px;
    margin-top: 20px;
}

.multipage-img img{
    width: 500px;
    height: auto;
    padding-left: 30px;
    margin-top: 20px;
}

.landing-ul, .multipage-ul{
    margin-top: 35px;
}

.landing-ul li, .multipage-ul li{
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

.fa-ranking-star{
    display: inline-block;
    background-color: #0ca5c4;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.more_info{
    display: block;
    width: 120px;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    color: #0ca5c4;
    border: 1px solid #0ca5c4;
    margin-top: 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

.more_info:hover{
    background-color: #0ca5c4;
    color: #fff;
    border: none;
    transform: scale(1.08);
}

.other-container{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}

.other-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    border-radius: 8px;
}

.other-h3{
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    color: #0ca5c4;
    text-align: center;
    height: 70px;
}

.other-ul{
    margin-top: 25px;
    text-align: center;
    height: 170px;
}

.other-ul li{
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 10px;
}

.other-item img{
    width: 280px;
    transition: 0.4s ease-in-out;
}

.other-item img:hover{
    transform: scale(1.05);
}

@media screen and (max-width:990px){
    .other-container{
        flex-direction: column;
        align-items: center;
    }

    .other-item{
        width: 90%;
        margin-top: 20px;
    }

    .other-h3{
        height: auto;
    }

    .other-ul{
        height: auto;
    }
}

@media screen and (max-width:800px){
    .landing-container, .multipage-container{
        padding: 20px 15px;
    }

    .digital-landing, .digital-multipage{
        flex-direction: column;
        align-items: center;
    }

    .landing-img img, .multipage-img img{
        padding: 0;
    }

    .digital-h3, .multipage-h3{
        text-align: center;
    }

    .landing-ul, .multipage-ul{
        text-align: center;
    }

    .fa-ranking-star{
        display: none;
    }
}

@media screen and (max-width:520px){
    .landing-img img, .multipage-img img{
        width: 300px;
    }
}

/* 006 - print-publicity */

.print-publicity{
    padding: 20px 0;
}

.print-h2{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
}

.print-leyenda{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(3,18,119,1) 100%);
    padding: 25px 30px;
    margin: 15px auto 35px;
}

.print-leyenda p{
    text-align: center;
    color: #0ca5c4;
    font-size: 2rem;
    font-style: italic;
    font-weight: 900;
}

.print-leyenda em{
    color: #fff;
    font-size: 3rem;
    margin: 0 10px;
}

.print-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.print-item{
    display: flex;
    transition: 0.4s;
    justify-content: space-between;
    border-top: 1px solid #0ca5c4;
    border-right: 1px solid #0ca5c4;
    border-bottom: 1px solid #0ca5c4;
    border-radius: 0 8px 8px 0;
    transition: 0.4 ease-in-out;
}

.print-item:hover{
    display: flex;
    box-shadow: 0 0 5px 5px #dedede;
    transform: scale(1.03);
    border: none;
}

.print-img{
    width: 130px;
    object-fit: cover;
    overflow: hidden;
}

.print-img img{
    width: 130px;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.print-img img:hover{
    transform: scale(1.2);
}

.print-info{
    display: flex;
    max-width: 62%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 15px;
    align-self: center;
}

.print-h4{
    color: #0ca5c4;
    font-weight: 800;
    margin: 0;
}

.print-ul{
    text-align: right;
    margin: 10px 0;
}

.print-a{
    text-decoration: none;
    color: #031277;
    font-weight: 900;
    font-size: 1.1rem;
    transition: 0.4s ease-in-out;
    display: inline-block;
    padding-bottom: 5px;
}

.print-a:hover{
    color: #0ca5c4;
    border-bottom: 1px solid #0ca5c4;    
}

/* 007 - our */ 

.our{
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.9)), url(../img/bg-our.jpg);
    padding: 25px 20px;
}

.our-h2{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 20px;
}

.our-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.our-info{
    width: 45%;
    background-color: #fff;
    padding: 15px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0 8px 2px #c8c8c8;
}

.our-article{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-article img{
    height: 200px;
}

.our-article p{
    text-align: justify;
    font-weight: 600;
    color: #185E95;
}

.our-img{
    width: 45%;
}

.our-img img{
    width: 90%;
}

@media screen and (max-width:751px){
    .our-container{
        flex-direction: column;
    }

    .our-info{
        width: 100%;
        margin-right: 0;
    }

    .our-img{
        display: none;
    }
}

/* 008 - other-print */

.other{
	width: 100%;
	margin: 30px auto;
}

ul.tabs{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	border-bottom: 1px solid #185E95;
}

ul.tabs li{
	width: 18%;
}

ul.tabs li a{
	color: #0ca5c4;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
	display: block;
	padding: 20px 0px;
}

.active{
	border-bottom: 3px solid #185E95;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.other-sections{
	width: 100%;
	background: #fff;
}

.other-article{
    width: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.other-info{
    width: 70%;
}

.other-h3{
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    color: #0ca5c4;
    text-align: center;
    height: 70px;
}

.other-sections article p{
	text-align: justify;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #a9a9a9;
}

.other-img{
    width: 30%;
}

.other-img img{
    width: 100%;
}

@media screen and (max-width: 1120px){
    .other-img{
        width: 50%;
    }

    .other-info{
        width: 50%;
    }
}

@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}

    ul.tabs{
		flex-direction: column;
	}

    ul.tabs li{
		width: 100%;
	}

	ul.tabs li a{
		width: 100%;
		padding: 15px 0px;
	}

    .other-article{
        flex-direction: column;
    }

    .other-img{
        width: 90%;
    }

    .other-info{
        width: 90%;
    }
}

@media screen and (max-width: 450px){

	ul.tabs li a .tab-text{
		width: 100%;
	}

	.other-sections article{
		padding: 20px;
	}
}

/* 009 - contact-index */

.contact{
    background-image: url(../img/bg-form.webp);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

.contact-container{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.contact-info{
    width: 55%; 
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin-top: 45px;
}

.contact-h2{
    color: #fff;
    text-align: center;
}

.contact-text, .contact-ul, .contact-con{
    align-self: flex-start;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: justify;
}

.contact-con{
    margin-top: 20px;
}

.azul{
    color: #0ca5c4;
    font-size: 1.3rem;
}

.contact-ul li{
    margin-top: 10px;
}

span .fa-brands, span .fa-regular{
    margin-left: 0;
}

.contact-form{
    width: 40%;
    background-color: #000;
    padding: 20px 10px;
    border-radius: 12px 12px 0 0;
}

.form-container{
display: flex;
flex-direction: column;
align-items: center;
}

.form-h3{
    color: #0ca5c4;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 5px;
}

.form-text{
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 25px;
}

.form-send{
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 1px;

}

.general-inputs{
    font-size: 1rem;
    border: none;
    padding: 5px 8px;
    margin-top: 15px;
    border: 0;
    outline: none;
    border-radius: 5px;
}

.tex-no-resize{
    resize: none;
}

::placeholder{
    color: #a9a9a9;
}

.btn{
    width: 75%;
    position: relative;
    padding: 20px 20px;
    text-decoration: none;
    letter-spacing: 10px;
    text-indent: 10px;
    z-index: 500;
    color: #fff;
    font-weight: 900;
    background-color: transparent;
    align-self: center;
}

.btn-2{
    border: 3px solid;
    margin-top: 20px;
}

.btn-2:hover{
    background-color: #001a2b;
    box-shadow: 0 0 20px #17a2ff;
    border-color: #17a2ff;
    color: #fff;
}

.btn-2 span:nth-child(n){
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid;
    transition: all 0.6s ease;
}

.btn-2 span:nth-child(1){
    right: 10%;
    top: -10px;
    background-color: #fff;
}

.btn-2 span:nth-child(2){
    left: 10%;
    bottom: -10px;
}

.btn-2:hover span:nth-child(1){
    right: 80%;
    transform: rotate(90deg);
    color: #17a2ff;
    background-color: #17a2ff;
    
}

.btn-2:hover span:nth-child(2){
    left: 80%;
    transform: rotate(90deg);
    color: #17a2ff;
}

@media screen and (max-width: 800px){

    .contact{
        background-position-x: center;
    }
    

    .contact-container{
        flex-direction: column;
        align-items: center;
    }

    .contact-info, .contact-form{
        width: 90%;
        
    }

    .contact-text, .contact-ul, .contact-con{
        align-self: center
    }

    .contact-ul{
        margin-bottom: 20px;
    }
}

/* 009 - footer */ 

footer{
    background-color: #000;
    padding: 35px 20px 10px;
}

.footer-container{
    width: 100%;
    display: flex; 
    justify-content: center;   
}

.footer-item{
    width: 30%;
    display: flex;
    justify-content: center;
}

.item-redes{
    flex-direction: column;
    align-items: center;
}

.item-redes p{
    color: #fff;
    font-weight: 900;
    font-size: 1.3rem;
}

.footer-redes{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 5px;
}

.privacy{
    display: inline-block;
    margin-top: 15px;
    color: #0ca5c4;
    font-weight: 600;
}

.footer-item img{
    height: 230px;
}

.item-articles{
    display: flex;
    justify-content: space-evenly;
}

.footer-article{
    padding: 5px 15px;
}

.footer-h4 a{
    color: #fff;
    font-weight: 900;
    font-size: 1.3rem;
    text-decoration: none;
} 

.footer-ul li a{
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: 1s;
}

.footer-ul li a:hover{
    color: #0ca5c4;
}

.copy{
    text-align: center;
    color: #0ca5c4;
    font-size: 1.2rem;
    font-weight: 600;
}

@media screen and (max-width: 800px){
    .footer-container{
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .footer-item{
        width: 100%;
        margin-top: 20px;
    }

    .item-articles{
        flex-direction: column;
    }
}

/* 009 - boton whatsapp */

.whatsapp-container{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 1200;
}

.whatsapp-container a{
    text-decoration: none; 
}

.whatsapp-container a span{
    position: absolute;
    color: #fff;
    background-color: #0eaf11;
    display: block;
    width: max-content;
    padding: 10px;
    border-radius: 30px;
    top: 18px;
    right: 20px;
    font-size: 1rem;
    font-weight: 900;
    text-shadow: 2px 2px 3px #0009;
    border: 3px solid #fff;
    animation: btn-whats 1.5s ease-in-out infinite;
}

@keyframes btn-whats{
    to{
        box-shadow: 0 0 1px 1px #099b1f45;
    }
    from{
        box-shadow: 0 0 10px 5px #099b1f65;
    }
}



@media screen and (max-width:650px){
    .whatsapp-container{
        width: 60px;
        height: 60px;
    } 

}

/* -----------------------------------------010 - landing directorio --------------------------*/

.landing-header{
    position: relative;
    width: 100%;
    height: 90vh;
    padding: 80px 10px 60px;
    background-image: url(../img/bg-port.webp);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media screen and (max-width:800px){
    .landing-header{
        height: auto;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(3,18,119,1) 100%);
    }
}

.landing-header-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.landing-header-item{
    width: 45%;
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.landing-header-item p{
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

.landing-header-item p span{
    color: #0ca5c4;
}

.landing-header-item h1{
    font-size: 2rem;
    font-weight: 900;
    color: #0ca5c4;
    align-self: start;
}

.landing-header-item img{
    width: 90%;
}

.contac-header-item img{
    width: 75%;
}

@media screen and (max-width: 800px){
    .landing-header-flex{
        flex-direction: column-reverse;
    }

    .landing-header-item{
        width: 90%;
    }
}



/* --------------------------------011 - pag beneficios---------------------------*/

.port-beneficios{
    width: 100%;
    height: 400px;
    background-image: url(../img/ports/port_beneficios.webp);
    background-size: cover;
    background-attachment: scroll;
    padding: 80px 20px;
}

.beneficios-h1{
    margin-top: 40px;
    margin-left: 15px;
    color: #0ca5c4;
    font-size: 3rem;
    font-weight: 900;
    overflow: hidden;
}

.beneficios-h1 span{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    left: 35px;
    overflow: hidden;  
}

.beneficios-h1 span::after{
   content: "";
   position: absolute;
   width: 100%;
   height: 5px;
   background-color: #0ca5c4;
   bottom: -10px;
   left: 0;
   transform: translateX(-120%);
   animation: linea 3s infinite ;
}

@keyframes linea{
    0%{
        transform: translateX(-120%);
    }
    25%{
        transform: translateX(-120%);
    }
    100%{
        transform: translateX(0);
    }
}

/*----  beneficios descripcion---*/

.beneficios-section{
    width: 100%;
    padding: 20px;
}

.beneficios-container{
    width: 75%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: 35px;
}

.beneficios-item{
    padding-top: 20px;
}

.fa-arrow-up-short-wide{
    background-color: #031277;
    border-radius: 8px;
    padding: 12px;
    color: #fff;
    font-size: 1.8rem;
}

.beneficios-h4{
    font-size: 2rem;
    font-weight: 800;
    color: #0ca5c4;
    line-height: 1.3;
}

.beneficios-description{
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
}

/*--------- talento-*/

.talent{
    width: 100%;
    padding: 20px;
}

.talent-container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.talent-text{
    width: 50%;
    min-width: 330px;
    padding: 30px 15px;
}
.talent-img{
    border-radius: 0 50% 50% 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    float: left;
    shape-outside: circle();
    margin: 10px 15px;
    margin-left: 0;
    opacity: .8;
}

.talent-description{
    font-size: 1.2rem;
    line-height: 1.5;
    width: 95%;
}

.talent-contador{
    width: 40%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contador-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.contador{
    height:75px;
    width: 320px;
    transform: rotate(180deg);
    margin: 15px auto;
    position: relative;
  
}

.numero{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 75px;
    font-weight: 900;
    color: #555;
    position: absolute;
    transform: rotate(-180deg);
    mix-blend-mode: screen;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.color_fondo{
    transition: .2s;
    transform-origin: bottom;
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    background-color: #0ca5c4;
}

.contador-h5{
    margin: 10px 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: #185E95;
    white-space: nowrap;
    width: 12ch;
    animation: typing 1s steps(14);
    overflow: hidden;
}

@keyframes typing{
    from{
        width: 0;
    }
}

.kf21{
    width: 22ch;
    animation: typing 1s steps(22);
    overflow: hidden;
}

.kf18{
    width: 17ch;
    animation: typing 1s steps(17);
    overflow: hidden;
}

@media screen and (max-width:960px){
    .talent-container{
        flex-direction: column;
    }    

    .talent-item{
        width: 100%;
    }
}

@media screen and (max-width:520px){
    .talent-img{
        width: 180px;
        height: 180px;  
    }

    .talent-item{
        padding: 30px 0;
    }

    .contador-h5{
        font-size: 1.1rem;
    }

    .talent-description{
        font-size: 1rem;
    }
}

/*-----------------------organization----------------------*/

.organization, .valores{
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}

.organization-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.organization-item,
.organization-img{
    width: 45%;
}

.organization-text{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.organization-text em{
    color: #0ca5c4;
    font-size: 1.3rem;
    font-weight: 600;
}

.organization-img{
    box-shadow: 0 2px 15px 3px #686868;
    border-radius: 20px;
}

.organization-a{
    margin: 40px auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
}

.organization-logo{
    width: 300px;
}

.organization-span{
    display: block;
    background-color: #005b97;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
}

@media screen and (max-width:700px){
    .organization-container{
        flex-direction: column;
    }

    .organization-item,
    .organization-img{
    width: 90%;
    }
}

.valores-text{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.valores-text em{
    color: #0ca5c4;
    font-size: 1.3rem;
    font-weight: 600;
}

/* --------------------------  slider tecnologias-------------------*/

.carrusel {
    height: 140px;
    display: flex;
    align-items: center;
    width: 85%;
    margin: 60px auto 50px;
}
  
.carrusel-items {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0px;
}
  
.carrusel-item {
    width: 140px;
    height: 140px;
    margin: 15px 15px;
}
  
.carrusel-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

/*--------------------------------desingpage-------------------------*/

.imprenta{
    width: 100%;
    padding: 20px;
    margin-top: 35px;
}

@media screen and (min-width: 1050px){
    .width-70{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

.impresos-h2{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #0ca5c4;
}

.imprenta-sub{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #898989;
}

.imprenta-cards-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 0.7fr));
    gap: 20px;
    justify-content: center;
}

.imprenta-cards{
    overflow: hidden;
    width: 100%;
    max-height: 330px;
}

.imp-cards{
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
    transition: .5s;
}


.imp-cards img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.imprenta-text-1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px;
    color: #042c4d;
    background-color: #ffffffc2;
}

.imprenta-text-2{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
    z-index: 450;
    text-align: center;
}

.imp-cards_2{
    transform: translateY(-50%) rotateX(90deg);
}

.imp-cards_2::after{
    content: "";
    position: absolute;
    background-color: #031277bf;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

.imprenta-cards:hover .imp-cards{
    transform: translateY(-50%) rotateX(90deg);
}

.imprenta-cards:hover .imp-cards_2{
    transform: translateY(-100%) rotateX(0);
}

/*-----------------------------------landing-contenido--------------*/

.landing-contenido{
    width: 100%;
}

.contenido-p{
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 45px;
    margin-top: 35px;
}

.contenido-p em{
    color: #0ca5c4;
    font-weight: 900;
    font-size: 1.4rem;
}

.contenido-flex{
    width: 85%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;

}

.contenido-ol{
    position: relative;
    transform: skewY(-15deg);
    margin-top: 120px;
    margin-bottom: 40px;
    background-color: transparent;
}

.contenido-ol li{
    position: relative;
    list-style: none;
    width: 250px;
    background-color: #2e2f31;
    padding: 15px 10px;
    z-index: var(--i);
    transition: 0.5s;
    color: #0ca5c4;
    font-weight: 500;
}

.sombra{
    box-shadow: -23px 120px 90px 15px #44444499;
}

.contenido-ol li:hover{
    background-color: #0053a2 ;
    transform: translateX(-50px);
}

.contenido-ol li::before{
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    background-color: #151617;
    transform-origin: right;
    transform: skewY(45deg);
    transition: 0.5s;
}

.contenido-ol li:hover::before{
    background-color: #004789;
}

.contenido-ol li::after{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #35383e;
    transform-origin: bottom;
    transform: skewX(45deg);
    transition: 0.5s;
}

.contenido-ol li:hover::after{
    background-color: #004789;
}

.contenido-ol li:hover {
    color: #fff;
}


.contendo-li{
    position: absolute;
    color: #f7f7f7;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    background-color: #0053a2;
}

.contenido-ol li:hover .contendo-li{
    visibility: visible;
    opacity: 1;
}

.contenido-figure{
    display: block;
    width: 500px;
}

.contenido-figure img{
    width: 100%;
}

@media screen and(max-width:530px) {

    .contenido-figure{
        width: 320px;
    }

    .contenido-ol{
        width: 90%;
        min-width: 320px;
        margin-top: 120px;
        margin-bottom: 90px;
    }
}

/*-----------------landing- info---------------------------------*/

.landing_info{
    width: 100%;
    padding: 70px 25px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(3,18,119,1) 100%);
}

.landing-info-contenedor{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-info-p{
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}

.landing-info-a {
    text-decoration: none;
    display: block;
    background-color: #0ca5c4;
    border-radius: 25px;
    padding: 5px 20px;
    transition: .5s;
}

.landing-info-a:hover{
    background-color: transparent;
    outline: 2px solid #fff;
}

.landing-info-a .fa-whatsapp{
    text-decoration: none;
}

.landing-info-a span{
    text-decoration: none;
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
}

/*-----------------------------multipag desing-----------------------*/

.multipage-desing{
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}

.multipage-types{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
}

.multipage-types em{
    color: #0ca5c4;
}

.multipage-desing-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.multipage-desing-item{
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    padding: 10px;
    border-radius: 10px;
    background: rgb(231,231,231);
    background: linear-gradient(309deg, rgba(231,231,231,0.5186449579831933) 0%, rgba(218,223,255,1) 100%);
}

.multipage-desing-h3{
    text-align: center;
    font-size: 1.5rem;
    color: #031277;
}

.multipage-desing-figure .fa-solid{
    font-size: 2rem;
    color: #0ca5c4;
    transition: .5s;
    padding: 15px;
    border-radius: 5px;
}

.multipage-desing-figure .fa-solid:hover{
    transform: scale(1.03);
    background-color: #031277;
    color: #fff;
}

.multipage-desing-text{
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}

.multipage-desing-item:hover{
    transform: scale(1.05);
    box-shadow: 0 3px 5px 1px #555;
}

/*-------------------------------development-multipage-----*/

.development-multipage{
    width: 100%;
    margin-top: 50px;
    padding: 40px 50px 20px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(3,18,119,1) 100%);
}

.development-multipage-h2{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center; color: #fff;
}

.development-multipage-h2 em{
    color: #0ca5c4;
}

.development-multipage-parrafo{
    color: #fdfdfd;
    font-size: 1.2rem;
    text-align: center;
}

.development-multipage-flex{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 15px;
}

.develope-multipage-item{
    width: 30%;
    min-width: 320px;
    background-color: #fff;
    outline: 1px solid #fff;
    border-radius: 10px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.develope-multipage-h3{
    text-align: center;
    background-color: #000;
    border-radius: 10px 10px 0 0;
    margin: 0;
    color: #fff;
    padding: 20px 5px;
    font-size: 2rem;
    font-weight: 900;
}

.develope-multipage-ul{
    padding: 3px 20px;
    text-align: center;
}

.develope-multipage-ul li{
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
    padding: 2px;
}

.develope-multipage-ul li i{
    font-size: 1rem;
    color: #004789;
}

.develope-multipage-price{
    height: 80px;
    width: 100%;
    background-color: #004789;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    
}

.develope-multipage-price img{
    display: block;
    height: 85%;
    position: absolute;
}

.develope-multipage-price :nth-child(2){
    height: 40%;
    position: absolute;
    left: 50px;
    
}

#flecha_01 {
    animation: disparo 1.5s ease-in infinite;
}

#flecha_02 {
    animation: disparo 1.5s ease-in infinite;
    animation-delay: .5s;
}

#flecha_03 {
    animation: disparo 1.5s ease-in infinite;
    animation-delay:1s;
}

@keyframes disparo{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(200px);
        opacity: 0;
    }
}

.develope-multipage-price span{
    position: absolute;
    display: block;
    right: 0;
    margin-right: 45px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fefefe;
}

.develope-multipage-price span small{
    font-size: .8rem;
}

.develope-multipage-ul{
    margin-top: 20px;
}

.develope-multipage-a{
    text-decoration: none;
}

.develope-multipage-contac{
    margin: 80px auto 30px;
    text-align: center;
    background-color: transparent;
    outline: 2px solid #031277;
    padding: 15px 30px;
    width: max-content;
    border-radius: 30px;
    color: #031277;
    transition: .3s;
}

.develope-multipage-contac:hover{
    background-color: #031277;
    color: #fff;
}

/*----------------proceso---------------*/

.proceso{
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}

.proceso-container{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.proceso-item{
    width: 30%;
    min-width: 320px;
    padding: 20px;
    flex-grow: 1;
    border-top: 1px solid #031277;
}

.proceso-numero{
    color: #0ca5c4;
    font-size: 3rem;
    font-weight: 900;
}

.proceso-h4{
    font-size: 1.7rem;
    color: #686868;
}

.proceso-h4 .fa-solid{
    margin-left: 20%;
    font-size:2.2rem;
    color: #031277;
}

.proceso-text{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.proceso-h2{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center; 
    color: #000;
}

.proceso-h2 em{
    color: #0ca5c4;
}

/*--------------------------------------google ads- slider circle-------------*/

.campaigns-g-a{
    width: 100%;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.slider-ads-h2{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center; 
    color: #000;
}

.slider-ads-h2 em{
    color: #0ca5c4;
}

.slider-ads{
    width: 100%;
    min-height: 500px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-ads-container{
    position: relative;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
    animation: rotate 50s linear infinite;
}

@keyframes rotate{
    0%{
        transform: perspective(1000px) rotateY(0deg);
    }
    100%{
        transform: perspective(1000px) rotateY(360deg);
    }
}

.slider-ads-container span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i)*45deg)) translateZ(350px);
}

.slider-ads-container span img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 1s;
}

.slider-ads-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    margin: 0;
    background-color: #0312778b;
    color: #fff;
    font-weight: 600;
    transition: 1s;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    text-align: center;
}

.slider-ads-container span:hover img{
    transform: translateY(-50px) scale(1.2);
}

.slider-ads-container span:hover p{
    transform: scale(1.2);
}

/*------------------------campaigns-g-a-------------------------------------*/

.campaigns-ga-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    grid-area: 40px;
}

.campaigns-ga-item{
    width: 30%;
    min-width: 320px;
}

.campaigns-gafigure img{
    width: 90%;
}

.campaigns-ga-article{
    width: 40%;
}

.campaigns-ga-ul li{
    font-family: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    position: relative;
}

.campaigns-ga-ul li img{
    height: 1.3rem;
    margin-right: 10px;
}

/*-------------------------------------blog--------------------------*/

.port-blog{
    width: 100%;
    height: 70vh;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,91,151,1) 35%, rgba(0,91,151,1) 65%, rgba(0,0,0,1) 100%);
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: grab;
}

.port-blog-h1{
    position: relative;
    color: #fff;
    font-size: 8rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}

.port-blog img{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    object-fit: cover;
}

@media screen and (max-width:700px) {
    .port-blog-h1{
        font-size: 3rem;
    } 
}

/*--------------------blog-complit-----------------------*/

.blog-complit{
    width: 100%;
    padding: 20px 20px 20px 60px;
    margin-top: 50px;
}

.blog-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-principal{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: 30px;
    justify-content: center;
}

.blog-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 15px;
    border-radius: 25px;
    border-bottom: 2px solid #0ca5c4;
    background-color: #f5f5f5;
}

.blog-figure{
    width: 100%;
    height: 300px;
    margin: 0;
}

.blog-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 4px 4px 8px 1px #36363689;
}

.blog-h3{
    font-size: 1.2rem;
    margin: 5px auto;
    color: #004789;
    font-weight: 800;
    text-align: center;
}

.blog-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 5px;
}

.blog-reusmen{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: justify;
    padding: 0 10px;
    text-indent: 1rem;
    color: #848484;
}

.blog-liga{
    text-decoration: none;
    position: relative;
    background-color: #004789;
    padding: 10px 30px;
    width: max-content;
    color: #e2e2e2;
    transform-style: preserve-3d;
    transition: ease-in-out 0.8s;
    border-radius: 16px;
    font-size: 0.8rem;
}

.blog-liga:hover{
    transform: rotateX(360deg);

}

.blog-liga-div{
    text-decoration: none;
    font-weight: 700;
    transform-style: preserve-3d;
    transform: perspective(25px) translateZ(12px);
}

.blog-liga::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    right: 6px;
    bottom: 4px;
    border: 2px solid #989898;
    border-radius: 15px;
    transform-style: preserve-3d;
    transform: perspective(300px) translateZ(9px);
}

.blog-liga::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid #989898;
    border-radius: 15px;
    transform-style: preserve-3d;
    transform: perspective(300px) translateZ(-12px);
}

/*--------------------blog-aside-----------------------*/

.blog-lateral{
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 65px;
    width: 25%;
}

.blog-lateral::before{
    content: "";
    position: absolute;
    outline: 1px solid #0ca5c4;
    height: 100%;
    left: -15px;
}

.ultimas-noticias-h2, 
.proximos-articulos-h2{
    color: #fff;
    background-color: #031277;
    padding: 25px 10px;
    border-radius: 0 50px 50px 0;
}

.ultimas-noticias-ul,
.proximos-articulosul{
    color: #6b6b6b;
    line-height: 1.5;
}

.aside-figure{
    width: 90%;
    align-self: center;
}

.aside-figure img{
    width: 100%;
}

.engagement{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.engagement-text{
    font-size: 1.5rem;
    line-height: 1.2;
    color: #004789;
    font-weight: 900;
}

.engagement-redes{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.engagement-redes-img{
    width: 70px;
    height: 70px;
}

.link-articulo:hover span{
color: #0053a2;
}

.link-articulo:hover i{
    color: #0053a2;
    }

/*-------articulos del blog general----------*/

.port-articulos-blog{
    width: 100%;
    height: 350px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,91,151,1) 35%, rgba(0,91,151,1) 65%, rgba(0,0,0,1) 100%);
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: grab;
}

.articulo-h1{
    color: #fff;
    font-style: italic;
    font-size: 3rem;
    font-weight: 900;
}

.articulo-de-Blog{
    width: 65%;
    padding: 10px 20px 10px 0;
}

.articulo-blog-h2{
    color: #031277;
    font-size: 2rem;
}

.articulo-blog-h3{
    color: #0ca5c4;
    font-size: 1.7rem;
}

.articulo-blog-h4{
    color: #797979;
    font-size: 1.5rem;
}

.articulo-blog-text{
    font-size: 1.1rem;
    color: #575757;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}


.articulo-blog-ul{
    font-size: 1.1rem;
    color: #575757;
    font-weight: 400;
    line-height: 1.5;
    list-style: circle;
}

.blog-img-float-left{
    border-radius: 0 50% 50% 0;
    width: 400px;
    height: 300px;
    object-fit: cover;
    float: left;
    shape-outside: circle(50%);
    margin: 25px 30px;
    margin-left: 0;
    opacity: .8;
}

.blog-img-float-rigth{
    border-radius: 50% 0 0 50%;
    width: 400px;
    height: 300px;
    object-fit: cover;
    float: right;
    shape-outside: circle(50%);
    margin: 25px 30px;
    margin-right: 0;
    opacity: .8;
}

@media screen and (max-width: 850px) {
    .blog-flex{
        flex-direction: column;
        align-items: center;
    }

    .articulo-de-Blog{
        width: 90%;
        padding: 10px;
    }

    .blog-principal{
        width: 100%;
    }

    .blog-lateral{
    width: 90%;
    }

    .blog-img-float-left,
    .blog-img-float-rigth{
        border-radius: 0;
        width: 100%;
        height: auto;
        shape-outside: none;
        float: none;
        margin: 10px auto;
    }

    .blog-complit{
        width: 100%;
        padding: 20px 5px;
        margin-top: 50px;
    }
    
}

/*---------------------contacto-------------------------*/
.intro-contacto{
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 40px 25px;
    line-height: 1.5;
    color: #898989;
}

.contacto-form{
    margin-top: 80px;
    padding: 45px 20px;
    background-color: #001a2b;
}

.contac-form-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.form-section{
    width: 50%;
    min-width: 330px;
    padding: 20px;
    background-color: #1d2b3a;
    border-radius: 25px;
}

.form-style{
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 15px;
    margin-top: 20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.box-input,
.box-textarea{
    position: relative;
    width: 100%;
}

.textarea{
    height: 8rem;
}

.box-input .input-style,
.box-textarea .textarea{
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #0ca5c4;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    resize: none;
}

.box-input label,
.box-textarea label{
    position: absolute;
    left: 0;
    padding: 10px;
    pointer-events: none;
    font-size: 1rem;
    color: #ffffff55;
    transition: 0.5s;
}

.box-input .input-style:valid ~ label,
.box-input .input-style:focus ~ label,
.box-textarea .input-style:focus ~ label{
    color: #1d2b3a;
    transform: translateX(10px) translateY(-5px);
    font-size: 0.8rem; 
    padding: 0 10px; 
    background-color: #0ca5c4;
    letter-spacing: 2px;
    border-radius: 3px;
}

legend{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.contacto-section{
    width: 40%;
    min-width: 320px;
}

.contacto-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
    align-items: flex-start;
}

.contacto-info-item{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contacto-info-item i{
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
}

.contacto-datos-container{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
}

.contacto-datos-titulo{
    font-weight: 600;
    letter-spacing: 2px;
}

.box-submit input{
    background-color: transparent;
    padding: 12px 30px;
    color: #0ca5c4;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: 600;
}

.validacion-input{
    position: absolute;
    color: #fff;
    bottom: -25px;
    left: 20px;
    display: none;
}

.validacion-active{
    display: block;
}

.honeypot-container {
    margin-bottom: 16px;
  }
  
  .label-honey{
    color: #2232467d;
  }
  
  #honeypot{
    opacity: 0.01;
  
  }
/*-----------------gracias y aviso de privacidad----------------------*/

.gracias{
    width: 100%;
    min-height: 100vh;
    padding: 80px 30px 30px;
    background-color: #031277;
    color: #fff;
}

.gracias-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.gracias-h1{
    font-size: 3rem;
}

.aviso-h3{
    font-size: 2.3rem;
}

.gracias-text,
.aviso-privacidad-ul{
    font-size: 2rem;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}

.gracias-img{
    width: 40%;
    min-width: 290px;
    border-radius: 30px;
}

.volver{
    text-decoration: none;
}

.volver-text{
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    color: #888888;
    transition: 0.6s;
    animation: moveinicio 2s infinite;
    margin-top: 20px;
}

@keyframes moveinicio{
    0%{
        transform: translateX(20px);
        opacity: 0.5;
    }
    50%{
        transform: translateX(-20px);
        opacity: 1;
    }

    100%{
        transform: translateX(20px);
        opacity: 0.5;
    }
}

.fa-arrow-left{
    margin-right: 5px;
}


/*---------------------------------imprenta--------------------*/

.desingpage{
    width: 100%;
    padding: 20px;
    margin-top: 35px;
}

.desingpage-cards-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: 30px;
}

.wrape-cards{
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.desing-cards{
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
    transition: .5s;
}


.desing-cards img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.desingpage-text-1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px;
    color: #042c4d;
    background-color: #ffffffc2;
}

.desingpage-text-2{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
    z-index: 450;
}

.desing-cards_2{
    transform: translateY(-50%) rotateX(90deg);
}

.desing-cards_2::after{
    content: "";
    position: absolute;
    background-color: #031277bf;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

.wrape-cards:hover .desing-cards{
    transform: translateY(-50%) rotateX(90deg);
}

.wrape-cards:hover .desing-cards_2{
    transform: translateY(-100%) rotateX(0);
}

/*--------------------------------------------ser-------------------------*/

.website-article .img-seo{
    width: 50%;
    min-height: 320px;
    height: auto;
}

@media screen and (max-width: 795px){
    .website-article .img-seo{
        width: 100%;
        height: auto;
    }
    
}

.centrar{
    align-items: center;
}

.centrar img{
    border-radius: 25px;
    object-fit: cover;
}

/*aviso de cookiens*/

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
}

.fondo-aviso-cookies.activo {
	display: block;
}