/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 9/02/2022, 07:12:27 PM
    Author     : dsierra
*/
body{ margin: 0; padding: 0;}
header{ background-color: #1b2f72; }
footer{
    background-color: #000;
    padding: 10px;
}
section{min-height: 75vh;}
footer{
    position: relative;     
    bottom: 0;
    width: 100%;
    float: left;
}
img{padding: 8px;}
button.btn-block{
    width: 46%;
    float: left;
    margin: 1% 1% 30px 1% !important;
    background-color: #000;
    border:none;
}
.content-box .btn-block {
    width: 100% !important;; 
}
button.btn-block:hover, button.btn-block:focus{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    background-color: #000;
}

#reultados{
    font-size: 30px;
    width: 100%;
    float: left;
}
#reultados img{
    margin: auto;
    max-width: 90%;
    max-height: 40vh;
}

#btn_down, #btn_copy{
    display: none;
    color: #fff;
}
footer .elementor-container.elementor-column-gap-default{
    display: flex;
    float: right;    
}
footer a, #btn_down button{color: #fff;}


#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}

.content{
    width: 400px;
    height: 400px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 16%;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    display: table;
}

.content > .content-box {
    display: table-cell;
    vertical-align: middle;
}