html, body {
    font-family: 'Roboto', sans-serif;
}
.logo {    
    padding: 0px 0;
}
.logo img {   
    max-width: 140px;
}
.page_toplogo .text-white {
    font-size: 14px;
}
.nav-row {
    display: flex;
    align-items: center
}
h1.text-super-big {   
    font-size: 45px;
    font-weight: 600;

text-transform: uppercase;
    /* line-height: inherit; */
}
h1.text-green, h2.text-green,h3.text-green, .text-green {
    color: #a1cc47;
}
.text-white {
    color: white !important;
}
.text-magenta {
    color: #ff4073 !important;
}
.text-shadow {
    text-shadow: 4px 5px 12px rgba(0,0,0,0.56);
}
.text-light-200{
    font-weight: 200;
}
.text-light-300{
    font-weight: 300;
}
a.pp_expand, a.pp_contract{
    display: none !important;
}
a.pp_close::before{
    background: #ff4073 !important;
}



.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index: 99;
}
.icon-scroll{
  width: 40px;
  height: 70px;
  margin-left: -20px;
  /* top: 50%; */
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  bottom: 20px;
    z-index: 2;
}
.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;}
  100%
{    opacity: 0;
    transform: translateY(46px);}
}


.container-down {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }

/*********************
* backgrounds
**********************/

.bg-black {
    background: black;
}
.bg-white {
    background: white;
}
.bg-turquesa {
    background: #01d4cb;
}
.bg-green {
    background: #88d537;
}
.bg-cyan {
    background: #f54170;
}
.bg-blue {
    background: #2a0bc6b3;
}
.bg-morado {
    background: #6e0acb;
}

.titulo-slider{
    font-size: 16px;
}

.transparent_wrapper.affix .toplogo1::before {
    opacity: 1;
    background: black;
}

.separador {   
        content: "";       
        background-image: linear-gradient(to right, #c9e7a9 50%, #fadb7e 50%);
        transition: all 0.2s ease-in-out 0s;
}
.separador-turw-cyan {   
        content: "";       
        background-image: linear-gradient(to right, #01d5c9 50%, #ff4073 50%);
        transition: all 0.2s ease-in-out 0s;
}
.bg-img-green {
    background-image: url(../images/bg-green.gif);
}
.bg-img-turquesa {
    background-image: url(../images/bg-turquesa.gif);
}
#contact-partner .small {
    display: block;
    font-weight: 200;
    line-height: initial;
    font-size: 18px;
}
#contact-partner .justify-center-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.justify-center {
    display: flex;
    justify-content: center;
}
.justify-flex-left {
    justify-content: flex-start !important;
}
.justify-flex-right {
    justify-content: flex-end !important;
}

#contact-partner img{
    
}

.btn-download {
    padding: 10px 25px;
}

/*********************
* copyrigth
**********************/
.text-normal {
    text-transform: initial;
    letter-spacing: 0.1em;
    font-weight: 200;
    line-height: 1.4em !important;
}
.affix {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.transparent_wrapper.affix .toplogo1 .logo img {
    max-width: 130px;
}
#shop-search .section_header .hero {
    display: block;
    font-size: 55px;
}

.toggle_header::before, .toggle_header span, .toggle_header span::before, .toggle_header span::after, .toggle_menu::before, .toggle_menu span, .toggle_menu span::before, .toggle_menu span::after {
    height: 0;
}
.toggle_header, .toggle_menu {    
    top: 50%;
    left: 50%;  
    margin-top: -21px;
    width: 40px;
    height: 40px;
    cursor: auto;    

}
#toTop {
    display: none !important;
}

/*********************
* whatsApp
**********************/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:25px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}

@media (min-width: 992px) {
	#shop-search .section_header .hero {
        bottom: 44px;
    }
    #shop-search .section_header .hero {       
        font-size: 40px;
        padding-bottom: 15px    
    }
}
@media (max-width: 992px) {
	h1.text-super-big {   
        font-size: 30px;
        /* line-height: inherit; */
    }
    h3 {
        font-size: 25px;
    }
    #shop-search .section_header .hero {       
        font-size: 40px;
        padding-bottom: 15px    
    }
    .slides, .slides .container, .intro_section .slides{
        display: flex;
        height: 400px;
    }
    .text-shadow {
        text-shadow: 3px 4px 18px #000000 !important;
    }

    #shop-search .toppadding_80 {
        /* padding-top: 0; */
    }
    #shop-search .col_bg_image {

        display: block;
    
    }
    #contact-partner .justify-flex-left {
        padding: 45px 0;
    }
    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: block !important;    
    }
    .page_copyright img {
        max-width: 75%;
    }
   
}
@media (max-width: 576px) {
    .logo img {
        max-width: 110px;
    }
    .page_toplogo  .text-white {
        display: none;
    }
    h1.text-super-big {   
        font-size: 25px;
        margin-top: 5px;
        line-height: 23px;
    }
    h3 {
        font-size: 20px;
    }
    .bg-img-green {
        background-image: url(../images/bg-green-v2.gif);
    }
   
    #contact-partner .justify-center-row {
        flex-direction: column;
        text-align: center;
        padding-top: 32px;
    }
	.toggle_header, .toggle_menu {   
       
        margin-top: -18px;
        width: 30px;
        height: 30px;   
        right: 10px;   
    
    }
    .slides, .slides .container, .intro_section .slides{
        display: flex;
        height: 100vh;
    }

    .page_copyright .container {
        text-align: center;
    }
    .toggler_right .toggle_header, .toggler_right .toggle_menu {
        right: 10px;
        left: auto;
    }
    :not([class*="toggler"]) .toggle_header.mobile-active, :not([class*="toggler"]) .toggle_menu.mobile-active {
        
        top: 10px;
        right: 10px;
        background-color: transparent;
        
    }
    .zone-download {
        margin-bottom: 0;
        margin: 35px;
        }
        .zone-download p {
            font-size: 12px;
        }

        .btn-download {
            padding: 7px 20px;
            font-size: 9px;
        }
}


