/******************* 
 ****** header *****
 *******************/


body{
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.snMenu, .background, .mainMenu{
  position: relative;
  top: 0;
}

#header{
  max-height: 1000px;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}

#headerBackground{
  width: 130%;
}

h3{
  color: grey;
}
#sideTitle{
  color: white;
}

.smallMenu{
  max-height: 700px;
  overflow: hidden;
  max-width: 100%;
}


#tipography{
  margin-left: 5%;
  width: 100%;
}

.snMenu{
  position: absolute; 
  z-index: 10;
  width: 60%;
  margin: 1%;
}

.background{
  z-index: -1;
}

.mainMenu{
  position: absolute;
  padding-top: 5%;
  z-index: 2;
  width: 50%;
}

.navLinks {
  margin-left: 2.5%;
  display: flex;
  justify-content: space-around;
  margin-top: 3%;
}


.snNavLinks {
  display: flex;
  justify-content: space-around;
  margin-top: 2%;


  list-style-type: none; 
  text-decoration: none;

}

.navLinks li{
  list-style-type: none; 
  text-decoration: none;
}
.navLinks a{  
  text-decoration: none;
  color: grey;
}


.navMenu ul a{
  display: block;
 // outline: 1px solid darkred;
  padding: 20px;

}

.navMenu ul a:hover{
 // text-decoration: underline overline ;
  padding-bottom: 20px;
  background-color: rgba(225,52,34,.9) ; //color de rojo logo
  color: black;
  border-radius: 10px;
}



.fa{
  color: grey;
}







html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


/* este codigo sería para animar los links 
https://css-irl.info/animating-underlines/

a {
  overflow: hidden;
}

li a::after {
  opacity 1;
  transform: translate3d(-100%, 0, 0);
}

li a:hover::after,
li a:focus::after{
  transform: translate3d(0, 0, 0);
}


*/
#menu-btn{
display:none; //hidden cuando funcione el menu responsive
}



/**************************** *************************** *************************** *************************** 
 ****** big screen *******
 ****************************/
@media all and (min-width: 2017px){/*big screen*/

  i{
    transform: scale(2.0); //small icons in small screens
  }

}


/******************************************************* *************************** ***************************  
 ****** medium screen *******
 ****************************/
@media all and  (min-width: 500px) and (max-width: 2017px){ 
  i{
    transform: scale(1.5); 
  }
  .snMenu{
  position: absolute; 
  z-index: 10;
  width: 100%;

  }
  .snNavLinks {
  display: flex;
  justify-content: space-around;
  margin-top: 2%;
  list-style-type: none; 
  text-decoration: none;
  }

  .mainMenu{
    margin-top: 3%;
    margin-left: 3%;
  }

   
}

/**************************** *************************** *************************** *************************** 
 *** small screen (handy)****
 ****************************/
@media all and (max-width: 500px){ 
  i{
    transform: scale(1.0); 
  }
  
  .flecha{
    visibility: none;
  }

  .snMenu{
  position: absolute; 
  z-index: 10;
  width: 90%;
  }

  #menuBars{
  visibility: visible;
  margin-top: 1.5%;
  
  }

  .snNavLinks {
  display: flex;
  justify-content: space-around;
  margin-top: 2%;
  margin-right: 0px;
  list-style-type: none; 
  text-decoration: none;

  }

  .mainMenu{
    width: 100% ;
    margin-top: 5%;
  }
  .titleFull{
    width: 50%;
  }


  .navMenu{
    display: block;
    background-color: black;
    opacity: 0.8;
    width: 95%;
    height: 0;
  }

  .mainMenu{
    margin-top: 5%;
  }
  
  .navMenu{
    margin-top: -7%;
  }

  .navLinks{
    display: block;
    z-index: 20;
    width: 100%;
  }

  .navLinks li{
    margin-left: -15%;
  }

  .navLinks a{
    background-color: black;
    text-align: center; 
  }


  .headerResponsive .mainMenu .navMenu .navLinks{
    clear: both;
    height: 0;
    transition: max-height .2s ease-out ;
  }

  .headerResponsive .menu-icon{
    float: right;
    //outline: 1px solid red;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
  }

  .headerResponsive .menu-icon .nav-icon{
    background: grey;
    display: block;
    height: 2px;
    width: 18px;
    position: relative;
    transition: background .2s ease-out;
  }

  .headerResponsive .menu-icon .nav-icon:before{
    background: grey;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    transition: all .2s ease-out;
  }
  .headerResponsive .menu-icon .nav-icon:after{
    background: grey;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -5px;
    transition: all .2s ease-out;
  }

  .navLinks{
    visibility: hidden;
  }
  .headerResponsive .menu-btn:checked ~ .navLinks{
    visibility: visible;
  }  


  .headerResponsive .menu-btn:checked ~ .menu-icon .nav-icon{
    background: transparent;
  }
  .headerResponsive .menu-btn:checked ~ .menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top: 0;
     
  }
  .headerResponsive .menu-btn:checked ~ .menu-icon .nav-icon:after{
   transform: rotate(45deg);
   top: 0;   
  }






html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  display: none;
  cursor:pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 0px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}





}

