@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #44403c;
    background:
    linear-gradient(45deg, #f5f5f4 45px, transparent 45px)64px 64px,
    linear-gradient(45deg, #f5f5f4 45px, transparent 45px,transparent 91px, #e7e5e4 91px, #e7e5e4 135px, transparent 135px),
    linear-gradient(-45deg, #f5f5f4 23px, transparent 23px, transparent 68px,#f5f5f4 68px,#f5f5f4 113px,transparent 113px,transparent 158px,#f5f5f4 158px);
    background-color:#e7e5e4;
    background-size: 128px 128px;
}

.container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    position: relative;
}

.scroll-view{
    position: fixed;
    bottom: 4%;
    right: 4%;
    z-index: 199;
    background: transparent;
    padding: 8px;
    border-radius: 35px;
    box-shadow: 1px 4px 4px #44403c95;
}
.scroll-view p{
    font-size: 8px;
}
.scroll-view i{
    font-size: 18px;
}

.icons-down{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

.bg {
   background-color: rgba(245,245,220,.55); 
}

section .slide {
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 10px;
}

.slide .title_title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #44403c;
    text-shadow: 1px 1px 2px #000;
}

.slide .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #44403c;
    text-shadow: 1px 1px 2px #000;
}

.slide .subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #44403c;
    text-shadow: 1px 1px 2px #000; 
}

.slide .date {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #44403c;
    text-shadow: 1px 1px 2px #000;
}

.slide .paragraph_title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.slide .paragraph {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.slide .year {
    font-size: 12px;
    text-align: center;
}

.slide .paragraph.orange {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    background: rgba(255, 165, 0, 0.2);
    border: 2px solid rgba(255,165,0,1);
    border-radius: 5px;
    padding: 10px 35px;
}

.slide .paragraph.yellow {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    background: rgba(154, 205, 50, 0.2);
    border: 2px solid rgba(154,205,50,1);
    border-radius: 5px;
    padding: 10px 35px;
}

.slide .paragraph.blue {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    background: rgba(95, 158, 160, 0.2);
    border: 2px solid rgba(95,158,160, 1);
    border-radius: 5px;
    padding: 10px 35px;
}

.slide .footer {
    text-align: right;
    font-size: 10px;
    font-weight: 300;
}
.inventario {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.inventarios {
    border: 2px solid #44403c25;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 5px 5px 8px #44403c95;
}

.inventario .flecha {
	width:0px;
	height:0px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
	border-style: solid;
	border-width: 20px;  /*Tamaño por defecto de las flechas si no se indica otro*/
	border-color: #44403c;
    border-width: 10px;
    border-bottom-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-right-width: 0px;
}
.inventario .year {
    font-weight: 700;
    font-size: 12px;
}

.inventario .procesos {
font-size: 14px;
}
.slide4,
.swiper.slide6,
.portatil {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
   font-size: 20px !important;
}
.swiper .swiper-slide img {
    width: 80%;
}

.swiper .swiper-slide .atencion-link,
.slide .atencion-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: #44403c;
    font-size: 16px;
    cursor: pointer;
}

.swiper .swiper-slide .atencion-link a,
.slide .atencion-link a{
    text-decoration: none;
    color: #44403c;
    font-size: 16px;
}

.swiper .swiper-slide .paragraph{
    padding: 10px 35px;
}

.slide .functions {
    width: 90%;
    border: 1px solid #44403c;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 5px 5px 8px #44403c95;
}

.slide .functions .functions-header{
    padding: 40px 0;    
    border-bottom: 1px solid #44403c;
}

.slide .functions .functions-header.orange{
    background: rgba(255, 165, 0, 1);
}
.slide .functions .functions-text.orange{
    background: rgba(255, 166, 0, 0.2);
}

.slide .functions .functions-header.blue{
    background: cadetblue;    
}
.slide .functions .functions-text.blue{
    background: rgba(95, 158, 160, 0.2);  
}

.slide .functions .functions-header.yellow{
    background: yellowgreen;
}
.slide .functions .functions-text.yellow{
    background: rgba(154, 205, 50, 0.2);
}

.slide .functions .functions-text{
    padding: 40px 20px;
    height: 100%;
}

.slide .functions .functions-header-calification {
    background: #44403c;
    padding: 40px 10px;
}

.slide .functions .functions-header-calification .subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #f5f5f4;
    text-shadow: 1px 1px 2px #000; 
}

@media (min-width: 768px) {
    .swiper {
        display: none;
    }
    section .slide { 
        max-width: 75%;
        margin: 0 auto;
    }
    .slide4,
    .swiper.slide6,
    .swiper.always,
    .swiper.tablet {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: space-around;
    }
    .swiper .swiper-slide img {
        width: 65%;
    }    
    .slide4 p {
        margin-bottom: 10px;
    }
    .slide .title {
        font-size: 30px;
    }
    .slide .title_title {
        font-size: 40px;
    }
    .slide .paragraph {
        font-size: 25px;
        line-height: 30px;
    }
    .slide .paragraph_title{
        font-size: 24px;
    }
    .slide .footer {
        font-size: 16px;
    }
    .inventario .year {
        font-size: 20px;
    }
    .inventario .procesos{
        font-size: 22px;
    }
    .slide .paragraph.orange,
    .slide .paragraph.yellow,
    .slide .paragraph.blue {
        font-size: 20px;
        line-height: 25px;
    }
    .inventario .flecha{
        margin: 0 10px;
    }
    .swiper .swiper-slide {
        gap: 20px;
    }
    .slide .subtitle,
    .slide .functions .functions-header-calification .subtitle {
        font-size: 28px;
    }
    .slide .date {
        font-size: 20px;
    }
      
}

@media (min-width: 1024px) {
    .swiper .swiper-slide img {
        width: 40%;    
    }
    section .slide { 
        max-width: 900px;
    }
    .slide4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .slide4 .orange {
        width: 100%;
    }
    .slide4 .yellow{
        width: 30%;
        display: inline-block;
    }
    .slide4 .blue {
        width: 45%;
        display: inline-block;
    }
    .swiper.tablet {
        display: none;
    }
    .portatil {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .portatil .functions{
        width: 50%;
        height: 100%;
    }
    .slide .functions .functions-header-calification {
        background: #44403c;
        padding: 10px 20px;
    }
    .slide .functions .functions-header-calification .subtitle {
        font-size: 20px;
        font-weight: 500;
    }
    .portatil canvas {
        width: 100% !important;
        height: 100% !important;
    }
}