@font-face {
    font-family: comun;
    src: url(../fonts/Co-Headline-W01-Regular.otf);
}

@font-face {
    font-family: fina;
    src: url(../fonts/Co-Headline-W01-Light.otf);
}

@font-face {
    font-family: amplio;
    src: url(../fonts/Co-Headline-W01-Bold.otf);
}

body {
    padding-left: 0px;
    padding-right: 0px;
    font-family: fina;
    margin-left: 0px;
    margin-right: 0px;
}

.row {
    padding: 0px 0px 0px 0px;
}

.blancofuerte {
    color: white;
    font-family: amplio;
    font-size: 3.5em;
}

.blancofuerte2 {
    color: white;
    font-family: amplio;
    font-size: 2em;
}

.blancosuave {
    color: white;
    font-family: fina;
    font-size: 3em;
}

.blancosuave2 {
    color: white;
    margin-left: -40px;
    font-family: fina;
    font-size: 40px;
}

.blancosuave3 {
    color: white;
    margin-left: -40px;
    font-family: fina;
    font-size: 20px;
}

.info-terreno {
    font-family: fina;
    color: azure;
    width: 180px;
    /*height: 250px;*/
    position: absolute;
    left: 2%;
    top: 1%;
    background-color: azure;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.headinfo {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    background-color: rgb(15, 156, 218);
    width: 100%;
    height: 40px;
    font-family: fina;
    text-align: center;
}

.headinfo p {
    padding: 5px;
    padding-top: 10px;
}

.bodyinfo strong {
    padding: 0px;
    color: black;
    overflow: hidden;
}

.bodyinfo {
    padding: 10px;
    color: black;
}

.botones {
    height: 100%;
    text-align: center;
}

.consultar {
    background-color: rgb(50, 120, 85);
}

.botones button {
    width: 45%;
    height: 30px;
    text-align: center;
    border: 0px;
}

.botones button:hover {
    opacity: 0.5;
}

.modal-header p {
    text-align: left;
}

.btnaccion {
    width: 30%;
    margin: auto;
}

.btnconsultarterreno2 {
    background-color: rgba(50, 120, 85, 0.8);
    transition-duration: 0.5;
}

.btnconsultarterreno:hover2 {
    background-color: rgba(50, 120, 85, 1);
}

.btnconsultarterreno2 span {
    color: azure;
}

.btnaccion {
    border: none;
    height: 40px;
    font-family: fina;
    color: azure;
    background-color: rgba(50, 120, 85, 0.8);
}

.modal-content {
    font-family: fina;
}

#cerrarform {
    right: 1px;
    top: 1px;
    background-color: transparent;
    position: absolute;
    border: none;
}

#confirmaconsulta {
    bottom: 5px;
    right: 5px;
    float: right;
    border: none;
    height: 40px;
    font-family: fina;
    color: azure;
    background-color: rgba(50, 120, 85, 1);
}

.modal-contenido {
    background-color: white;
    padding: 10px 20px;
    margin: 20% auto;
    position: relative;
}

.modalconfir {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    display: none;
}

.modalconfir img {
    display: block;
    width: 100%;
    margin: auto;
}

@media (max-width: 600px) {
    .info-terreno {
        position: relative;
        width: 100%;
        left: 0%;
        border: 1px red;
    }
    .modalconfir img {
        display: block;
        width: 50%;
        margin: auto;
    }
}