@charset "UTF-8";


/**
 * Helpers
 */
#cobertura {
    margin-top: 30px;
}

/**
 * margin-bottom: 30px; was removed in order to add the bottom arrow.
 */
.cuadro-servicios {
    background-color: #3A5571;
    border-style: none;
    padding-top: 30px;
    margin-bottom: 0;
    width: 270px;
    height: 200px;
}
.cuadro-servicios:hover,
.cuadro-servicios:active {
	background-color: #00BC9C;
}

.cuadro-servicios:hover {
    cursor: pointer;
}

.cuadro-servicios-active {
	background-color: #00BC9C;
}



/**
 * Arrow
 */
.arrow-down {
	position: relative;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #00BC9C;
	margin: 0 auto;
}


.service-desc {
    display: none;
}

/**
 * Custom styles for input button (attchment)
 */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
