﻿.main-content {
    width: 100%;
}

#texto-header {
    font-size: 15px;
}

.margenArticulo45y43 {
    padding: 45px 20px 0 21px;
    height: 250px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
}

#cuerpoModalArticulos {
    padding: 5% 10% 0 10%;
}

.emailWell {
    border: 1px solid #96c2ed;
    box-shadow: 0px 0px 4px #96c2ed inset;
    /*padding-bottom: 50px;*/
}

.emailWellError {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 4px #601d1d inset;
    padding-bottom: 50px;
}

.contactoWellError {
    border: 2px solid #b93524;
    box-shadow: 0px 0px 4px #601d1d inset;
}

.emailText {
    margin-bottom: 40px;
}

.comentario {
    font-size: 16px;
}

/*.underline{
    margin-bottom:20px;
}*/

.no_visible {
    display: none;
}

.texarea_solicitud {
    min-height: 100px;
}

.espacio-top {
    padding-top: 4em;
}

.espacio-top-min {
    padding-top: 1em;
}

textarea {
    resize: vertical;
    min-height: 50px;
}


/*#map{
    height:500px;
    width:auto;
}*/

#verLinksPdf a > p {
    font-size: small;
}

.control-label {
    font-size: 1.2em;
}
/*PARA ARREGLAR el main*/
.fixedHtml {
    padding-right: 20px;
    margin-top: 25px;
    min-height: 600px;
}

    .fixedHtml .well a {
        color: white;
    }

    .fixedHtml .well {
        min-height: 270px;
    }

.espacio {
    margin: 5px 5px;
}


.links {
    color: rgb(70, 122, 167) !important;
}
/***********************/

.megabox {
    width: 100%;
}

#displayVinculo {
    display: none;
}

#antecedentesBox {
    display: none;
}

#modalFinalizar > .modal-dialog {
    width: 80%;
}

#causanteBox {
    display: none;
}

.celdaDetalle {
    display: none;
}

.modal-backdrop {
    position: relative;
}

.modal-open {
    overflow: auto;
}

.modal.fade {
    backdrop-filter: blur(0.15em);
}

.wizard .content {
    min-height: 100px;
}

    .wizard .content > .body {
        width: 100%;
        height: auto;
        position: relative;
    }

.wizard > .content > .body ul {
    list-style: inside !important;
}

.top-buffer {
    margin-top: 10px;
    margin-bottom: 10px;
}


@media (max-width: 992px) {
    #modalFinalizar > .modal-dialog {
        width: 100%;
    }
}

input.error, select.error, span.error, textarea.error {
    background: rgb(255, 255, 255) !important;
    border: 2px solid !important; /* #f70009*/
    color: #8a1f11 !important;
    border-color: rgb(185, 74, 72) !important;
}

/*@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}*/
/*@page {
    size: A4;
    margin: 1cm;
}*/

/*@media print {
    html, body {
        width: 210mm;
        height: 280mm;
        zoom: 100% !important;
    }
}*/

.labelLargo {
    font-size: 20px;
    margin-top: 7px;
}

.input-group-largo > input {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-group-largo > span > button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.tituloFormulariosTramitesVarios {
    font-weight: bold;
    color: var(--main-inverse-color);
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
