/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home::before,
#home::after{
    height: 0;
    content: "";
    display:block;
}
@media (max-width: 1024px){
    .navbar .container{
        max-width: 1000px;
        padding: 0;
    }
    .navbar-dark .navbar-nav .nav-link{
        padding: 1.25rem .75rem;
        font-size: .95rem;
    }
    .navbar-brand img{
        width: 95%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-dark .navbar-nav .nav-link{
        padding: .75rem 1.25rem;
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg > .container{
        margin:0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-dark .navbar-nav .nav-link{
        padding: .75rem 1.25rem;
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand img {
        width: 90%;
    }
    .navbar-dark .navbar-nav .nav-link{
        padding: .5rem 1.25rem;
        font-size: 1rem;
    }
}
@media (max-width: 414px){
    .navbar-toggler {
        right: .75rem;
        top: .35rem;
    }
}
@media (max-width: 360px){
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 90%;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 28%;
    left: 30%;
    z-index: 10;
    width: 40%;
    height: 42%;
    padding: 2rem 2rem 3rem 1.5rem;
    text-align: left;
    background: rgba(255,255,255,.79);
    box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.3);
    color: #3e4d56;
}
.carousel-caption .headng{
    padding-bottom: 1.25rem;
    font-size: 2rem;
    text-transform: none;
}
.carousel-caption .headng,
.carousel-caption .cap-txt{
    text-align: center;
}
.carousel-caption .cap-txt{
    font-size: 1.1rem;
}
@media (max-width: 1280px){
    .carousel-caption{
        height: 45%;
    }
    .carousel-caption .headng{
        padding-bottom: .75rem;
    }
}
@media (max-width: 1024px){
    .carousel-caption{
        left: 25%;
        bottom: 20%;
        width: 50%;
        height: 55%;
    }
    .carousel-caption .headng{
        padding-bottom: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption .headng{
        font-size: 1.85rem;
    }
    .carousel-caption .cap-txt {
        font-size: 1rem;
    }
    .carousel-indicators{
        bottom: 6px;
    }
}
@media (max-width: 768px){
    .carousel-caption{
        left: 22%;
        width: 55%;
        height: 55%;
    }
    .carousel-caption .headng{
        font-size: 1.5rem;
    }
    .carousel-caption .cap-txt {
        font-size: .9rem;
    }
    .carousel-indicators{
        bottom: 6px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .carousel-caption{
        left: 18%;
        width: 63%;
        height: 65%;
    }
    .carousel-caption .headng{
        font-size: 1.35rem;
    }
    .carousel-caption .cap-txt {
        font-size: .8rem;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .carousel-caption{
        left: 16%;
        bottom: 15%;
        padding: 1rem;
        width: 78%;
        height: 70%;
    }
    .carousel-caption .headng{
        font-size: 1.25rem;
    }
    .carousel-caption .cap-txt {
        font-size: .75rem;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (max-width: 414px){
    .carousel-caption {
        left: 10%;
        bottom: 12%;
        padding: 1rem;
        width: 79%;
        height: 73%;
    }
    .carousel-caption .headng{
        font-size: 1.1rem;
    }
}
@media (max-width: 375px){
    .carousel-caption {
        left: 10%;
        bottom: 12%;
        padding: .5rem;
        width: 79%;
        height: 73%;
    }
    .carousel-caption .headng{
        font-size: 1rem;
    }
    .carousel-caption .cap-txt {
        font-size: .7rem;
    }
}
@media (max-width: 360px){
    .carousel-caption .cap-txt {
        font-size: .65rem;
    }
    .mbri-arrow-prev, .mbri-arrow-next {
        font-size: 2rem;
    }
}
@media (max-width: 348px){
    .carousel-caption .cap-txt {
        font-size: .6rem;
    }
    .carousel-indicators{
        display: none;
    }
}
/*Reasons Block styles*/
#reasons::before {
    height: 2.5rem;
    content: "";
    display:block;
}
#reasons::after {
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
}
#reasons .heading h2{
    margin-bottom: 4rem;
    color:#fff;
}
#reasons .heading{
    position:relative;
}
#reasons .heading::before,
#reasons .heading::after{
    content:'';
    display: block;
    position:absolute;
    top: 0;
    width:33%;
    height: 32px;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
}
#reasons .heading::before{
    left:0
}
#reasons .heading::after{
    right: 0;
}
.reasons-item p {
    margin-top: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color:#fff;
}
.reasons-item img {
    padding: 0 7rem;
}
@media (max-width: 1280px){
    .reasons-item img {
        padding: 0 6rem;
    }
}
@media (max-width: 1024px){
    #reasons::after {
        height: 2rem;
    }
    #reasons .heading::before, #reasons .heading::after{
        width: 30%;
    }
    #reasons .heading h2{
        font-size: 1.75rem;
    }
    .reasons-item img {
        padding: 0 4.5rem;
    }
    .reasons-item p{
        font-size: 1rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons .heading h2 {
        font-size: 1.65rem;
    }
    .reasons-item img {
        padding: 0 4rem;
    }
    .reasons-item p {
        font-size: .9rem;
    }
}
@media (max-width: 768px){
    #reasons .heading h2 {
        font-size: 1.35rem;
    }
    .reasons-item img {
        padding: 0 3rem;
    }
    .reasons-item p {
        font-size: .85rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons .heading::before, #reasons .heading::after {
        width: 23%;
    }
    .reasons-item img {
        padding: 0 4.75rem;
    }
    .reasons-item p {
        font-size: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons .heading::before, #reasons .heading::after {
        width: 17%;
    }
    .reasons-item img {
        padding: 0 4.75rem;
    }
    .reasons-item p {
        font-size: 1rem;
    }
}
@media (max-width: 414px){
    #reasons .heading h2 {
        font-size: 1.2rem;
    }
    .reasons-item img {
        padding: 0 3.75rem;
    }
    .reasons-item p {
        font-size: .95rem;
    }
}
@media (max-width: 375px){
    #reasons .heading h2 {
        font-size: 1.1rem;
    }
    .reasons-item img {
        padding: 0 2.75rem;
    }
    .reasons-item p {
        font-size: .85rem;
    }
}
@media (max-width: 360px){
    #reasons .heading h2 {
        font-size: 1.05rem;
    }
}
@media (max-width: 348px){
    #reasons .heading::before,
    #reasons .heading::after {
        width: 10%;
    }
    .reasons-item img {
        padding: 0 2rem;
    }
    .reasons-item p {
        font-size: .75rem;
    }
}
/*Services Block styles*/
#services::before,
#services::after {
    height: 4rem;
    content: "";
    display: block;
}
#services{
    background: rgba(225,239,248,.65);
    border-top: 5px solid #fff;
}
#services .heading{
    margin-bottom: 5rem;
    font-size: 2.25rem;
}
.service-img{
    display: block;
    margin: 0 auto;
    border: 1px solid #0279bb;
}
.service-list {
    list-style: none;
    padding-left: 0;
    width: 90%;
    text-align: justify;
}
.service-list li{
    padding: 0 0.25rem;
}
.service-list li::before {
    content: "\25A0";
    color: #0279bb;
    display: inline-block;
    width: 1.35em;
    margin-left: -1.35em;
    font-size: 1.65em;
    transform: translateY(4%);
}
@media (max-width: 1024px){
    .service-list {
        padding-left: 9%;
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .heading{
        font-size: 2.15rem;
    }
    .service-img{
        width: 90%;
    }
}
@media (max-width: 768px){
    #services .heading{
        margin-bottom: 4rem;
        font-size: 1.85rem;
    }
    .service-list {
        padding-left: 6%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .service-list {
        padding-left: 12%;
    }
    #services .heading {
        margin-bottom: 3rem;
        font-size: 1.65rem;
    }
    .service-img{
        margin-top: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .service-list {
        padding-left: 12%;
    }
    #services .heading {
        margin-bottom: 2.5rem;
        font-size: 1.65rem;
    }
    .service-img{
        margin-top: 1rem;
        width: 90%;
    }
}
@media (max-width: 414px){
    #services .heading {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
}
@media (max-width: 375px){
    #services .heading {
        font-size: 1.4rem;
    }
}
@media (max-width: 360px){
    .service-list{
        text-align: left;
    }
}
@media (max-width: 348px){
    .service-list {
        padding-left: 12%;
    }
    #services .heading {
        font-size: 1.2rem;
    }
}
/*About Block styles*/
#about::before{
    height: 6.75rem;
    content: "";
    display: block;
}
#about::after{
    height: 8.5rem;
    content: "";
    display: block;
}
#about{
    background-image: url('../images/bg-about-top.png'), url('../images/bg-about-bottom.png');
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
#about .heading{
    margin-bottom: 3.5rem;
    font-size: 2.25rem;
}
#gallery {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
#galleryCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -38px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
#galleryCarousel .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #959fa4;
}
#galleryCarousel .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
#galleryCarousel .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
#galleryCarousel .carousel-indicators .active {
    background-color: #0279bb;
}

@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 5rem;
    }
    #about::after {
        height: 5rem;
    }
    #about .heading {
        margin-bottom: 3rem;
        font-size: 2.15rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 3.75rem;
    }
    #about::after {
        height: 4.5rem;
    }
    #about .heading {
        margin-bottom: 2.5rem;
        font-size: 1.85rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 3.75rem;
    }
    #about::after {
        height: 3.5rem;
    }
    #about .heading {
        margin-bottom: 2.5rem;
        font-size: 1.85rem;
    }
}
@media (max-width: 414px){
    #about .heading {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 3.75rem;
    }
    #about::after {
        height: 3.5rem;
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
   -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#galleryCarousel .carousel-item .hover-mask .gallery-img{
    width: 97%;
    height: auto;
    border: 6px solid #fff;
    box-shadow: 1px 1px 7px rgba(0,0,0,.35);
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-mask a .mbri-file {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 33% 20px;
    text-align: center;
    background-color: rgba(252,180,21,.26);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#galleryCarousel .carousel-item .hover-mask a p{
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 97%;
    padding: 33% 20px;
    text-align: center;
    background-color: rgba(62,77,86,.69);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover a p, .carousel-item .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, #galleryCarousel .carousel-item .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, #galleryCarousel .carousel-item .hover-mask:hover .mbri-search {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
/*Slogan Block*/
#slogan::before,
#slogan::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan{
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
    border-top: 2px solid #fff;
    border-bottom: 4px solid #fff;
}
#slogan .slogan-heading,
#slogan .sml-slogan-heading{
    text-align: center;
    color: #fff;
}
#slogan .slogan-heading{
    font-size: 2.1rem;
}
#slogan .sml-slogan-heading{
    font-size: 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .slogan-heading {
        font-size: 1.85rem;
    }
    #slogan .sml-slogan-heading {
        font-size: 1.35rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .slogan-heading {
        font-size: 1.65rem;
    }
    #slogan .sml-slogan-heading {
        font-size: 1.15rem;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .slogan-heading {
        font-size: 1.5rem;
    }
    #slogan .sml-slogan-heading {
        font-size: 1.15rem;
        margin-bottom: 0;
    }
}
@media (max-width: 414px){
    #slogan .slogan-heading {
        font-size: 1.25rem;
    }
    #slogan .sml-slogan-heading {
        font-size: 1rem;
        margin-bottom: 0;
    }

}
@media (max-width: 348px){


}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 0;
}
#footer .row .bg-mapa{
    padding-right: 0;
    padding-left: 0;
}
#footer .row .bg-mapa iframe.mbr-map{
    width: 100%;
    height: 650px;
}
.contact-info{
    position: absolute;
    top: 2%;
    left:1%;
    z-index: 10;
    width: 27%;
    height: 36rem;
    padding: 1.5rem 1rem;
    background: #ffffff;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.74);
    color: #204e63;
}
.contacts-head {
    border-bottom: 1px dashed #b8babb;
}
.contact-info .contacts-head .heading{
    text-align: center;
    text-transform: none;
    color: #7b8e9a;
}
.contact-info .contacts-head .logo-img{
    display: block;
    margin: 0 auto;
}
.contact-info .contacts-head .logo-heading{
    margin-top: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #007abb;
}
.contact-info .contacts-head .logo-heading .logo-heading-sm{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #668090;
}
.contacts-list {
    list-style: none;
    margin: 1rem 0;
    padding-left: 7%;
    font-size: 1rem;
    line-height: 1.35;
}
.contacts-list li {
    padding: 6px 0;
}
.contacts-list li .pdng {
    display: block;
    padding: 0 0 0 13%;
}
.contacts-list li.adr {
    padding-bottom: 7px;
}
.contacts-list li.webs{
    padding-top: 15px;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    font-size:smaller;
}
.bdr2 {
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin-bottom: 1rem;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
     background: transparent url("../images/icons/clock.png") no-repeat;
     padding: 0 1rem .35rem 1rem;
 }
.skype{
    background: transparent url("../images/icons/skype.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
#copyright{
    background: rgb(0,113,179);
    background: linear-gradient(0deg, rgba(0,113,179,1) 0%, rgba(45,155,242,1) 50%, rgba(0,113,179,1) 100%);
}
.copyright {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    font-size: 90%;
    color: #fff;
}
.copyright a{
    color: #90d7fb;
}
@media (max-width: 1280px){
    .contact-info{
        height: 37rem;
    }
}
@media (max-width: 1024px){
    .contact-info{
        width: 37%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info{
        width: 40%;
        height: 36rem;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe{
        margin: 0;
    }
    .copyright {
        font-size: 77%;
    }
}
@media (max-width: 768px){
    .contact-info{
        width: 50%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        left: 3%;
        width: 62%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .contact-info{
        left: 3%;
        width: 80%;
        height: 36rem;
    }
}
@media (max-width: 414px){
    .contact-info{
        width: 90%;
    }
}
@media (max-width: 360px){
    .contact-info{
        width: 93%;
        height: 37rem;
    }
}
@media (max-width: 348px){
    .contact-info{
        left: 5%;
    }
    .contact-info .contacts-head .logo-heading{
        font-size: 1.1rem;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .copyright {
        font-size: 65%;
    }
}