/*******************************/
/********** VARIABLES **********/
/*******************************/

:root{
  --color-primary: rgb(0,61,165);
  --color-secondary: rgb(0,173,80);
  --color-third: rgb(40,114,79);
  --color-fourth: black;
  --color-fifth: rgb(151,153,155);
  --color-sixth: white;
}

/********************************/
/********** MAIN STYLE **********/
/********************************/

body{
  /*font-family: "Segoe UI", Arial, sans-serif;*/
  font-family: MuseoSans,Arial;
  width: 100%;
  padding: 0;
  margin: 0;
}

.content{
  width: 90%;
  margin: 0 auto;
  padding: 1vw;
  font-size: 20px;
  max-width: 1200px;
  text-align: justify;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  background-color: white;
}

.content table.ficha:nth-child(odd){
  direction: ltr;
}

.content table.ficha:nth-child(even){
  direction: rtl;
}

.content table.ficha td{
  width: 45%;
  padding: 2.5%;
  min-height: 300px;
}

.content table.ficha td:first-of-type{
  font-size: 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.content table.ficha td:last-of-type{
}

.content table.ficha td ul{
  direction: initial;
}

.content table.ficha td p{
  direction: initial;
}

.content hr{
  height: 20px;
  background-image: linear-gradient(-90deg, var(--color-third) 0%, var(--color-secondary) 45%, var(--color-primary) 95%);
}

@media (max-width: 500px){
  .content{
    font-size: 5vw;
  }

  .content table{
    font-size: 3.5vw;
  }
}

/*********************************/
/********** PAGES STYLE **********/
/*********************************/

.horizontalBanner{
  background-image: linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0, rgba(119, 41, 83, 0.16) 49.9%, transparent 50%),
  linear-gradient(to bottom right, rgba(228, 228, 228, 0.5) 0, rgba(228, 228, 228, 0.5) 49.9%, transparent 50%),
  linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%),
  linear-gradient(-90deg, var(--color-third) 0%, var(--color-secondary) 45%, var(--color-primary) 95%);
  color: #fff;
  align-items: center;
  background-blend-mode: multiply,multiply,normal,normal;
  background-position: top right,top left,right bottom -1px,left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%,68% 91%,103.8% 20.26%,100% 99.8%;
  margin: 0;
}

.horizontalBanner > table{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 11vh;
}

.horizontalBanner > table td{
  width: 48%;
  padding: 1%;
}

.horizontalBanner > table td:first-of-type{
  font-size: 0;
  text-align: center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;

  width: 28%;
  padding: 2.5% 1% 2.5% 1%;
}

.horizontalBanner#mainBanner > table td:first-of-type{
  background-image: url("mainBannerAgua.png");
}

.horizontalBanner > table td:last-of-type{
  width: 60%;
  padding: 2.5% 5% 2.5% 5%;
}

.horizontalBanner > table td img{
  width: 70%;
  margin: 0 auto;
  padding: 5% 15%;
  display: block;
  text-align: center;
  filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) 
          drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) 
          drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5)) 
          drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) 
          drop-shadow(0px 0px 5px white);
}

.horizontalBanner > table td article{
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
}

.horizontalBanner > table td article:first-of-type{
  text-align: left;
}

.horizontalBanner > table td article:last-of-type{
  text-align: right;
}

.horizontalBanner > .flexContent{
  height: auto;
  padding: 2vh 0 7.5vh 0;
  text-align: center;
  font-weight: bold;
}

.horizontalBanner > .flexContent > p{
  margin: 1%;
  padding: 1%;
  display: inline-flex;
  border: 3px solid white;
  text-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;

  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
}

.horizontalBanner > .flexContent > p:hover{
  background-color: white;
  color: var(--color-third);
  text-shadow: 0px 0px 0px black;
}

.horizontalBanner#secondaryBanner > .flexContent{
  background-image: url("./faviconTranslucid.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imgPerfil{
  border-radius: 1000px;
  width: 100%;
  padding: 10%;
}

.formularioContacto{
  padding: 5vh 0;
}

.formularioContacto *{
  display: block;
  font-size: 30px;
  margin: 0;
  padding: 5px 2.5%;
  border-radius: 65px;
}

.formularioContacto form{
  width: 80%;
  margin: 30px auto;
}

.formularioContacto label{
  color: var(--color-third);
  margin-bottom: 1vh;
  border-bottom: solid 3px var(--color-primary);
}

.formularioContacto input, .formularioContacto textarea{
  width: 95%;
  margin-bottom: 3vh;
  color: var(--color-fourth);
}

.formularioContacto textarea{
  height: 30vh;
  border-radius: 3vh;
}

.formularioContacto input::placeholder, .formularioContacto textarea::placeholder{
  color: var(--color-fifth);
}

.formularioContacto input#submit{
  margin: 0 auto;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  padding: 14px 24px;
  border: none;
  transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
  background: linear-gradient(to right, var(--color-third) 0%, var(--color-secondary) 50%, var(--color-primary) 100%);
  color: #fff;
}

@media (max-width: 500px){
  .formularioContacto * {
      font-size: 5vw;
  }
}

/**********************************/
/********** HEADER STYLE **********/
/**********************************/

body{
  --mainHeader-Height: 70px;
  --mainHeader-LineHeight: 50px;
  --mainHeader-Padding: 10px;
  margin-top: calc(var(--mainHeader-Height));
}

header{
  position: fixed;
  top: 0;
  width: 100%;

  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: var(--color-fifth);  
  background-color: white;

  z-index: 99;
}

#headerLogo{
  float: left;
  padding: var(--mainHeader-Padding);
  height: var(--mainHeader-LineHeight);
  aspect-ratio: attr(width) / attr(height);
}

.classHeader ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.classHeader li {
  float: left;
}

.classHeader li a {
  display: block;
  color: var(--color-fourth);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: var(--mainHeader-LineHeight);
  line-height: var(--mainHeader-LineHeight);
  padding: var(--mainHeader-Padding);

  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
}

.classHeader li a:hover {
  color: var(--color-sixth);
  background-color: var(--color-primary);
}

@media (max-width: 650px){

  .classHeader{
    text-align: center;
  }

  .classHeader ul{
    float: none;
    text-align: center;
  }

  .classHeader ul li{
    width: 25%;
    text-align: center;
  }

  .classHeader ul li a {
    font-size: 2.1vw;
    height: 2vw;
    padding: 2vw;
    line-height: 2vw;
  }

  .classHeader ul li#langSpanish {
    position: absolute;
    top: 0;
    left: 0;
  }

  .classHeader ul li#langEnglish {
    position: absolute;
    top: 0;
    right: 0;
  }

  #headerLogo{
    float: none;
  }

  body{
    margin-top: 100px;
  }
}

/**********************************/
/********** FOOTER STYLE **********/
/**********************************/

footer{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;

  position: absolute;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--color-fifth);  
  background-color: white;

  background-image: linear-gradient(-90deg, var(--color-third) 0%, var(--color-secondary) 45%, var(--color-primary) 95%);
}

footer > ul{
  margin: 10px;
  padding: 0px;
}

footer > ul > li{
  display: inline-flex;
  line-height: 3vw;
  vertical-align: middle;
}

footer > ul > li > a{
  text-decoration: none;
  color: var(--color-sixth);
}

footer > ul > li > a:hover{
  text-decoration: underline;
  font-weight: bold;
}

#footerLogo{
  height: 80px;
  padding: 0 0 25px 0;
}

@media (max-width: 650px){
  footer > ul > li{
    display: block;
    line-height: normal;
  }
}

@media (max-width: 300px){
  #footerLogo{
    width: 90%;
    padding: 2.5%;
    aspect-ratio: attr(width) / attr(height);
  }
}