.content {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    /* outline: 1px solid pink; */
}

ul {
    list-style: none;
    padding-left:1em;
}


li {
    margin-bottom: 0.65em;
    line-height: 1.85em;
    margin-left: 1.5em;
    position: relative;
}


ul>li::before {
    position: absolute;
    left:-1.5em;
    font-family: 'Font Awesome 5 Free';
    content: "\f058";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--color-orange); /* Change the color */
    font-weight: bold; /* If you want it to be bold */    
    margin-right: 0.65em; /* Also needed for space (tweak if needed) */
}

li.check--light::before {
    font-weight: unset;
}

/* Navbar */
.navbar {        
    /* background-color: rgb(247, 247, 247); */
    display: flex;
    justify-content: center;
    align-items: center;    
    padding:2em var(--margin);
    
}

.navbar-brands {    
    z-index: 1;
    flex: 1 1;

}

.navbar-brand {
    flex: 1 1;
    /* max-width: 5rem; */
    margin:1em;
}

.navbar-brand {
    width: 250px;
}

@media only screen and (max-width: 415px) {
    .navbar-brand {
        width:200px;
    }
}

.nav-toggle {
    margin-right:1em;
    cursor: pointer;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.nav-toggle-bar {    
    margin:3px;    
    width:20px;
    border: 1px solid;
    border-radius: 2px;

    transition-property: transform;
    transition-timing-function: ease-out;
    transition: 0.5s;
}

.nav-toggle-bar.bar-1
{
    transform: translate(-8px, 0px);
}

.nav-toggle-bar.bar-3
{
    transform: translate(8px, 0px);
}

.nav-toggle.is-open .nav-toggle-bar.bar-1
{
    transform: translate(0px, 8px) rotate(45deg)
}

.nav-toggle.is-open .nav-toggle-bar.bar-2
{
    transform:rotate(-45deg)
}

.nav-toggle.is-open .nav-toggle-bar.bar-3
{
    transform: translate(0px, -8px) rotate(45deg);
    opacity:0;
}

.nav-items {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    
    position: fixed;
    top:-100vh;
    left:0;
    height: 100vh;
    width:100%;
    
    background-color: rgb(247, 247, 247);
    
    transition-property: top;
    transition: 0.4s;
}

.nav-items.is-open {
    top: 0;
}

.nav-item {
    text-align: center;
    padding: 0.7em 1em;
    color:black;
    font-size: 1rem;

  
    font-weight: 600;
    text-decoration: none;

}



/* END OF NAVBAR */



/* SECTION HERO */
.hero-top {
    display:flex;
    flex-direction: column;
}

.hero-right {
   grid-area: right;
   justify-content: stretch;
   align-items: stretch;
}

.hero-top-left {
    align-self: center;
    margin-left: var(--margin);
    margin-right: 1em;
}

.hero-top-right {    
    justify-self: flex-end;   
    align-self: flex-end;  
    margin-left:20vw;
}

.hero-header {    
    max-width: 9em;
    color:white;
    font-size: 2rem;
    padding: 0.5em 2em;    
    background: var(--color-orange);   
}

.hero-subheader {
    margin-top: 1em;
    line-height: 1.4em;
    font-size: 1.8rem;
}

.hero-items {
    display: flex;
    flex: 1;
    flex-direction: column;  
    justify-content: flex-start;
    align-items: center;   
    align-self: flex-start;
}

.hero-item { 
    line-height: 1.7em;
    text-align: center;  
    margin:2em 1em;
    max-width: 20rem;
}

.hero-item > img {
    height: 5rem;
    margin: 0 auto;
}

.--hero-items-small{
    margin-left: var(--margin);
    margin-right: var(--margin);
}

.--hero-items-big {
    display: none;
    margin-left: 0;
}

/* END OF SECTION HERO */


/* SECTION CARDS */

.card-content {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.7em;
}

.card-line {
    width:15em;
    margin: 1em 0;
    border-bottom: 3px solid var(--color-orange)
}

.card.card-left, 
.card.card-right .card-content {
    margin-left: var(--margin);
}

.card.card-right, 
.card.card-left .card-content {
    margin-right: var(--margin);
}


/* END OF SECTION CARDS */

/* SECTION BENEFITS */
.section-benefits {    
    min-width: 15rem;
    margin-top: 3em;

    margin-left: var(--margin);
    margin-right: var(--margin);  
}

.section-benefits-header {
    color: var(--color-orange);
    font-size:1.75rem;
}

/* END OF SECTION BENEFITS */

/* SECTION COMPONENTS */
.section-components {
    margin-left: var(--margin);
    margin-right: var(--margin);
    margin-top:3em;
    position: relative;
}

.section-components-header {
    color: var(--color-orange);
    margin-bottom:1em;
}

.component-card {
    position: relative;  
    opacity: 1;    
    cursor: pointer;        
}


.component-card ul>ul {
    margin-left:2em;    
}

.component-card ul>li::before {
    content: "\f35a";    
}

.component-card ul>ul>li::before {
    content: "\f061";    
}


.component-card h2 {
    font-family: "itc-avant-garde-gothic-pro";    
}

.component-img {    
    position:relative;
    right: -5rem;
    bottom:10rem;
    z-index: -1;
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
}

.component-card-header-fake {
    visibility: hidden;       
    margin-bottom:3em;
}

.component-card-header-fake,
.component-card-header
{
    line-height: 1.5em;
    padding:1em 1.75em
    
}

.component-card-header-fake::before,
.component-card-header::before{
    content: "\f078";
    color: var(--color-orange);
    margin-right:0.5em;
    font-family: 'Font Awesome 5 Free';
}

.component-card.is-open .component-card-header::before{
    content: "\f077";
}

.component-card-body {
    position:absolute;
    top:0;
    left:0;
    width:100%;    
    margin:0;
    background: white;

    border-radius: 1.5em ;
    box-shadow:  3px 3px 32px #31313131;    
}

.component-card-content
{            
    overflow: hidden;
    height:0;
    background: white;
}

.component-card.is-open{
    z-index: 1;
}

.component-card.is-open .component-card-content {
    height: auto;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;

    margin-top:-1em;
    padding:0 1.3em;
}

/* END OF SECTION COMPONENTS */

/* SECTION PROBLEMS */
.section-problems{
    margin-top:-10em;
    margin-left: var(--margin);
    margin-right: var(--margin);
}

.section-problems-header{    
    margin-bottom:1.25em;
    color: var(--color-orange);
}

.slider-top-header,
.slider-bottom-header {
    color: var(--color-orange);    
}

.slider-top, 
.slider-bottom {
    display:flex;
    justify-items: center;
    align-items: center;
    position: relative;
    overflow:hidden;
}

.slide-placeholder {
    visibility: hidden;
    font-size: 1.5rem;
    margin:0;
}

hr.slider-separator {
    color:transparent;
    height:0px;
    border-top:2px solid var(--color-orange);    
    margin:1em 0;
}

.slide {
	position: absolute;
    width:100%;
    margin:0;
    padding:0;
    font-size: 1.5rem;
    animation-duration: calc(7 * var(--animation-duration));
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.slider-top .slide {
    top: 100vh;    
    animation-name: anim-top;
}

.slider-bottom .slide {
    top: -100vh;    
    animation-name: anim-bottom;
}

.slide-1 {
    animation-delay: calc(0 * var(--animation-duration));
}
.slide-2 {
    animation-delay: calc(1 * var(--animation-duration));
}
.slide-3 {
    animation-delay: calc(2 * var(--animation-duration));
}
.slide-4 {
    animation-delay: calc(3 * var(--animation-duration));
}
.slide-5 {
    animation-delay: calc(4 * var(--animation-duration));
}
.slide-6 {
    animation-delay: calc(5 * var(--animation-duration));
}
.slide-7 {
    animation-delay: calc(6 * var(--animation-duration));
}

@keyframes anim-top {	    
    3.3%, 13.7% { top: 0; opacity: 1 }
    17.3%    { top: 100vh; opacity: 0; } 
}

@keyframes anim-bottom {
    5%, 13.7% { top: 0; opacity: 1 }
    17.3%    { top: -100vh; opacity: 0; }
}



/* END OF SECTION PROBLEMS */

/* SECTION BIG SHIP IMAGE */
.port-img{
    margin-top:3em;
}
/* END OF SECTION BIG SHIP IMAGE */

/* SECTION DEPLOYMENT */
.section-deployment{
    margin-top: 3em;
    margin-left: var(--margin);
    margin-right: var(--margin);
   
}

.section-deployment-description{
    line-height: 1.7em;
}

.section-deployment-header {
    color: var(--color-orange);
}

.section-deployment-content {
	/* outline: 1px solid red; */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}

.deployment-card
{
    min-width: 20rem;
    max-width: 25rem;
    width:100%;
    position:relative;    
    display:flex;
    flex: 33% 1 0;
    padding:0 1em;
    margin-right: 2em;
}

.deployment-card-background
{
    position:absolute;
    top: 0em;
    left: 10rem;
    color:white;
    font-size: 16rem;
    text-shadow: 1px 1px 32px #31313131;
    margin:0;
    z-index: -1 ;
}

.deployment-card-content{
    /* z-index:1; */
    padding-top: 7em;
}

.deployment-card-content > img {
    height:6rem;
    margin-left:1rem;
}

    
/* END OF SECTION DEPLOYMENT */

/* SECTION CONTACT FORM */

.section-contact {
    margin: 3em var(--margin);
    position:relative;
    line-height: 1.7em;
}

.contact-form-container{    
    max-width: 70rem;
    padding: 2em 2.5em;
    box-shadow: 3px 3px 32px #31313131;
    background: white;
    opacity: 0.8;
}

.contact-img {
    width:100%;
    position:absolute;    
    left:60%;   
    bottom: 0; 
    top: -1rem;
    z-index: -1;
}

.contact-form-container {
    position: relative;
}


.contact-form-submit {    
    color:white;
    width:100%;
    font-size: 1rem;
    font-weight: 800;
    padding: 0.75em 2em;
    border: 0;        
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    background: var(--color-orange);
}

.contact-form-submitted {
    position:absolute;
    top: 0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;

    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;

    padding:1em 2em;
    

    color:white;
    background: var(--color-orange);    
    
    transform: translateX(100vw);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
}

.contact-form-submitted h1 {
    font-size: 3rem;
    line-height: 1.1em;
}

.contact-form-submitted h2{
    font-size: 2rem;
    line-height: 1.35em;
}

.contact-form-submitted.is-visible {
    transform: translateX(0);
}

.--contact-form-close-dialog{
    position:absolute;    
    top: 1em;
    right: 1em;
    font-size: 2rem;
    cursor: pointer;
}

.contact-row{
    margin-top:2.5em;
}

.contact-form-legend{
    font-size: 0.8rem;
}

/* Making the label break the flow */
.field-wrapper {
    position: relative;
    margin: 2.5em 0 0.5em;
    width: 100%;
}

.field-wrapper input {
    border:0;
    border-bottom: 2px solid var(--color-orange);
    padding: .5em;
    outline: none;    
    width: 100%;
}

input:invalid {
    outline: none !important;
    box-shadow: none;
    border-bottom: 2px solid var(--color-orange);
    
}

.required::after {
    content: " *";
    font-weight: 600;
    color:red;
}

.field-wrapper .field-placeholder{
    position: absolute;

    left:0.5em;
    top: 0.5em;

    -webkit-transition: transform 250ms cubic-bezier(0.4,0,0.2,1),opacity 250ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 250ms cubic-bezier(0.4,0,0.2,1),opacity 250ms cubic-bezier(0.4,0,0.2,1);

    z-index: 1;

}        


.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue input:not([disabled])~.field-placeholder
{
    -webkit-transform: scale(.75) translateY(-2.5em) translateX(-1.35em); 
    transform: scale(.75) translateY(-2.5em)  translateX(-1.35em);
}	

/* END OF SECTION CONTACT FORM */

/* SECTION FOOTER */
.section-footer {
    max-width:70rem;
    margin: 3em var(--margin) 2em;
}

.footer-contact {
    font-weight: 600;
    display:flex;
    flex-direction: column;
    justify-content: space-between;    
    align-items: flex-start;   
}

.footer-contact-data {
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    align-self: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
}


.footer-contact-img {
    width: 3rem;
    margin: 0 2rem;
}

.footer-logotypes{
    margin: 1em auto 2em;
    width: 250px;
}

.footer-contact-home{
    display:flex;
    flex: 20em 1 0;
    align-items: center;
    margin: 1em 0;
}

.footer-contact-mail{
    display:flex;
    flex: 20em 1 0;
    align-items: center;
    margin: 1em 0;
}

/* END OF SECTION FOOTER */

@media (min-width:40rem){    

    .section-components-cards{
        display: flex;
        flex-flow: wrap;                
        justify-content: flex-start;        
    }

    .component-card{
        flex: 50% 1 1;
        margin:0 1em;
    }

    .section-problems-content{
        display:grid;
        
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr 1fr;
        justify-content: center;
        align-items: start;
    }

    .slider-top-header{
        grid-column: 1;
        grid-row: 1;
        align-self: flex-end;             
        margin-right: 3em;
    }

    .slider-bottom-header
    {
        grid-column: 1;
        grid-row: 2;        
        align-self: flex-start;       
      
    }

    .slider-container
    {
        grid-row: 1/3;
        grid-column: 2;
        align-self: center;
        
    }

    .section-deployment-content {        
        flex-direction: row;        
        justify-content: flex-start;
        align-items: baseline;
    }

    .contact-row {
        display: flex;
        gap:1em;
        margin-top:1em;    
        justify-content: space-between;
    }

    .contact-form-submit {          
        width:auto;
    }
}


@media (min-width: 48rem)
{
    .hero-items
    {
        flex-direction: row;        
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: self-start;
        align-items: baseline;
    }

    .hero-item {
        flex: 0 0;
        min-width: 10rem;
    }

    .card-content {
        font-size: 1.25rem; 
    }

    .component-img {            
        bottom:30rem;
    }

    .section-problems{
        margin-top:-30em;
    }

    .section-benefits ul {
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:0.5em;
    }

    .section-benefits ul>li {
        margin-right: 2em;
    }

} 

@media (min-width: 60rem){

    .nav-toggle {
        display: none;
    }

    .nav-items {
        flex-direction: row;
        background-color: transparent;
        position: static;
        width:auto;
        height: auto;         
    }

    .hero-top {
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .hero-top-right {    
        margin-left:0;
        align-self: flex-start;
    }

    .card {
        display:grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;        
        margin: 2em auto;
        overflow: hidden;
    }
    
    .card-img--right {
        grid-row: 1;
        grid-column: 2;
    }
    .card-img--right + .card-content {
        grid-row: 1;
        grid-column: 1;
    } 

    .component-card{
        flex: 45% 0 1;
        margin:0 1em;
    }


    .footer-contact > *
    {
        margin: 1em 0;
        align-self: center;
    }

    .footer-contact  {
        
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
    }
    
    .footer-logotypes
    {
        margin:1em 2em;
        flex: 0 1;
    }

    .footer-contact-data {
        
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex: 1 1;
        /* margin:0; */
    }

    .footer-contact-data > * {
        flex: 1 1;
        margin: 0 auto;
    }
}

@media(min-width: 80rem)
{
    .--hero-items-small {
        display: none;
    }

    .--hero-items-big{
        display:flex;
    }
    

}