/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
.form-group-popup-email a.h3 {
    text-align: center;
    padding: 10px 0 35px;
    font-size: 20px;
    display: block;
    color: #fff;
}

p.h6.offset-top-30.fadeInLeftSm.animated {
    text-align: justify;
}
.section-80 {
    padding-top: 35px;
    padding-bottom: 35px;
}
h1.wow.animagion {
    text-align: center !important;
    margin-bottom: 20px;
    text-transform: initial;
}
div#myModal {
    margin: 10% 0;
}

h5.wow.animagion.features {
    color: #f7f7f7;
}
p.wow.animagionTop.features {
    color: #dcdcdc;
}
a.diva-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 999999;
}
a.diva-call {
    position: fixed;
    right: 0px;
    bottom: 61px;
    z-index: 999999;
    width: 90px;
}
.form-group-text h3 {
    text-align: center;
    padding: 5px;
    font-size: 25px;
    color: #fff;
}
.form-group-popup a.h3 {
    text-align: center;
    padding: 8px;
    font-size: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
}
img.contact-image {
    width: 100%;
}
#overlay img {
  width: 80%;
  /*padding-bottom: 60px;*/
}

#exitButton {
  top: 150px;
  right: 30px!important;
  }
  .section-100-vh {
    min-height: 50vh;
}
.swiper-container .section-100-vh {
    padding-top: 50px;  
    padding-bottom: 50px;
    min-height: 60vh;
}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
p.h6.offset-top-30.fadeInLeftSm.animated {
    text-align: justify;
}
div#myModal {
    margin: 10% 0;
}
.swiper-container .section-100-vh {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 50vh;
}
h5.wow.animagion.features {
    color: #f7f7f7;
}
p.wow.animagionTop.features {
    color: #dcdcdc;
}
a.diva-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 999999;
}
.form-group-text h3 {
    text-align: center;
    padding: 5px;
    font-size: 25px;
    color: #fff;
}
.form-group-popup a.h3 {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
}
img.contact-image {
    width: 100%;
}
a.diva-call {
    position: fixed;
    right: 0px;
    bottom: 61px;
    z-index: 999999;
    width: 90px;
}
a.diva-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 999999;
}

 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 

div#myModal {
    margin: 10% 0;
}
h5.wow.animagion.features {
    color: #f7f7f7;
}
p.wow.animagionTop.features {
    color: #dcdcdc;
}
img.contact-image {
    width: 100%;
}
.swiper-container .section-100-vh {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 50vh;
}
.section-50 {
    padding-top: 50px;
    padding-bottom: 300px;
}
 }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

div#myModal {
    margin: 10% 0;
}
.swiper-container .section-100-vh {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 50vh;
}

 }

/*// Extra large devices (large desktops, 1200px and up)*/
.section-100-vh {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: 100vh;
    }
