:root{
  --global-color-primary: #1565c0;/* #00214D;*/
  --global-color-secondary: #0069cc;
  --global-color-principal: #004e98;
  --global-color-text: #FFFFFF;
  --global-color-accent: #2F5FC2BD;
  --global-color-c33c054: #01122B;

  --global-typography-primary-font-family:"Montserrat";
  --global-typography-primary-font-size: 36px;
  --global-typography-primary-font-weight: 800;
  --global-typography-primary-line-height: 1.4px;
  --global-typography-secondary-font-family: "Montserrat";
  --global-typography-secondary-font-size: 17px;
  --global-typography-secondary-font-weight: 400;
  --global-typography-secondary-line-height: 1.4em;
  --global-typography-text-font-family: "sans-serif";
  --global-typography-text-font-weight: 400;
  --global-typography-accent-font-family: "sans-serif";
  --global-typography-accent-font-weight: 500;
}

*{
  font-family:Arial, Helvetica, sans-serif;
}
h2{
  font-size: 2em !important;
  font-weight: 700 !important;
}
h3,h4{
  font-weight: 700 !important;
}
h5,#about h5{
  font-weight: 600 !important;
}

h6{
  font-weight: 550 !important;
}
p{
  font-size: 15px;
  font-weight: 500;
}

ul{
  list-style-type:none;
}
.text-justifyed{
  text-align: justify !important;
}
 
/*NAVBAR*/
body{
  padding-top: 3.7em;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
/*Navbar*/
.primary-navbar{
  background-color:#474747!important; /*#e6e6e6;*/
  color: var(--global-color-text);
  padding-top:  1.3vh !important;
  font-size: 15px;
}
.nav-primary{
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.nav-primary a{
  color:white;
  text-decoration: none;
  cursor:pointer;
}
header nav ul li{
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
}
header nav ul li a, .social-net a{
  color:white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.28em;
}
header nav ul li a{
  color:black !important;
}
header nav ul li a i:hover, .primary-top-nav b:hover, .social-net a i:hover{
  color:  var( --global-color-principal) !important;
  transition: .3s; 
  cursor:pointer; 
}
.nav-primary b{
  font-weight:400;
 }
 nav .container{
  width: 100% !important;
 }
nav.navbar-custom{
  padding: .1em 0 !important;
  padding-bottom: -9em !important;
  background-color: #f2f2f2 !important;
}
header nav .nav-link{
  font-size: 1.0em;
  padding: 1em 0 !important;
  padding-right: 1em !important;
  width: 160% !important;
  transform: translateX(2em);
}

header .nav-link-ml{
  margin-left: 1.5em;
}
nav .nav-link:hover{
  color:#1565c0 !important;
}

nav .nav-second-icon img {
  width: 35% !important;
  transform: translateX(-0.6em);
}
#home button.navbar-toggler {
  border: none !important;
  transition: none !important;
}
#home button.navbar-toggler:hover, #home button.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  color:transparent !important;
}

.dropdown-item {
 font-size: 14px;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--global-color-primary) !important;
  color: var(--global-color-text) !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
header .dropdown-menu{
  translate: 0vw 0;
  border: none;
  outline: none;
}

/*Main*/
main iframe{
  
}

/*Contacto*/
.container-contacto{
  /*margin-top: 5vh;*/
  width: 100%;
  padding: 5vw 10%;
  /*background-color:#c0c0c0; /*var( --global-color-principal);*/
  color:black !important;
}
.form-control:focus, .form-select:focus {
  border: .14em solid #5ea1ed !important;
  outline: 0;
  box-shadow:none !important;
}
.contacto-gride-info a{
  text-decoration: none;
}
.contacto-gride-info  b {
  color: #474747;/* var( --global-color-secondary)/* #c0c0c0;*/
 }
 .contacto-gride-info h1{
    margin-bottom: 2.5vw;
 }
 .contacto-gride-info h3{
      font-weight: 600 !important;
 }
 .contacto-gride-whatsaap{
  margin-left: 6vw;
 }
.icon-contacto{
  color:#474747 !important;
}

.contacto-gride-whatsaap button{
  transform:translateY(.5vh);
  padding: .28vw .5vw;
  background-color: #0069cc;
  color:white;
  font-size: 14px;
}
.col-md-6 .form-name input{
  width: 40% !important;
}
.contacto-gride-whatsaap button:hover{
  background-color:var(--global-color-principal); /* #146c43;*/
  color:white;
}
.contacto-gride-whatsaap input, .contacto-gride-whatsaap textarea,select,.form-select{
  font-size: 14px !important;
  width: 80% !important;
}
.contacto-gride-whatsaap label{
  font-size: 15px;
}
.contacto-gride-whatsaap textarea{
  height: 15vh;
}
.form-name input:nth-of-type(2), 
 .form-name label:nth-of-type(2){
  position: relative;
  left: 40.5%;
  top:-7.3vh;
}
.form-name{
  margin-bottom: -3.5em;
}
.form-select:nth-of-type(2),.form-select:nth-of-type(3){
  width: 40% !important;
  font-size: 14px;
}
.form-select:nth-of-type(3){
  position: relative;
  left: 40.5%;
  top:-4.7vh;
}
.mt-area{
  margin-top: -.4em;
}
#service-1{
  display: none;
   margin-bottom: -2.9em !important;
}
#contacto p b{
  font-size:20px;
}

/*Parceiros*/
.cliente-parceiro{
  margin-top: 5vh;
}
.cliente-parceiro .col-md-9 {
 padding-top: 3em;
 padding-left: 2em;
 width: 82%;
}
.cliente-parceiro .card {
  border:none;
 }

.cliente-parceiro .card img{
  border-radius: 95px;
}

/*Goals*/
.goals{
  margin-top: 5vh;
}
.goals .container .card{
  margin-top: 1vh;
  border:none;
  border-radius: 15px;
  background: none !important;
}
.goals .container .card:hover{
 transform: scale(1.02);
}
.goals .container .card img{
 border-radius: 15px;
}
.goals .container .card .card-body{
 position: relative;
 top:-24vh;
 margin-bottom: -11em;
 background:none !important;
}
.goals .container .card .card-body h6{
  font-weight: 600 !important;
  color:white;
}
.goals .container .card .card-body h5{
  color:#1565c0;
  background-color: white;
  width: 20%;
  padding: .7em .7em;
  border-radius: 50%;
  margin: .5em auto !important;
}

/*SERVICE*/
#service .container{
  margin-top:6.6vh;
} 
#service div.container .bar{
  
}
 #service .card{
  box-shadow: 0 0  5px rgba(0, 0, 0,.6);
  font-size: 15.5px;
 }
 .text-mute {
  color:  rgba(33, 37, 41, 0.75);;
}
 #service .card:hover{
  background-color: var(--global-color-primary) !important ;
  color:white;
  border:none !important;
 }
 #service .card:hover a,#service .card:hover .text-mute{
  color:#c0c0c0;
 }

 #service div.card a{
  font-size: 15.4px;
  color:var( --global-color-primary) ;
  border:2px solid #176dcf;
  width: 8em;
  margin-top: 1em ;
  padding: .2em .6em;
  border-radius: 25px;
  margin: 0 auto !important;
}
#service div.card a:hover, #service div.card:hover a{
  border:2px solid #c0c0c0;
  background-color:var( --global-color-primary) !important ;
  margin-top: 1em ;
  padding: .2em .7em;
}
  #service .mb-card-iot{
    margin-bottom: 2.3em !important;
  }
 #service .mb-card-tel,#service .card:hover .mb-card-tel{
  margin-bottom: .9em !important;
 }
 #service .mb-card-sistema{
  margin-bottom: 2.18em;
 }
 #service .card .mb-card-automation{
  margin-bottom: 2.5em;
 }
 #service .card:hover .mb-card-sistema{
  margin-bottom: 0.5!important;
 }

  /*ABOUT*/
  .container-about{
    margin-top: 4vh;
    width: 100%;
  }
  #about .container{
    margin-top: 6vh;
  }
  #about .nature .col-md-6 img, #about .col-md-6 img{
    display:none;
  }
  .bg-about-service{
    background: linear-gradient(rgba(0,0, 0, 0.1), rgba(0, 0, 0, 0.1)),  url(../imagens/sobre.jpeg);
    width: 30%;
    height: 10em;
    background-size: cover;
    background-position: center;
    border-radius:10px;
    position: relative;
    left:75%;
    top:-11.8em;
  }
  .bg-edm{
    background:url(../imagens/sobre.jpeg);
    width: 100%;
    height: 25em;
    background-size: cover;
    background-position: center;
    margin-top: 5vh;
    border-radius:10px;
  }
  .bg-ciuem{
    background:url(../imagens/ciuem.jpeg);
    width: 100%;
    height: 25em;
    background-size: cover;
    background-position: center;
    margin-top: 5vh;
    border-radius:10px;
  }
  .bg-icolo{
    background:url(../imagens/icolo.jpeg);
    width: 100%;
    height: 25em;
    background-size: cover;
    background-position: center;
    margin-top: 5vh;
    border-radius:10px;
  }
  .bg-casa{
    background:url(../imagens/casa-jovem.jpeg);
    width: 100%;
    height: 25em;
    background-size: cover;
    background-position: center;
    margin-top: 5vh;
    border-radius:10px;
  }
  
  #about h3{
    color:#cccccc;
    font-weight: 800;
  }
  #about i{
    font-style: normal;
  }
  #about .sp-ciuem{
    line-height:1.8;
    border-bottom:none !important;
  }
  #about div.card{
    border:none;
    background: none;
    transform: translateX(-1em);
    border-radius: 0;
    padding-left: 0;
  }
  #about div.card .card-title{
    font-weight: 800;
  }
  #about div.card span{
    padding-bottom: .3em;
    border-bottom: 2px solid #176dcf;
  }
  #about div.card a{
    color:var( --global-color-primary) ;
    border:2px solid #176dcf;
    font-size: 15.4px;
    width: 7.5em;
    margin-top: 1.7em ;
    padding: .2em 1em;
    border-radius: 25px;
  }
  #about div.card a:hover{
    color:var(--global-color-text);
    border:none;
    background-color:var( --global-color-primary) !important ;
  }
  #about-us{
    color:#004e98;
  }

  #about div.container-frame{
    margin: 0 8%;
    margin-top: 8.5vh;
    padding-top: 3vh;
    border-top:1px solid #cccccc !important;
    margin-bottom: 0vh;
  }
  
  /*Footer*/
  .a-footer{
    margin-left: 3em;
  }
  .menu-footer, .footer-last-item{
    text-align: center;
    font-size: 14px;
  }

  .footer-title{
    text-align: center;
    margin-bottom: .9em;;
  }
  
  footer{
  background-color:  #474747;
    padding-top: 2vh;
  }
  .top-footer a{
    text-decoration: none;
    font-size: 2.5em;
    position: fixed;
    right: 1.5em;
    bottom: 1em;
    display: block !important;
  }
  .footer-contact{
      margin-top: -1em;
      width: 18em;
      margin-left:1em;
  }

  .footer-styles a{
      color:  #ffffff !important;
      text-decoration: none;
  }
  .footer-menu{
    margin-left:8em;
  }
  .social-net ul li a{
    font-size: 14px;
    font-weight: 400;
  }

  .footer-styles a:hover{
    text-decoration: underline;
  }

  .social-net{
    margin-top: -0.7em !important;
  }
  .footer-last-item ul {
    margin-top: -0.5em;
    font-size: 1.1em;
  }

  .copyright{
    margin-top: -2em;
    padding-top: .7em;
    padding-bottom: .6em;
    font-size: 14px;
  }


/*RESPOSIVIDADE*/

/*NAVBAR*/

  @media (max-width:991px){
    body{
      width: 100% !important;
    }
    nav .nav-second-icon img {
      width: 23% !important;
      display:inline;
      transform: translateX(-0.12em);
    }
    nav button {
      justify-content: flex-end !important;
      float: right;
      color:black !important;
      padding-top: -1em !important;
    }
   
  }
  @media (max-width: 767px) {
    body{
      padding-top: 6.3em;
      
    }
    nav.navbar-custom{
      padding-top: 1em !important;
      padding-bottom: 1em!important;
    }
    .navbar-custom p{
      margin-bottom: 0 !important;
    }
    header nav ul li a, .social-net a{
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
    }
    .nav-primary{
       display:block; margin: 0 auto !important; padding-bottom: 0;
    }
    .primary-navbar{
      padding-top:2.3vh !important;
    }
    .nav-primary b{
     font-size:90%;font-weight:600; display:block !important; text-align: center;
    }
    .nav-primary ul {
      margin-top: -2vh; padding: 0 5px; text-align: center !important;
    }
    header nav .nav-link{
      font-size: .94em;
      padding:.18em 0 !important;
    }
    header .nav-link-ml{
      margin-left:0;
    }

    .dropdown-item {
      margin-left: 0;
      }

    .dropdown-menu li a {
      font-size: 14px !important;
      word-wrap: break-word;
      white-space: normal;
    }
  
    header .dropdown-menu{
      max-width: 90%;
      margin-left: 1.9em;
    }
    nav .collapse{
      padding-left: 0 !important;
      position:relative ;
      left:-1em !important;
      top:-.4em !important;
      width: 100% !important;
    }
    nav .nav-second-icon img {
      width: 30% !important;
      display:inline;
      transform: translateX(-0.12em);
    }
  }
  @media (min-width:576px) and (max-width:767px){
    body{
      padding-top: 6.2em;
      
    }
    .nav-primary p strong:nth-of-type(1){
      margin-left: -1em;
    }
    .nav-primary span:before{
      content:"\a" !important;
      white-space: pre !important;
     }
     .nav-primary p{
      text-align: center !important;
     }
     .nav-primary ul li a i{
        font-size: 1.3em;
     }
  }
  @media (max-width:400px){
    body{
      padding-top:6.3em !important;
    }
    header .dropdown-menu{
      max-width: 90% !important;
      margin-left: 0em;
    }
    nav .collapse{
      position:relative ;
      left:0 !important;
      top:-1em !important;
      width: 100% !important;
     }
    header nav .container{
      padding-top: 1em;
    }
    header nav .nav-link{
      font-size: .94em;
      padding:.18em 0 !important;
      width: 2000% !important;
    }
    header .nav-link-ml{
      margin-left:0;
    }
    nav .dropdown-menu{
      transform: translateX(2em);
    }
    nav .nav-second-icon img {
      width: 42% !important;
      transform: translateX(-0.1em);
      display:inline;
    }
    .nav-primary strong:before{
      content:"\a";
      white-space: pre;
     }
     .nav-primary p{
      text-align: center !important;
      font-size: 13px;
     }
     .nav-primary ul {
      margin-top: -2vh; padding: 0 5px; text-align: center !important;
    }
    .primary-navbar p{
      font-size: 14px;
    }
  }
  @media (max-width:320px){
     .nav-primary p{
      text-align: center !important;
      font-size: 13px;
     }
     .nav-primary ul {
      margin-top: -2vh; padding: 0 5px; text-align: center !important;
    }
  }

   @media (min-width: 768px) and (max-width: 991px) {
    body{
      padding-top:3.2em;
    }
    .nav-primary{
      padding-top: .3em;
      padding-left: 10%;
      padding-right: 6%;
      margin: auto;
    }
    header nav ul li{
      list-style-type: none;
      display: inline-block;
      padding: 0 6px;
    }
    .nav-primary ul {
       display: none;
    }
    nav.navbar-custom{
      padding-top: 1em !important;
      padding-bottom: 1em!important;
    }
    .navbar-custom p{
      margin-bottom: 0 !important;
    }
    header nav .nav-link{
      font-size: 1.0em;
      padding: .3em 0 !important;
      padding-right: 1em !important;
      width: 160% !important;
      transform: translateX(2em);
    }
    
    header .nav-link-ml{
      margin-left: 0;
    }
    nav .nav-link:hover{
      color:#1565c0 !important;
    }


    header .dropdown-menu{
      translate: 10.6em  0;
      border: none;
      outline: none;
      width: 90%;
    }

    /*header nav ul li a, .social-net a{
      text-decoration: none;
      font-weight: bold;
      font-size: 1.3em !important;
    }*/
  

   .primary-top-nav div.navbar-collapse  {
      display: inline !important;
    }

    header .dropdown-menu{
    transform: translateX(-9em) !important;
    }
    .navbar .container{
      overflow-x: hidden;
    }
    
  }
  @media(min-width:992px) and (max-width:1023px){
    body{
      padding-top:3.7em !important;
      width: 100%;
      /*overflow-x: hidden !important;*/
    }
    nav.navbar-custom{
      padding-top: 1em !important;
      padding-bottom: 1em!important;
    }
    .navbar-custom p{
      margin-bottom: 0 !important;
    }
    nav .nav-second-icon img {
      width: 65% !important;
    }
    .nav-primary{
      padding-top: .3em;
      padding-left: 6%;
      padding-right: 7%;
    }
    .navbar .container{
      margin: auto;
      width: 100%;
      padding: 0 6%;
    }
    header nav .nav-link{
      font-size: .94em;
    }
   
  }
  @media(min-width:1024px) and (max-width:1199px){
    body{
      padding-top: 3.3em;
      width: 100% !important;
    }
    nav.navbar-custom{
      padding-top: 1em !important;
      padding-bottom: 1em!important;
      width: 100% !important;
    }
    nav .navbar-expand-lg{
      width: 100% !important;
    }
    .navbar-custom p{
      margin-bottom: 0 !important;
    }
    .navbar{
      min-width: 100% !important;
    }
    .nav-primary{
      padding-top: .5em;
      padding-left: 6.5%;
      padding-right: 6.5%;
    }

    .navbar .container{
        margin: auto;
        width: 100%;
        padding: 0 5%;
    }
  }
  @media(min-width:1200px){
    body{
        padding-top: 3.4em;
    }
    nav.navbar-custom{
      padding-top: 1em !important;
      padding-bottom: 1em!important;
    }
    .navbar-custom p{
      margin-bottom: 0 !important;
    }
  }
  @media(min-width:1400px){

  }

  /*Main*/
  @media (max-width: 325px) {
    main iframe{
      height:19vh;
    }
  }
  
  @media (min-width: 325px) and(max-width: 350px) {
    main iframe{
      height:25.6vh;
    }
  }
  
  @media (min-width: 350px) and (max-width: 399px) {
    main iframe{
      height:22vh !important;
    }
  }
  @media (min-width: 400px) and (max-width: 576px) {
    main iframe{
      height:24.5vh !important;
    }

  }
  @media (min-width: 576px) and (max-width: 767px) {
    main iframe{
      height:33vh !important;
    }

  }
  @media (min-width: 768px) and (max-width:991px){
    main iframe{
      height:42.5vh !important;
      width: 100% !important;
    }
  }
  @media (min-width: 992px) and (max-width:1023px){
    main iframe{
      height:55vh;
    }
  }
  @media (min-width: 1024px) and (max-width:1199px){
    main iframe{
      height:58vh;
    }
  }
  @media (min-width: 1200px) and (max-width:1299px){
    main iframe{
      height:65vh;
    }
  }
  @media (min-width: 1300px) and (max-width:1400px){
    main iframe{
      height:70vh;
    }
  }
  
  
  /*Parceiros*/
  @media (max-width: 325px) {
    .cliente-parceiro .container{
      width: 100% !important;
      padding: 0 10% !important;
      margin-top: -1em;
    }
    .cliente-parceiro .col-md-2{
      width: 100%;
    }
     .cliente-parceiro .card img{
       border-radius: 120%;
       width: 60%;
       margin: 0 auto !important;
     }

    .cliente-parceiro .col-md-9 {
      padding-top: 1em;
      padding-left: 0 !important;
      width: 100%;
     }
    .cliente-parceiro h3{
      font-size: 18px;
      width: 100% !important;
    }
    .cliente-parceiro p{
      font-size: 13.5px !important;
      padding-left: 5% !important;
    }

  }
  @media (min-width: 325px) and (max-width: 400px) {
    .cliente-parceiro .container{
      width: 100% !important;
      padding: 0 10% !important;
      margin-top: -1.2em;
    }
    .cliente-parceiro .col-md-2{
      width: 100%;
    }
     .cliente-parceiro .card img{
       border-radius: 120%;
       width: 60%;
       margin: 0 auto !important;
     }

    .cliente-parceiro .col-md-9 {
      padding-top: 1em;
      padding-left: 0;
      width: 100%;
     }
    .cliente-parceiro h3{
      font-size: 18px;
      width: 100% !important;
    }
    .cliente-parceiro p{
      font-size: 13.5px !important;
      margin: auto;
      padding: 0 4%;
    }

  }
  @media (min-width:400px) and (max-width:767px){
    .cliente-parceiro .container{
      margin-top: -1em;
      width: 100% !important;
      padding: 0 10%;
    }
    .cliente-parceiro .col-md-2{
      width: 100%;
    }
     .cliente-parceiro .card img{
       border-radius: 120%;
       width: 65%;
       margin: 0 auto !important;
     }

    .cliente-parceiro .col-md-9 {
      padding-top: 1em;
      padding-left: 0;
      width: 100% !important;
     }
    .cliente-parceiro h3{
      font-size: 19px;
      margin: 0;
      padding: 0;
    }
    .cliente-parceiro p{
      font-size: 14px !important;
      padding-left: 3%;
    }
  }
  @media (min-width:576px) and (max-width:767px){
    .cliente-parceiro .container{
      margin-top: -1em;
      width: 100% !important;
      padding: 0 5%;
    }
    .cliente-parceiro h3{
      padding-left: 4% !important;
    }
    .cliente-parceiro .card img{
      border-radius: 120%;
      width: 40%;
      margin: 0 0 !important;
    }
    .cliente-parceiro h3{
      font-size: 19px;
      margin-left: -1em;
      padding: 0;
    }
  }
 
  @media (min-width:768px) and (max-width:991px){
    .cliente-parceiro .container{
      margin-top: -1.6em;
      width: 100%;
      padding: 0 5%;
      padding-top: 1%;
    }
    .cliente-parceiro .col-md-2{
      width:30%;
    }
    .cliente-parceiro .col-md-9{
      width:68%;
      padding-top: .5em;
      padding-left: 1em;
    }
    .cliente-parceiro h3{
      font-size: 24px;
      
    }
    .cliente-parceiro p{
      font-size: 15px !important;
    }
  }
  
 
  @media (min-width:992px) and (max-width:1023px){
    .cliente-parceiro .container{
      margin: auto;
      margin-top: -.5em;
      width: 100%;
      padding: 0 5%;
    }
    .cliente-parceiro .col-md-2{
      width:25%;
    }
    .cliente-parceiro .col-md-9{
      width:74%;
      padding-top: 2em;
      padding-left: 1em;
    }
    .cliente-parceiro h3{
      font-size: 24px;
      
    }
    .cliente-parceiro p{
      font-size: 15px !important;
    }
  }
  @media(min-width:1024px) and (max-width:1199px){
    .cliente-parceiro .container{
      margin-top: -.9em;
      width: 100%;
      padding: 0 5%;
    }
    .cliente-parceiro .col-md-2{
      width:25%;
    }
    .cliente-parceiro .col-md-9{
      width:74%;
      padding-top: 2em;
      padding-left: 1em;
    }
    .cliente-parceiro h3{
      font-size: 24px;
      
    }
    .cliente-parceiro p{
      font-size: 15px !important;
    }
  }
  @media(min-width:1200px) and (max-width:1400px){
    .cliente-parceiro .container{
      margin: 0 auto;
      margin-top: -2em;
      width: 100%;
      padding: 0 4%;
    }
    .cliente-parceiro .col-md-2{
      width:25%;
    }
    .cliente-parceiro .col-md-9{
      width:74%;
      padding-top: 2em;
      padding-left: 1em;
    }
    .cliente-parceiro .card img{
      border-radius: 120%;
      width: 80%;
      margin: 0 auto !important;
    }
  }
  @media(min-width:1300px) and (max-width:1399px){
    .cliente-parceiro .container{
      margin: 0 auto;
      margin-top: 0em !important;
      width: 100%;
      padding: 0 4%;
    }
    .cliente-parceiro .col-md-2{
      width:25%;
    }
    .cliente-parceiro .col-md-9{
      width:74%;
      padding-top: 2em;
      padding-left: 1em;
    }
    .cliente-parceiro .card img{
      border-radius: 120%;
      width: 80%;
      margin: 0 auto !important;
    }
  }
  /*Goal*/
  @media (max-width:325px){
    .goals .container{
      margin-top: -1.7em;
      width: 100%;
      padding: 0 11%;
    }
    .goals h3{
      font-size: 17px;
    }
    .goals h6{
      font-size: 14px;
    }
    .goals h5{
      font-size: 16px !important;
    }
    .goals .container .card{
      margin-bottom: 3em;
    }
    .goals .container .md-x{
      margin-top: -1.1em !important;
    }
    .goals .container .card img {
      height: 9em !important;
      object-fit:cover;
      object-position:center;
    }
    .goals .container .card .card-body{
      position: relative;
      top:-20.5vh;
      margin-bottom: -11em;
    }
  }
  @media (min-width:325px) and (max-width:399px){
    .goals .container{
      width: 100%;
      padding: 0 10%;
      margin-top: -1em;
    }
    .goals h3{
      font-size: 17px;
    }
    .goals h6{
      font-size: 15px;
    }
    .goals h5{
      font-size: 16px !important;
    }
    .goals .container .row{
      padding-bottom: 1em;
    }
    .goals .container .card img {
      height: 10em !important;
      object-fit:cover;
      object-position:center;
    }
    .goals .container .card{
      margin-bottom: 3em;
      width:90%;
    }
    .goals .container .md-x{
      margin-top: -1.2em !important;
    }
    .goals .container .card img {
      height: 9em !important;
      object-fit:cover;
      object-position:center;
    }
    .goals .container .card .card-body{
      position: relative;
      top:-19.3vh;
      margin-bottom: -11em;
    }
  }
  @media (min-width:400px) and (max-width:767px){
    .goals .container{
      width: 100%;
      padding: 0 10%;
      margin-top: -1.4em;
      margin-bottom: 1em !important;
    }
    .goals h3{
      font-size: 19px;
    }
    .goals h6{
      font-size: 16px;
    }
    .goals h5{
      font-size: 17px !important;
    }
    .goals .container .card .card-body h5{
      color:#1565c0;
      background-color: white;
      width: 17%;
      padding: .6em .6em;
      border-radius: 50%;
      margin: .5em auto !important;
    }
    .goals .col-md-3{
      width: 85%;
    }
    .goals .container .row{
      row-gap: 2.9em;
      column-gap:0em;
    }
    .goals .container .md-x{
      margin-top: -1.2em !important;
    }
    .goals .container .card img {
      height: 10em !important;
      object-fit:cover;
      object-position:center;
    }
    .goals .container .card .card-body{
      position: relative;
      top:-22vh;
     }
  }
  @media(min-width:576px) and (max-width:767px){
    .goals .container{
      width: 100%;
      padding: 0 5%;
      margin-top: -1.4em;
    }
    .goals .container .row{
      row-gap: 0em !important;
      column-gap:0em !important;
    }
    .goals .col-md-3{
      width: 50%;
    }
    .goals .container .md-x{
      margin-top: 0em !important;
    }
    .goals .container .card .card-body h5{
      font-size: 20px !important;
      width: 28%;
    }
    .goals .container .card .card-body{
      position: relative;
      top:-25vh;
     }
     .goals .row .col-md-3:nth-of-type(3){
        transform: translateY(-3%);
     }
     .goals .row .col-md-3:nth-of-type(2){
        transform: translateX(-6%);
     }
     .goals .row .col-md-3:nth-of-type(4){
      transform: translateX(-6%)  translateY(-3%);;
   }
  }
  @media (min-width:768px) and (max-width:1023px){
    .goals .container{
      width: 100%;
      padding: 0 5%;
      margin-top: -1.4em;
    }
    .goals h3{
      font-size: 24px;
    }
    .goals h6{
      font-size: 15px;
    }
    .goals h5{
      font-size: 22px !important;
    }
    .goals .container .card .card-body h5{
      width: 20%;
      padding: .6em .6em;
      border-radius: 50%;
      margin: .5em auto !important;
    }
    .goals .container .col-md-3{
     width: 46%;
     margin-right: -1.2%; 
    }
    .goals .row{
      row-gap: 1em !important;
    }
    .goals .container .md-x{
      margin-top: 0em !important;
    }
    .goals .container .card img {
      height: 11em !important;
      object-fit:cover;
      object-position:center;
    }
    .goals .container .card .card-body{
      position: relative;
      top:-23vh;
     }
  }
  @media (min-width:992px) and (max-width:1023px){
    .goals .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 1em;
    }
    .goals .container .card .card-body h5{
      width: 30%;
      padding: .7em .8em;
      border-radius: 50%;
      margin: .5em auto !important;
    }
    .goals h5{
      font-size: 17px !important;
    }
  }
  @media (min-width:1024px) and (max-width:1200px){
    .goals .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 1em;
      
    }
    .goals .container .card .card-body h5{
      width: 30%;
      padding: .7em .8em;
      border-radius: 50%;
      margin: .5em auto !important;
    }
    .goals h5{
      font-size: 17px !important;
    }
  }
  @media (min-width:1200px) and (max-width:1400px){
    .goals .container{
      width: 100%;
      padding: 0 4%;
      margin: 0 auto;
      margin-top: 1em;
      
    }
    .goals .container .card .card-body h5{
      width: 27%;
      padding: .7em .8em;
      border-radius: 50%;
      margin: .5em auto !important;
    }
  }

  /*CONTACTO*/
  @media (max-width:576px) {
    #contacto h1{
      font-size: 20px !important;
    }
    #contacto h5{
      font-size: 16px !important;
    }
    #contacto p, #contacto label{
      font-size: 13.5px !important;
    }

    #contacto .col-md-6 .form-name input,#contacto input, .form-select{
      width:87% !important;
    }
    #contacto .col-md-6 .form-name input:nth-of-type(2), 
    #contacto .col-md-6 .form-name label:nth-of-type(2){
     position: relative;
     left: 0;
     top:0;
    }
    #contacto textarea{
      width: 87% !important;
      height: 7em;
      font-size: 13.5px;
    }
    .form-email{
      margin-top: -3em;
    }
    .contacto-gride-whatsaap button{
      transform:translateY(.5vh);
      padding: .5em 0;
      text-align: center;
      width: 48%;
      font-size: 13px;
    }
    #contacto span::after{
      content:"\a";
      white-space: pre;
    }
 
    .form-name{
      margin-bottom: .3em;
    }
    .form-select:nth-of-type(2),.form-select:nth-of-type(3){
      width: 87% !important;
    }
    .form-select:nth-of-type(3){
      position: relative;
      left: 0;
      top:0;
    }
  /*.form-select:nth-of-type(2),.form-select:nth-of-type(3){
    width: 40% !important;
    font-size: 14px;
  }
  .form-select:nth-of-type(3){
    position: relative;
    left: 40.5%;
    top:-4.7vh;
  }*/
  #service-1{
     margin-bottom: .9em !important;
  }
  
  .mt-area{
    margin-top: -.3em;
  }
  }
  @media (min-width:400px) and (max-width:576px) {
    #contacto h1{
      font-size: 30px !important;
    }
    #contacto h5{
      font-size: 21px !important;
    }
    #contacto p, #contacto label{
      font-size: 14px !important;
    }

    #contacto textarea{
      width: 87%;
      font-size: 14px;
    }
    .contacto-gride-whatsaap button{
      width: 40%;
      margin-bottom: 1.5em;
    }
    #contacto span::after{
      content:"";
      white-space: pre;
    }
  }
  @media (min-width:576px) and (max-width:768px){
    #contacto .container-contacto{
      padding: 5% 15%;
      margin: 0;
    }
    #contacto .col-md-5{
      width: 100%;
    }
    #contacto .col-md-6{
      width: 100%;
      padding: auto auto;
    }
    #contacto .col-md-6 .form-name input:nth-of-type(2), 
    #contacto .col-md-6 .form-name label:nth-of-type(2){
     position: relative;
     left:0;
     top:0;
    }
    .col-md-6 .form-name input{
      width:39%;
    }
    .contacto-gride-whatsaap button{
      width: 30%;
    }
    
  }
  @media (min-width:768px) and (max-width:991px){
    #contacto .container-contacto{
      padding: 5% 18%;
      margin: 0;
    }
    #contacto .col-md-5{
      width: 100%;
    }
    #contacto .col-md-6{
      width: 100%;
      padding: auto 25%;
    }
    #contacto .col-md-6 .form-name input:nth-of-type(2){
      position: relative;
      left: 40.3%;
      top:-4.7em;
    }
    #contacto .col-md-6 .form-name label:nth-of-type(2){
     position: relative;
     left: 40.3%;
     top:-4.23em;
    }
    .col-md-6 .form-name input{
      width:39%;
    }
    .contacto-gride-whatsaap button{
      width: 27%;
    }
    
  }
  @media (min-width:992px) and (max-width:1023px){
    #contacto .container-contacto{
      padding: 5% 18%;
      margin: 0;
    }
    #contacto .col-md-5{
      width: 100%;
    }
    #contacto .col-md-6{
      width: 100%;
      padding: auto 28%;
    }
    #contacto .col-md-6 .form-name input:nth-of-type(2){
      position: relative;
      left: 40.3%;
      top:-4.7em;
    }
    #contacto .col-md-6 .form-name label:nth-of-type(2){
     position: relative;
     left: 40.3%;
     top:-4.23em;
    }
    #contacto select{
      font-size: 14px !important;
    }
    .col-md-6 .form-name input{
      width:39%;
    }
    .contacto-gride-whatsaap button{
      width: 22%;
      height: 2.3em;
    }
    #contacto textarea{
      height: 9em;
    }
    
  }
   @media (min-width:1024px) and (max-width:1199px){
    .container-contacto{
      width: 100%;
      margin: auto auto;
      padding: 5% 0;
      padding-left: 9%;
    }
    .container-contacto .col-md-5{
      width: 40%;
    }
    .container-contacto .col-md-6{
      width: 48%;
    }
    .form-name input:nth-of-type(2), 
    .form-name label:nth-of-type(2){
     position: relative;
     left: 40.5%;
     top:-8vh;
    }
    .form-select:nth-of-type(3){
      position: relative;
      left: 40.5%;
      top:-5.1vh;
    }
   }
   @media (min-width:1200px) and (max-width:1440px){

    .form-name input:nth-of-type(2), 
    .form-name label:nth-of-type(2){
     position: relative;
     left: 40.5%;
     top:-8vh;
    }
    .form-select:nth-of-type(3){
      position: relative;
      left: 40.5%;
      top:-5.1vh;
    }
   }

   /*SERVICE*/
   @media (max-width:325px){
    #service .container{
      width: 100% !important;
      padding: 0 10%!important;
      margin-top: 2em;
    }
    #service h3{
      font-size: 19px;
    }
    #service h5{
      font-size: 17px;
      transform: translateY(-.5em);
    }
    #service h6{
      margin-top: -.5em;
      font-size: 15px;
    }
    #service p{
      font-size: 13.5px !important;
    }
    #service div.container span{
      border-bottom:1px solid #176dcf !important;
      padding-bottom: .1em;
    }
    #service .card{
      transform: translateY(-1.5em);
      font-size: 13px !important;
      margin-bottom: 1em;
      width: 97%;
    }
    #service .mb-card-tel, #service .mb-card-iot{
      margin-bottom: .3em !important;
     }
     #service .mb-card-sistema,
     #service .card:hover .mb-card-sistema{
      margin-bottom: .3em !important;
     }
   }
   @media (min-width:325px) and (max-width:499px){
    #service .container{
      width: 100% !important;
      padding: 0 10%!important;
      margin-top: 1em;
    }
    #service h3{
      font-size: 19px;
      margin-bottom: .9em;
    }
    #service h5{
      font-size: 17px;
      transform:translateY(-.5em);
    }
    #service h6{
      margin-top: -.5em;
      font-size: 15px;
    }
    #service div.container span{
      border-bottom:1px solid #176dcf !important;
      padding-bottom: .1em;
    }
    #service .card{
      transform: translateY(-1.5em);
      font-size: 13.5px !important;
      margin-bottom: 1em;
      width: 92%;
    }
    #service .mb-card-tel, #service .mb-card-iot,
     #service .mb-card-sistema, #service .card:hover .mb-card-sistema{
      margin-bottom: 0.4em !important;
     }
   }

   @media (min-width:400px) and (max-width:575px){
    #service .container{
      width: 100%;
      padding: 0 10% !important;
      margin-top: 4.5em !important;
    }
    #service .col-md-3{
      width: 98% !important;
      padding-bottom: 3%;
    }
    #service h3{
      font-size: 19px;
    }
    #service h5{
      font-size: 17px;
      transform:translateY(-.5em);
    }
    #service h6{
      margin-top: -.5em;
      font-size: 15px;
    }
    #service div.container span{
      border-bottom:1px solid #176dcf !important;
      padding-bottom: .1em;
    }
    #service .card{
      transform: translateY(-2em);
      font-size: 14px;
      width: 80%;
    }
    #service div.card a{
      margin: 0 auto !important;
      margin-top: 1em !important;
      position: relative;
      left: 0%;
    }
    #service div.card .mb-card-iot{
      margin-bottom: -.3em !important;
    }
   }
   @media (min-width:576px) and (max-width:767px){
    #service .container{
      width: 100%;
      margin: 0 !important;
      padding: 0 9% !important;
      padding-top: 5% !important;
    }
    #service .col-md-3{
      width: 50% !important;
      padding-bottom: 3%;
    }
    #service h3{
      font-size: 19px;
     
    }
    #service h5{
      font-size: 17px;
    }
    #service h6{
      margin-top: -.5em;
      font-size: 15px;
    }
    #service div.container span{
      border-bottom:1px solid #176dcf !important;
      padding-bottom: .1em;
    }
    #service .row .col-md-3:nth-of-type(2),
    #service .row .col-md-3:nth-of-type(4){
     transform: translateX(6%);
    }
    #service .card{
      transform: translateY(-1em);
      font-size: 14px;
      width: 115%;
      
    }
    #service .row .col-md-3:nth-of-type(2) h6{
      width: 102% !important;
      display: inline-block; 
    }
    #service .row .col-md-3:nth-of-type(4) p{
      
      display: inline-block; 
    }
    #service div.card a{
      margin: 0 auto !important;
      margin-top: 1em !important;
      position: relative;
      left: 0%;
    }
    #service div.card .mb-card-iot{
      margin-bottom: -.3em !important;
    }
    #service div.card .mb-card-tel, #service div.card:hover .mb-card-tel{
      margin-bottom: -.3em !important;
    }
    #service div.card .mb-card-automation, #service div.card:hover .mb-card-automation{
      margin-bottom: -1.3em !important;
    }
    #service div.card .mb-card-sistema{
      margin-bottom: 2.7em !important;
    }
    #service div.card:hover .mb-card-sistema{
      margin-bottom: 2.9em !important;
    }
   }

   @media (min-width:768px) and (max-width:991px){
    #service .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 3.6em;
    }
    #service .col-md-3{
      width: 45% !important;
      margin-top:-2%;
      margin-bottom: 5%;
    }
    #service h3{
      font-size: 24px;
    }
    #service .card{
      font-size: 15px;
    }
    #service h5{
      font-size: 20px;
    }
    #service h6{
      margin-top: -.5em;
      font-size: 17px;
    }
    #service .col-md-3:nth-of-type(2) .mb-4{
      margin-bottom: 0 !important;
    }
    #service .col-md-3:nth-of-type(3) h6:nth-of-type(2) {
      max-width: 17.5ch;
      overflow: hidden;
      text-overflow:clip;
      white-space: nowrap;
      transform: translateX(2em);
    }
    #service .mb-card-iot,#service .card:hover .mb-card-iot{
      margin-bottom: .5em !important;
    }
    #service .mb-card-automation{
      margin-bottom: 1em !important;
    }
     #service .card .mb-card-sistema{
      margin-bottom: 1.01em !important;
     }
     #service .card:hover .mb-card-sistema{
      margin-bottom:1.1em !important;
     }
     .bg-edm,.bg-ciuem,.bg-icolo, .bg-casa{
      width: 100%;
      height: 18em;
    }
   }
   @media (min-width:992px) and (max-width:1023px){
    #service .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 4em;
    }
    #service .col-md-3{
      width: 33.3% !important;
      margin-top:-1.3%;
      margin-right: -.4em;
    }
    #service .col-md-3:nth-of-type(2){
      margin-right: 5em;
       
     }
    #service .row{
      row-gap: 1.6em !important;
    }
    #service h3{
      font-size: 24px;
    }
    #service .card{
      font-size: 15px;
    }
    #service h5{
      font-size: 20px;
     
    }
    #service h6{
      margin-top: -.5em;
      font-size: 17px;
    }
    #service .col-md-3:nth-of-type(3) p{
      transform: translateY(-.8em);
    }
    #service .mb-card-iot, #service:hover .mb-card-iot{
      margin-bottom: 2em !important;
    }
    #service .mb-card-tel, #service .card:hover .mb-card-tel{
      margin-bottom: 2em !important;
     }
     #service .card .mb-card-sistema, .card:hover .mb-card-sistema{
      margin-bottom:1.2em !important;
     }
     #service .mb-card-automation{
      margin-bottom: .7em !important;
     }
     
     .bg-edm,.bg-ciuem,.bg-icolo, .bg-casa{
      height: 15em;
    }
   }
   @media(min-width:1024px) and (max-width:1199px){
    #service .container{
      width:100%;
      padding: 0 5%;
      margin-top: 1.3em;
    }
    #service .col-md-3{
      width: 35%;
      
    }
    #service .col-md-3:nth-of-type(2) .mb-4{
      margin-bottom: .5em !important;
      
    }
    #service .col-md-3:nth-of-type(2){
     margin-right: 5em;
      
    }
   #service .card{
    width: 100%;
    font-size: 10px !important;
   }
   #service .row{
    row-gap: 1.2em;
   }
   #service .row .col-md-3:nth-of-type(1) h5, 
   #service .row .col-md-3:nth-of-type(1) p,
   #service .row .col-md-3:nth-of-type(2) p,
   #service .row .col-md-3:nth-of-type(3) p{
    width: 102% !important;
    display: inline-block; 
  }
  #service .row .col-md-3:nth-of-type(4) p{
    display: inline-block; 
  }
    #service .mb-card-iot, #service .card:hover .mb-card-iot {
      margin-bottom: .8em !important;
    }
    #service .mb-card-tel, #service .card:hover.mb-card-tel{
      margin-bottom:.8em !important;
     }
     #service .card .mb-card-sistema, .card:hover .mb-card-sistema{
      margin-bottom:.5em !important;
     }
     #service .mb-card-automation{
      margin-bottom: .8em !important;
     }
     .bg-edm,.bg-ciuem,.bg-icolo, .bg-casa{
      width: 100%;
      height: 18em;
    }
   }
   @media(min-width:1200px) and (max-width:1400px){
    #service .container{
      margin: 0 auto;
      margin-top: 1.5em;
      width: 100%;
      padding: 0 4%;
    }
    #service .col-md-3{
      width: 25% !important;
      margin: 0 auto!important;
    }
    #service .card{
      font-size: 16px;
    }
    #service .mb-card-iot{
      margin-bottom: 3.7em !important;
    }
   #service .mb-card-tel{
    margin-bottom: 2.5em !important;
   }
   #service .mb-card-sistema{
    margin-bottom: .5em;
   }
     
   }
   @media(min-width:1300px)  and (max-width:1400px){
    #service .container{
      margin: 0 auto;
      margin-top: 2.5em;
      width: 100%;
      padding: 0 4%;
    }
    #service .mb-card-sistema{
      margin-bottom: 1.9em;
     }
   } 
  /*ABOUT*/
  /*@media screen and (max-width:768px){
    #about div.container #bg-about-img{
      display:none !important;
    }
    #about div.col-md-6{
      transform: translateY(-7em);
      margin-bottom: -5.5em;
      width: 100%;
      margin-left:  auto !important;
      margin-right: auto;
    }

    #about div.accordion-body{
      margin-top: 0em !important;
    }
  }
  @media (max-width: 321px) {
    #about iframe{
      height:82vh !important;
    }
    #about div.col-md-6{
      transform: translateY(-9em);
      margin-bottom: -6em;
      width: 100%;
      margin-left:  auto !important;
      margin-right: auto;
    }
  }
  @media (max-width: 360px) {
    
    #about iframe{
      height:125vh;
    }
    #about div.col-md-6{
      transform: translateY(-3.5em);
      margin-bottom: -1em;
      width: 100%;
      margin-left:  auto !important;
      margin-right: auto;
    }
    #about div.card{
      font-size: 14px !important;
    }
    .bg-about{
      padding-top: 10vh;
    }
    
  }*/

  @media  (max-width:399px) {
    #about .container{
     margin-top: 0;
     margin-bottom: 0;
     width: 100%;
     padding: 0 10%;
    }
    #about .card{
      margin-top: -1em;
    }
    #about h3{
      font-size: 19px;
    }
    #about h4{
      font-size: 17px;
      margin-bottom: -.3em;
    }
    #about h6{
      font-size: 15px;
    }
    #about p{
      font-size: 13.5px;
      margin-top: .7em;
      
    }

    #about div.card span{
      padding-bottom: .1em;
      border-bottom: .12em solid #176dcf;
    }
    #about .span-ciuem{
      transform: translateX(6.7em) translateY(-1.26em) !important ;
    }
    #about .sp-ciuem{
      line-height:1.8;
      border-bottom:none !important;
    }
    #about iframe{
      height:15vh !important;
    }
    #about div.card a{
      width: 6.3em;
      font-size: 13.5px !important;
      padding: .2em .5em;
      border-radius: 25px;
      margin-top: -.2em;
    }
    #about .nature .col-md-6:nth-of-type(2){
      display:none;
    }
    #about .nature .col-md-6 img, #about .col-md-6 img{
      display:block;
      width: 80%;
      height: 11em;
      background-size: cover;
      background-position: center;
      margin: auto 0;
      margin-top: -.5em;
      margin-bottom: 1.2em;
      border-radius: 10px;
    }
    #about .container-frame{
      margin-top: 3vh !important;
      padding-top: 2vh !important;
      border-top:1px solid #cccccc !important;
      margin-bottom:-.5em !important;
    }
    #about strong::after{
     margin-top: 10em !important;
    }
    
  }
  @media (max-width:325px){
    #about .span-ciuem{
      transform: translateX(0em) translateY(-.1em) !important ;
    }
    #about .sp-ciuem{
      line-height:1.8;
      border-bottom:none !important;
    }
    #about div.container-frame{
      margin: 0 8%;
      margin-top: 8.5vh;
      padding-top: 3vh;
      border-top:1px solid #cccccc !important;
      margin-bottom: 2vh;
    }

  }
  @media (min-width: 400px) and (max-width: 767px) {
    #about iframe{
      height:45vh;
    }
    #about .container{
      margin-top: -1em;
      width: 100% !important;
      padding: 0 10% !important;
     }
    #about .card{
      margin-top: -1em;
    }
    #about h3{
      font-size: 19px;
    }
    #about h4{
      font-size: 17px;
      margin-bottom: -.3em;
    }
    #about h6{
      font-size: 15px;
    }
    #about p{
      font-size: 14px;
      width: 100%;
      margin-top: .5em;
    }

    #about iframe{
      height:15vh !important;
    }
    #about div.card a{
      width: 6.9em;
      font-size: 13.6px !important;
      padding: .3em .8em;
      border-radius: 25px;
    }
    #about div.card a:hover{
      padding: .4em 1.5em;
    }
    #about .nature .col-md-6:nth-of-type(2){
      display:none;
    }
    #about .nature .col-md-6 img,  #about .col-md-6 img{
      display:block;
      width: 80%;
      height: 11em;
      margin-bottom: 1.7em;
      margin-top: 0em;
      border-radius: 10px;
    }
    #about .container-frame{
      margin-top: 3vh !important;
      padding-top: 2vh !important;
      border-top:1px solid #cccccc !important;
      margin-bottom:-.5em !important;
    }
    #about strong::after{
      content:"\a";
      white-space: pre;
    }
    
  }
  @media (min-width:468px) and (max-width:767px){
    #about .span-ciuem{
      transform: translateX(0em) translateY(.6em) !important ;
      margin-bottom: .8em;
    }
    #about .sp-ciuem{
      line-height:0;
      border-bottom:none !important;
    }
  }
  @media (min-width:576px) and (max-width:767px){
    #about .container{
      margin-top: .6em;
      width: 100% !important;
      padding: 0 5% !important;
     }
    #about .nature .col-md-6 img,  #about .col-md-6 img{
      display:block;
      width: 55%;
      height: 12em;
      background-size: cover;
      background-position: center;
      margin: 0;
      margin-bottom: 1em;
      margin-top: -.4em;
      border-radius: 10px;
    }
    #about div.card a{
      width: 6.5em;
      font-size: 13.6px !important;
      padding: .2em .3em;
      border-radius: 25px;
      margin-top: -.5em;
    }

   
  }
  @media (min-width: 768px) and (max-width:991px){
    #about iframe{
      height:35vh;
    }
    #about .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 0em;
     }
      #about h3{
        font-size: 23px;
      }
      #about h4{
        font-size: 20px;
        margin-top: -.5em;
        margin-bottom: -.3em;
      }
      #about h6{
        font-size: 15px;
      }
      #about p{
        font-size: 15px;
        transform: translateY(.5em);
      }
      #about i{
        line-height:1.8;
      }
      #about div.card span{
        padding-bottom: .2em;
      }
      #about .span-ciuem{
        transform: translateX(8.1em) translateY(-1.26em) !important ;
      }
      #about .sp-ciuem{
        line-height:1.8;
        border-bottom:none !important;
      }
      #about div.container-about{
        margin-top: 2vh;
      }
      #about .container-frame{
        margin-top: 3vh !important;
        padding-top: 2vh !important;
        border-top:1px solid #cccccc !important;
        margin-bottom:-9.6em !important;
      }
      #about div.card a{
        width: 7.8em;
        margin-top: 1em !important;
        padding: .2em 1.2em;
        border-radius: 25px;
        font-size: 15px;
      }
      #about div.card a:hover{
        color:var(--global-color-text);
        border:none;
        background-color:var( --global-color-primary) !important ;
        padding: .3em 1.3em;
      }

  }
  @media (min-width: 992px) and (max-width:1023px){
    #about .container{
      margin-top: 2.5em;
      margin-left: 0;
      width: 100% !important;
      padding: 0 6% !important;
     }
     
     #about .container-frame{
      margin-top: 1.7em !important;
     }
  }
 
  @media(min-width:1024px) and (max-width:1199px){
    #about .container{
      width: 100%;
      padding: 0 5%;
      margin-top: 2em;
      margin-bottom: -2em !important;
     }
     #about div.container-frame{
      margin-bottom: -2vh;
    }
  }
  @media(min-width:1200px) and (max-width:1400px){
    #about .container{
      margin: 0 auto;
      margin-top: 2.6em;
      width: 100%;
      padding: 0 4% !important;
    }
  }
  @media(min-width:1400px){

  }


  /*FOOTER*/
  @media (max-width: 768px) {
    footer{
      font-size: 14px !important;
      padding-top: 1vh;
      padding-right: 0;
    }
    a{
      font-size:14px !important;
    }
    footer h5{
      font-size: 17px;
    }
  .footer-last-item a{
      font-size: 1.35em !important;
    }
    .social-net{
      font-size: 14px;
    }
   
    .top-footer a{
      font-size: 2em !important;
      position: fixed;
      right: 1.3em;
      bottom: 1.3em;
      display: block !important;
    }
    footer iframe{
      width: 75%;
    }
  }
  @media (min-width: 500px) and (max-width:768px){
    footer .col-md-3{
      width: 50% !important;
    }
    footer iframe{
      width: 100%;
    }
  }

  @media (min-width: 768px) and (max-width:991px){
    footer .col-md-3{
      width: 33.3% !important;
    }
    footer .col-md-3.col-md-3:nth-of-type(4){
      width: 100% !important;
    }
    footer iframe{
      width: 100%;
      height: 14em;
      margin: 0 auto !important;
    }
    footer{
      font-size: 14.5px !important;
    }
  }

  
    @media (min-width: 500px) and (max-width:1023px){
      
     footer div.footer-last-item{
        padding-top:0em !important;
      }
    }
    @media (min-width: 992px) and (max-width:1199px){
      footer iframe{
        width: 110% !important;
        margin: 0 auto !important;
      }
      footer .row .col-md-3:nth-of-type(2){
        width: 18% !important;
      }
      footer .row .col-md-3:nth-of-type(4){
        width: 28% !important;
        margin: auto;
      }
    }
    




/*<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JBJX3ZJSMR"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-JBJX3ZJSMR');
</script>*/
