html {
    scroll-behavior: smooth;
}

*{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

table{
    border-collapse: collapse;
}

th{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 2;
}

td, pre{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.5;
}
h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #757575;
}
h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1.2;
}
h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #01497C;
    letter-spacing: 1px;
}
h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 0.6;
    text-shadow: 0 0 8px #4d4d4d;
}
h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase; 
}

a{
    text-decoration: none;
}

.no-wrap{
    white-space: nowrap;
}

.button-outline{
    padding: 10px 25px;
    background: #ffffff00;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
    outline: none;
}

.button-outline:hover{
    cursor: pointer;
    background-color: #607caf99;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s all ease;
}

.button-contained{
    padding: 10px 25px;
    background: #0a4e92;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border: none;
    outline: none;
}

.button-contained:hover{
    cursor: pointer;
    background-color: #0170be;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s all ease;
}

.font-white{
    color: white;
}
.font-dark{
    color: #4d4d4d;
}

.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}

.style-body{
    width: 100%;
    min-height: 100vh;
    margin: 0px;
    overflow-x: auto;
    overflow-y: auto;
}

.section-header{
    position: absolute;
    z-index: 10;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    margin: 0px;
    padding: 0px;
}

.section-header.dark{
    background: linear-gradient(#26262680 0%, #26262640 50%, #26262600 100%);
}

.section-header.light{
    background: linear-gradient(#ffffff80 0%, #ffffff40 60%, #ffffff00 100%);
}

.header-left{
    position: absolute;
    z-index: 11;
    top: 0px;
    left: 0px;
    padding: 0px;
}

.header-right{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    right: 0;
}

.img-logo{
    position: absolute;
    z-index: 10;
    display: table-cell;
    width: 110px;
    height: auto;
    top: 15px;
    left: 10%;
}

.img-logo20{
    position: absolute;
    z-index: 10;
    display: table-cell;
    width: 380px;
    height: auto;
    top: 15px;
    left: 10%;
}

.section-nav{
    display: block;
    position: absolute;
    top: 30px;
    right: 10%;
    width: calc(80% - 110px);
    height: auto;
}

.nav-lang{
    display: block;
    width: calc(100% - 9px);
    height: 25px;
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px 9px 0px 0px;

}

.nav-lang li{
    float: right;
    padding: 0px 6px;
}

.nav-lang li a{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 1px;
}
.nav-lang li a:hover{
    color: #0a4e92;
}

.nav-lang-ham{
    position: absolute; 
    top: 150px; 
    right: 20px;
}
.nav-lang-ham a{
    color: #0a4e92;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.nav-lang-ham p{
    display: inline;
    margin: 0px 10px;
    color: #0a4e9280;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.nav-menu{
    display: block;
    float: right;
    list-style-type: none;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.nav-submenu{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 0.8s;
    padding-bottom: 10px;
}

.nav-submenu a{
    display: block;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav-submenu a:hover{
    background: #CECECE80;
}

.nav-item{
    float: left;
    padding: 0px 18px;
    margin-bottom: 50px;
}

.nav-item-link{
    display: block;
    padding-bottom: 5px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 1;
    border-bottom: 3px solid #00000000;
}

.nav-item-link.dark{
    color: white;
    text-shadow: 2px 2px 8px #000000cc;
}
.nav-item-link.light{
    color: #ffffff;
    text-shadow: 0 2px 8px #ccbcbc;
}

.nav-item-link:hover{
    border-bottom: 3px solid #0a4e92;
}

.nav-item:hover .nav-submenu {
    display: block;
    transition: all 0.8s;
}

#nav-hamburger{
    display: none;
    position: fixed;
    top: 35px;
    right: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#nav-hamburger a{
    text-decoration: none;
    color: #0a4e92;
    transition: color 0.3s ease;
}
#nav-hamburger a:hover{
    color: #607caf;
}

#nav-hamburger i{
    color: #0a4e92;
}

#nav-hamburger input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#nav-hamburger span{
    display: block;
    width: 35px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background-color: #0a4e92;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background-color 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

#nav-hamburger span:first-child{
    transform-origin: 0% 0%;
}

#nav-hamburger span:nth-last-child(2){
    transform-origin: 0% 100%;
}

#nav-hamburger input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background-color: #0a4e92;
}

#nav-hamburger input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#nav-hamburger input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
}

#menu{
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin: -100px 0px 0px -95vw;
    padding-top: 50px;
    background-color: #f5f5f5;
    overflow: auto;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, -100%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.nav-img{
    width: 90px;
    margin-left: 25px;
    margin-bottom: 35px;
}

#menu li{
    padding: 12px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #0a4e92;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 0.5px solid #cecece;
    cursor: pointer;
}

#menu li.sub{
    padding-left: 65px;
    font-weight: 600;
    font-size: 22px;
}

#nav-hamburger input:checked ~ ul{
    transform: none;
}

#ham-submenu{
    display: block;
    animation: slideDown 0.7s;
}

.section-content{
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
}

.section-cover{
    max-width: 100%;
    height: 680px;
    box-shadow: 0px 0px 10px 5px #9b9b9b;
}

.container-cover{
    overflow: hidden;
}

.section-cover img{
    width: 100%;
    height: 680px;
    object-fit: cover;
    animation: zoom-in 45s linear;
}

.section-cover-title{
    position: relative;
    z-index: 10;
    width: auto;
    bottom: 200px;
    left: 0;
    padding-left: 10%;
    padding-top: 5px;
}

.section-cover-title h2{
    font-size: 80px;
    line-height: 1.2;
    animation: fadeInUp 0.5s;
    text-shadow: 2px 2px 8px #000000;
}

.section-cover-title-h{
    position: relative;
    z-index: 8;
    width: auto;
    bottom: 350px;
    left: 0;
    padding-left: 10%;
    padding-top: 5px;
}

.container-cover video{
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.section-cover-title-h h6{
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-shadow: 0px 0px 8px #000000;
}

.section-cover-title-h h2{
    font-size: 50px;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    text-shadow: 2px 2px 8px #000000;
}

.section-cover-title-h a{
    text-decoration: none;
}

.container-grid{
    list-style-type: none;
    display: grid;
    padding: 0px;
    margin: 0px;
    gap: 0;
}


.footer{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding: 0px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 10px 5px #cecece;
    overflow: hidden;
}

.footer-table-header{
    position: relative;
    z-index: 10;
    width: 350px;
    top: 0px;
    left: 0px;
    padding: 0px;
    border-top: 150px solid #d9ebfccc;
    border-right: 55px solid transparent;
    height: 0px;
}

.container-grid.con-footer{
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0px auto;
}

.footer-grid{
    height: auto;
    margin: 0px;
}

.footer-grid.left{
    padding-right: 0px;
}
.footer-grid.right{
    padding-left: 0px;
}

.footer p{
    width: auto;
    height: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    color: #4d4d4d;
}

.container-logo{
    position: absolute;
    margin-top: 40px;
}

.container-logo img{
    height: 90px;
    margin-right: 50px;
}

.footer-grid.left table{
    width: 100%;
    margin-top: 125px;
}

.footer-grid.left table th{
    color: #4d4d4d;
    height: 100px;
}

.footer-grid.left table td{
    color: #4d4d4d;
    white-space: pre-wrap;
    line-height: 1.5;
    vertical-align: top;
    padding-bottom: 10px;
}

.footer-grid.right table{
    table-layout: auto;
    margin-top: 120px;
}
.footer-grid.right table td{
    height: 35px;
    padding: 0px ;
}

.footer-grid.right a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4d;
}

.caring-label{
    height: 100px;
    margin-top: 15px;
    margin-right: 15px;

    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.caring-label.s{
    width: 250px;
    height: auto;
}
.caring-label.l{
    height: 110px;
}
.icon{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.icon-l{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    text-shadow: 0 1px 2px #757575;
}
.icon-s{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    color: #ffffff;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    text-shadow: 0 1px 2px #757575;
    margin-right: 10px;
}

.section-link{
    width: 100%;
    margin-top: 10px;
}

.icon-link{
    text-decoration: none;
    text-align: left;
    display: inline;
}
.icon-link img{
    width: 35px;
    margin-right: 15px;
}

@keyframes zoom-in {
    0% {
    transform: scale(1, 1);
    }
    100% {
    transform: scale(1.3, 1.3);
    }
}

@keyframes image-effect {
    50%{
        transform: translateY(100);
        transform: scale(0.8);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        transform: scale(1);
        opacity: 1;
    }
	
}

@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
@keyframes text-anim{
    0% {transform: translate3d(0, 100%, 0);}
    40%, 60% {transform: translate3d(0, 50%, 0);}
    100% {transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes slideDown {
    from {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      transform-origin:  top;
    }
  
    to {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transform-origin:  top;
    }
}
@keyframes slideDown {
    from {
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      transform-origin:  top;
    }
  
    to {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transform-origin:  top;
    }
}


@media (min-width: 1200px) and (max-width: 1599px){
   		.img-logo20{
    	width: 400px;
	}
    .section-header{
        width: 84%;
        padding: 35px 8% 0px 8%;
    }
    
    .section-nav{
        display: block;
    }

    #nav-hamburger{
        display: none;
    }

    .section-cover-title{
        padding-left: 8%;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px) {
		.img-logo20{
    	width: 280px;
			left:5%;
	}
	
	.nav-item{
		padding: 0px 15px;
	}

	.nav-item-link{
		font-size: 16px;
	}
	
    .section-header{
        width: 90%;
        padding: 35px 5% 0px 5%;
    }

    .section-nav{
        display: block;
    }

    #nav-hamburger{
        display: none;
    }

    .section-cover-title{
        padding-left: 5%;
    }
    .caring-label{
        height: 75px;
        margin-top: 15px;
        margin-right: 15px;
    
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    }
    .caring-label.s{
        width: 150px;
        height: auto;
    }
    .caring-label.l{
        height: 56px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
		.img-logo20{
    	width: 280px;
			left:5%;
	}

    .section-nav{
        display: none;
    }

    #nav-hamburger{
        display: block;
    }

    .section-cover-title{
        padding-left: 5%;
    }
    .caring-label{
        height: 75px;
        margin-top: 15px;
        margin-right: 15px;
    
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    }
    .caring-label.s{
        width: 150px;
        height: auto;
    }
    .caring-label.l{
        height: 56px;
    }

}
@media (min-width: 576px) and (max-width: 767px) {
	.img-logo20{
    	width: 280px;
		left:5%;
	}
	
    .section-nav{
        display: none;
    }

    #nav-hamburger{
        display: block;
    }
    
    .section-cover-title{
        padding-left: 5%;
    }
  
    .caring-label{
        height: 75px;
        margin-top: 15px;
        margin-right: 15px;
    
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    }
    .caring-label.s{
        width: 150px;
        height: auto;
    }
    .caring-label.l{
        height: 56px;
    }
}
@media (max-width: 575px) {
		.img-logo20{
    	width: 200px;
		left:5%;
	}
	
    h4{
        font-size: 35px;
    }

    .section-nav{
        display: none;
    }

    #nav-hamburger{
        display: block;
    }

    .img-logo{
        width: 90px;
        top: 15px;
        left: 5%;
    }
    
    .section-nav{
        top: 35px;
        right: 5%;
    }

    .section-cover-title{
        position: relative;
        z-index: 1;
        width: auto;
        bottom: 150px;
        left: 0;
        padding-left: 8%;
        padding-top: 5px;
    }

    .section-cover-title h2{
        width: 90%;
        max-width: 90%;
        font-size: 40px;
        margin: 25px 0px 0px 0px;
    }

    .section-cover-title-h h2{
        width: 90%;
        max-width: 90%;
        font-size: 40px;
        margin: 25px 0px 0px 0px;
    }

    .footer{
        position: relative;
        width: 90%;
        height: auto;
        background-color: #f5f5f5;
        padding: 0px 5%;
        padding-bottom: 25px;
        box-shadow: 0px 0px 10px 5px #cecece;
        overflow: hidden;
    }

    .container-grid.con-footer{
        grid-template-columns: 100%;
        gap: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .footer-grid.left{
        padding-right: 15px;
    }
    
    .footer-grid.left table{
        width: 100%;
        margin-left: 0px;
        margin-top: 125px;
    }

    .footer-grid.right{
        width: 100%;
    }

    .footer-grid.right table{
        table-layout: auto;
        margin-top: 50px;
    }

    .section-link{
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .caring-label{
        height: 75px;
        margin-top: 15px;
        margin-right: 15px;
    
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    }
    .caring-label.s{
        width: 150px;
        height: auto;
    }
    .caring-label.l{
        height: 56px;
    }
}