/**
Theme Name: Multi Car
Author: Soltecno
Author URI: http://multicar.apisoltecno.cl
Description: MultiCar Rent a car
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: multi-car
Template: astra
*/

/* GNRAL */
p{margin-bottom:20px !important;}

/* HEADER */
/* INTERIORES */
.pan {
    text-align: center;
    color: #fff;
	font-size:15px;
}

.pan a {
    color: #fff;
    text-decoration: none !important;
	background: #68cc8c;
    padding: 5px 10px 2px;
    border-radius: 3px;
	font-weight: 600;
}


/* HEADER TOP DATOS */

.ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap {
    min-height: 40px;
}

ul.top-datos{
	margin:0
}

ul.top-datos li{float:left; margin-right:30px; list-style:none;font-size: 14px; font-weight: 500 !important;}



/* END */

.box-pasos:before{
	content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    background: #F3F3F3;
}

.box-contacto {
    position: absolute;
    margin: 50px 0;
}

.box-visita{
	border-radius: 40px;
	-webkit-box-shadow: 0px 14px 20px -8px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 14px 20px -8px rgba(0,0,0,0.48);
	box-shadow: 0px 14px 20px -8px rgba(0,0,0,0.48);
}

.box-visita span.elementor-icon-list-text span {
    font-weight: 800;
    font-size: 20px;
}

/* footer */
ul.menu-footer {
    padding: 0;
    margin: 0;
	padding-bottom:50px;
	display: flex;
    justify-content: center;
}

ul.menu-footer li {
    float: left;
    margin: 0 10px;
    list-style: none;
}

ul.menu-footer li a {
    color: #fff;
}

/* INTERIOR */

a.elementor-accordion-title {
    text-decoration: none !important;
}

/* FOOTER */
.ast-footer-copyright p {
    margin: 0 !important;
}

/* Media Query */

@media only screen and (max-width: 768px){
	.box-contacto {
    position: inherit;
    margin: 50px 0;
}
	ul.menu-footer li{
	float: inherit;
	display:inline-block;	
	}
}