
 #content section:nth-child(2){
     background: #f53663 !important;
     margin-top: 0px;
     margin-bottom: 30px;
     padding-top: 20px !important;
     padding-bottom: 20px !important;

 }

.cobertura{
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  align-items: center;

  justify-content: center;
}
.iconcobertura{
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
  background-image: url("https://storage.googleapis.com/gcs-gcp-adamo-web-pro-media/y14mhh1s/location-dot-solid-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.textocobertura{
  font-family: 'Montserrat Bold';
  margin: 20px;
  color: #ffffff;
  font-size: 24px;
}

.ctacobertura{
  
  border: solid 1px #fff;
  font-size: 20px;
  font-family: 'Montserrat Bold' !important;
  padding: 5px 20px 5px 20px;
  border-radius: 11px;
  text-decoration: none !important;
  color: #ffffff !important;
}

.ctacobertura:hover {
box-shadow: 0 0px 5px rgb(255 255 255 / 60%);
}
@media (min-width: 968px) {

.cobertura{
  min-height: 50px;
}
}


@media (max-width: 768px) {
  
 #content section:nth-child(2){
     background: #f53663 !important;
     margin-top: 30px;
     margin-bottom: 30px;
     padding-top: 20px !important;
     padding-bottom: 20px !important;
     min-height: 160px;
 }
  .cobertura {
    flex-wrap: wrap; 
    align-items: flex-start; 
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .iconcobertura,
  .textocobertura {
    display: inline-block !important;

  }

   .iconcobertura{
    vertical-align: text-top;
  }

  .textocobertura {
    font-size: 22px;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 25px !important;
    margin-top:0px;
  }

  .ctacobertura {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    box-sizing: border-box;
  }
}