/*
Theme Name: CearFC
Theme URI: https://www.estudio143.com
Template: Divi
Author: Estudio143 - Milú
Author URI: https://www.estudio143.com
Description: Divi based.
Version: 1.0.1726063789
Updated: 2024-09-11 16:09:49

*/


/* Start. Popup */

.c-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.c-popup {
    position: relative;
    background: #fff;
    padding:0;
    max-width: 400px;
    width: calc(100% - 30px);
}

@media (min-width: 576px) {
    .c-popup {
        max-width: 600px;
    }
}

.c-popup a {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}

.c-popup img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.c-popup__close {
    position: absolute;
    top: -50px;
    line-height: 1;
    right: -11px;
    background: none;
    border: none;
    font-size: 55px;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.7;
    z-index: 1;
}

.c-popup__close:hover {
   opacity: 1;
}

/* End. Popup abrazos */