/*
 Theme Name:   EL PAcCTO
 Theme URI:    https://www.elpaccto.com
 Description:  EL PAcCTO Theme
 Author:       Julio Jesús Sanquis Bravo
 Author URI:   http://www.appforbrands.com
 Template:     understrap
 Version:      1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/


.multimedia_vid-template-default .content-area .site-main ul[id^=multimedia_].gallery li>figure{
  max-height: auto !important; }

ul#multimedia_img-listado figure.card-img-top:before {
  background-image: url(http://www.elpaccto.eu/wp-content/themes/el-paccto/images/icon-video.svg) !important;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
  display: block  !important;
  pointer-events: none  !important;
  position: absolute  !important;
  width: 100%  !important;
  z-index: 10  !important;
}

/* in mobile hidde this element because it's empty and it occupies space after the sidebar left*/
@media(max-width:576px){
	#tag_cloud-4{
		display:none;
	}
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 30px !important;
  height: 30px !important;
}

.carousel-covid h1{
  font-size:4rem;
}
.carousel-covid p{
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.boton-carousel{
  background-color: #3785C1;
  color: white;
  width: 250px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
  background-color:#3785C1;
  color:white;
  margin-left: 75%;
  position: absolute;
    right: 0;
    top: 0;
}

@media(max-width:576px){
	.carousel-covid h1{
    font-size:3rem;
  }
  aside#home-slider div.carousel-inner div.carousel-covid {
    bottom: 175px;
}

}


.ambitos .card-body {
  padding: 0 !important;
  position: absolute;
  background: white;
  bottom: 0;
  width: 90%;
  background-color: white;
  padding-bottom: 7px;
  min-height: 200px;
  max-height: 200px;
}

.ambitos .card figure {
  height: auto;
}

.ambitos .card h5 {
  padding: 24px;
  padding-right: 0;
  margin-top: 0 !important;
  width: 192px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #363636;
}

.publicaciones-btn{

    border: solid 1px #3785C1;
    color: #363636;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 20px 14px 20px;
    text-align: left;
    text-transform: capitalize;
    position: relative;

}

.publicaciones-btn:hover {
  background-color: #3785C1;
  border-color: #3785C1;
  color: white;
}

