﻿body{
    font-family: 'Montserrat', sans-serif;
}

.cabecera img{
    width: 100%;
}
.celular{
    display: none;
}

.formulario{
    padding: 20px 0;
}

.titulo{
    color: #8d0101;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.subtitulo{
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.form-group{
    margin-bottom: 30px;
}

label{
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.resultado{
    background: #f7f7f7;
    color: gray;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
}
.resultado strong{
    width: 100%;
    color: black;
    display: inline-block;
    margin-bottom: 20px;
}

.resultado h4{
    color: red;
    font-weight: bold;
}

.btn-pagar{
    display: none;
}


.forma{
    border: 4px solid transparent;
    background: #f7f7f7;
    padding: 12px;
    cursor: pointer;
}
.forma:hover, .forma-activo{
    border: 4px solid blue;
}
.forma img{
    width: 100%;
    display:inline-block;
}
.forma div{
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
    display:inline-block;
}


.imagenCancel{
    width: 100%;
}


.jaladeras{
    display: none;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .celular{
        display: block;
    }
    .cabecera{
        display: none;
    }
}

@media screen and (max-width:576px){
    
}