@font-face {
    font-family: Roboto-condensed-light;
    src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Roboto-condensed-regular;
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Roboto-condensed-bold;
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
    font-family: Montserrat-bold;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
    font-family: Montserrat-regular;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Montserrat-italic;
    src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
    font-family: Montserrat-medium;
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}


body {
    margin: auto;
    width: 1280px;
    max-width: 100%;
    font-family: Roboto-condensed-light;
    overflow: hidden;


}

.contenedor {
    background-image: url("../assets/img02.png");
    -moz-user-select: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1366px;
    height: 100vh;
    max-width: 100%;
}

#img01 {
    width: 1366px;
    max-width: 100%;
}

#img03 {
    width: 300px;
    max-width: 100%;
}

#img04 {
    width: 850px;
    max-width: 100%;
}

#img05 {
    width: 1366px;
    max-width: 100%;
}

.contenido {
    text-align: center;
}

.myButton {
    background: linear-gradient(to bottom, #55c989 5%, #007d36 100%);
    background-color: #55c989;
    border-radius: 8px;
    border: 4px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 1.5em;
    padding: 6px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.myButton:hover {
    background: linear-gradient(to bottom, #007d36 5%, #55c989 100%);
    background-color: #007d36;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.footer {
    position: fixed;
    display: flex;
    bottom: 0px;
    padding-bottom: 0;
    width: 1280px;
    max-width: 100%;
}


/* Estilos para el Select option */

.select-dropdown {
    position: relative;
}

.select-dropdown select {
    font-size: 1.4em;
    /* font-weight: 400; */
    max-width: 100%;
    padding: 3px 24px 3px 10px;
    border: none;
    color: #008598;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: " ";
    position: absolute;
    z-index: 0;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-azul);
}


/* Estilos para el Select option */


/* Estilos input text */

.input-txt {
    width: 99%;
    border: none;
    text-align: center;
    background-color: transparent;
    color: #0077be;
    font-size: 1.4em;
}

.input-txt:focus {
    outline: none;
    box-shadow: none;
}


/* Estilos input text */


/* Estilos Slider */

.slidecontainer {
    margin-top: 0px;
    width: auto;
    animation: opacity 1s ease 1;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 95%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 20px;
    margin: 15px auto;
    display: block;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #008598;
    cursor: pointer;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
}

.slider:active::-webkit-slider-thumb {
    transform: scale(1.3);
}

.slider:active::-moz-slider-thumb {
    transform: scale(1.3);
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #008598;
    cursor: pointer;
    border-radius: 50%;
}

.slidervalue {
    line-height: ;
    font-size: 1.5em;
    color: var(--color-azul);
    font-weight: 600;
}


/* Estilos Slider */

.negrita {
    font-family: Roboto-Bold;
}

/*  Estilos Com*/

.myimages {
    filter: contrast(0.3);
}

.verde {
    color: #008598;
}
.Der{
    text-align: right;
}
.Izq{
    text-align: left;
}
.backcolor1{
    background-color: #00849821;
}
.backcolor2{
    background-color: #0084981e;
}
.dtalleEnca{
    background-color: #9a2d9e !important;
    font-size: .75em;
}
.dtalleCont{
    color: #9a2d9e;
    
}
.letra70{
    font-size: 70%;
}
.myBtn{
    display: inline-flex;
    margin: 0 0 0px 5%;
    padding: 10px 50px 10px 50px;
    font-size: 1.1em;
    border-radius: 16px;
    border: none;
    font-family: 'Roboto-condensed-light';
    background-color: #058599;
    color: aliceblue;
    vertical-align: bottom;
}
.myBtn:active{
    background-color: #8a0599;
}
.btnInfo{
    position: absolute;
    font-size: 1.7em;
    bottom: 55px;
    left: 30px;
    font-family: 'Roboto-Bold';
    padding: 2px 15px;
    border: solid 1px #616161;
    border-radius: 30px;
    cursor: pointer;
}
.txtDerechos{
    font-size: .8em;
    margin: 0 0 0 15px;
    background-color: #008598;
    color: aliceblue;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.btnCerrar{
    position: absolute;
    border-radius: 100%;
    padding: 8px 13px;
    border: solid 1px #616161;
    font-size: 1.1em;
    background-color: #fff;
    color: black;
    left: 98%;
    top: -21%;
    cursor: pointer;
}
.divGraficas{
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.grafCalculo{
    height: 600px;
    width: 90%;
    display: block;
    position: absolute;
    top: 10%;
    background: #e8e8e8e8;
    left: 5%;
    z-index: 10;
}
.fondo{
    background-color: rgba(0, 0, 0, 0.65); 
    position: absolute; 
    top:0;
    left: 0; 
    width: 100%;
    height: 100%; 
    z-index: 9;  
    backdrop-filter: blur(6px);
}
.btnCerrarGrafica {
    z-index: 11;
    top: 5%;
    left: 95%;
}
.edicion{
    color: #a600ac;
}
.txtDerechos {
    font-size: .8em;
    margin: 0 0 0 15px;
    background-color: #2323235c;
    color: black;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}