.content-descubre {
    height: auto;
    width: auto;
    border: 4px solid #C60000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


.content-model {
    height: auto;
    width: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #ffffff;
}

.btn-blue {
    background: rgb(0,68,128);
    background: -moz-linear-gradient(90deg, rgba(0,68,128,1) 0%, rgba(0,74,134,1) 26%, rgba(0,89,150,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,68,128,1) 0%, rgba(0,74,134,1) 26%, rgba(0,89,150,1) 100%);
    background: linear-gradient(90deg, rgba(0,68,128,1) 0%, rgba(0,74,134,1) 26%, rgba(0,89,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004480",endColorstr="#005996",GradientType=1);
    color: #ffffff;
}

.btn-red {
    background: rgb(255,0,0);
    background: -moz-linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#9e0000",GradientType=1);
    color: #ffffff;
}

.torito-form-input {
    color: #1A1A1A;
    background-color: #FFFFFF;
    border: 1px solid #1A1A1A;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}