/*--------------------------- HEADER ---------------------------*/

header{
	width: 100%;
	height: auto;
	position: relative;

}

/*NAV MOVILE ANIMATION SCROLL*/

#nav-movile {
  width: 100%;
	height: 49px;
	border-top: 7px solid #00913A;
  background-color: rgba(255,255,255,0.7);
	display: block;
	position: fixed;
  top: 0;
	z-index: 99999;
	transition: all ease .5s;
}

#nav-movile.shrink1 {
	height: 49px;
	transition: all ease .5s;
	background: #ffc706;
}

/*NAV MOVILE ANIMATION SCROLL*/

.nav-desktop{
	display: none;
}

/*----------------------- STYLE HEADER MOVILE -----------------------*/
.cont-header-movile{
	width: 100%;
	max-width: 1200px;
	height: 61px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	/*padding: 9px;*/
	display: flex;
	justify-content: space-between;
/*  box-shadow: 0 17px 25px rgba(0, 0, 0, 0.25);*/
}

/*----- STYLE LOGO -----*/
.movile-logo{
  display: block;
	width: 49%;
  margin-top: 7px;
  margin-left: 15px;
  max-width: 227px;
	display: flex;
  justify-content: space-around;
}
.movile-logo-menu img{
  width: 100%;
}

.cont-logo{
  width: 100%;
  padding: 0 15px;
  background-color: #FFFFFF;
  /*z-index: 9;*/
  display: flex;
  align-items: center;
}

.cont-logo img{
  width: 100%;
  display: block;
  /* margin: 24px auto; */
}

.cont-diag{
  width: 10%;  
}

.cont-diag img{
  height: 68px;
}

/*----- STYLE LOGO -----*/

/*----- STYLE ITEM -----*/
.movile-item{
  width: 14%;
	height: 49px;
	color: white;
  display: flex;
  justify-content: space-around;
}

.movile-item i{
  color: #014892;
  font-size: 23px;
  margin: 14px 22px 0;
}

/*----- STYLE MENU -----*/

.movile-menu{
  width: 27px;
  height: 36px;
  margin: 13px 11px 0 0;
}

.nav-rsocial{
  margin-top: 25px;
  color: white;
}

.nav-rsocial a{
  color: white;
  text-decoration: none;
}

.nav-rsocial i{
  margin: 0 21px;
}

.nav-rsocial div{
  border-top: 1px solid white;
  padding-top: 23px;
  max-width: 300px;
  margin: auto;
}

.iconFont{
  color: white;
  margin: 0 15px;
  font-size: 27px;
}

.icon_tripadvisor{
  width: 73px;
  /*text-decoration: none;
  display: flex;
  align-items: center; */

}

/*.icon_tripadvisor i{
  margin-right: 5px;
}*/

.icon_tripadvisor img{
width: 100%;
}


.icon_tripadvisor span{
  font-size: 19px;
  font-weight: 600;
  display: none;
}

/*----- STYLE MENU -----*/

/*------------------------ STYLE ASTERFONO ------------------------*/
 .asterfono-dk{
    display: none;
  }
/*------------------------ STYLE ASTERFONO ------------------------*/

/*--------------------------- HEADER ---------------------------*/

/*--------------------------- MENU NAV RESPONSIVE ---------------------------*/

.button {
  background-color: transparent;
  position: fixed;
  z-index: 2;
  border: none;
  width: 26px;
  height: 21px;
  outline: none;
  transition: opacity 0.2s ease-out;
  /*margin: 8px 5px 0 0;*/
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: linear-gradient(to bottom, #DC0613, #DC0613 20%, transparent 20%,
    transparent 40%, #DC0613 40%, #DC0613 60%, transparent 60%, transparent 80%, #DC0613 80%, #DC0613 100%);
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
.button:after {
  opacity: 0;
  content: '×';
  color: #DC0613;
  position: absolute;
  top: 16px;
  left: -13px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  transition: opacity 0.4s ease-out;
}
.button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.button:hover {
  opacity: 1;
}
.open .button {
  opacity: 1;
}
.open .button:before {
  opacity: 0;
  width: 0;
}
.open .button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

.nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open .nav {
  top: 0;
}
.open .nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 21px;
}

.menu li a{
  text-decoration: none;
  color: #000000;
}

.menu {
  position: fixed;
  top: 55%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white;
}

.logo_menu_movile{
  top: 6%;
}

.logo_menu_movile .movile-logo{
  width: 209px;
}

.menu li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
}

.open .menu2 li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open .menu2 li:nth-child(1) {
  transition-delay: 0.75s;
}
/*------------------------------------*/
.open .menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open .menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open .menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open .menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open .menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.open .menu li:nth-child(5) {
  transition-delay: 1.15s;
}
.open .menu li:nth-child(6) {
  transition-delay: 1.25s;
}
.open .menu li:nth-child(7) {
  transition-delay: 1.35s;
}
.open .menu li:nth-child(8) {
  transition-delay: 1.45s;
}
.open .menu li:nth-child(9) {
  transition-delay: 1.55s;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/*--------------------------- FOOTER ---------------------------*/

footer{
  width: 100%;
  background-color: #014892;
  padding: 75px 15px;
}

.cont-footer{
  max-width: 1350px;
  margin: 0 auto;
 }

.cont-footer h2{
  font-size: 19px;
  color: white;
}

/*LOGO - DESC*/

/*ABOUT*/

.cont-about{
  width: 100%;
  height: auto;
}

.cont-about a{
  font-size: 16px;
  display: block;
  color: white;
  text-decoration: none;
  margin: 11px 0 0 11px;
}

/*HORARIO*/

.cont-horario{
  width: 100%;
  margin: 65px 0;
}

.cont-horario p{
  font-size: 16px;
  color: white;
  margin: 15px 0;
  padding-left: 11px;
}

.cont-horario p i{
  font-size: 16px;
  color: #ffc706;
  padding-right: 5px;
}

/*REDES SOCIALES*/

.cont-redes-sociales{
  width: 100%;
  /*max-width: 200px;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont-redes-sociales p{
  font-size: 19px;
  color: white;
  width: 100%;
  margin-bottom: 25px;
  font-weight: 600;
}

.cont-redes-sociales a{
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 25px;
  border: 1px solid #ffc706;
  text-align: center;
}

.cont-redes-sociales a i{
  color: #ffc706;
  font-size: 31px;
  padding-top: 11px;
}


/*COPYRIGHT 2020*/

.cont-copy{
  width: 100%;
  height: auto;
  background-color: #093461;
}

.cont-copy p{
  font-size: 16px;
  line-height: 57px;
  text-align: center;
  color: white;
  font-weight: 600;
}

/*PHONE FLOAT*/
.cont-phone-float{
  width: 70px;
  position: fixed;
  bottom: 19px;
  right: 19px;
  z-index: 999;
}

.cont-phone-float img{
  width: 100%;
}

/*--------------------------- FOOTER ---------------------------*/


/*--------------------------- BTN CONTACT ---------------------------*/


.circular-menu {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}

.circular-menu .floating-btn {
  display: block;
  width: 100px;
  height: auto;
  cursor: pointer;
  outline: 0;
}

.floating-btn img{
  width: 100%;
}

.circular-menu.active .floating-btn {
}

.circular-menu .floating-btn:active {
}

.circular-menu .floating-btn:before {
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform .2s;
}

.circular-menu.active .floating-btn i {
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 9px;
  right: 45px;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: #014892;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5;
  /*background-color: white;*/
  transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
  background-color: hsl(4, 98%, 60%);
}

.menu-item i{
  font-size: 23px;
}

.pop-wp{
  font-size: 29px !important;
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  background-color: #ffc706;
  transform: translate3d(2em,-4.8em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  background-color: #ffc706;
  transform: translate3d(-2.9em,-3.5em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  background-color: #ffc706;
  transform: translate3d(-4.5em,1em,0);
}

.circular-menu.active .menu-item:nth-child(4) {
  background-color: #ffc706;
  transform: translate3d(-2.5em,3.2em,0);
}

/*--------------------------- BTN CONTACT ---------------------------*/


/*--------------------------- MENU NAV RESPONSIVE ---------------------------*/

@media screen and (min-width: 540px){
/*--------------------------- FOOTER ---------------------------*/
  .cont-about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cont-about a{
    width: 37%;
  }

  .cont-about h2{
    width: 100%;
  }
/*--------------------------- FOOTER ---------------------------*/
}


@media screen and (min-width: 768px){
/*LOGO MOBILE*/

.cont-header-movile {
  height: 67px;
}

.cont-logo {
  padding: 0 25px;
}
/*LOGO MOBILE*/

/*--------------------------- FOOTER ---------------------------*/

  .cont-about a{
    width: 33%;
  }

/*--------------------------- FOOTER ---------------------------*/


}
  
@media screen and (min-width: 960px){

/*------------------------ MENU DESKTOP ------------------------*/
  
  .nav-movile{
    display: none !important;
  }

  .nav-desktop{
    display: block !important;
    z-index: 999;
    position: absolute;
    /*top: 1px;*/
  }

  /* BARRA MENU */

  .nav-desktop{
    width: 100%;
    height: auto;
    z-index: 999;
  }
  /* BARRA MENU */


  /*NAV MOVILE ANIMATION SCROLL*/

  #nav-desktop {
    height: 75px;
    border-top: 7px solid #00913A;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: all ease .5s;
    background-color: rgba(255,255,255,0.7);
  }

  #nav-desktop.shrink2 {
    /*height: 61px;*/
    transition: all ease .5s;
   /* background: black;*/
    position: fixed;
    top: 0px;
    /*padding-top: 6px;*/
  }

  /*NAV MOVILE ANIMATION SCROLL*/ 
  
  .nav-despegable{
    width: 100%;
    max-width: 1200px;
    height: 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

  .desktop-logo{
    width: 190px;
    height: 30px;
  }

  .desktop-logo img{
    width: 100%;
    height: auto;
  }

  .fa-angle-down{
    font-size: 14px;
  }

/*---------- Wrapper --------------------*/

/*---------- STYLE LOGO ASTER DESKTOP --------------------*/

  .movile-logo-dk{
    width: 25%;
    max-width: 251px;
    margin-left: 17px;
    display: flex;
    justify-content: space-around;
  }

  .cont-logo-dk{
    width: 100%;
    height: 89px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
  }

  .cont-logo-dk img{
    width: 100%;
    padding: 0 31px;
    display: block;
  }

  .cont-diag-dk{
    width: 10%;  
  }

  .cont-diag-dk img{
    height: 77px;
  }

/*---------- STYLE LOGO ASTER DESKTOP --------------------*/

/*------------------------ MENU DESKTOP ------------------------*/

  .cont-menu-nav{
    width: 45%;
    max-width: 457px;
    height: 49px;
  }

  nav {
    width: 100%;
    height: auto;
    margin-top: 19px;
  }

  .cont-menu-nav nav ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

  .line-vertical {
    width: 1px;
    height: 16px;
    background-color: black;
  }

  .cont-menu-nav nav ul li {
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    margin: 0 5px;
    text-transform: uppercase;
  }

  .menu-top{
    line-height: 31px;
    padding: 0 19px;
    color: black;
    text-decoration: none;    
    padding-bottom: 5px;
    border-bottom: 5px solid #706F6F;
  }

  .menu-top-red{
    border-bottom: 5px solid #DC0613;
  }


/*------------------------ MENU DESKTOP ------------------------*/

/*--------------------------- FOOTER ---------------------------*/
  .cont-footer{
    display: flex;
    justify-content: space-between;
  }

  .cont-about{
    width: 17%;
    flex-direction: column;
  }

  .cont-about a{
    width: 100%;
  }

  .cont-horario{
    width: 37%;
    margin: 0;
  }

  .cont-redes-sociales{
    width: 33%;
  }

  .cont-redes-sociales a {
    margin-top: -61px;
  }
/*--------------------------- FOOTER ---------------------------*/

/*--------------------------- BTN CONTACT ---------------------------*/

.circular-menu {
  bottom: 10px;
  right: 20px;
}

.circular-menu .floating-btn {
  width: 121px;
}

.circular-menu .menu-item {
  width: 63px;
  height: 63px;
  line-height: 4.5;
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(1em,-5.8em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4.9em,-4em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-6em,1.3em,0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-2.5em,3.2em,0);
}

/*--------------------------- BTN CONTACT ---------------------------*/

}

@media screen and (min-width: 1150px){

/*---------- STYLE LOGO ASTER DESKTOP --------------------*/
  .movile-logo-dk{
    width: 21%;
  }
/*---------- STYLE LOGO ASTER DESKTOP --------------------*/

/*------------------------ MENU DESKTOP ------------------------*/
  .cont-menu-nav{
    width: 61%;
  }

/*------------------------ MENU DESKTOP ------------------------*/

/*------------------------ STYLE ASTERFONO ------------------------*/
 .asterfono-dk{
    width: 15%;
    height: 45px;
    display: block;
  }

  .asterfono-dk{
    width: 137px;
    color: #014892;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 4px 23px 0 0;
  }

  .asterfono-dk p{
    font-size: 16px;
  }

  .cont-iphone{
    width: 25px;
    width: 33px;
    padding-top: 2px;
  }

  .cont-iphone img{
    width: 100%;
  }

  .asterfono-dk span{
    font-size: 16px;
    font-weight: 600;
  }
/*------------------------ STYLE ASTERFONO ------------------------*/

}


@media screen and (min-width: 1400px){

/*------------------------ MENU DESKTOP ------------------------*/
  .menu-top {
    padding: 0px 21px;
  }
/*------------------------ MENU DESKTOP ------------------------*/

/*------------------------ STYLE ASTERFONO ------------------------*/
  .asterfono-dk {
    margin: 4px 69px 0 0;
  }
/*------------------------ STYLE ASTERFONO ------------------------*/
}

@media screen and (min-width: 1650px){

/*------------------------ MENU DESKTOP ------------------------*/
  .menu-top {
      padding: 0px 29px;
  }
/*------------------------ MENU DESKTOP ------------------------*/
}

