
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

 

input[type=number] {

    -moz-appearance:textfield;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-size:15px;
    margin: 0 auto;
    padding: 0 ;
    max-width: 1400px;
    background-color:#fff;
	color:#929292;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}


footer{
    border-top: solid 20px #f9ba0d;
    display:none;
    background-color:#fff;
     text-align: center;
     height: 150px;
     padding:50px 50px;
     
}
header{
    margin: 0 auto;
    width: 100%;
    background-color:#fff;
    height: 200px;
    box-sizing: border-box;
    padding: 70px;
    text-align: center;
    
}

.cincuenta{
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.cien{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.logo{
    text-align: left;
    width: 50%;
}
.logo img{
    width: 100%;
}

.menu_aside{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;  
}

.menu_item{
    text-align: right;
    display: inline-block;
  font-size: 16px;
    padding: 0px;
    margin-top: 33px;
    margin-left: 60px;
    vertical-align:top;
    box-sizing: border-box;

}

.social a{
    color: #fff;
    background: #929292;
    padding: 8px;
    margin-left: 10px;
    border-radius: 16px;
}

.aseguradoras{
    background: #fff;
    border-top: solid 50px #dadada;
    height: 630px;
    
}
.form{
    border-top: solid 50px #f9ba0d;
    width: 51%;
    display: inline-block;
    margin:  0px auto -4px -4px;
    padding-bottom: 80px;
    background-color: #1b2c71;
    height: 675px;
    
}

.titulo_form{
    position: relative;
    font-size: 22px;
    color: #1b2c71;
    text-align: center;
    margin: -65px 0px 0px 20px;
    letter-spacing:1px;
    font-weight: 700;
}
.titulo_form h1{
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    
}

/*
.titulo_form img{
    position: absolute;
    left: 453px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    margin: 16px -61px -10px 4px;
    display: inline-block;
    height: 90px;
    width: 110px;
    
    
}*/
.aseguradoras img{
    width: 100%;
}

.title_azul{
    width: 100%;
    height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #0094da;
    padding: 15px 30px 4px 60px;
    font-size: 20px;
    box-sizing: border-box;
}

.aseguradoras_logos{
    background: #fff;
    padding-top: 30px;
    padding-left: 60px;
    height: 230px;
    
}
.aseguradoras_logos img{
    width: 60px;   
    height: 50px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 10px 45px 12px 0px;
    text-align: left;
}

.inputs{
    
    width: 100%;
    margin: 12px;
    padding: 13px;
    border-radius: 10px;
    border: none;
    color: #0094da;
    font-weight: 600;
    opacity: 1;
}

.input{
    
    width: 100%;
    margin: 12px;
    padding: 13px;
    border-radius: 10px;
    border: none;
    color: #0094da;
    font-weight: 600;
    opacity: 1;
    
    text-transform:lowercase;
}




::placeholder { 
    color: #0094da;
    font-weight: 600;
    opacity: 1;
}

:-ms-input-placeholder { 
    color: #0094da;
}

::-ms-input-placeholder { 
    color: #0094da;
}



.cont_form{
    width: 60%;
    margin: 20px auto 0 auto;
}

.pregunta{
    text-align: center;
    margin: 10px auto 15px auto;
    font-size: 16px;
    color: #fff;
    
}

.atencion{
    text-align: center;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
    
}

.atencion a{
    font-size: 14px;
    color: #0094da;
    text-decoration: underline;
}


.atencion2{
    margin: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    
    
}

.atencion2 a{
    color: #fff;
    margin: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.boton{
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
}


.cont_form img{
    margin: 50px auto 0 auto;
    width: 50px;
    height: 50px;
    display: block;
}

.center{
    text-align: center;
}





/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 15x 15px 15px 5px; 
    color: #2196F3;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: white;
}

















.azul{
    background:  #1b2c71;

}


.tipos{
    width: 90%;
    margin: 0 auto;

}

.titilo_tipos{
    color:#fff;
    width: 90%;
    font-weight: 600;
    padding: 60px;
    margin: 0px auto;
    font-size: 40px;
    text-align: center;
}

.tipo{
    vertical-align: top;
    text-align: center;
    width: 19%;
    margin: 30px auto;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
 
}
.tipo img{
    width: 30%;
    margin: 0 auto;
    height: 90px
}
.tipo h4{
    position: relative;
    margin: 0 auto 10px auto;
    width: 80%;
    color: #f9ba0d;
    font-size: 16px;
}
.tipo p{
    margin: 0 auto;
    width: 70%;
    color: #fff;
    font-size: 12px;
}














.img_bg_100{
    background-image: url(../img/siniestro.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 100px 100px 100px;
}
.img_bg_100_aviso{
    background-image: url(../img/aviso.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_qs{
    background-image: url(../img/quienes-somos.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_enviado{
    background-image: url(../img/enviado.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    padding: 150px;
}
.titulo_{
    width: 100%;
    margin: 0 auto;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.titulo_2{
    width: 100%;
    margin: 10px auto;
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.titulo_3{
    width: 100%;
    margin: 10px auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.linea_azul{
    background: #0094da;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    padding: 15px;
}


.contenido_bttn{
    background: #1b2c71;
    color: #fff;
   
}

.contenido_bttn p{
    text-align: justify;
    padding: 50px;
    margin: 0px auto;
    width: 50%;
}

.principal{
    position: relative;
}
.menu_{
    position: absolute;
    left: 100px;
    font-size: 30px;
    color: #ffff;
    top: 60px;
    cursor: pointer;
    
}



.menu{
    display: none;
    position: absolute;
    left: 100px;
    top: 120px;
    background: #fff;
    color:#555;
    width: 200px;
    z-index: 6;
    text-align: center;
    list-style: none;
    padding: 30px;
}
.menu ul{
    margin: 0 auto;
    text-align: center;
}
.menu li{
    width: 90%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-bottom: 1px #555 solid;
}
.menu li a {
    
   text-decoration: none;
    color:#555;

}


.pico{
    position: absolute;
    left: 10px;
    top: -20px;
    color: #fff;
    width: 20px;
    height: 20px;
}


.inicio{
    background-image: url(../img/contacto.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.inicio2{
    background-image: url(../img/index.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.title_gris{
    width: 100%;
    height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #dadada;
    padding: 15px 30px 4px 60px;
    font-size: 20px;
    box-sizing: border-box;
}

.contacto{
    text-align: center;
    background: #fff;
    height:215px;
    box-sizing: border-box;
    padding: 60px;
}

.telefono_az{
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    color:#1b2c71;
}

.correo_{
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color:#1b2c71;
}


.form2{
    border-top: solid 50px #1b2c71;
    width: 51%;
    display: inline-block;
    margin:  0px auto -4px -4px;
    padding-bottom: 80px;
    background-color:#0094da;
    height: 630px;
    
}

.titulo_form2{
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: -65px 20px 0px 20px;
    letter-spacing:1px;
    font-weight: 500;
}
.titulo_form2 h1{
    position: absolute;
    left: 260px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    
}


.titulo_form2 img{
    position: absolute;
    left: 453px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    margin: 16px -61px -10px 4px;
    display: inline-block;
    height: 90px;
    width: 110px;
    
    
}


.envia{
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
#btnSubmit{
    
    background: #f9ba0d;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px 10px 50px;
    color:#1b2c71; 
    border: none;
    border-radius: 10px;
    
}


@media only screen and (max-width: 1200px) {
    
  
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-size:15px;
    margin: 0 auto;
    padding: 0 ;
    max-width: 1199px;
    background-color:#fff;
	color:#929292;
    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}



header{
    margin: 0 auto;
    width: 100%;
    background-color:#fff;
    height: 200px;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
    
}

.menu_item{
    text-align: right;
    display: inline-block;
  font-size: 16px;
    padding: 0px;
    margin-top: 33px;
    margin-left: 20px;
    vertical-align:top;
    box-sizing: border-box;

}


.aseguradoras{
    background: #fff;
    border-top: solid 50px #dadada;
    height: 695px;
    
}
.form{
    border-top: solid 50px #f9ba0d;
    width: 51%;
    display: inline-block;
    margin:  0px auto -4px -4px;
    padding-bottom: 80px;
    background-color: #1b2c71;
    height: 695px;
    
}




.title_azul{
    text-align: center;
    width: 100%;
    height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #0094da;
    padding: 15px 30px 4px 60px;
    font-size: 20px;
    box-sizing: border-box;
}

.aseguradoras_logos{
    background: #fff;
    padding-top: 10px;
    padding-left: 30px;
    height: 250px;
    
}
.aseguradoras_logos img{
    width: 50px;   
    height: 50px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 10px 20px 12px 0px;
    text-align: left;
}

.inputs{
    
    width: 100%;
    margin: 12px;
    padding: 13px;
    border-radius: 10px;
    border: none;
    color: #0094da;
    font-weight: 600;
    opacity: 1;
    
    text-transform: capitalize;
}

.input{
    
    width: 100%;
    margin: 12px;
    padding: 13px;
    border-radius: 10px;
    border: none;
    color: #0094da;
    font-weight: 600;
    opacity: 1;
    
    text-transform:lowercase;
}




::placeholder { 
    color: #0094da;
    font-weight: 600;
    opacity: 1;
}

:-ms-input-placeholder { 
    color: #0094da;
}

::-ms-input-placeholder { 
    color: #0094da;
}



.cont_form{
    width: 70%;
    margin: 20px auto 0 auto;
}

.pregunta{
    text-align: center;
    margin: 10px auto 15px auto;
    font-size: 16px;
    color: #fff;
    
}

.atencion{
    text-align: center;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
    
}

.atencion a{
    font-size: 14px;
    color: #0094da;
    text-decoration: underline;
}


.atencion2{
    margin: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    
    
}

.atencion2 a{
    color: #fff;
    margin: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.boton{
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
}


.cont_form img{
    margin: 50px auto 0 auto;
    width: 50px;
    height: 50px;
    display: block;
}

.center{
    text-align: center;
}





/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 15x 15px 15px 5px; 
    color: #2196F3;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: white;
}


.img_bg_100{
    background-image: url(../img/siniestro.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 100px 100px 100px;
}
.img_bg_100_aviso{
    background-image: url(../img/aviso.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_qs{
    background-image: url(../img/quienes-somos.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_enviado{
    background-image: url(../img/enviado.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    padding: 150px;
}
.titulo_{
    width: 100%;
    margin: 0 auto;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}



}
    

@media only screen and (max-width: 768px) {
    
 
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-size:15px;
    margin: 0 auto;
    padding: 0 ;
    max-width: 768px;
    background-color:#fff;
	color:#929292;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}



header{
    margin: 0 auto;
    width: 100%;
    background-color:#fff;
    height: 200px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    
}

.cincuenta{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.cien{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.logo{
    text-align: center;
    width: 100%;
}
.logo img{
    width: 70%;
}

.menu_aside{
    display: none;
    vertical-align: top;
    font-weight: 500;  
}


footer{
    border-top: solid 20px #f9ba0d;
    display:inline-block;
    width:100%;
    background-color:#fff;
     text-align: center;
     height: auto;
     padding:50px 0px;
     
}
.menu_aside2{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;  
}

.menu_item2{
    text-align: right;
    display: inline-block;
  font-size: 16px;
    padding: 0px;
    margin-top: 33px;
    margin-left: 20px;
    vertical-align:top;
    box-sizing: border-box;

}

.social a{
    color: #fff;
    background: #929292;
    padding: 8px;
    margin-left: 10px;
    border-radius: 16px;
}


.aseguradoras{
    background: #fff;
    border-top: solid 50px #dadada;
    height: 630px;
    
}
.form{
    border-top: solid 50px #f9ba0d;
    width: 100%;
    display: inline-block;
    margin:  180px auto -4px -4px;
    padding-bottom: 80px;
    background-color: #1b2c71;
    height: 675px;
    
}


.aseguradoras_logos{
    background: #fff;
    padding-top: 30px;
    padding-left: 60px;
    height: 230px;
    
}
.aseguradoras_logos img{
    width: 60px;   
    height: 50px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 10px 45px 12px 0px;
    text-align: left;
}










.tipos{
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.titilo_tipos{
    color:#fff;
    width: 90%;
    font-weight: 600;
    padding: 40px;
    margin: 40px auto;
    font-size: 40px;
    text-align: center;
}

.tipo{
    vertical-align: top;
    text-align: center;
    width: 45%;
    margin: 0px auto;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
 
}
.tipo img{
    width: 30%;
    margin: 0 auto;
    height: 100px
}
.tipo h4{
    position: relative;
    margin: 0 auto 10px auto;
    width: 80%;
    color: #f9ba0d;
    font-size: 16px;
}
.tipo p{
    margin: 0 auto;
    width: 70%;
    color: #fff;
    font-size: 12px;
}














.img_bg_100{
    background-image: url(../img/siniestro.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 100px 100px 100px;
}
.img_bg_100_aviso{
    background-image: url(../img/aviso.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_qs{
    background-image: url(../img/quienes-somos.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px;
}

.img_bg_100_enviado{
    background-image: url(../img/enviado.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    padding: 150px;
}
.titulo_{
    width: 100%;
    margin: 0 auto;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.titulo_2{
    width: 100%;
    margin: 10px auto;
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.titulo_3{
    width: 100%;
    margin: 10px auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.linea_azul{
    background: #0094da;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    padding: 15px;
}


.contenido_bttn{
    background: #1b2c71;
    color: #fff;
   
}

.contenido_bttn p{
    text-align: justify;
    padding: 50px;
    margin: 0px auto;
    width: 80%;
}





.inicio{
    background-image: url(../img/contacto.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.inicio2{
    background-image: url(../img/index.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.title_gris{
    width: 100%;
    height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #dadada;
    padding: 15px 30px 4px 60px;
    font-size: 20px;
    box-sizing: border-box;
}

.contacto{
    text-align: center;
    background: #fff;
    height:215px;
    box-sizing: border-box;
    padding: 60px;
}

.telefono_az{
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    color:#1b2c71;
}

.correo_{
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color:#1b2c71;
}


.form2{
    border-top: solid 50px #1b2c71;
    width: 100%;
    display: inline-block;
    margin:  80px auto -4px -4px;
    padding-bottom: 80px;
    background-color:#0094da;
    height: 630px;
    
}

.titulo_form2{
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: -65px 20px 0px 20px;
    letter-spacing:1px;
    font-weight: 500;
}
.titulo_form2 h1{
    position: absolute;
    left: 260px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    
}


.titulo_form2 img{
    position: absolute;
    left: 453px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    margin: 16px -61px -10px 4px;
    display: inline-block;
    height: 90px;
    width: 110px;
    
    
}


.envia{
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
#btnSubmit{
    
    background: #f9ba0d;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px 10px 50px;
    color:#1b2c71; 
    border: none;
    border-radius: 10px;
    
}
    
}



@media only screen and (max-width: 425px) {
    
 
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-size:15px;
    margin: 0 auto;
    padding: 0 ;
    max-width: 425px;
    background-color:#fff;
	color:#929292;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}



header{
    margin: 0 auto;
    width: 100%;
    background-color:#fff;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    
}

.cincuenta{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.cien{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.logo{
    text-align: center;
    width: 100%;
}
.logo img{
    width: 100%;
}

.menu_aside{
    display: none;
    vertical-align: top;
    font-weight: 500;  
}





.aseguradoras{
    background: #fff;
    border-top: solid 20px #dadada;
    height: 630px;
    
}
.form{
    border-top: solid 50px #f9ba0d;
    width: 100%;
    display: inline-block;
    margin:  380px auto -4px -4px;
    padding-bottom: 80px;
    background-color: #1b2c71;
    height: auto;
    
}


.aseguradoras_logos{
    background: #fff;
    padding-top: 30px;
    padding-left: 60px;
    height: 230px;
    
}
.aseguradoras_logos img{
    width: 70px;   
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 10px 25px 12px 0px;
    text-align: left;
}





.titulo_form{
    position: relative;
    font-size: 25px;
    color: #1b2c71;
    text-align: center;
    margin: -55px 0px 0px 20px;
    letter-spacing:1px;
    font-weight: 700;
}
.titulo_form h1{
    font-size: 20px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    
}





.title_azul{
    width: 100%;
    height: 60px;
    margin-top: -5px;
    color: #fff;
    background: #0094da;
    padding: 15px 30px 4px 60px;
    font-size: 16px;
    box-sizing: border-box;
}







::placeholder { 
    color: #0094da;
    font-weight: 600;
    opacity: 1;
}

:-ms-input-placeholder { 
    color: #0094da;
}

::-ms-input-placeholder { 
    color: #0094da;
}



.cont_form{
    width: 70%;
    margin: 20px auto 0 auto;
}

.pregunta{
    text-align: center;
    margin: 10px auto 15px auto;
    font-size: 16px;
    color: #fff;
    
}








/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 15px 15px 15px 5px; 
    color: #2196F3;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: white;
}















.tipos{
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.titilo_tipos{
    color:#fff;
    width: 100%;
    font-weight: 600;
    padding: 120px 0px 40px 0px;
    margin: 40px auto 40px auto;
    font-size: 30px;
    text-align: center;
}

.tipo{
    vertical-align: top;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
 
}
.tipo img{
    width: 30%;
    margin: 0 auto;
    height: 100px
}
.tipo h4{
    position: relative;
    margin: 50px auto 10px auto;
    width: 80%;
    color: #f9ba0d;
    font-size: 24px;
}
.tipo p{
    margin: 0 auto;
    width: 70%;
    color: #fff;
    font-size: 16px;
}














.img_bg_100{
    background-image: url(../img/siniestro.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 50px 50px 50px;
}
.img_bg_100_aviso{
    background-image: url(../img/aviso.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 50px 150px 50px;
}

.img_bg_100_qs{
    background-image: url(../img/quienes-somos.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 150px 50px 150px 50px;
}

.img_bg_100_enviado{
    background-image: url(../img/enviado.jpg);
    background-size:100% 100%;
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    padding: 150px 50px 150px 50px;
}
.titulo_{
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.titulo_2{
    width: 100%;
    margin: 10px auto;
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.titulo_3{
    width: 100%;
    margin: 10px auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.linea_azul{
    background: #0094da;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    padding: 15px;
}


.contenido_bttn{
    background: #1b2c71;
    color: #fff;
   
}

.contenido_bttn p{
    text-align: justify;
    padding:50px 0px;
    margin: 0px auto;
    width: 80%;
}





.inicio{
    background-image: url(../img/contacto.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.inicio2{
    background-image: url(../img/index.jpg);
    height: 450px;
    background-size: 100%  100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 180px 30px 30px 30px;
}

.title_gris{
    width: 100%;
    height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #dadada;
    padding: 15px 30px 4px 60px;
    font-size: 20px;
    box-sizing: border-box;
}

.contacto{
    text-align: center;
    background: #fff;
    height:215px;
    box-sizing: border-box;
    padding: 60px 20px;
}

.telefono_az{
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color:#1b2c71;
}

.correo_{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color:#1b2c71;
}


.form2{
    border-top: solid 50px #1b2c71;
    width: 100%;
    display: inline-block;
    margin:  80px auto -4px -4px;
    padding-bottom: 80px;
    background-color:#0094da;
    height: 630px;
    
}

.titulo_form2{
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: -65px 20px 0px 20px;
    letter-spacing:1px;
    font-weight: 500;
}
.titulo_form2 h1{
    position: absolute;
    left: 260px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    
}




.envia{
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
#btnSubmit{
    
    background: #f9ba0d;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px 10px 50px;
    color:#1b2c71; 
    border: none;
    border-radius: 10px;
    
}


.menu_{
    position: absolute;
    left: 50px;
    font-size: 30px;
    color: #ffff;
    top: 40px;
    cursor: pointer;
    
}



.menu{
    display: none;
    position: absolute;
    left: 50px;
    top: 80px;
    background: #fff;
    color:#555;
    width: 200px;
    z-index: 6;
    text-align: center;
    list-style: none;
    padding: 30px;
}
.menu ul{
    margin: 0 auto;
    text-align: center;
}
.menu li{
    width: 90%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-bottom: 1px #555 solid;
}
.menu li a {
    
   text-decoration: none;
    color:#555;

}
    
}