/*
	Theme Name:   Efecto Dopler
	Author:       Mauricio Linares
	Author URI:   mauricioarodriguez.combak
	Template:     twentytwenty
*/
body {
	background: #fff !important;
	color: #000;
	font-size: 1.8rem;
}

h1, h2, h3{
  font-family: 'Nunito', sans-serif;
  color:  rgb(82, 80, 80);
}
a {
  font-family: 'Dosis', sans-serif;
  color:  rgb(82, 80, 80);
}
p {
  font-family: 'Dosis', sans-serif;
  color:  rgb(82, 80, 80);
}
.img-front {
	height: 100vh;
	background-image: url("http://efectodoppler.org/wp-content/uploads/2020/10/efectoimg-1200x674.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px;
}
.title-front{
	color: white;
	margin: 0;
	align-content: flex-end;
}
.header-navigation-wrapper .primary-menu-wrapper .primary-menu li a {
    font-size: 1.8rem;
    border-left: 1px black solid;
    border-right: 1px black solid;
    padding: 5px 35px;
    color:  rgb(82, 80, 80);
}
.header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item span.icon {
    color: rgb(82, 80, 80);
}
.header-navigation-wrapper .primary-menu-wrapper .primary-menu > li > .icon {
    right: 1.6rem;
    top: auto;
}
.header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item .sub-menu {
    background-color: white;

}

.header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item .sub-menu .menu-item a {
    font-size: 1.6rem;
    border: none;
    color: black;
}

h1.entry-title {
  		font-size: 4.4rem;
  		display: none;
  	}

.header-footer-group .powered-by-wordpress{
  display: none;
}
article.page header.entry-header {
    padding: 4rem 0 3rem 0;
}
article.page .post-inner {
    padding-top: 1rem;
}
#site-header {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mobile-menu .modal-menu .menu-item a {
  color: black;
}
footer .redes-sociales{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .redes-sociales a{
  padding: 0 10px;
}
.colaboradores{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container-cola {
	position: relative;
	width: 100%;
	margin: 5px 0;
}
@media screen and (min-width: 640px){
	.container-cola {
		width: 50%;
	}
}
@media screen and (min-width: 768px){
	.container-cola {
		width: 30%;
	}
}
.image-cola {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-cola {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #D4232B;
}

.container-cola:hover .overlay-cola {
  opacity: 1;
}

.text-cola {
  color: white;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-cola h4 a {
    color: white;
}
