@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
    font-family: "AzoSans-Light";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/AzoSans-Light.otf") format("opentype");
  }

@font-face {
  font-family: "AzoSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AzoSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "AzoSans-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/AzoSans-Italic.otf") format("opentype");
}

@font-face {
  font-family: "AzoSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AzoSans-Medium.otf") format("opentype");
}

@font-face {
  font-family: "AzoSans-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/AzoSans-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: "AzoSans-Bold";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/AzoSans-Bold.otf") format("opentype");
  }

@font-face {
  font-family: "AzoSans-Black";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/AzoSans-Black.otf") format("opentype");
}

@font-face {
  font-family: "AzoSans-BlackItalic";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/AzoSans-BlackItalic.otf") format("opentype");
}

body{
    width:100%;
    margin:0;
    padding:0;
    font-family:'AzoSans-Regular', sans-serif;
  }
  
* {
    box-sizing: border-box;
}

a{
  text-decoration: none;
}

.screen .icon-awesome {
    height: 32px;
    object-fit: cover;
    width: 32px;
}

.empty-space-60{
  height:60px;
}

.empty-space-48{
  height:48px;
}

.empty-space-40{
  height:40px;
}

.empty-space-36{
  height:36px;
}

.empty-space-30{
  height:30px;
}

.empty-space-24{
  height:24px;
}

.empty-space-18 {
  height: 18px;
}

.empty-space-12{
  height:12px;
}

/* ESTILOS DE MENU HEADER DESKTOP MIN WIDTH 1200PX */

.menu {
    width:100%;
    position: fixed;
    z-index: 10;
}

.menu a{
    display: contents;
}
  
.menubar {
    align-items: center;
    vertical-align: center;
    background-color:#552863;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 164px;
    margin-top: -6.0px;
    padding: 2% 10% 2% 13%;
}
  
.navbar-logo{
    max-width: 399px !important;
    display: inline-flex !important;
    height: auto;
    line-height: normal;
    float: none;
    order: 0;
    flex-shrink: 0;
    transition: none;
}

.navbar-logo img {
  transition: opacity 0.3s, visibiliy 0.3s;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.navbar-links{
    display: contents;
}
  
.link-menu {
    color:white;
    flex: 1;
    font-family: 'AzoSans-Regular';
    font-size: 23px;
    line-height: 23px;
}
  
.link-menu:hover {
    color: #FF6810;
    font-family:'AzoSans-Bold';
}
  
#home {
    display: flex;
    margin-left: 25%;
    transition: all 0.2s ease;
}
  
#nosotros {
    display: flex;
    margin-left: 5%;
    transition: all 0.2s ease;
}

#contacto {
    cursor: pointer;
    display: flex;
    margin-left: 5%;
}
  
.dropdown-productos {
    position: relative;
    display: inline-block;
    margin-left: 5%;
    margin-top: 76px;
    height: 100px;
}
  
.dropbtn {
    background-color: transparent;
    color:white;
    font-family: 'AzoSans-Regular';
    font-size: 23px;
    line-height: 23px;
    border: none;
    cursor: pointer;
}

.dropbtn i {
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.dropdown-productos:hover .dropbtn {
    color: #FF6810;
    font-family:'AzoSans-Bold';
}

.dropdown-productos:hover .dropbtn i {
    color: #FF6810;
}
 
/* ESTILOS DROPDOWN PRODUCTOS */

.dropdown-content {
  display: none;
  background-color: #FFFFFF;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 23px;
  position: absolute;
  top: 94px;
  width: max-content;
  transform: translateX(-50%);
  padding: 44px 80px 80px 74px;
  opacity: 0;
  transition: opacity 1s; /* You can adjust the duration as needed */
}

.dropdown-content a {
  float: none;
  color: #FC6821;
  padding: 12px 16px;
  display: block;
  text-align: left;
}

.drop-item{
  display:inline-flex;
  align-items: center;
  margin-left: 0.5em;
}

.dropdown-content img{
  width:27px;
  height:27px;
}

.menu-container-dropdown{
  font-family: 'AzoSans-Bold';
  display: flex;
  justify-content: space-between;
}

.menu-divider-dropdown {
  background-color: #552863;
  margin: 18px 0;
  width: 2px;
}

.left-menu-dropdown {
  max-width: 320px;
}

.right-menu-dropdown {
  max-width: 535px;
  margin-left: 48px;
}

.title-dropdown{
  font-family: 'AzoSans-Black';
  color: #552863;
  padding: .5em;
  margin-bottom: 20px;
}   

/* Show dropdown content on hover */
.dropdown-productos:hover  .dropdown-content {
    display: block;
    opacity:1;
}

.dropdown-content a {
  --link-color: #FC6821;
  --link-underline-padding: .6em;
}
/*Animacion de los links dentro del dropdown*/

.animated-link  {
  color: var(--link-color);
  display: inline-block;
  padding: 0 var(--link-underline-padding);
  text-decoration: none;
}

.animated-link:after {
  background-color: var(--link-color);
  content: '';
  display: block;
  margin-left: calc(var(--link-underline-padding) * 0);
  margin-top: .2em;
  transition: width .5s;
  width: 0;
  height: 1.5px;
}

.animated-link:hover:after {
  width: calc(100% + var(--link-underline-padding) * 0);
}

/*ESTILOS FOOTER DESKTOP*/

.varmus-footer{
  width: 100%;
  z-index: 3;
  color:white;
  font-size:20px;
}

.varmus-footer .upper-footer{
  background-color: #54BFB1;
  width: 100%;
  display:flex;
  padding:4% 8%;
  line-height: 30px;
}

.varmus-footer .bottom-footer{
  background-color: #552863;
  padding: 30px 0;
  text-align: center;
  font-family: 'AzoSans-Bold';
}

footer .column-01, footer .column-02, footer .column-03{
  display:flex;
  flex-flow: column;
}

footer .column-01 span, footer .column-02 span, footer .column-03 span, footer .column-01 a, footer .column-02 a, footer .column-03 a{
  margin-bottom:12px;
}

.varmus-footer .fila-02{
  margin-top:32px;
}

.varmus-footer span{
  font-family:'AzoSans-Bold';
}

.varmus-footer a{
  color:white;
}

.varmus-footer a:hover{
  text-decoration: underline;
}

.varmus-footer .social-links{
  margin-top:12px;
  display: flex;
  font-size: 32px;
}

.varmus-footer .social-links a{
  margin-right:32px;
}

.varmus-footer .social-links a:last-child{
  margin-right:0;
}

.varmus-footer .column-04{
  padding-left: 2%;
  font-family: 'AzoSans-Bold';
  font-size: 34px;
  line-height: 51px;
  gap:40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.varmus-footer .logo-footer {
  width: 80%;
}

/* ESTILOS RESPONSIVE*/

/* FOOTER MOBILE */

.footer-mobile, .footer-mobile a{
  color:white;
  text-align:center;
  font-size:16px;
}

.footer-mobile .upper-footer{
  background-color: #54BFB1;
  padding:70px 0 0 0;
  display: flex;
  flex-flow: column;
}

.footer-mobile .upper-footer span, .footer-mobile .upper-footer a{
  margin-bottom:12px;
}

.footer-mobile span{
  font-family:'AzoSans-Bold';
}

.footer-mobile .social-links{
  display: flex;
  margin: auto;
  margin-top:8px;
}

.footer-mobile .social-links a{
  margin-right:24px;
}

.footer-mobile .social-links a:last-child{
  margin-right:0;
}

.footer-mobile .social-links i{
  font-size: 32px;
}

.footer-mobile p{
  font-family: 'AzoSans-Bold';
  font-size: 26px;
  line-height: 36px;
  padding:24px 10% 60px 10%;
}

.footer-mobile img{
  width:80%;
  max-width: 420px;
}

.footer-mobile .bottom-footer{
  background-color: #552863;
  padding:24px 30px;
  line-height: 30px;
  font-family: 'AzoSans-Bold';
}

.footer-mobile .bottom-footer a{
  text-decoration: underline;
}

@media (max-width: 767px){
	.overlay{
		&.open{
			height: 100%;
			top: 0;
			left: 0;

		}
	}
}

.menu-bar{
  position: relative;
  background: #552863;
  width: 100%;
  height: 134px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 7%;
}

.mobilemenu-logo img {
  margin-top: 37px;
  margin-left: 24px;
  width: 55%;
  max-width: 370px;
  }
  
.menumobile{
  position: absolute;
  right:0;
  top: 134px;
  width: 80%;
  background: white;
  opacity: 0;
  z-index: 20;
  box-sizing: border-box;
  pointer-events: none;
  transition: opacity .5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 12px 24px 32px;
  border-radius:0 0 0 30px;
  box-shadow: 0px 3px 6px #00000029;
}

.menumobile a{
  font-size:30px;
  line-height: 2;
}

.menumobile a:hover{
  color:#FF6810;
  font-family: 'AzoSans-Bold';
}

.menumobile .fa-chevron-down{
  font-size:22px;
}

.menumobile.open {
  opacity: 1;
  pointer-events: all;
}

#dropdown1, #dropdown2{
  font-family:'AzoSans-Black';
  text-transform: uppercase;
  font-size:22px;
  margin:10px;
}

#link2 i{
  margin-left:12px;
}

#dropdown1 i{
  margin-left:22px;
}

#dropdown2 i{
  margin-left:31px;
}

.line-dropdown{
  width:905px;
  height:1px;
  border:1px solid #7070701F;
}

.nested-dropdown a{
  color:#FF6810 !important;
  font-family:'AzoSans-Bold';
  font-size:22px;
  margin-left:10px;
  line-height:2.5;
}

.nested-dropdown a img{
  margin-right:10px;
  height:28px;
  vertical-align:middle}

  #nested-dropdown1{
    margin-bottom:12px;
  }

  .nested-dropdown .last-a2{
    line-height: 1.5;
    margin-bottom:24px;
  }

  .nested-dropdown .last-a2 span{
    margin-left:40px;
  }

  #nested-dropdown2 a img{
    height:auto;
    width:28px;
  }

.burger-wrap{
  position: absolute;
  z-index: 40;
  transition: 300ms 700ms transform ease-in;
  right: 40px;
  top: 48px;
}

.burger-wrap.reappearBurger{
  opacity: 0;
  animation: .5s 2s fadeAppear ease-out forwards;
}

@keyframes fadeAppear{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.burger{
  width: 40px;
  height: 27px;
  cursor: pointer;
  z-index: 30;
  transition: transform 1s ease-in;
}

.burger span{
  display: block;
  position: absolute;
  height: 4px;
  left: 0;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  width: 100%;
}

.burger span:nth-child(1){
  top: 0px;
}

.burger span:nth-child(2){
  top: 12px;
}

.burger span:nth-child(3){
  top: 24px;
}

.burger.active span:nth-child(1){
  width: 100%;
  top: 12px;
  transform: rotate(135deg);
}

.burger.active span:nth-child(2){
  opacity: 0;
}

.burger.active span:nth-child(3){
  top: 12px;
  transform: rotate(-135deg);
}  

  .menumobile a{
  color:#552863;
}

.maindropdown {
  display: none;
}

.maindropdown.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }

.nested-dropdown {
  display: none;
}

.nested-dropdown.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }

/* RESPONSIVE QUERIES*/

@media (max-width:499px){
  .mobilemenu-logo img {
    margin-top: 43px;
    margin-left: 4px;
    width: 62%;}
  #dropdown1 i {
    margin-left: 15px;}
  #dropdown2 i {
    margin-left: 23px;}
  .menumobile{
    width: 90%;}
  .menumobile a {
    font-size: 26px;}
  #dropdown1, #dropdown2{
    font-size: 20px;}
  .nested-dropdown a{
    font-size: 16px;}
}

@media (max-width:1800px) {
  #home {
      margin-left: 20%;}
  .dropdown-productos, #contacto{
    margin-left:3%;
  }
}

@media (max-width:1580px) {
    #home {
        margin-left: 15%;}
    .upper-footer{
      padding:5%;}
    footer .column-01, footer .column-02, footer .column-03{
      font-size:18px;
      line-height: 24px;}
    .varmus-footer .column-04{
      font-size: 28px;
      line-height: 36px;
      padding-right: 60px;}
    .varmus-footer .izquierda{
      width:60%;}
}

@media (min-width:1200px) and (max-width:1500px){
  .menubar{
    padding: 2% 7% 2% 7%;}
  .dropdown-content{
    transform: translateX(-60%);}
  }

@media (max-width:1310px) {
    #home {
        margin-left: 10%;}
}

@media (max-width:1199px){
    #home {
        margin-left: -2%;}
}

@media (min-width:700px) and (max-width:1199px){
  .menumobile{
  width:60%;}
  }