/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

#x-cerrar {
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    height: 25px;
    position: fixed;
    right: 50px;
    text-align: center;
    top: 100px;
    width: 25px;
    font-family: 'FontAwesome';

}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p {
  text-align: left;
}


#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p a {
    animation: gradient 8s ease infinite;
    background: linear-gradient(-45deg,#02285c,#054fb2,#0561dc,#003e91);
    background-size: 200% 200%;
    border-color: #2459a3!important;
    animation: gradient 8s ease infinite;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 50px;
    padding: 10px 30px;
    width: fit-content;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.28);
    margin-top: 20px;
    transition: ease-in-out all 0.3s;
}

#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p a:hover {
    background: linear-gradient(-45deg, #e7085e, #003e91);
    background-size: 150% 150%;
    transition: ease-in-out all 0.3s;
    
} 


#actualidad .hs-rss-item.hs-with-featured-image:nth-child(2) img {
    margin-top: 60px !important;
}
#actualidad .hs-rss-item.hs-with-featured-image:nth-child(3) img {
    margin-top: 90px !important;
}


h2 span span,
h3 span span {
    font-weight: 300;
}

p {
    font-size: 18px !important;
    padding-bottom: 20px;
    font-weight: 400;
}

#nuestros-servicios .texto-servicios {
    padding-top: 50px;
}

.first-margin-box {
    margin-top: 20px;
}

.caja-servicio {
    width: 99%;
    display: inline-block;
    margin: 10px;
    border-radius: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.8s;
}

.caja-servicio:hover {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.8s;
}

.caja-servicio .caja-servicio_link {
    text-decoration: none;
    display: block;
    border-radius: 30px;
    padding: 20px;
    transition: all ease-in-out 0.2s;
}

.caja-servicio .caja-servicio_contenido {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    border-radius: 30px;
    padding: 20px;
}

.caja-servicio:hover .caja-servicio_link {
    background-color: #00000073;
    transition: all ease-in-out 0.2s;
}

.caja-servicio .caja-servicio_contenido {
    color: white;
}

.caja-servicio .caja-servicio_contenido .caja-servicio_btn {
    text-align: right;
    display: block;
    margin-top: 49px;
}

.caja-servicio .caja-servicio_contenido .caja-servicio_btn span a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000ad;
    border-radius: 25px;
    padding: 10px 15px 10px 15px;
    transition: all ease-in-out 0.2s;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

.caja-servicio:hover .caja-servicio_contenido .caja-servicio_btn span a {
    background-color: #e7085e;
    transition: all ease-in-out 0.2s;
  text-decoration: none !important;
}

.caja-servicio1 {
    background-image: url(https://marketing.pgrmt.com/dev/img/captacion-leads.jpg);
}

.caja-servicio2 {
    background-image: url(https://marketing.pgrmt.com/dev/img/comunicacion-corporativa.jpg);
}

.caja-servicio3 {
    background-image: url(https://marketing.pgrmt.com/dev/img/marketing-digital.jpg);
}

.caja-servicio4 {
    background-image: url(https://marketing.pgrmt.com/dev/img/responsabilidad-corporativa.jpg);
}

#culturapgr {
    text-align: center;
    background: #eef4ff;
}

.carousel-indicators {
    position: relative !important;
    margin-top: 30px;
    margin-bottom: 15px;
  display: block !important;
  margin-left: 0% !important;
  margin-right: 0% !important;
  text-align: center;
}

.carousel-indicators li {
  display: block; 
    width: auto;
    height: auto;
    text-indent: inherit;
    padding: 0px 15px;
    font-size: 20px;
    opacity: .9;
    background: transparent;
    text-transform: capitalize;
    font-weight: 500;
    color: black !important;
    background-color: transparent !important;
    display: inline !important;
      
}


@media (max-width: 767.98px) {
  .carousel-indicators li {
    line-height: 50px;
  }
}

.carousel-indicators li.active {
 color: white !important;
}

.carousel-indicators li:first-child.active {
    background: #AD1519 !important;
}



.carousel-indicators li:nth-child(2).active {
    background: #0b3161 !important;
}



.carousel-indicators li:nth-child(3).active {
    background: #006133 !important;
}



.carousel-indicators li:nth-child(4).active {
    background: #e7085e !important;
}



.carousel-indicators li:nth-child(5).active {
    background: orange !important;
}



.carousel-indicators li:nth-child(6).active {
    background: brown !important;
}



.carousel-inner img {
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    width: 100% !important;
}

#nuestrasoficinas .carousel-inner img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

#culturapgr .carousel-inner img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    margin: 10px;
}

.carousel-inner ul {
    text-align: left;
    margin-top: 50px;
}

.carousel-inner ul li {
    margin-bottom: 8px;
    font-size: 18px;

}

.carousel-inner ul li::marker {
    content: "âœ“ ";
    font-weight: 900;
    color: #e7085e;
}

.carousel-indicators li.active {
    background: #004cff !important;
    font-weight: 600;


    color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    transition: all ease-in-out 0.3s;
}

#creatividad {
    background: linear-gradient(-45deg, #42025c, #0599b2, #0561dc, #005591);
    background-size: 200% 200%;
    animation: gradient 5s ease infinite;
}

#creatividad h2,
#creatividad p {
    color: #FFFFFF;
}

#creatividad h2 {
    line-height: 50px;
    margin-bottom: 20px;
}



.carousel-creatividad .carousel-item {
    transition: -webkit-transform .0s ease-in-out !important;
    transition: transform translate3d(-2404.5px, 0px, 0px) .0s ease-in-out, -webkit-transform .0s ease-in-out !important;
    transition-duration: 8000ms !important;
    padding: 0px 15px;
}

.carousel-creatividad.carousel-inner .carousel-item img {
    height: 220px;
    padding: 15px;
}

.second-box {
    margin-top: -15px;
}

.carousel-creatividad .carousel-item .col-6 {
    padding: 0px;
}

#creatividad .texto-creatividad {
    padding-right: 50px;
    padding-top: 25px;
}


#actualidad {}

#actualidad h2 {
    text-align: center;
}

#actualidad p {
    text-align: center;
}

#actualidad .box-actualidad {
    padding: 0px 30px;
}

#actualidad .box-actualidad:nth-child(2) {
    margin-top: 30px;
}

#actualidad .box-actualidad:nth-child(3) {
    margin-top: 60px;
}

#actualidad .box-actualidad img {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

#actualidad .box-actualidad h3 {
    color: #000000;
    font-family: font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

#actualidad .box-actualidad p {
    padding-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #3d3d3d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.texto-actualidad {
    margin-bottom: 0px;
}
.texto-actualidad p {
  padding: 0px !important;
  margin-bottom: -35px !important;
}

#actualidad .box-actualidad a,
#nuestros-servicios a.btn-ns {
    background: linear-gradient(-45deg, #02285c, #054fb2, #0561dc, #003e91);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    border-color: #2459a3 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: helvetica;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    margin-top: 10px;
    display: block;
    width: max-content;
    transition: all ease-in-out 0.3s;
}

#actualidad .box-actualidad a:hover,
#nuestros-servicios a.btn-ns:hover {
    background: linear-gradient(-45deg, #e7085e, #003e91);
    background-size: 150% 150%;
    animation: gradient 8s ease infinite;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.3s;
}

#actualidad .box-actualidad div.contenido {
    padding: 15px;
}

#nuestrasoficinas {
    background-color: #F6F6F6;
}

#nuestrasoficinas h2 {
    text-align: center;
}

@media (max-width: 767.98px) { 
  #nuestrasoficinas .center-oficinas {
    width: 100% !important;
  }
  #nuestrasoficinas .center-oficinas div {
    padding: 0px !important;
  }
  
  .carousel-indicators li {
        padding: 0 10px !important;
  }
  
  .block-section .hs-rss-item.hs-with-featured-image {
    width: 100% !important;
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .block-section .hs-rss-item.hs-with-featured-image:first-child {
    margin-top: 40px !important;   
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image:nth-child(2) img {
    margin-top: 0px !important;
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image:nth-child(3) img {
    margin-top: 0px !important;
  }
  
  .carousel-inner img {
    height: 200px !important;
  }
  
  #creatividad .carousel-inner img {
    height: 120px !important;
    padding: 10px !important;
  }
  
  .carousel,
  .carousel .carousel-inner {
    margin: 0 auto !important;
  }
  
  #creatividad .carousel-creatividad .carousel-item {
    transition-duration: 2s!important;
  }
  
  #nuestrasoficinas p.adress {
    width: 80% !important;
    font-size: 14px !important;
  }
  
  .carousel-indicators {
    margin-bottom: 30px !important;
  }
  
  #culturapgr .carousel-inner img {
    margin: 0px !important;
    margin-top: 20px !important;
  }
  
  
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 {
    display: block !improtant;
    margin-bottom: 20px;
    width: 100% !important;
  }
  
  #cd-lateral-nav ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
    text-align: left !important;
  }
  
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 a {
    /*text-align: center;*/
    font-size: 22px;
  }
   
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 a img {
    /*margin: 0 auto !important;*/
    margin-top: 20px;
  }
  
  
  
  
  
}


























.block-section .hs-rss-item.hs-with-featured-image {
    flex-direction: column-reverse;
    display: inline-flex;
    width: 33%;
    padding: 30px;
  margin-bottom: 0px !important;
}

.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
}
.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.28);
}

.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding: 15px !important;
}
.hs-rss-title span {
  color: black !important
}
.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
  color: #000;
  font-family: font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
  /*display: -webkit-box;*/
  overflow: hidden;
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}
.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover{
  text-decoration: none !important;
}
.col-lg-4.col-sm-5 div {
         margin-bottom: 50px
        }
.col-lg-4.col-sm-5 form div {
         margin-bottom: 10px !important;
        }