/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       maria.sasot@essentiacreativa.es
 Author URI:   https://capazocreativo.info
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.radar-sonar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.radar-barra {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    height: 3px;
    background: linear-gradient(to right, #E55551, #E55551);
    transform-origin: left center;
    border-radius: 2px;
    pointer-events: none;
}
}

.camara-lente {
    position: relative;
    display: inline-block;
}

.lente-anillo {
    position: absolute;
    top: 48%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 42%;
    height: 42%;
    border-radius: 50%;
    border: 3px solid #cc4444 !important;
    pointer-events: none;
    z-index: 10;
    box-sizing: border-box;
}

.lente-anillo {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 38%;
    height: 38%;
    border-radius: 50%;
    border: 3px solid #cc4444;
    pointer-events: none;
    z-index: 10;
    opacity: 1 !important;
}