/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
 
 

/* Theme customization starts here */

.color-white p {
	color: #fff;
}

.categorias .headline-info {
	border: 1px solid #BCBCBC;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.categorias .headline-info h4 {
    font-weight: 700;
	font-size: 14px;
    margin: 0;
	
}

.block-hover-effect {
	position: relative;
}

.info-hover-effect {
	display: none;
	background: rgba(22, 169, 88, 0.90);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	 -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
	
}

.description-info {
	text-align: center;
    color: #fff;
    padding: 10px;
}

.description-info a {
    color: #fff !important;
	text-decoration: underline;
}

.block-hover-effect:hover .info-hover-effect {
	display: block;
}

#formContainer {
	text-align: center;
}

.wpcf7-submit {
	background: #16A958 !important;
    display: block;
    width: 100%;
}

.footer-web .columna-left {
	width: 35%;
}

.footer-web .columna-right {
	width: 65%;
	float: right;
}

.footer-web .columna-right .wpb_wrapper {
	float: right;
}

.footer-web {
	color: #612701;
	font-size: 14px;
}

.footer-web a {
	color: #612701 !important;
}

.footer-web a:hover {
	color: #16A958!important;
}
































