/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size: 16px;
	background-color:#ffffff;
}
.container{
	width:100%;
}
.content{
	max-width:1024px;
	margin:0 auto;
	background-color:#ffffff;
	padding-top:25px;
}
.portugues{
    display:block;
}
.ingles{
    display:none;
}
.logo_sup{
    padding-left: 35px;
    padding-bottom: 15px;
}

/*************** MENUS ***************/
nav{
    height:38px;
	padding-right: 20px;
    border-top: solid thin #dde1e6;
    border-bottom: solid thin #dde1e6;
}
.menu {
	font-size: 14px;
	color:#000000;
    list-style-type: none;
    margin: 0;
    padding: 4px 0;
    float: right;
}
.menu li {
    padding: 3px 0 0 16px;
	cursor:pointer;
	float: left;
}
.menu li a{
	color:#000000;
	text-decoration:none;
}
.menu li:hover, .menu li a:hover{
    color: #177bc0;
}

.menu li.primero{
    padding:6px 10px 0 0 !important;
}
.menu li.ultimo{
    padding:6px 0 0 10px !important;
}
.menu_movil {
    position: absolute;
    right: 0;
    background-color: white;
    margin-top: 35px;
    margin-right: 3%;
	padding: 0;
    border: #e5e5e5 solid thin;
	z-index:1000;
	color:#000000;
    list-style-type: none;
}
.menu_movil li {
    border-bottom: #e5e5e5 solid thin;
    font-size: 15px;
    padding: 12px 25px;
	cursor:pointer;
}
.menu_movil li:hover {
    color: #177bc0;
}
.ico_menu{
	display:none;
	height:30px;
    float: right;
    padding-right: 3%;
	cursor:pointer;
}
.ico_menu img{
	height:100%;
}

#home{
	width:24px;	
    float: right !important;
}
#home img{
	width: 100%;
}

.mostrar{
	display:block;
}
.ocultar{
	display:none;
}
.link_menu {
    color: #000000;
    font-weight: 700;
}
/*************************** SECCION HOME**************************/
.secc_home{	
	display:block;
    margin-top: 20px;
}
.main{
	width:90%;
	margin:0 auto 12px;
	overflow:hidden;
}
.titulo{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35%;
    display: inline-block;
	color: #0d1867;
}
.imagen{
    width: 50%;
    float: right;
    margin: 20px 0 0;
}
.imagen img{
	width:100%;
}
.texto{
	font-weight:400;
	font-size: 15px;
    line-height: 140%;
	color:#000000;
	margin-top:0;
}

/*************** botonera ****************/
.botonera{
	text-align:center;
	background-color:#dbedf4;
	padding-top: 20px;
    padding-bottom: 18px;
}
.boton{
	margin:5px 15px;
    display:inline-block;
	cursor:pointer;
}


/*****************SECCIONES*****************/
.secc_seguros,.secc_clinicas,
.consentimiento_seguros,
.adicional_seguros,.adicional_clinicas,
.empresas_seguros,.empresas_clinicas,
.terceraspartes_seguros,.terceraspartes_clinicas,
.transferencias_seguros,.transferencias_clinicas{
	display:none;
}

h2{
	font-weight:500;
	font-size:22px;
	margin:0;
	padding:0;
}
h3, h4, h5{
	color:#0d1867;
}
h5{
	font-size:14px;
}
ol li{
	margin-top:15px;
}
.secciones{
	width:90%;
	margin:30px auto;
	min-height:650px;
    height:70vh;
}
.nombre_secc{
	width: 55%;
    float: left;
	margin-bottom: 15px;
	color: #177bc0;
}
.flecha{
	width: 35%;
    height: 45px;
    float: left;
}
.flecha img{
	cursor:pointer;
	display:none;
}
.right_column {
    float: right;
    width: 35%;
    font-size: 15px;
	margin-top: 15px;
}
.row_right_column{
	padding:10px 0 5px 0;
	cursor:pointer;
	color:#000000;
}
.row_right_column:hover,
.row_right_column a:hover{
	color:#177bc0;
}
.linea_right_column, .linea_right_column_1{
	height:5px;
	border-bottom:solid thin #dde1e6
}

.ico_right_column{
	margin-right:30px;
}
.left_column {
    min-height: 550px;
    height:60vh;
    width: 55%;
    padding-right: 4%;
    font-weight: 400;
    font-size: 14px;
	overflow-x: hidden;
	color: #000000;
}

.num{
    font-size:18px;
}

table td {
	font-size:12px;
    border: solid #d1d3d4 thin;
}

::-webkit-scrollbar {
	/*-webkit-appearance: slider-vertical;*/
	-webkit-appearance: none;
	background-color: #dde1e6;
	width: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #000000;
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@media (max-width: 1024px) {
	.titulo {
		font-size: 28px;
	}
	.ico_right_column {
		margin-right: 15px;
	}
}

@media (max-width: 925px) {
	.logo_sup img {
		width: 150px;
    	height: auto;
	}
	.titulo {
		width:38%;
		font-size: 26px;
	}
	.imagen {
		padding-top: 20px;
	}
	.imagen img {
		width:90%;
	}

	.boton img{
		height: 75px;
	}
	.right_column {
		font-size: 14px;	
		width: 38%;
	}
	table td {
		font-size:10px;
	}
	
}

@media (max-width: 767px) {    
	.main {
		margin: 20px auto 15px;
	}
	.imagen {
		width: 42%;
        padding-top: 25px;
        margin: 0;
	}	
	.titulo {
    	width: 50%;
		font-size: 24px;
	}
	.texto {
		font-size: 14px;
	}	
	table td {
		font-size: 8px;
	}
	.right_column {
    	font-size: 12px;
	} 
}

@media (max-width: 640px) {
    header{
        height:55px;
        border-bottom: solid thin #dde1e6;
    }
	.logo_sup {
        float:left;
        padding-left: 20px;
	}
	.logo_sup img{
		width:150px;
	}
	nav{
		padding-top:5px;
        border: none;
        float:right;
	}
	.menu {
		display: none;
	}
	.ico_menu{
		display:block;
	}
    #home{
        width:74%;
        text-align:center;
    }
	.secciones {
		margin: 0 auto 30px;
		height:auto;
		overflow: hidden;
	}
	.nombre_secc {
		width: 80%;
		margin-top:20px;
	}
	.flecha {
		width: auto;
        height:auto;
		float: right;
		margin-top: 20px;
	}	
	.right_column {
		width: 100%;
		font-size: 16px;
	}
	.left_column {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.linea_right_column_1{
		height:20px;
	}
	table td {
		font-size: 11px;
	}
    .imagen {
        padding-top: 20px;
        width:50%;
    }
}

@media (max-width: 480px) {
	.titulo {
		width: 60%;
		font-size: 22px;
	}
	.imagen {
		width: 40%;
		padding-top: 0;
	}
	.imagen img{
		width: 80%;
	}
	.boton img {
		height: 65px;
	}
	table td {
		font-size: 7px;
	}
	.right_column {
		font-size: 14px;
	}
	.texto {
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.logo_sup img{
		width:140px;
        margin-bottom:5px;        
	}
	.menu_movil {
    	margin-right: 5%;
	}
	.imagen {
		padding-top: 10px;
	}
	.titulo {
		font-size: 18px;
	}
	.texto {
		font-size: 12px;
	}
    .num{
        font-size:16px;
    }
}
