/* IMPORTO AS DEMAIS FOLHAS CSS */
@import url('fontface.css');
@import url('animate.css');
@import url('procriativo_reset.css');
@import url('procriativo_theme.css');

*{
  margin: 0;
  padding: 0;
}

.hat{
  width: 100%;
  height: 115px;
  display: block;
}

.logotype-mobile {
  display: none;
}

/*header*/

#header{
  padding: 26px 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(201,195,201,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(201,195,201,1);
  box-shadow: 0px 0px 3px 0px rgba(201,195,201,1);
  position: fixed;
}

#header nav{
  text-align: center;
}

#header nav ul{
  padding: 0;
  margin: 0;
}

#header nav ul li{
  display: inline-block;
}

#header nav ul li a{
  display: block;
  color: #8e9aa0;
  font-size: 14px;
  padding: 10px 25px;
  font-size: 14px;
  font-family: 'LibreFranklin-SemiBold';
  font-variant: small-caps;
}

#header nav ul li .wrap-number{
  position: absolute;
  top: 34px;
}

#header nav ul li .wrap-number > a{
  padding: 5px 0 5px 25px;
  color: #24a1e9;
}

#header nav ul li .wrap-number .icon-wat{
  background-image: url('../images/img/whatapp.png');
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 5px;
}


#header nav ul li .wrap-number .icon-tel{
  background-image: url('../images/img/phone.png');
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 5px;
}


#header nav ul li .logo{
  padding: 0 25px 0 0;
}

#header nav ul li .whatsapp{
  background-color: #24a1e9;
  color: #fff;
  border-radius: 30px;
  padding: 15px 17px 15px 50px;
  background-image: url('../images/img/icon-whatsapp.png');
  background-position: 8% center;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #24a1e9;
  margin: 0 0 0 25px;
  font-size: 14px;
  font-variant: none;
}

#header nav ul li .whatsapp:hover{
  background-color: transparent;
  color: #24a1e9;
  background-image: url('../images/img/icon-whatsapp-hover.png');
}

#banner{
  width: 100%;
  height: auto;
  display: block;
}

#banner a{
  display: block;
}

#banner a img{
  max-width: 100%;
  height: auto;
}

#banner .wrap-text-banner{
  max-width: 450px;
  margin: 0 auto;
}

#banner .wrap-text-banner h2{
  padding: 70px 0 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'LibreFranklin-Bold';
}

#banner .wrap-text-banner h3{
  color: #fff;
  font-size: 45px;
  font-family: 'PlayfairDisplay-Bold';
}

#banner .wrap-text-banner p {
  font-size: 19px;
  color: #fff;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
  padding: 40px 0;
}

#banner .wrap-text-banner a {
  background-color: #1778d2;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #1778d2;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  width: 310px;
  margin: 0 0 80px 0;
  background-image: url('../images/img/icon-whatsapp.png');
  background-position: 5% center;
}

#banner .wrap-text-banner a:hover{
  background-color: #fff;
  border: 2px solid #fff;
  color: #1778d2;
  background-image: url('../images/img/icon-whatsapp-hover.png');
}

#banner .wrap-text-banner{
  display: none;
}

/* sender */

#submit-sender{
  width: 100%;
  height: auto;
  background-image: url(../images/img/icon-flower.png);
  background-position: 81% 31%;
  background-repeat: no-repeat;
}


#submit-sender .wrap-title-sender{
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  padding: 130px 0 70px 0;
}

#submit-sender .wrap-title-sender h2{
  color: #24a1e9;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Bold';
}

#submit-sender .text-submit-sender{
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
}

#submit-sender .text-submit-sender h2{
  color: #24a1e9;
  font-size: 50px;
  font-family: 'LibreFranklin-ExtraLight';
  padding: 15px 0;
}

#submit-sender .text-submit-sender p{
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
}

#submit-sender .text-submit-sender p span{
  font-family: 'LibreFranklin-SemiBold';
}

#submit-sender .form-submit-sender{
  width: 100%;
  height: auto;
  display: block;
  max-width: 450px;
  margin: 0 auto;
}

#submit-sender .form-submit-sender input{
  width: 100%;
  height: 56px;
  display: block;
  background-color: #e8eef1;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  margin: 10px 0;
}

#submit-sender .form-submit-sender select{
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 10px;
  background-color: #e8eef1;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #6b7377;
}

#submit-sender .form-submit-sender button{
  background-color: #2e9bdf;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #2e9bdf;
  display: inline-block;
  float: right;
  margin: 30px 0 0 0;
  font-family: 'LibreFranklin-SemiBold';
}

#submit-sender .form-submit-sender button:hover{
  background-color: transparent;
  color: #2e9bdf;
}

.wrap-sender-scroll{
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 120px 0;
}

#section-options {
  width: 100%;
  height: auto;
  background-image: url('../images/img/image-detail.jpg');
  background-repeat: no-repeat;
  padding: 0 0 80px 0;
  background-position: left 75%;
}

#section-options .wrap-text{
  width: 100%;
  height: auto;
  display: block;
}

#section-options .wrap-text h2{
  text-align: center;
  color: #24a1e9;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Bold';
}

#section-options .wrap-options{
  padding: 70px 0 80px 0;
  max-width: 440px;
  margin: 0 auto;
}

#section-options .wrap-options p{
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
}

#section-options .wrap-options p span{
  font-family: 'LibreFranklin-SemiBold';
}

#section-options .wrap-options a{
  background-color: #fff;
  color: #24a1e9;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #24a1e9;
  display: inline-block;
  margin: 30px 0 0 0;
  font-family: 'LibreFranklin-SemiBold';
  width: 270px;
}

#section-options .wrap-options a:hover{
  background-color: #24a1e9;
  color: #fff;
}

#section-options .wrap-image-options {
  width: 100%;
  height: auto;
  display: block;
}

#section-options .wrap-image-options img {
  max-width: 100%;
  height: auto;
  display: block;
}

/********/
#double-section{
  width: 100%;
  height: auto;
  display: block;
  padding: 80px 0;
}

#double-section .wrap-double-text{
  max-width: 460px;
  margin: 0 auto;
}

#double-section .wrap-double-text h2{
  color: #24a1e9;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Bold';
  padding: 44px 0 0 0;
}

#double-section .wrap-double-text h3{
  padding: 70px 0 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #24a1e9;
  font-family: 'LibreFranklin-Bold';
}

#double-section .wrap-double-text p{
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
}

#double-section .wrap-double-text p span{
  font-family: 'LibreFranklin-SemiBold';
}

#double-section .wrap-double-text .line-blue{
  margin: 70px 0 0 0;
  width: 50px;
  height: 3px;
  display: block;
  background-color: #24a1e9;
}

#double-section .wrap-double-img{
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

#double-section .wrap-double-img img{
  max-width: 100%;
  display: inline-block;
  text-align: center;
}

#double-section .wrap-double-img p{
  padding: 40px 15px 0 15px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'LibreFranklin-LightItalic';
}

#double-section .wrap-double-img p a {
  text-decoration: underline;
  color: #323638;
}

#double-section .wrap-double-img p span{
  font-family: 'LibreFranklin-SemiBoldItalic';
}

/*slider*/

#slider{
  width: 100%;
  height: auto;
}

#slider .slider-wrap {
  max-width: 900px;
  margin:  0 auto;
}

.slick-prev{
  color: transparent !important;
  background-image: url(../images/img/arrow-left.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 20px !important;
  background-color: transparent !important;
  left: -70px !important;
}

.slick-prev:hover{
  background-image: url(../images/img/arrow-left-hover.png) !important;
}

.slick-next{
  color: transparent !important;
  background-image: url(../images/img/arrow-right.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 20px !important;
  background-color: transparent !important;
  right: -70px !important;
}
.slick-next:hover{
  background-image: url(../images/img/arrow-right-hover.png) !important;
}

.slick-slide img {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#slider .slider-wrap-title {
  width: 100%;
  height: auto;
  display: block;
}

#slider .slider-wrap-title h2{
  text-align: center;
  font-size: 16px;
  font-family: 'LibreFranklin-LightItalic';
  padding: 25px 0;
  border-bottom: 2px solid #b8bfc3;
}

#slider .slider-wrap-content{
  width: 100%;
  height: auto;
}

#slider .slider-wrap-content h2{
  padding: 70px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #24a1e9;
  font-family: 'LibreFranklin-Bold';
}

#slider .slider-wrap-content p{
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
  padding: 40px 0;
  max-width: 490px;
}

#slider .slider-wrap-content p span{
  font-family: 'LibreFranklin-SemiBold';
}

#slider .slider-wrap-content .btn-whatsapp{
  background-color: #fff;
  color: #24a1e9;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #24a1e9;
  display: inline-block;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  width: 270px;
  margin: 0 0 20px 0;
}

#slider .slider-wrap-content .btn-whatsapp:hover{
  background-color: #24a1e9;
  color: #fff;
}

#slider .slider-wrap-content .btn-discount {
  background-color: #1778d2;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #1778d2;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  width: 310px;
  margin: 0 0 80px 0;
}

#slider .slider-wrap-content .btn-discount:hover{
  background-color: transparent;
  color: #1778d2;
}

/* bootstrap slider */
.carousel-indicators .active {
  background-color: #2e9bdf !important;
}
.carousel-indicators li {
  border: 1px solid #2e9bdf;
}
#myCarousel a {
  display: block;
}
#myCarousel .wrap-text-content {
  display: none;
}




/*maps*/
#maps{
  width: 100%;
  height: auto;
  background-image: url('../images/img/background-gradient.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

#maps .text-maps {
  width: 100%;
  height: auto;
  padding: 80px 0 0 0;
  max-width: 430px;
  margin: 0 auto;
}

#maps .text-maps h3{
  color: #9ce4ff;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Bold';
}

#maps .text-maps p{
  color: #fff;
  font-size: 19px;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
  padding: 60px 0 35px 0;
}

#maps .text-maps p span{
  font-family: 'LibreFranklin-SemiBold';
}

#maps .text-maps .btn-one{
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #fff;
  display: inline-block;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  width: 270px;
  margin: 0 0 20px 0;
}

#maps .text-maps .btn-one:hover{
  background-color: #fff;
  border: 2px solid #fff;
  color: #1778d2;
}

#maps .text-maps .btn-two{
  background-color: #1778d2;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #1778d2;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  width: 310px;
  margin: 0 0 80px 0;
}

#maps .text-maps .btn-two:hover{
  background-color: #fff;
  color: #1778d2;
  border: 2px solid #fff;
}

#maps .wrap-maps{
  width: 100%;
  height: auto;
  text-align: center;
  top: 1px;
  position: relative;
}

#maps .wrap-maps iframe{
  height: 760px;
  width: 500px;
}

/**********/
#informer{
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 60px 0 0 0;
}

#informer .list-informer{
  width: 100%;
  height: auto;
  display: block;
}

#informer .list-informer .box-list{
  display: inline-block;
  padding: 30px 20px 30px 115px;
  margin: 0 20px 0 0;
}

#informer .list-informer .box-list .wrap-list-left{
  float: left;
  padding: 0 10px 0 0;
}

#informer .list-informer .box-list .wrap-list-left h2{
  color: #24a1e9;
  font-size: 55px;
  font-family: 'LibreFranklin-Bold';
}

#informer .list-informer .box-list .wrap-list-right{
  float: right;
  text-align: left;
  text-transform: uppercase;
}

#informer .list-informer .box-list .wrap-list-right h3{
  color: #24a1e9;
  font-size: 15px;
  line-height: 24px;
  font-family: 'LibreFranklin-Bold';
  position: relative;
  top: 5px;
}

.back-image-one{
  background-image: url('../images/img/back-image-one.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

.back-image-two{
  background-image: url('../images/img/back-image-two.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

.back-image-three{
  background-image: url('../images/img/back-image-three.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

#informer .wrap-title-informer{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

#informer .wrap-title-informer h2{
  color: #24a1e9;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Bold';
  padding: 0 0 90px 0;
}

#informer .box-image-informer {
  width: 100%;
  height: auto;
  display: block;
}

#informer .box-image-informer img{
  max-width: 100%;
  height: auto;
  display: block;
}

#informer .box-text-informer{
  width: 100%;
  height: auto;
  display: block;
  padding: 20px 60px;
}

#informer .box-text-informer h2{
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #24a1e9;
  font-family: 'LibreFranklin-Bold';
}

#informer .box-text-informer p{
  text-align: left;
  padding: 0 0 20px 0;
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
}

/* display */

#display{
  padding: 60px 0 0 0;
  width: 100%;
  height: auto;
  background-image: url('../images/img/image-detail-two.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

#display .wrap-display-content{
  padding: 0 35px;
}

#display .wrap-display-content h2{
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #24a1e9;
  font-family: 'LibreFranklin-Bold';
}

#display .wrap-display-content p{
  text-align: left;
  padding: 0 0 40px 0;
  font-size: 19px;
  color: #323638;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
}

#display .wrap-display-content .btn-display-one{
  background-color: #fff;
  color: #24a1e9;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #24a1e9;
  display: inline-block;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  max-width: 290px;
  margin: 0 0 20px 0;
}

#display .wrap-display-content .btn-display-one:hover{
  background-color: #24a1e9;
  color: #fff;
}

#display .wrap-display-content .btn-display-two{
  background-color: #2e9bdf;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #2e9bdf;
  font-family: 'LibreFranklin-SemiBold';
  display: block;
  text-align: center;
  max-width: 320px;
  margin: 0 0 50px 0;
}

#display .wrap-display-content .btn-display-two:hover{
  background-color: transparent;
  color: #2e9bdf
}

#display .wrap-display-image{
  text-align: center;
  width: 100%;
}

#display .wrap-display-image img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#rotator{
  width: 100%;
  height: auto;
  display: block;
}

#rotator .box-rotator{
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
  text-align: center;
  border-top: 2px solid #b8bfc3;
  border-bottom: 2px solid #b8bfc3;
  max-width: 820px;
  margin: 0 auto;
}

#rotator .box-rotator .wrap-rotator{
  width: 100%;
  height: auto;
}

#rotator .box-rotator .wrap-rotator .icon-aspas{
  width: 45px;
  height: 35px;
  display: inline-block;
}

#rotator .box-rotator .wrap-rotator h2{
  font-size: 34px;
  max-width: 720px;
  margin:  0 auto;
  padding: 50px 0;
  font-family: 'PlayfairDisplay-Italic';
  line-height: 50px;
}

#rotator .box-rotator .wrap-rotator h3{
  color: #24a1e9;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'LibreFranklin-Regular';
  padding: 0 0 50px 0;
}

#rotator .box-rotator .wrap-rotator h3 span {
  font-family: 'LibreFranklin-Bold';
  padding: 0 10px 0 0;
}

.slick-dots li{
  width: 10px !important;
}

.slick-dots li button {
  display: block;
  padding: 2px !important;
  width: 10px !important;
  height: 10px !important;
  border: none;
  border-radius: 100%;
  background-color: #d8dddf !important;
  text-indent: -9999px;
}

.slick-dots .slick-active button{
  background-color: #24a1e9 !important;
}


.flower{
  background-image: url('../images/img/icon-flower.png');
  background-repeat: no-repeat;
  background-position: left center;
}

#contact{
  background-image: url('../images/img/back-contact.jpg');
  background-position: bottom center;
  background-size: 100%;
  padding: 200px 0;
  background-repeat: no-repeat;
}

#contact .title-contact{
  text-align: center;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 0 135px 0;
}

#contact .title-contact h2{
  font-size: 55px;
  color: #9ce4ff;
  font-family: 'PlayfairDisplay-Bold';
}

#contact .wrap-form-contact{
  max-width: 450px;
  margin:  0 auto;
  padding: 0 20px;
}

#contact .wrap-form-contact input{
  width: 100%;
  display: block;
  margin: 10px 0;
  border: none;
  background-color: #fff;
  height: 56px;
  padding: 10px 20px;
}

form input, form select, form textarea{
  border-radius: 10px;
}

#contact .wrap-form-contact textarea{
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  height: 170px;
}

#contact .wrap-form-contact button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 15px 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 2px solid #fff;
  display: inline-block;
  font-family: 'LibreFranklin-SemiBold';
  display: inline-block;
  text-align: center;
}

#contact .wrap-form-contact button:hover{
  background-color: #fff;
  color: #24a1e9;
}

#contact .wrap-text-contact{
  max-width: 330px;
  margin: 0 auto;
}

#contact .wrap-form-contact .wrap-button{
  text-align: right;
}

#contact .wrap-text-contact a{
  font-size: 34px;
  color: #fff;
  font-family: 'LibreFranklin-Light';
  padding: 0 0 15px 0;
  display: block;
  text-decoration: none;
}

#contact .wrap-text-contact p{
  color: #fff;
  font-size: 19px;
  font-family: 'LibreFranklin-Light';
  line-height: 30px;
  padding: 10px 0;
}

#contact .wrap-text-contact p a{
  text-transform: uppercase;
  font-family: 'LibreFranklin-SemiBold';
  font-size: 15px;
  text-decoration: underline;
}

#contact .wrap-text-contact ul{
  padding: 20px 0;
}

#contact .wrap-text-contact ul li{
  display: inline-block;
  padding: 0 5px 0 0;
}

#contact .wrap-text-contact ul li a{
  display: block;
  background-position: center center;
}

/* footer */
#footer{
  background-color: #e8eef1;
  width: 100%;
  height: auto;
}

#footer .text-copy{
  text-align: left;
  padding: 0 30px;
}

#footer .text-developer{
  text-align: right;
  padding: 0 30px;
}

#footer p{
  color: #323638;
  font-size: 14px;
  padding: 30px 0;
  font-family: 'LibreFranklin-ExtraLight';
}

#footer p a{
  color: #323638;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'LibreFranklin-ExtraLight';
}

/* media query */
@media screen and (max-width: 1680px) {
  #submit-sender{
    background-position: right 31%;
  }

  #section-options {
    background-position: -20% 75%;
  }

  #contact{
    padding: 100px 0;
    background-image: url(../images/img/background-gradient.jpg);
    background-size: cover;
  }

  #contact .title-contact{
    padding: 80px 0;
  }
}

@media screen and (max-width: 1366px) {
  #section-options {
    background-position: -60% 75%;
  }
}

@media screen and (max-width: 1280px) {
  #section-options {
    background-position: -100% 75%;
  }
}

@media screen and (max-width: 1230px) {
  #header nav ul li .whatsapp{
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #double-section .wrap-double-text{
    max-width: 100%;
    padding: 0 20px;
  }
  #double-section .wrap-double-img{
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  #maps .wrap-maps{
    padding: 0 20px;
  }
  #maps .wrap-maps iframe{
    max-width: 100%;
  }

  #contact .wrap-form-contact{
    max-width: 100%;
  }

  #contact .wrap-text-contact{
    max-width: 100%;
    padding: 40px;
  }

  .slick-prev, .slick-next{
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  #header nav ul li:first-child{
    display: block;
  }

  #header nav ul li:last-child {
    display: block;
  }

  #header nav ul li .wrap-number{
    left: 180px;
  }

  .logotype {
    display: none;
  }

  .logotype-mobile {
    display: block;
    padding: 0 20px;
  }

  #header nav ul li{
    display: none;
  }

  #section-options {
    background-image: none;
  }

  #section-options .wrap-image-options{
    display: inline-block;
    text-align: center;
  }

  #section-options .wrap-image-options img{
    text-align: center;
    display: inline-block;
  }

  /* altered banner */

  #banner {
    background-image: url('../images/img/background-gradient.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
  #banner img{
    display: none;
  }

  #banner .wrap-text-banner{
    display: block;
    padding: 20px;
    width: 100%;
    height: auto;
  }

  /*slider bootstrap*/
  #myCarousel {
    background-image: url('../images/img/background-gradient.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
  #myCarousel .wrap-text-content {
    display: block;
  }
  #myCarousel a img {
    display: none;
  }

  #myCarousel .wrap-text-content {
    max-width: 400px;
    margin: 0 auto;
  }

  #myCarousel .wrap-text-content h2 {
    padding: 70px 0 30px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'LibreFranklin-Bold';
    text-align: left;
  }

  #myCarousel .wrap-text-content h3 {
    color: #fff;
    font-size: 45px;
    font-family: 'PlayfairDisplay-Bold';
    text-align: left;
  }

  #myCarousel .wrap-text-content h4 {
    color: #fff;
    font-size: 55px;
    font-family: 'PlayfairDisplay-Bold';
    padding: 20px 0;
    font-size: 18px;
    text-align: left;
  }
  
  #myCarousel .wrap-text-content p {
    font-size: 19px;
    color: #fff;
    font-family: 'LibreFranklin-Light';
    line-height: 30px;
    padding: 40px 0;
    text-align: left; 
  }

  #myCarousel .wrap-text-content a {
    background-color: #1778d2;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 15px 30px;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 2px solid #1778d2;
    font-family: 'LibreFranklin-SemiBold';
    display: block;
    text-align: center;
    width: 330px;
    margin: 0 0 80px 0;
    background-image: url(../images/img/icon-whatsapp.png);
    background-position: 5% center;
  }

  #myCarousel .wrap-text-content p span {
    font-family: 'LibreFranklin-SemiBold';
  }



}

@media screen and (max-width: 991px) {

  #submit-sender .text-submit-sender{
    padding: 60px 0;
  }
  #submit-sender .form-submit-sender{
    text-align: center;
  }
  #submit-sender .form-submit-sender button{
    float: none;
  }


  #maps{
    background-size: cover;
    padding: 0 20px 100px 20px;
  }
  #maps .wrap-maps iframe{
    height: 400px;
  }
  #maps .text-maps{
    max-width: 100%;
  }

  #display{
    background-image: none;
  }

  #informer .box-text-informer{
    padding: 60px 36px;
  }

  .flower{
    background-image: none;
  }

  /**/
  #submit-sender .wrap-title-sender h2{
    font-size: 40px;
    text-align: center;
  }

  #section-options .wrap-text h2{
    font-size: 40px;
    text-align: center;
  }

  #double-section .wrap-double-text h2{
    font-size: 40px;
    text-align: center;
  }

  #maps .text-maps h3{
    font-size: 40px;
    text-align: center;
  }

  #informer .wrap-title-informer h2{
    font-size: 40px;
    text-align: center;
  }

  #contact .title-contact h2{
    font-size: 40px;
    text-align: center;
  }

  #slider .slider-wrap-content{
    padding: 0 40px;
  }

  #slider .slider-wrap-content p{
    max-width: 100%;
    text-align: center;
  }

  /*****/
  #footer p{
    text-align: center;
  }
  #contact .wrap-text-contact a {
    font-size: 26px;
  }

}

@media screen and (max-width: 768px){

  #section-options .wrap-options{
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }

  #section-options .wrap-options p{
    text-align: center;
  }

  #section-options .wrap-options a{
    text-align: center;
  }

  #double-section .wrap-double-text h3{
    text-align: center;
  }
  #double-section .wrap-double-text p{
    text-align: center;
  }

  #double-section .wrap-double-text .line-blue{
    margin: 40px auto 0 auto;
  }

  #section-options{
    padding: 0;
  }

  #section-options .wrap-image-options{
    padding: 80px 0 0 0;
  }

  #double-section .wrap-double-img img{
    padding: 20px;
  }

  #double-section .wrap-double-img{
    text-align: center;
  }

  #slider .slider-wrap-content h2{
    text-align: center;
  }

  #slider .slider-wrap-content .btn-whatsapp{
    margin: 0 auto 20px auto;
  }

  #slider .slider-wrap-content .btn-discount{
    margin: 0 auto 80px auto;
  }

  .wrap-sender-scroll{
    padding: 40px 0;
  }

  #maps .text-maps p{
    text-align: center;
  }

  #maps .text-maps .btn-one{
    margin: 40px auto 40px auto;
  }

  #maps .text-maps .btn-two{
    margin: 40px auto 40px auto;
  }

  #display .wrap-display-content .btn-display-one{
    margin: 40px auto 40px auto;
  }

  #display .wrap-display-content .btn-display-two{
    margin: 40px auto 40px auto;
  }


  #submit-sender{
    background-image: none;
    padding: 0 20px;
  }

  #informer .list-informer .box-list{
    margin: 0;
  }

}
