/* 
Theme Name: twentytwentyone-child
Description: Child theme for twentytwentyone
Author: Todd
Template: twentytwentyone
*/


/*FULLWIDTH LANDING design-2aa*/

.full-width-body::before {
   display: none;
}

.site-content.full-width {
   float: none;
   margin: 0 auto;
}
.full-width-body {
height: 100% !important;
display: block;
width: 100%;
margin:0px;
background-color: #f7f4f4;
text-align: center; 
    min-height: 100vh;
    max-height: 100vh;
    zoom: reset;
color: #333 !important;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1.4;
	letter-spacing: .8px;
}
@media only screen and (min-width: 1050px) {
	.full-width-body {
    background-image: url("https://grupomediosymarketing.es/wp-content/uploads/2021/07/background.png");  
	background-position: left -200px;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100px;
}
.panel #impdigi-2col{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.panel #desin-3col{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}

body a{
	transition: all .2s ease;
	color: #DD0000;
	text-decoration: none;
}


body a:hover{
	color: #333;
}


.mmsl-biscard {
	min-height: 100px;
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% 25%;
}
.mmsl-biscard .tarjeta{
	width: 100%;
  max-width: 900px;
  height: auto;
  min-width: 300px;
      margin-bottom: 10px;
}
@media only screen and (max-width: 1049px) {
.icons-small{
	display:block;
	background-image: url("https://grupomediosymarketing.es/wp-content/uploads/2021/07/icons-smallx2.png");  
    background-repeat: no-repeat;
	height: 50px;
    background-position: center;
}
.accordion, .panel {
	font-size: 90% !important;
} 
	
}
.footer-mmsl {
margin-top: 30px;
text-align:center;
line-height: 2;
}
/*@media only screen and (min-height: 1000px) {
.footer-mmsl {
position: absolute;bottom: 20px;width: 100%;
text-align:center;
}
}*/
@media only screen and (min-width: 1050px) {
.footer-mmsl {
	position: relative;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
	bottom: 0;
}

}
.paper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  max-width: 550px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 80%;
}
.paper:before, .paper:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.paper:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.paper:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
.accordion {
  background-color: rgb(251 251 251 / 80%) !important;
  color: #dd0000 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s !important;
    font-family: Open Sans !important;
    line-height: 1.2 !important;
	letter-spacing: .1px !important;
	font-weight: 600;
	border-bottom: solid 1px #f5eaea;
	text-transform: uppercase;
}

.active, .accordion:hover {
  background-color: #de0000 !important;
  color: #ffffff !important;
}

.accordion:after {
  content: '\002B';
  color: #dd0000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion:hover:after {
  color: #ffffff;  
}
.active:after {
  content: "\2212";
  color: #ffffff;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  max-width: 900px;
  background-color: rgb(251 251 251 / 80%);
  overflow: hidden;
  transition: max-height 0.2s ease-out !important;
  position:relative;
  text-align:justify;
}
.panel::before {    
    content: "";
    background: url("https://grupomediosymarketing.es/wp-content/uploads/2021/07/panel-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.55;
}
.panel ul {
  list-style: none;
}

.panel ul li::before {
  content: "■";
  color: #de0000;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

#hexagon{
	background: url("https://grupomediosymarketing.es/IMG/hexagons.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 900px;
    margin: 20px auto;
}
#client_logos img {
    max-width: 200px;
    height: auto;
    margin: 20px;
}
#trabajos img {
    max-width: 200px;
    height: auto;
    margin: 20px;
}
/*END FULLWIDTH LANDING design-2aa*/