﻿/*Clase para el ajuste de la imagen*/
.parent_css_modal_login_0162 {
    background-image: url(../imgConsumo/Flyer_Registro_Sianco.png);
    background-repeat: no-repeat;
    background-size: 1200px;
    height: 1000px;
    width: 1200px;
    border-radius: 20px;
    top: 400px;
}

/*1.css_modal_login_0162.modalViewerBox: Selecciona un elemento que tenga ambas clases css_modal_login_0162 y modalViewerBox.
  2.toolsTop: Selecciona un elemento hijo de .css_modal_login_0162.modalViewerBox que tenga la clase toolsTop.
  3.closeModalViewer: Selecciona un elemento hijo de .toolsTop que tenga la clase closeModalViewer.
*/
.css_modal_login_0162.modalViewerBox .toolsTop .closeModalViewer {
    filter: invert(1) brightness(2);
    margin-right: 10px;
    margin-top: 3px;
}

/*flyer Sin modal para visualizarla en el sitio de infoconsumo*/
.parent_FlyerImg {
    /*background-image: url(../imgConsumo/publicidad_firma_declaracion_68.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 38%;
    margin-top: 16rem;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    left: 30%;
    width: 48%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: unset;
}

    /*Quita los bordes de la zona ya que interfiere en la imagen*/
    .parent_FlyerImg .infocTitleZone {
        border-bottom: unset !important;
    }

/*Clase para darle estilo al titulo*/
/*.css_titulo_modal_0162 {
    text-align: center;
    font-size: 25px;
    color: #ffff;
    font-family: Arial,sans-serif;
    font-weight: bold;
    margin-top: revert;
}*/

/*Clase para darle estilo al parrafo*/
.css_parrafo_modal_0162 {
    text-align: center;
    color: #ffff;
    padding-top: 1rem;
    margin: 0 3rem;
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
}


/*Clase para darle estilo al boton*/
.css_buton_modal_0162 {
    text-align: center;
    color: #007bff;
    margin-top: 1rem;
    border: 1px solid #007bff;
    border-radius: 20px;
    display: inline-flex;
    padding: 5px 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    margin-top: 30px;
}

/*
  Aplicar estilos a los diferentes tamaños de pantalla que se requiera(modo responsivo),
  En este caso, se toma la clase de la imagen para ajustarla a la pantalla
*/

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) and (min-width:480px ) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width:799px ) and (min-width:600px ) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 767px) {
    .parent_css_modal_login_0162 {
        left: 1% !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .parent_css_modal_login_0162 {
        left: 1% !important;
    }
}

@media screen and (min-width: 1024px) {
    .parent_css_modal_login_0162 {
        left: 20% !important;
        padding: unset;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 828px) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 808px) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 264px) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 45px) {
    .parent_css_modal_login_0162 {
        display: none !important;
    }
}