﻿

@font-face {
    font-family: 'Montserrat-Regular'; /* nombre que le damos a la fuente */
    src: url('open-iconic/font/fonts/Montserrat-Regular.ttf');/*format('truetype');*/ /* formato para navegadores antiguos */
}

@font-face {
    font-family: 'Montserrat-Regular-bold'; /* nombre que le damos a la fuente */
    src: url('open-iconic/font/fonts/Montserrat-Bold.ttf'); /*format('truetype');*/ /* formato para navegadores antiguos */
}

#fuente_cuerpo {
    font-family: 'Montserrat-Regular';
}


.body_inicial {
    background-image: url('../images/Edificios.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.button_empezar {
    color: #ffffff;
    background-color: #78ba00;
    font-size: medium;
    border: 0px solid #78ba00;
    border-radius: 4px;
    padding: 10px 32px;
    cursor: pointer;
    font-family: 'Montserrat-Regular-bold';
}

    .button_empezar:hover {
        color: #ffffff;
        background-color: #78ba00;
    }



.button_soyagente {
    font-weight: bolder;
    color: #78ba00;
    background-color: #fff;
    font-size: small;
    border: 0px solid #fff;
    border-radius: 3px;
    padding: 4px 25px;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
}

    .button_soyagente:hover {
        color: #78ba00;
        background-color: #fff;
    }



.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    height: 100%;
    max-width: 100%;
    margin: auto;
    top: -8%;
    /*    padding-right: 2%;
    padding-left: 2%;*/
}

.modal-content {
    height: 100%;
    border: solid 2px white;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /*padding: 20px;*/
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1%;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #ddd;*/
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 10%;
    padding-top:15px;
}

    .modal-header .modal-title {
        font-family: 'Montserrat-Regular';
        font-weight:500;
        font-size: x-large;
        margin: 0;
    }

.modal-body {
    margin-bottom: 20px;
    font-size: small;
    padding: 0;
    color: #000000a1;
}
    .modal-body p {
        padding: 0;
        margin: 0;
        color: #000000a1;
    }



.leaflet-control-attribution {
    display: none;
}


.imegen_fondo {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    border: 0;
    /*max-height: 115px;*/
    min-height: 130px;
    max-height: 140px;
}
#col-imagen {
    max-height: 115px;
    padding:0;
}
#div_boton {
    margin-bottom: 20px;
    margin-top: 11%;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 950px) {

    .imegen_fondo {
        width: 100%;
        border: 0;
        max-height: initial;
    }

    #col-imagen {
        max-height: initial;
        padding: 0;
    }

    #div_boton {
        margin-bottom: 20px;
        margin-top: 4%;
    }

    #imagenes_inicio {
        position:relative;
        top: -180px;
    }
}
#logo_inicio {
    width: 26%;
    margin-top: -1%;
    box-sizing: initial;
    vertical-align: initial;
}

#logo_marcus_inicio {
    max-width: 74%
}

.center-block {
    color: #B9B9B9;
    text-align: center;
    margin: auto;
    font-size: x-small;
    padding-top: 5px;
}

#Terminos_condiciones {
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: medium;
    margin: auto;
    padding: 20px;
}
#Terminos_condiciones, a {
    text-decoration: none;
    color: #093F49;
}



.btn_modal_cuador {
    font-weight: 600;
    margin: auto;
    color: #ffffff;
    background-color: #024959;
    font-size: medium;
    border: 0px solid #024959;
    border-radius: 4px;
    padding: 10px 32px;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
}

    .btn_modal_cuador:hover {
        text-decoration: none;
        background: #355061;
    }



.btn_modal_ubicame {
    float: right;
    background: #024959;
    border-radius: 4px;
    width: 78px;
    text-align: left;
    padding: 4px 4px;
    margin: 2px;
    color: white;
    font-size: x-small;
}

    .btn_modal_ubicame:hover {
        background: #024959;
        text-decoration: none;
    }




#coordinates {
    font-size:xx-small;
    display:none;
}

.label_Direccion {
    font-size: x-small;
    color: #00313c;
    font-weight: bold;
}

.label_Direccion_titulo {
    /*    font-size: medium;
    color: #024959;
    font-weight: bold;*/
    font-family: 'Montserrat-Regular';
    font-size: larger;
    color: #024959;
    font-weight: 600;
}

.input_text_Direccion{
padding:0;
}

#mapid {
    width: 100%;
    /*height: 300px;*/
    min-height:300px;
    z-index: 0;
    position: relative;
    margin:auto;
}

.pregunta {
    flex: 1; /* Toma el espacio restante */
    font-size: 10px;
    font-weight: 600;
}

.valor_label {
    font-weight: 600;
    font-size: 14px;
    max-height: 36px;
    max-width: 32px;
    border-radius: 6px;
    background: #B9B9B9;
    /* background: #FF9900;*/
    color: #fff;
    line-height: 2em;
    text-align: center;
    border: solid 0.5px;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat-Regular';
}
.valor_label.SI {

     background: #FF9900;

}
    .valor_label.NO {
        background: #B9B9B9;
    }

.valores {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
    padding-right: 4px;
    border: 2px solid #B9B9B9;
    text-align: left;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #B9B9B9;
}

    .valores.si {
        border: 2px solid #FF9900;
        color: #FF9900;
    }

    .valores.si2 {
        border: 1px solid green;
        color: green;
    }

.input_numero {
    color: #B9B9B9;
}

.input_numerosi {
    color: #FF9900;
}

.input-group_div {
    /*width:inherit;*/
    max-height: 26px;
    margin: 0;
    padding: 0;
}

.iten_tex {
    border: white;
   /* border: solid blue 1px;*/
}

.ajustar {
    margin: 0;
    padding: 0;
}

.input-group-append{

    text-align:center;
}

.span_contec {
    display: initial;
    /*border: solid red 1px;*/
}


.div_select {
    padding-top: 16px;
    border-top: 1px #B9B9B9 solid;
    margin-top: 10px;
    margin-bottom: 40px;
}

.descripcion_fotos {
    font-size: 61%;
}

.imagen-referencial {
    border-radius: 6px;
    height: 174px;
    width: 100%;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 20px;
}

.campo-vacio {
    border: 2px solid red; /* Estilo de borde rojo para campos vacíos */
}
.color_vacio {
    color: red; /* Estilo de borde rojo para campos vacíos */
}



/*-------------------------------------------------------------------*/
/* usado para ver  la estructura de los componentes html*/
/*.border-rojo {
    border: solid 2px red;
}

.border-verde {
    border: solid 2px green;
}

.border-azul {
    border: solid 2px blue;
}

.border-naranja {
    border: solid 2px orange;
}

.border-pink {
    border: solid 2px pink;
}

.border-morado {
    border: solid 2px purple;
}*/

