@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #e8e8e8;
}

p {
    font-size: 16px;
    color: #434342;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto', sans-serif;
}

.pregunta h3 {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
}

.pregunta label {
    font-size: 16px;
}

.box-radio {
    margin-left: 135px;
    margin-right: 135px;
}

.contenido {
    background: #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-enviar {
    background-color: #B4123B;
    width: 240px;
    color: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 0px 4px 0px 1px rgba(145,15,47, 1);
    -moz-box-shadow: 0px 4px 0px 1px rgba(145,15,47, 1);
    box-shadow: 0px 4px 0px 1px rgba(145,15,47, 1);
    border: none;
    font-weight: bold;
}

label {
    font-size: 15px;
}

.btn-enviar:focus,
.btn-enviar:active,
.btn-enviar:active:hover,
.btn-enviar::active:focus {
    background-color: #B4123B;
    color: #fff;
}

.texto-encabezado {
    text-align: justify;
    background-color: #fff;
    padding: 20px;
}

.btn-enviar:active:hover,
.btn-enviar.active:hover,
.btn-enviar:active:focus,
.btn-enviar.active:focus,
.btn-enviar:active.focus,
.btn-enviar.active.focus {
    background-color: #B4123B;
    color: #fff;
}

.btn-enviar:hover {
    background-color: #a81137;
    color: #fff;
}

.btn-enviar:visited {
    background-color: #B4123B;
    color: #fff;
}

.box-error,
.box-exito {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-error .btn,
.box-exito .btn {
    margin-top: 10px;
}

.box-error h2,
.box-exito h2 {
    font-size: 24px;
}

.banner-principal {
    width: 100%;
}

.label-error {
    border: 2px solid red;
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-weight: bold;
}

.box-exito-ppal {
    position: fixed;
    top: 550px;
    right: 0;
    left: 0;
}

.responsive-iframe {
    height: auto !important;
    background: red;
    overflow: hidden;
    border: 2px solid;
}

.responsive-iframe iframe {
    height: auto;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.py-20 {
    margin: 20px 0;
}
.py-40 {
    margin: 40px 0;
}
.g-recaptcha div {
    margin: 0 auto;
}
.textos-legales p, .textos-referencias p {
    font-size: 14px !important;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .pregunta h3 {
        text-align: left;
    }

    .box-radio {
        margin-left: 0px;
        margin-right: 0px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .box-radio {
        margin: 0 20px;
    }

    .pregunta h3 {
        text-align: left;
    }

}