﻿/* Hover Effect | Enlaces a Web Amigas - Página principal */
.column {
    display: inline-block;
    position: relative;
	padding: 0px 0px 0px 0px;
    width: 355px;
	margin-top: 10px;
	margin-left: 25px;
}

.effect-1 {
    display: inline-block;
    position: relative;
	width: 355px;
	height: 195px;
    overflow: hidden;
	border: 5px solid white;
	box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
	float: left;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-img img {
	width: 355px;
	height: 145px;
}

.effect-1 .effect-text {
    position: absolute;
	width: 100%;
	height: 100%;
    padding: 36px;
	margin-left: -36px;
    top: calc(100% - 46px);
    left: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: rgba(255, 255, 255,  1.8);
    transition: .5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 500ms linear;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #2f3032 #ffffff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #8e8e8e;
	border-radius: 20px;
	border: 3px solid #ffffff;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h2 {
	position: relative;
	width: 94%;
    height: 45px;
    color: #5e5c5c;
    text-transform: capitalize;
	font-weight: bold;
    font-size: 20px;
	left: 8px;
    margin: -16px 0 0 0;
    transition: .5s;
}

.effect-1:hover .effect-text h2 {
    margin: 0;
}

.effect-1 .effect-text p {
	margin-left: 10px;
	margin-right: 10px;
    color: #5e5c5c;
    font-size: 14px;
    text-align: center;
    margin-bottom: -30px;
}

.effect-1 a.readmore{
    display: inline-block;
	allign: left;
	margin: 50px auto;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align: center;
	color: white;
	text-shadow: none !important;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 8px 60px 8px 60px;
	border: 1px solid #2f3032;
    border-radius: 5px;    
	background: #2f3032; /* Old browsers */
	background: -moz-linear-gradient(top, #2f3032 1%, #2f3032 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2f3032), color-stop(94%,#2f3032)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2f3032 1%,#2f3032 94%); /* IE10+ */
	background: linear-gradient(to bottom, #2f3032 1%,#2f3032 94%); /* W3C */
}

.effect-1 a.readmore:hover{
    background: #ffffff;
    color: #2f3032;
    border-radius: 5px;
}
/* Final Hover Effect | Enlaces a Web Amigas - Página principal */

/* Estilos Botón enlace de las Web Amigas de las Imágenes */
.card__date {
    position: absolute;
    top: 24px;
    right: 158px;
    width: 64px;
    height: 64px;
    padding-top: 10px;
    transition: .5s;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 19px;
}

.card__date__day {
    font-size: 18px;
    text-align: center;
}
/* Final Estilos Botón enlace de las Web Amigas de las Imágenes */
