/*
Theme Name: Platinum Laser Theme
Theme URI: 
Author: Crisfa Tecnologia
Author URI: 
Description: Um tema personalizado para WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'primaryFont';
  src: url('assets/fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf') format('woff2'),
       url('assets/fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'secundaryFont';
  src: url('assets/fonts/Passion_One/PassionOne-Regular.ttf') format('woff2'),
       url('assets/fonts/Passion_One/PassionOne-Regular.ttf') format('woff');
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'primaryFont';
}

header {
  margin-top: 3px;
  margin-bottom: 4px;
  background-color: #f2f2f2;
}

header .numero-info {
  display: flex;
  justify-content: flex-end;
}

header .numero-info img.image-whats {
  width: 20px;
}

header .numero-info .numero {
  margin-left: 5px;
  text-decoration: none;
  color: black;
}

#banner-init {
  background: linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89)), url("./assets/images/banner.png");
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  position: relative;
}

#banner-init .position {
  position: absolute;
  bottom: 15px;
}

#banner-init .pre-title {
  font-family: emoji;
  font-weight: bold;
  text-transform: uppercase;
  color: #f2f2f2;
  font-size: 28px;
}

#banner-init .title {
  font-family: emoji;
  font-weight: bold;
  text-transform: uppercase;
  color:  #fff06a;
  font-size: 40px;
}

#banner-init .bloco-info {
  margin-top: 35px;
  background: white;
  padding: 5px;
  height: 140px;
  width: 380px;
  border-radius: 10px;
}

#banner-init .bloco-info .card-call {
  margin-top: 2px;
  margin-bottom: 5px;
}

#banner-init .bloco-info .entrega {
  margin-left: 5px;
}

#banner-init .bloco-info span {
  margin-left: 5px;
}

@media (max-width: 756px) {
  #banner-init {
    height: 450px;
  }


  #banner-init .title h1 {
    font-size: 29px;
  }

  #banner-init .pre-title {
    font-size: 20px;
  }

  #banner-init .position {
    position: relative;
    top: 40px;
  }

  #banner-init .bloco-info {
    width: 100%;
    height: 90px;
    font-size: 15px;
    margin: 0;
    position: relative;
    top: 256px;
    border: 2px solid rgba(90, 30, 130, 0.82);
  }
  #banner-init .bloco-info .card-call img {
    width: 35px;
  }
}



#text {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
}

#text .logo-platinum {
  display: block;
  margin: 0 auto;
  height: 250px;
}

#text .script {
  color: #1e0292;
  font-weight: bold;
  font-size: 25px;
  margin-top: -20px;
  text-align: center;
}

@media (max-width: 756px) {
  #text {
    padding-top: 60px;
  }

  #text .logo-platinum {
    margin-top: -35px;
  }

  #text .script {
    font-size: 22px;
  }
}


#equip {
  padding-top: 30px;
  height: 540px;
  background-color: #f2f2f2;
}

#equip h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1e0292;
  margin-bottom: 40px;
}

#equip .card-equipament {
  position: relative;
  width: 280px;
  border-radius: 8px;
  background-color: white;
  padding-bottom: 2px;
  box-shadow: 1px 5px 25px rgba(0,0,0,0.1);
  margin: 10px;
}

#equip .card-equipament .equipament-name {
  color: #1e0292;
  font-weight: bold;
  text-align: center;
}


#equip .card-equipament .equipament-criodermis {
  display: block;
  margin: 0 auto;
}

#equip .card-equipament .equipament-fidtendo {
  display: block;
  margin: 0 auto;
  height: 300px;
  width: 255px;
  object-fit: scale-down;
}

.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  background:  url(./assets/images/imaseta.png) !important;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  margin-top: 15px;
  left: 25px;
  color: transparent;
}

.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

@media (max-width: 756px) {
  #equip .card-equipament {
    width: 300px;
    margin: 0 auto;
  }
}


.image-whats-footer {
  width: 45px;
  height: auto;
  background-color: #25D366;
  position: fixed;
  bottom: 30px;
  right: 10px;
  fill: white;
  border-radius: 9px;
  z-index: 2;
  padding: 3px;
}