html{
    background: url('../img/img_fondo_login.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
	margin: 0;
	padding: 0;
    font-family: 'Roboto',sans-serif;
    background: transparent!important;
}


form{
    letter-spacing: 1px;
    font-size: 12px;
}

input{
    letter-spacing: 1px;
}


form img{
    height: 60px;
}


.container_form{
    width: 400px;
    height: auto;
    margin: auto;
    margin-top: 200px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.65);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.65);
}

.container_titulo_pagoseguro{
    height: 45px;
    background: #2e276e; /* Old browsers */
    background: -moz-linear-gradient(top, #000063 0%, #3561c2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000063 0%,#3561c2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000063 0%,#3561c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e276e', endColorstr='#3561c2',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-left: solid 1px white;

}

.container_titulo_pagoseguro img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 6px;
}

.titulo_pagoseguro {
    text-align: center;
    color: white;
    font-size: 21px;
    line-height: 45px;
}

#checkbox_index span{
    font-size: 10px;
}

.condicion_privacidad {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}


.contenedor_form{
    background-color: rgba(255,255,255,0.9);
    height: auto;
}

#formulario_pagoseguro{
    width: 90%;
    height: 380px;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 20px;
}


.cajas_form_uno{
    height: 50px; 
    margin-top: 20px;
}

.texto_encabezado{
    font-size: 13px !important;
    color: #555;
    margin-left: 6px;
}

.bloque_input_uno{
    width: 100%!important;
    margin-top: 5px;
    border-radius: 4px;
    border: solid 1px #2e276e;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 0.8rem;
    line-height: 0.8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding-left: 10px;
}


.legalidad{
    float: right;
}

.legalidad p{
    margin: 2px;
    font-weight: 400;
    color: #db8b16;
    text-align: right;

}

.btn_pagoseguro{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #000735;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
margin-bottom: 20px;
cursor:pointer;
}

.btn_pagoseguro:hover{
    
    background-color: #000063;
    color: #ffffff;
}

.tarjetas_pagoseguro{

    border-top: 3px solid #000063;
    background-color: white;
    height: 50px;
    display: block;
    text-align: center;
}



.tarjetas_pagoseguro img{
    margin-top: 10px;
    height: 30px;
    margin-right: 3px;

}


#container_footer{
    width: 100%;
    height: 50px;
    left: 0px;
    border-top: 3px solid #000063;
    color: #000063;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 82px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7)
}


.bloque_interior_footer{
    max-width: 850px;
    margin: auto;
    display: block;
}

.bloque1_footer{
    float: left;
    width: 29%;
    margin-left: 2%;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;

}

.bloque1_footer img{
    height: 15px;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}

.bloque2_footer{
    float: left;
    width: 45%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.bloque3_footer{
    float: left;
    width: 22%;
    margin-right:2%;
    text-align: right;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

a{
    color: #000063;
    text-decoration: none;
}

.cabecera_logo_inferior{
    display: inline;
    width: 50%;
}

@media (max-width: 580px){
.container_form{width: 100%; margin-top: 0px;}
.encabezados_primero{width: 100%;}
.bloque_input_nombre{width: 100%;}
.bloque_input_apellidos{width: 100%;}
.texto_pagoseguro{width: 100%;}
.texto_pagoseguro p {width: 90%; margin:auto; font-size: 16px;}
.container_titulo_pagoseguro{-webkit-border-radius: 0px 0px 0px 0px;border-radius: 0px 0px 0px 0px;}
.contenedor_form{-webkit-border-radius: 0px 0px 0px 0px;border-radius: 0px 0px 0px 0px;}
.bloque1_footer{width: 100%; text-align: center; margin-left: 0px;}
.bloque2_footer{width: 100%; text-align: center; margin-left: 0px;}
.bloque3_footer{width: 100%; text-align: center; margin-left: 0px;line-height: 14px;}
#container_footer{height: 110px; margin-top: 0px;}
}

@media (max-width: 470px){
.texto_pagoseguro{height: 75px;}
}

@media (max-width: 455px){
.tarjetas_pagoseguro{height: 100px;}
.texto_ampliado_pagoseguro{margin-bottom:50px; font-size: 15px;}
}


@media (max-width: 400px){
.texto_ampliado_pagoseguro{font-size: 15px;}
.container_form{margin-top: 5px;}
}


@media (max-width: 380px){
    .texto_ampliado_pagoseguro{margin-bottom:70px;}
}



#menu img{
    height: 20px;
    border: solid 1px #898989;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-left:10px;
}

.flag{height: 20px;}
.marginBottom {margin-bottom:5px;}
