@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;500;700&display=swap');

.text-plain
{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
}

html
{
    background-color: black;
    margin:0px;
}
a
{
    text-decoration: none;
    color: #fff;
}
#main{
    background-image: url("../img/bg-01.jpg");
    background-size: cover;
    overflow: auto;

}
#logo p
{
    text-align: center;
}

.title
{
    font-family: Oswald;
    font-style: italic;
    color: white;
    font-size: 22px;
}
.menu-item
{
    float: left;
    font-family: Oswald;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 28px;
    margin-left: 15%;
}
#title-main
{
    margin:10%;
    clear: both;
    font-family: Oswald;
    font-style: italic;
    font-weight: 700;
    color: #336699;
    font-size: 68px;
    text-align: center;
}
#button-container
{
    text-align: center;
    clear: both;
    overflow: auto;
}
button.mbtn 
{
    padding:0.1em 1.2em;
    border-radius: 8px;
    color:#fff;
    background-color:#993333;
    font-size:1.1em;
    border:0;
    cursor:pointer;
    margin:1em;
    font-family: Oswald;
    font-weight: 200;

}

.menu-under-container
{
    clear: both;
    padding-left: 4%;
    padding-top: 15%;
    overflow: auto;

}
.menu-under-container-secondline
{
    overflow: auto;
    clear: both;
    padding-left: 4%;
    padding-top: 0%;
}


.menu-under-item
{
    float: left;
    font-family: Oswald;
    font-style: italic;
    font-weight: 500;
    color: white;
    font-size: 42px;
    margin-left: 8%;
    text-align: center;

}
.menu-under-item-oneline
{
    float: left;
    font-family: Oswald;
    font-style: italic;
    font-weight: 500;
    color: white;
    font-size: 42px;
    margin-left: 8%;
    text-align: center;

}
.readmore
{
    top: 0%;
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    font-family: Oswald;
    font-weight: 200;
    color:#993333;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 15px;

}
.readmore-oneline
{
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    font-family: Oswald;
    font-weight: 200;
    color:#993333;
    font-size: 22px;
    font-style: normal;
    margin-top: -15px;


}
#section-2
{
    background-image: url("../img/bg-02.jpg");
    background-size: cover;
    overflow: auto;
    padding-bottom: 5%;

}
.section-2-title
{
    font-family: Oswald;
    font-weight: 500;
    color:#fff;
    font-size: 64px;
    font-style: italic;
    margin: 0px;

}
.section-2-subtitle
{
    font-family: Oswald;
    font-weight: 200;
    color:#336699;
    font-size: 34px;

}
.section-2-text-container
{
    width: 30%;
    margin-left: 10%;
    margin-top: 10%;
    text-align: center;
    align-items: center;
}
.parallelogram-background 
{

	width: 300px;

	transform: skew(-20deg);
	background: #cc3366;
    margin-left: 10%;
}
.parallelogram-background a
{
    text-decoration: none;
    color: #fff;
}

.parallelogram-text
{
    font-family: Oswald;
    font-weight: 200;
    color:#fff;
    font-size: 30px;
    transform: skew(20deg);
    letter-spacing: 3px;

}
#section-3
{
    background-color: #000000;
    background-size: cover;
    overflow: auto;
    padding-bottom: 5%;
}
.image-section-3
{
    width: 20%;
    float: left;
    margin-left: 5%;
    margin-top: 10%;

}
.section-3-text-container
{
    width: 60%;
    float: left;
    margin-left: 5%;
    margin-top: 5%;
}
.section-3-text
{
    font-family: Oswald;
    font-weight: 200;
    color:#fff;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: justify;
    text-justify: inter-word;
}
#section-4
{
    background-image: url("../img/bg-04.jpg");
    background-size: cover;
    overflow: auto;
}
.section-4-text
{
    font-family: Oswald;
    font-weight: 500;
    color:#fff;
    font-size: 90px;
    font-style: italic;
    text-align: center;


}
.section-4-text-container
{
    width: 50%;
    margin-top: 10%;
    margin-bottom: 20%;
}
#section-5
{
    background-color: #000000;
    background-size: cover;
    overflow: auto;
    padding-bottom: 5%;
    align-items: center;
}
.section-5-text
{
    font-family: Oswald;
    font-weight: 200;
    color:#fff;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: justify;
    text-justify: inter-word;
}


.section-5-text-container
{
    width: 85%;
    
}

/* .sample-heading {
    padding: 1em;
    border: 0.25em solid;
    position: relative;
  
    ::before, &::after {
      content: '';
      display: block;
      position: absolute;
      background: #fff;
    }
    
    &::before {
      top: -0.3em; // let it overlap a bit to prevent thin line which could appear during scaling in some browsers etc.
      bottom: -0.3em;
      left: 1em;
      right: 1em;
    }
    
    &::after{
      left: -0.3em;
      right: -0.3em;
      top: 1em;
      bottom: 1em;
    }
    
    // you need this to move the text in front of the ::after overlay
    .heading {
      position: relative;
      z-index: 1;
    }
  } 
}  */

#section-6
{
    background-image: url("../img/bg-05.jpg");
    background-size: cover;
    overflow: auto;
    padding-bottom:10%;

}

.section-6-recuadro-container
{
    margin-top:10%;
    margin-left: 5%;
}
.section-6-recuadro
{
    width: 315px;
    float: left;
    margin-left: 5%;


}

.section-6-recuadro-readmore-container
{
    background-image: url("../img/readmore-bg.png");
    padding-top: 6%;
    padding-bottom: 8%;
    margin-top: -10px;

    font-family: Oswald;
    font-weight: 200;
    color:#fff;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;

    
}
.section-7-elements-container
{

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:5%;
    margin-bottom: 5%;

}

.inputs {
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 0.25em 0.5em;
    background-color: #666666;
    border: 2px solid var(--input-border);
    border-radius: 4px;
    width: 100%;
    clear: both;
    margin:2%;

  }
  input::placeholder {
    color: white;
    font-family: Oswald;
    font-weight: 200;
  }
  textarea::placeholder {
    color: white;
    font-family: Oswald;
    font-weight: 200;
  }
  .section-7-form
  {
      width: 500px;
      margin-left: auto;
      margin-right: auto;
  }
  textarea
  {
    height: 200px;
  }
  #social
  {
      float:left;
      margin-left: 5%;

      width: 150px;
    
  }
  .section-7-container
  {
      width: 425px;
      margin-top: 5%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5%;

  }
  @media only screen and (max-width: 600px) {
    .menu-under-container
    {
        clear: both;
        padding-top: 45%;
        overflow: auto;
        z-index: 99999;
        width: 100%;
        text-align: center;
        padding-left:  0px;

    }
    .menu-under-item
    {
        float: none;
        margin-left: 0px;

    }
    .image-section-3
    {
           display: table;
            margin-left: auto;
            margin-right: auto; 
    }

  }
.image-container
{
    width:30%;
    float:right;
    margin-top: 5%;
}
.image-container img
{
    max-width: 450px;
}
.text-container
{
    width: 50%;
    float: left;
    margin: 5%;
}
.image-container-management
{
    width:30%;
    float:right;
    margin-top: 5%;
}
.image-container-management img
{
    max-width: 600px;
}
.ask-container
{
    clear: left; 
    width: 350px;
    margin-left: 7%;
}
.social-image-container
{
    float: left;
    margin: 10px;
    padding-top: 20px;
}

.social-phone-container
{
    float: left;
    font-family: Oswald;
    font-weight: 200;
    color:#fff;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: bottom;
    padding-top: 15px;
}


@media only screen and (max-width: 600px)
{
    .image-container
    {
        clear:both;
        width: 100%;
    }
   .text-container
    {
        width: 90%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1024px)
{
    .menu-under-item
    {

        margin-left: 3%;
        font-size: 39px;

    }
    .menu-under-item-oneline
    {
        padding-top: 3%;
        margin-left: 3%;
        font-size: 39px;

    }
    .menu-under-container
    {
        padding-left: 0px;
    }

   

}
#social-phone-container a
{
    font-family: Oswald;
    font-weight: 200;
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    padding-top: 25px;
    text-decoration: none;
    color: white;
}

#social-phone-container
{

    padding-top: 15px;

}
.contact_us
{
    letter-spacing: 12.5px;
    color: #fff;
    font-family: Oswald;
    font-weight: 200;
    font-size: 25px;
    clear: right;
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
