/*
 Theme Name: Divi Tema Hijo por maqueijan
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description: Tema hijo divi
 Author: maqueijan
 Author URI: http://www.creactividad.com
 Template: Divi
 Version: 1.0.0
*/@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

.dms-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
	display: none;
}
.dms-popup-container{
	position: relative;
    padding: 25px;
    text-align: center;
}

.dms-popup .fa-close{
    position: absolute;
    top: 60px;
    right: 65px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}
.dms-popup .fa-close:hover{
	color: #000;
}

@media( max-width:600px ){
	.dms-popup .fa-close{
		top: 45px;
	    right: 50px;
	    font-size: 1.3em;
	}
}