@charset "UTF-8";
/* CSS Document */
/*@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Droid+Serif|Anton|Bellefair|Holtwood+One+SC");*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bungee&family=Holtwood+One+SC&family=Markazi+Text&display=swap');
body, html {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #F0F0F0;
}
.imgserv{
	float:right;
}
.textnegro{
	color: black;
}
a{
	text-decoration: none;
}.activo {
    text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
li a{
    display: block;
	color: #FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
	line-height: 1.7;
}
li a:hover{
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
.sinf{
	position: absolute;
	height: 100%; 
	width: 100%
}
.conf{
	background-color: black;
	opacity: 0.6;
}
.efecto{
	-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
}
.efectowidth{
	-webkit-transition: width 1s ease-out;
  	-moz-transition: width 1s ease-out;
  	-o-transition: width 1s ease-out;
  	transition: width 1s ease-out;
}
.top{
	background-color: black;
	min-height: 650px;
	width: 100%;
	top: 0px;
	position: relative;
}
.libro{
	background-color: #A4A4A4;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	min-height: 100px;
	width: 100%;
	top: 0px;
	position: relative;
	overflow: hidden;
}
.companias{
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	min-height: 100px;
	width: 100%;
	top: 0px;
	position: relative;
	overflow: hidden;
}
.padding{
	padding-top: 60px;
	padding-bottom: 50px;
}
.contacto{
	background-color: black;
	min-height: 100px;
	width: 100%;
	top: 0px;
	position: relative;
	overflow: hidden;
}
.redes{
	position: absolute;
	height: 50px;
	top: 10px;
	right: 10px;
	z-index: 4;
}
.btvivo{
	text-align: center;
	vertical-align: top;
	height: 40px;
	width: 140px;
	line-height: 40px;
	background-color: bisque;
	display: inline-block;
	transition: background .5s ease-out;
	-webkit-transition: background 1s ease-out;
  	-moz-transition: background 1s ease-out;
  	-o-transition: background 1s ease-out;
	font-size : 22px ;
	font-family: 'Lobster Two', cursive;	
}
.btvivo:hover{
	background-color: orange;
}
.bt{
	margin-left: 10px;
	height: 40px;
	width: 40px;
	display: inline-block;
	transition: background .5s ease-out;
	-webkit-transition: background 1s ease-out;
  	-moz-transition: background 1s ease-out;
  	-o-transition: background 1s ease-out;
}
#bttw{
	background: url(../images/rtwbtg.png);
	background-size: cover;
}
#bttw:hover{
	background: url(../images/rtwbt.png);
	background-size: cover;
}
#btmfb{
	background: url(../images/rfbmbtg.png);
	background-size: cover;
}
#btmfb:hover{
	background: url(../images/rfbmbt.png);
	background-size: cover;
}
#btfb{
	background: url(../img/rfbbtg.png);
	background-size: cover;
}
#btfb:hover{
	background: url(../img/rfbbt.png);
	background-size: cover;
}
#btin{
	background: url(../img/insbtg.png);
	background-size: cover;
}
#btin:hover{
	background: url(../img/insbt.png);
	background-size: cover;
}
#btyt{
	background: url(../images/rytbtg.png);
	background-size: cover;
}
#btyt:hover{
	background: url(../images/rytbt.png);
	background-size: cover;
}
.plantilla{
	position: relative;
	width: 1200px;
	margin: auto;
}
.menulite{
	display: none;
	background-color: #009ee4;
	height: 50px;
	width: 100%
}
.menulitebt{
	top: 10px;
	position: absolute;
	right: 30px;
}
.menulitelogo{
	background-image: url(../img/logosolo.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 4;
	width:60px;
	height:60px;
	top: 5px;
	left: 45px;
}
.menulinea{
	position: absolute;
	top: 65px;
	width: 100%;
	height: 60px;
	z-index: 3;
}
.isStuck {
    position: fixed;
    top:0px;
}
.menu {
	height: 55px;
	text-align: right;
	right: 10px;
	position: absolute;
}
.menu ul li{
	display: inline-block;
	font-size : 22px ;
	/*font-family: 'Anton', sans-serif;*/
	font-family: 'Holtwood One SC', serif;
}
.menu ul li a{
	color: #FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
    padding: 1px 12px;
	line-height: 1;
    display: block;
	text-decoration: underline;
}
.menu ul li a:hover{
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
	color: #B2B2B2;
	text-decoration: none;
}
.menulogo{
	background-image: url(../img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width:463px;
	height:130px;
	top: -55px;
	left: 10px;
	z-index: 4;
}
.menulogoStuck{
	background-image: url(../img/logosolo.png);
	width:60px;
	height:60px;
	top: 5px;
	left: 45px;
}
.cuerpo{
	width: 100%;
	position: relative;
	min-height: 20px;
	overflow: hidden;
}
.pie{
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	text-align: center;
	font-size: 12px;
	background-color: dimgray;
	position: relative;
}
.pie a{
	color: orange;
}
.pie a:hover{
	color: white;
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
.actividades{
	width: 370px;
	box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	background-color:#FFFFFF;
	padding: 5px;
	float: left;
	margin-bottom: 30px;
}
.actividadespie{
	width: 100%;
	box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	background-color:#FFFFFF;
	float: left;
	padding: 10px 0px 10px;
	margin-bottom: 0px;
}
.inform1, .inform5{
	width: 765px;
	height: 20px;
}
.inform2, .inform3{
	width: 365px;
	height: 20px;
}
.inform4 {
	width: 765px;
	height: 90px;
}
.inform1, .inform2, .inform3, .inform4{
	opacity: .8;
	border: 2px solid #009ee4;
	padding: 10px;
	font-size: 18px;
	/*font-family: 'Bellefair', serif;*/
	font-family: 'Markazi Text', serif;
}
.inform1:focus, .inform2:focus, .inform3:focus, .inform4:focus, .inform5:focus{
	opacity: 1;
	border: 2px solid #009ee4;
}
input[type=submit], a.submit{
	background:#ddd;
	background:-moz-linear-gradient(90deg, #0459b7, #08adff);
	/* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#08adff), to(#0459b7)); /* Webkit */
	border:1px solid #093c75;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#fff;
	cursor:pointer;
	/*font-family: 'Bellefair', serif;*/
	font-family: 'Markazi Text', serif;
	font-size:18px;
	margin-left:100px;
	padding:5px 25px;
	text-decoration:none;
	text-shadow:0 1px 1px #333;
}
input[type=submit]:hover, a.submit:hover{
	background:#eee;
	background:-moz-linear-gradient(90deg, #067cd3, #0bcdff);
	background:-webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
	border-color:#093c75;
	text-decoration:none;
}
.div1{
	margin-left: 10px;
}
.div2, .div3{
	margin-left: 20px;
}
.div4 {
	margin-left: 10px;
	width: 1170px;
}
.divcon1, .divcon4, .divcon2, .divcon3, .divcon5{
	min-height: 10px;
	width: 280px;
	margin-left: 10px;
	float: left;
}
.divformulario{
	width: 1200px;
	display:table; 
	text-align:left;
	margin:0 auto;
	float: none;
	clear: both;
}
.divcon2, .divcon3, .divcon4{
	margin-left: 20px;
}
.divcontit{
	font-size: 22px;
	/*font-family: 'Anton', sans-serif;*/
	font-family: 'Bungee', cursive;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
}
.textocontacto{
	color: white;
	font-size: 18px;
	/*font-family: 'Bellefair', serif;*/
	font-family: 'Markazi Text', serif;
}
.titulos{
	text-align: center;
	color: #009ee4;
	font-size: 22px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.titulosaviso{
	text-align: center;
	color: #009ee4;
	font-size: 13px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.textosaviso{
	text-align: center;
	color: white;
	font-size: 12px;
}
.titbo, .visitas1, .visitas2, .dir{
	font-size: 22px;
	font-family: 'Bungee', cursive;
	line-height: 1.2;
	color: #960002;
}
.mensaje, .visitas3{
	font-size: 20px;
	/*font-family: 'Bellefair', serif;*/
	font-family: 'Markazi Text', serif;
	line-height: 1.2;
	/*text-indent: 30px;*/
	text-align : justify;
}
.horario{
	font-size : 17px ;
	font-family: 'Lobster Two', cursive;
}
.visitas1, .visitas2, .visitas3{
	float: left;
}
.dir {
	color: white;
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
.visitas1 {
	width: 1000px;
	color: white;
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
.visitas2 {
	width: 200px;
	text-align: right;
	color: white;
	text-shadow: 0.1em 0.1em 0.2em #009ee4;
}
.visitas3{
	color: black;
	/*text-shadow: 0.1em 0.1em 0.2em black;*/
}
.transseg{
	transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
  	-moz-transition: background .5s ease-out;
  	-o-transition: background .5s ease-out;
}
.compa{
	display:table; 
	text-align:left;
	margin:0 auto;
	float: none;
	clear: both;
}
.compa1, .compa2, .compa3, .compa4{
	background-repeat: no-repeat;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 130px;
	margin-bottom: 15px;
}
.compa1{
	background-image: url(../img/AGUILA.jpg);
	width: 250px;
	background-size: 191px;
}
.compa2{
	background-image: url(../img/ALLIANZ.jpg);
	width: 250px;
	background-size: 250px;
}
.compa3{
	background-image: url(../img/ATLAS.jpg);
	width: 250px;
	background-size: 250px;
}
.compa4{
	background-image: url(../img/AXA.jpg);
	width: 250px;
	background-size: 250px;
}
.segurosvi{
	float: left;
	background-image: url(../img/svidabn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosvi:hover{
	background-image: url(../img/svida.jpg);
}
.segurosgm{
	float: left;
	background-image: url(../img/sgastosmbn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosgm:hover{
	background-image: url(../img/sgastosm.jpg);
}
.segurosau{
	float: left;
	background-image: url(../img/sautobn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosau:hover{
	background-image: url(../img/sauto.jpg);
}
.segurosca{
	float: left;
	background-image: url(../img/scasabn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosca:hover{
	background-image: url(../img/scasa.jpg);
}
.segurosrc{
	float: left;
	background-image: url(../img/srespcivbn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosrc:hover{
	background-image: url(../img/srespciv.jpg);
}
.segurosma{
	float: left;
	background-image: url(../img/smaritimobn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosma:hover{
	background-image: url(../img/smaritimo.jpg);
}
.segurosre{
	float: left;
	background-image: url(../img/sretirobn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosre:hover{
	background-image: url(../img/sretiro.jpg);
}
.segurosed{
	float: left;
	background-image: url(../img/seducacionbn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosed:hover{
	background-image: url(../img/seducacion.jpg);
}
.segurosfu{
	float: left;
	background-image: url(../img/sproyfutbn.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 5px;
	min-height: 193px;
	width: 295px;
	margin-bottom: 15px;
}
.segurosfu:hover{
	background-image: url(../img/sproyfut.jpg);
}
#svidacuadro, #sgastoscuadro, #sautocuadro, #scasacuadro, #srespcivcuadro, #smaritimocuadro, #sretirocuadro, #seducacioncuadro, #sproyectoscuadro {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px;
    width: 1200px;
	background-color: white;
	border: 2px solid #000000;
	display: none;
	left: calc(50% + 100px);
	margin-left: -200px;
	z-index: 1002;
	position: fixed;
	top: calc(50% - 150px);
	font-size : 22px ;
	font-family: 'Lobster Two', cursive;
}
#menucuadro, #entrarcuadro {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px;
    width: 150px;
	background: #000000;
	border: 2px solid #000000;
	display: none;
	left: calc(50% + 100px);
	margin-left: -200px;
	z-index: 1002;
	position: fixed;
	top: calc(50% - 150px);
	font-size : 22px ;
	font-family: 'Anton', sans-serif;
}
#aviso {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px;
    width: 99%;
	background: #000000;
	border: 2px solid #000000;
	display: none;
	/*left: calc(50% - 375px);*/
	/*margin-left: -200px;*/
	z-index: 1002;
	position: fixed;
	top: 50px;
	font-size : 20px ;
	/*font-family: 'Anton', sans-serif;*/
}
#close_x {
	width: 32px;
	height: 32px;
    overflow: hidden;
	line-height: 1000px;
    display: block;
    position: absolute; 
	top: -15px;
	right: -10px;
}
.cerrarimg {
    background: url(../img/cerrar.png) no-repeat;
    line-height: 1000px;
    overflow: hidden;
    display: block;
}
.bannerseg{
	content:url("img/banner6.jpg");
}
.bannerseg:hover{
	
}

 @media (max-width: 1200px) {
	 .top{
		min-height: 550px;
	}
	 .plantilla{
		 width: 1000px;
	 }
	 .divformulario{
		 width: 1000px;
	 }
	 .visitas1{
		 width: 850px;
	 }
	 .visitas2{
		 width: 150px;
	 }
	 .actividades{
		 width: 303px;
	 }
	 .div4 {
		margin-left: 10px;
		width: 970px;
	}
	 #svidacuadro, #sgastoscuadro, #sautocuadro, #scasacuadro, #srespcivcuadro, #smaritimocuadro, #sretirocuadro, #seducacioncuadro, #sproyectoscuadro {
    	width: 1000px;
	}
	 .segurosvi, .segurosgm, .segurosau, .segurosca, .segurosrc, .segurosma, .segurosre, .segurosed, .segurosfu{
		float: left;
		background-size: 240px;
		background-repeat: no-repeat;
		padding-left: 245px;
		padding-right: 5px;
		min-height: 193px;
		width: 250px;
		margin-bottom: 5px;
	}
}
@media (max-width: 1000px) {
	.top{
		min-height: 450px;
	}
	.plantilla{
		 width: 800px;
	 }
	.divformulario{
		 width: 800px;
	 }
	.visitas1{
		 width: 650px;
	 }
	 .visitas2{
		 width: 150px;
	 }
	.menu ul li{
		font-size: 20px;
	}
	 .actividades{
		 width: 236px;
	 }
	 .div4 {
		margin-left: 10px;
		width: 770px;
	}
	#svidacuadro, #sgastoscuadro, #sautocuadro, #scasacuadro, #srespcivcuadro, #smaritimocuadro, #sretirocuadro, #seducacioncuadro, #sproyectoscuadro {
    	width: 800px;
	}
	.segurosvi, .segurosgm, .segurosau, .segurosca, .segurosrc, .segurosma, .segurosre, .segurosed, .segurosfu{
		float: left;
		background-size: 293px;
		background-repeat: no-repeat;
		padding-left: 300px;
		padding-right: 10px;
		min-height: 193px;
		width: 500px;
		margin-bottom: 15px;
	}
	.menulogo{
		width: 400px;
	}
}
@media (max-width: 800px) {
	.top{
		min-height: 350px;
	}
	.plantilla{
		 width: 640px;
	 }
	.divformulario{
		 width: 640px;
	 }
	.inform1, .inform5{
		width: 615px;
		height: 20px;
	}
	.inform2, .inform3{
	width: 290px;
	height: 20px;
	}
	.inform4 {
		width: 615px;
		height: 90px;
	}
	.visitas1{
		 width: 540px;
	 }
	 .visitas2{
		 width: 100px;
	 }
	.menulite{
		display: block;
	}
	.redes{
		display: none;
	}
	.menulinea{
		display: none;
	}
	.actividades{
		width: 610px;
		margin-left: 10px;
		float: none;
	}
	#svidacuadro, #sgastoscuadro, #sautocuadro, #scasacuadro, #srespcivcuadro, #smaritimocuadro, #sretirocuadro, #seducacioncuadro, #sproyectoscuadro {
    	width: 640px;
	}
	.segurosvi, .segurosgm, .segurosau, .segurosca, .segurosrc, .segurosma, .segurosre, .segurosed, .segurosfu{
		float: left;
		background-size: 293px;
		background-repeat: no-repeat;
		padding-left: 300px;
		padding-right: 10px;
		min-height: 193px;
		width: 340px;
		margin-bottom: 15px;
	}
}
@media (max-width: 640px) {
	.plantilla{
		width: 320px;
	}
	.divformulario{
		 width: 320px;
	 }
	.inform1, .inform5{
		width: 305px;
		height: 20px;
	}
	.inform2, .inform3{
	width: 135px;
	height: 20px;
	}
	.inform4 {
		width: 305px;
		height: 90px;
	}
	.titbo, .visitas1, .visitas2, .dir{
		font-size: 15px;
	}
	.horario{
	font-size : 15px ;
	}
	.visitas1{
		 width: 230px;
	 }
	 .visitas2{
		 width: 90px;
	 }
	.mensaje, .visitas3{
	font-size: 15px;
	}
	.top{
		display: none;
	}
	.top{
		min-height: 200px;
	}
	.actividades{
		width: 290px;
	}
	#menucuadro, #entrarcuadro {
		font-size: 19px;
	}
	#svidacuadro, #sgastoscuadro, #sautocuadro, #scasacuadro, #srespcivcuadro, #smaritimocuadro, #sretirocuadro, #seducacioncuadro, #sproyectoscuadro {
    	width: 320px;
	}
	.segurosvi, .segurosgm, .segurosau, .segurosca, .segurosrc, .segurosma, .segurosre, .segurosed, .segurosfu{
		float: left;
		background-size: 120px;
		background-repeat: no-repeat;
		padding-left: 125px;
		padding-right: 5px;
		min-height: 150px;
		width: 195px;
		margin-bottom: 5px;
	}
	.imgserv{
		float: left;
		width: 150px;
	}
}
@media (max-width: 320px) {
	 .plantilla{
		 width: 300px;
	 }
	.divformulario{
		 width: 300px;
	 }
	.visitas1{
		 width: 30px;
	 }
	 .visitas2{
		 width: 270px;
	 }
	.actividades{
		width: 270px;
	}
	
}