/*---------------------------------------------------------------------------------

 Theme Name:   SupernovA
 Theme URI:    httsp://imesdisseny.com
 Description:  
 Author:       imesdisseny
 Author URI:   https://imesdisseny.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

h2 span, h3 span {
  font-size: 7.1rem !important;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  border-left: 1px solid #000000;
  margin-left: 20px;
  padding-left: 5px;
}

.has_et_pb_sticky .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  border-left: 1px solid #000000;
}  

.et_pb_menu .et_pb_menu__menu > nav > ul > li a {
  padding-bottom: 0;
  padding-left: 0;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li.current_page_item a, .et_pb_menu .et_pb_menu__menu > nav > ul > li.current-menu-parent a {
  font-weight: bold;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul.sub-menu {
  top: calc(100% + 1px);
}

.nav li ul.sub-menu {
  padding: 10px 0;
  width: 200px;
  background: #fff;
    background-color: rgb(255, 255, 255);
  border-top: none;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
  text-align: left;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu {
  background-color: #ffffff !important;
}

.nav li ul li {
  padding: 0;  
}

.nav li ul li a {
  padding-left: 10px !important;
  font-weight: normal !important;
}

.nav li ul li a.current-menu-item {
  font-weight: bold !important;
}

.et_pb_menu_0_tb_header.et_pb_menu li ul li a, .et_pb_menu_0_tb_header.et_pb_menu li ul li a:hover {
  color: #0e0e0e !important;
}

/* footer */
footer .et_section_specialty .et_pb_row {
  width: 90%;
  max-width: 1200px;
}

#imago-foter img {
  width: 110px;
}

footer ul {
  padding-left: 0 !important;
  list-style: none !important;
}

footer ul li {
  padding-left: 0;
  padding-bottom: 8px;
}

footer ul li a {
  color: #000000;
}

/* pàgina inicial */
.home-header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
}

.home-header .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  border-left: 1px solid white;
}
.has_et_pb_sticky .home-header .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  border-left: 1px solid #000000;
} 

.supernova-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  z-index: 2;
}

.fila-abaix {
  display: flex;
  align-items: flex-end;
}

#post-11 div.et_pb_slide_description div.et_pb_slide_content span {
  font-size: 3.75rem;
}

/* SupernovA */
.seccio-sobre.et_pb_section {
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: -50px;
} 



/* --------------------------------------------
   DESKTOP / PANTALLES MITJANES
   (Fins a 1400px - pantalles de portàtil o iMac petits)
   -------------------------------------------- */
@media only screen and (max-width: 1400px) {
  
}


/* --------------------------------------------
   TABLET HORIZONTAL
   (Fins a 980px - breakpoint estàndard de Divi)
   -------------------------------------------- */
@media only screen and (max-width: 980px) {
  
}


/* --------------------------------------------
   TABLET VERTICAL / MÒBIL GRAN
   (Fins a 768px)
   -------------------------------------------- */
@media only screen and (max-width: 768px) {
  
}


/* --------------------------------------------
   MÒBIL MITJÀ
   (Fins a 600px)
   -------------------------------------------- */
@media only screen and (max-width: 600px) {

}


/* --------------------------------------------
   MÒBIL PETIT
   (Fins a 480px)
   -------------------------------------------- */
@media only screen and (max-width: 480px) {
  
}


/* --------------------------------------------
   MÒBIL EXTRA PETIT (com iPhone SE)
   (Fins a 360px)
   -------------------------------------------- */
@media only screen and (max-width: 360px) {
  
}
