

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#franja  {
    background-color: #B56559;
    color:white;
    padding:15px 0;
}

#tope {
    background-image: url('/images/portada.jpg');
    background-size: cover;
    width:100%;
    background-position:center center;
    min-height:700px;
 

}

.texto-tope {
    padding:15px;
    margin-left:15px;
    background-color:rgba(0,0,0,0.3);
    font-size: 20px;
    font-weight: bold;
    color: white;
    max-width: 600px;
}

#caracteristicas {
    margin-bottom:15px;
}

    #caracteristicas .icono {
        text-align: center;
        font-size: 60px;
        color: white;
        background-color: #7F8B73;
        padding: 10px;
    }

    #caracteristicas .titulo {
        text-align: center;
        font-size: 20px;
        color: white;
        background-color: #97A08D;
        padding: 10px;
    }

    #caracteristicas .texto {
        text-align: center;
        font-size: 16px;
        padding: 10px 20px;
    }


#contacto {
    background-color: #B56559;
    padding:25px 0;
}

    #contacto .form-label {
        color: white !important;
        margin-bottom:5px !important;
    }

    #contacto .btn-primary {
        background-color: #843C3A !important;
        border-color: #843C3A !important;
    }


#ilustrativa {
    border-top: 5px solid #7A856D;
    border-bottom: 5px solid #7A856D;
}