/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

.tituloPlanta{
    display: none;
}
.coluna-3{
 padding-top: 50px;
 margin-left: -25px !important;
 padding-bottom: 62px;
}
.div{
    width: 100%;
    height: 50%;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    border-radius: 5px;
}
.wrapper {
    padding-top: 30px;
    margin-bottom: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .typing-demo-vaso {
    width: 27ch;
    animation: typing 2s steps(32), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
  }
  .typing-demo-planta {
    width: 28ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
  }
  .typing-demo-final {
    width: 25ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
  }
  
  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }


/*     Monte seu vaso       */
.descriptionsresult{
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.descriptions1{
    margin-left: -20px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.descriptions2{
    margin-right: 60px;
    margin-left: -50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.img-vaso {
    width: 400px !important;
    height: 400px !important;
    left: 50px;
    right: 50px;
    position: relative;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    border-radius: 5px;
}

.img-planta {
    width: 400px !important;
    height: 400px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.75);
    border-radius: 5px;
}

.img-vaso-resultado {
    max-width: 400px !important;
    max-height: 500px !important;
    width: auto;
    height: auto;
    left: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    border-radius: 5px;
}
.card{
    border: 0px !important;
    padding-left: 15px;
}
.card-title{
    padding: 20px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 25px;
}
.item{
    width: 400px;
    height: 350px;

}
.owl-item{
    padding-top: 30px;
    padding-bottom: 15px;
}
.title-result{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.background-black{
    background-color:#000;
    height: 100%;
}
.img-vaso-result{
    height: calc(100% - 100px) !important;
}
.centralizaded{
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel{
    width: 100% !important;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
    border-radius: 5px;
}
.owl-prev{left: 10px;}
.owl-next{right: 10px;}
.owl-prev, .owl-next{
    position:absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.owl-prev:hover, .owl-prev:active, 
.owl-prev:focus, .owl-next:hover, 
.owl-next:active, .owl-next:focus {
    outline: 0;
}

.owl-prev span, .owl-next span{
    font-size: 60px;
    color: #228539;
    text-shadow: 1px, 1px, 5px #999;
}
.owl-theme .owl-nav [class*="owl-"]:hover {background-color: transparent;}
.owl-dots{
    width: 350px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.card-body{

    bottom: 35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px;
}
.item h5, .item-body p {margin:0;}
.owl-prev:hover, .owl-next:hover{
    background-color: transparent !important;
}


.button-plg {

	background-color:transparent;
	border-radius:5px;
	border:1px solid #228539;
	display:inline-block;
	cursor:pointer;
	color:#228539;
	font-size:22px;
	padding:10px 35px;
	text-decoration:none;

}
.button-plg:hover {
    background-color:#228539;
    color: white;
}
.button-plg:active {
	position:relative;
	top:1px;
}

@media (max-width: 1250px) and (min-width: 600px) {
    .descrip{
        display: none;
    }
    .centraliza-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .centraliza-mobile-planta{
        display: flex;
        align-items: center;
        justify-content: center; 
        margin-left: -20px;
    }
}

@media only screen and (max-width: 600px) {

    .descriptionsresult{
        display:none;
    }
    .descrip{
        display: none;
    }
    .centraliza-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .centraliza-mobile-planta{
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    .img-vaso{
        width: 300px !important;
        height: 300px !important;
        left: -10px
    }
    .img-planta{
        width: 300px !important;
        height: 300px !important;
        margin-right: 15px
    }
    .owl-carousel{
        width: 390px !important;
    }
    .coluna-3{
        display: none;
    }
    .img-vaso-resultado {
        max-width: 300px !important;
        max-height: 400px !important;
        width: auto;
        height: auto;
        position: relative;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
        border-radius: 5px;
    }
    .typing-demo-final,
    .typing-demo-vaso,
    .typing-demo-planta
    {
        font-size:22px;
    }
}
    @media only screen and (max-width: 400px) {
        .img-vaso{
            width: 150px !important;
            height: 150px !important;
            left: -10px
        }
        .img-planta{
            width: 150px !important;
            height: 150px !important;
            margin-right: 15px
        }
        .owl-carousel{
            width: 250px !important;
        }
        .coluna-3{
            display: none;
        }
        .img-vaso-resultado {
            max-width: 200px !important;
            max-height: 200px !important;
            width: auto;
            height: auto;
            left: 10px;
            position: relative;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.75);
            border-radius: 5px;
        }
        .typing-demo-final,
        .typing-demo-vaso,
        .typing-demo-planta
        {
            font-size:16px;
        }
        .card-title {
            padding: 10px;
            font-family: 'Cairo', sans-serif;
            font-weight: 700;
            font-size: 22px;
        }
        .button-plg{
            padding: 5px 20px;
        }
    }
