*{
	margin: 0px;
	padding: 0px;
	font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
}

section#container{
	position: relative;
    width: 100%;
	margin-top: 20px;
	background-color: #49A7C2;
    margin: 0 auto;
    overflow: hidden;
}


footer{
	background: #ececec;
	width: 100%;
	overflow: hidden;



}
#datos{
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: left;
	vertical-align: left;
	letter-spacing: 2px;
	color: #aaa9a9;
	font-size: .7em;


}

#botonHome{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


.second {
	text-align: center;
	font-size: .9em;
	color: rgb(160, 160, 160);
	background-color: rgba(255, 255, 255, .7);
	z-index: 100000;
	position: fixed;
	width: 100%;
}

#redes {
	vertical-align: center;
	text-align: center;

}

.social{
	list-style: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


/** MENU PRINCIPAL **/

.menu_bar{
	display: none;
}
.menu_bar2{
	display: none;
	}

a.icon-menu3{
	display: none;
	width: 40px;
	height: 40px;
}
a#menu-icon{
	display: none;
	width: 40px;
	height: 40px;
}
a:hover#menu-icon{
	border-radius: 4px 4px 0 0;
}


header{
	position: fixed;
    z-index: 999;
    background-color: white;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
}

header nav{
	height: 40px;
	width: 100%;
	margin-top: 0px;
	background-color: transparent;
	text-align: center;
	-webkit-transition: margin-left .5s; 
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;

}

img#logo{
	float: left;
	display: block;
	margin-left: 70px;
	margin-right: 30px;
	margin-top: 1000px;
	-webkit-transition:width .5s, height .5s, margin-right .5s, margin-top .5s;
	-moz-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
	-ms-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
	-o-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}





header nav ul{
	list-style: none;
	display:table;
	/*text-shadow: 2px 3px 5px #174459;*/
	font-weight: 800;
	margin-top: 1%;
    margin-left: 5%;
}

header nav ul li{
	display: inline-block;
	position: relative;
	max-height: 60px;

}

header nav  ul  li a {
	font-weight: bolder;
	color: #000000;
	display: block;
	line-height: 20px;
	padding: 0 0 0 90px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
}
header nav  ul  li a:hover {
	color: rgba(212, 109, 19, 1);
}
/* SUB MENU CHILDREN*/

header nav ul li:hover .children{
	display: block;
}

header nav ul li .children{
	display: none;
	background: #4F5958;
	position: absolute;
	min-width: 200px;
	z-index: 1000;
}

header nav ul li .children li{
	border-bottom: 1px solid rgba(255,255,255,.5);
	position: relative;
	min-width: 200px;
	}

header nav ul li .children li:hover{
	background-color: #FBC550;
	}

/* SUB MENU CHILDREN 2*/

header nav ul li .children li:hover .children2{
	display: block;
	}

header nav ul li .children li .children2{
	display: none;
	background: #4F5958;
	margin-right: -200px;
	margin-top:-60px;
	margin-left: 200px;
	}


section#home{
	position: absolute;
    width: 90%;
    height: 100%;
    left: 0px;
    z-index: -1;
    float: left;
    background-image: url(../Fondos/home.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div.home{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
}
div#salud{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/sector_salud_web.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#apps{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/aplicaciones_moviles_amedida.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#web{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/a_medida_web.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#sms{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/asistente_virtual.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#mesaAyuda{
	position: relative;
    width: 100%;
   height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/help_desk_app.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#plataforma{
	position: relative;
    width: 100%;
    height: 600px;
    margin-top: 7%;
    left: 0px;
    border-bottom: 10px solid #4F5958;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    background-image: url(../Fondos/web_application.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(160, 160, 160, .5);
    background-size: cover;
}
div#who{
	position: relative;
    margin-top: 0;
}

section#who{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: center;
	background-image: url(../Fondos/banner_ips2.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(160, 160, 160, .5);
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
}

section#who2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: center;
	background-image: url(../Fondos/sga_team.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(160, 160, 160, .5);
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
}

#letrero{
	
    position: absolute;
    display: table;
    margin-left: -2000px;
    margin-top: -25%;
    width: 40%;
    height: 100%;
    padding: 3%;
    visibility: hidden;
    opacity: 0;
    transition-duration: 100ms;
    -webkit-transition: all 1s ease-out;
    background-color: rgba(242, 242, 242, 1);
}

.letrero1{
    width: 100%;
    height: auto;
}

p#titulo1index {
    font-weight: lighter;
    font-size: 4em;
    color: #4F5958;
}

p#texto1index{
	text-align: left;
	font-weight: lighter;
	font-size: 3em;
	color: #4F5958;

}
p.texto1index{
	text-align: center;
	font-weight: lighter;
	font-size: 4em;
	color: #FFFFFF;

}

 p#texto2index{
	text-align: right;
	font-weight: lighter;
	font-size: 2em;
	color: black;

}

 p#texto3index,p#texto4index{
	text-align: left;
	font-weight: lighter;
	font-size: 1em;
	color: #4F5958;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
 p.texto3index,p.texto4index{
    text-align: left;
    font-weight: lighter;
    font-size: 1.2em;
    color: white;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    /* margin: 0 auto; */
    text-align: center;
}




section#logoSGA{
	margin: auto;
	margin-top: 20px;
	margin-left: 60px;
	width: 350px;
	height: 72px;
	background: url(../../iconos/LOGO-sga.png) no-repeat;

}

section#body{
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-weight: lighter;
}


#scrolldown{
	margin-top: 10%;
    width: 100%;
    height: auto;
    background-color: #4F5958;
    color: white;
    font-weight: lighter;
    text-align: center;
}
#scrolldown2{
    width: 100%;
    height: auto;
    background-color:white;
    color: white;
    font-weight: lighter;
    text-align: center;
    padding: 0 0 0 0;
}

.espacio{
	margin-top: 110px;
	width: 100%;
	height: 10px;
	background-color: #4F5958;
	color: white;
	font-weight: lighter;
	text-align: center;
}

.info3{
	margin-top: 0;
	width: 100%;
	height: auto;
	background-color: #4F5958;
	color: white;
	text-align: center;
}

#espa{
	height: auto;
	margin: 2px;
	display: inline-block;
}
#espa2{
	width: 5%;
	height: auto;
	margin: 2px;
	display: inline-block;
}
.info{
	text-align: center;
	margin-top: 0;
    width: 100%;
    height: 100%;
    /* margin: 2%; */
    display: inline-block;
    font-weight: lighter;
    color: #c6c6c6;
    /* padding: 5%; */
    text-align: left;
    /* background-color: rgba(242, 242, 242, 1);*/

}
.mas1{
	float: right;
	width: 10%;
	background-color: #4F5958;
	border: solid rgba(23, 68, 89, 1) 0px;
    cursor: pointer !important;
    color: white;
    padding: 2%;
}
.mas{
	float: right;
	width: 50%;
	background-color: #F5872C;
    border: solid rgba(23, 68, 89, 1) 0px;
    cursor: pointer !important;
    color: white;
    padding: 2%;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

.mas:hover{
	
    background-color: #4F5958;
}

.contMas{
	margin-top: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: lighter;
}
.contInfo{
	margin-top: 0;
    /* width: 22%; */
    height: 100%;
    margin: 1%;
    display: inline-block;
    font-weight: lighter;
    color: black;
    background-color: white;
    padding: 4%;
    text-align: left;
    background-color: rgba(242, 242, 242, 1);
    visibility: hidden;
    opacity: 0;
    transition-duration: 100ms;
    transition: visibility 0s, opacity 1s linear;
}
.contInfo2{
	margin-top: 0;
    /*width: 22%;*/
    height: 100%;
    margin: 1%;
    display: inline-block;
    font-weight: lighter;
    color: black;
    background-color: white;
    padding: 2%;
    text-align: left;
    background-color: rgba(242, 242, 242, 1);
}
.contInfo3{
	margin-top: 0;
    width: 40%;
    height: auto;
    margin: 2%;
    display: inline-block;
    font-weight: bolder;
    color: black;
    padding: 3%;
    text-align: left;
    font-size: 3em;
    color: #4F5958;
}
.contInfo4{
	margin-top: 0;
    width: 100%;
    height: auto;
    margin: 1%;
    display: inline-block;
    font-weight: bolder;
    color: black;
    text-align: center;
    font-size: 1em;
    color: white;
}

table.descrip{
	margin: 0 auto;
    table-layout: fixed;
    width: 90%;
}

table.descrip td{
	border-collapse: collapse;
    border: 15px white solid;
    background-color: rgba(242, 242, 242, 1);
}

table.descrip1 {
	margin: 0 auto;
    table-layout: fixed;
    width: 90%;
}

table.descrip1 td{
	border-collapse: collapse;
    border: 15px #4F5958 solid;
    background-color: rgba(242, 242, 242, 1);
    transform: scale(1) translateY(0px);
    transition-delay: 200ms;
}
table {
	margin: 0 auto;
    table-layout: fixed;
    width: 70%;
}

td{
	border-collapse: collapse;
    border: 15px #4F5958 solid;
    background-color: rgba(242, 242, 242, 1);
}
td.footer{
	background-color: transparent;
}

tr.footer{
	display: block;
}

.info5{
	margin-top: 0;
    width: 60%;
    height: auto;
    /* margin: 10px; */
    display: inline-block;
    font-weight: lighter;
    /* padding: 2%;*/

}

.info4{
	margin-top: 0;
	width: 100%;
	height: auto;
	display: inline-block;
	font-weight: lighter;
		background-color: #4F5958
}

.info2{
	margin-top: 0;
	width: 28%;
	height: auto;
	margin: 15px;
	text-align: center;
	display: inline-block;

}

.tituloImg{
	width: 100%;
    /* float: left; */
    text-align: center;
}
.tituloL{
	    width: 100%;
  /*  float: left;*/
text-align: center; 
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 1px;
color: #4F5958;
}

.last{
	margin-top: 0;
	width: 25%;
	height: auto;
	margin: 2px;
	display: inline-block;

}

.info p{
	border-right: 1px solid white;
}



p#titulo{
	text-align: center;
	font-weight: lighter;
	font-size: 1em;
	color: white;

}

p#flecha{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	text-align: center;
	color: white;
	font-size: 1.5em;
}

section#seccion{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;
    margin: 0 auto;
    overflow: hidden;
    float: center;
}


.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	left: 40px;
	z-index: -1;
	display: block;
	width: 200px;
	margin: 0;
	padding: 5px;
	color: #FCE2C1;
	font-size: 1vh;
	text-decoration: none;
	text-align: center;

	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

figure #img{
	width: 200%;
	height: auto;
	margin: 0;
}

figure:hover+span {	
	bottom: -150px;
	left: 20px;
	opacity: 1;
	font-size: 20px;
	background-color:rgba(222, 162, 81, 1);
	border: 2px solid #DEA251;
    border-radius: 30px 0px 30px 0px;
}



.slide span {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 5vh 5vh 0;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 40vh;
    font-size: 1.5em;
    line-height: 3em;
    border: 1px solid rgba(255,255,255,.45);
    border-left: 0 none;
}


h2 { 
border-bottom: 1px solid #ddd; 
border-top: 1px solid #ddd; 
color: #363636;
font-family: tahoma; 
font-size: 2em; 
line-height: 1.8em; 
font-weight: 500; 
margin-top: 25px; 
padding: 12px 0; 
text-align: center; 
background-color: rgba(221,221,221,.7);
}

h3 {
letter-spacing: -0.04em;
font-weight: bold;
font-size: 1.44em;
margin-bottom: 10px;
}

h4 {
font-family: tahoma; 
font-size: 2em; 
line-height: 1.8em; 
font-weight: 500; 
padding: 12px 0; 
text-align: center; 
}

h5 {
color: #363636;
font-family: tahoma; 
font-size: 20px; 
line-height: 1.8em; 
font-weight: 500; 
margin-top: 10px; 
padding: 12px 0; 
text-align: center; 
}

h6 {
	color: #4F5958;
    /* margin-top: 50px; */
    text-align: left;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
}

h1 {
/*margin-top: 50px;*/
text-align: center; 
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 1px;
color: #4F5958;
}

span.chyron { font-size: 1.2em; padding-top: 10px; }

/** main blocks **/
#container { 
display: block;
max-width: 800px;
margin-bottom: 66px;
padding: 20px 15px; 
background: #fff; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}


/** the form elements **/
#hongkiat-form { 
	box-sizing: border-box; 
width: 80%;
    margin: 0 auto;
}

.chk-links {
    margin: 0;
    min-height: 45px;
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    /* background: #fafafa; */
    -webkit-border-radius: 0;
    border-radius: 0;
    color: gray;
    text-align: left;
}

.radioBox {
    display: block;
    margin: 0;
    min-height: 45px;
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    /* background: #fafafa; */
    -webkit-border-radius: 0;
    border-radius: 0;
    color: gray;
}
.radioBox .radio {
    display: inline-block;
    margin: 10px 10px 0px 10px;
    font-weight: normal;
}
#hongkiat-form .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px;
}
#hongkiat-form .txtinput:focus { 
border-bottom: 3px solid #fff;
background-color:white;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input[type=text] {
	border-color: black;
    border-width: 0px 0px 3px 0px;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    margin: 3px;
    /*color: white;*/
}
#hongkiat-form img {
    border: solid 1px #ccc;
    margin: 0 2em;
    margin-left: 0px;
}

#hongkiat-form textarea {
	background: #fff url('/g/mensaje.png') 5px 4px no-repeat;
	border-bottom: 3px solid #fff;
background-color:white;
width: 100%;
padding: 15px;
margin: 3px;
height: 200px;
}
#hongkiat-form textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
	background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#hongkiat-form input#enviar {
background-color: #4F5958;
border-style: solid;
height: 40px;
width: 200px;
color: white;
display: block;
margin: 0 auto;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 5px; }

#buttons #submitbtn {
display: block;
float: left;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* SLIDER (tomado de ...) */


#slider{
	position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    overflow: hidden;
    float: center;
    text-align: center;
}
.slidetext{
    width: 60%;
height: 100%;
padding: 5%;
white-space: normal;
font-size: 1.3em;
}
.descrip{
    width: 100%;
    padding: 0 5% 0 5%;
    text-align: center;
    white-space: normal;
    color: #4F5958;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.descrip h1{
	margin-top: 0px;
    text-align: center; 
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 1px;
color: #4F5958;
}
.slidetext ul li{
    text-align: left;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 200;
    font-size: 1em;
    letter-spacing: 1px;
    color: #4F5958;
}
#imgs  img
{
    /*overlays all the imgs */
    /*You see only the first img, for now*/
    display:block;
    width:100%;
    height: auto;
    position:absolute;
    top:0;
    left:0;
    transition: 1s;
    visibility:hidden;
    margin: auto;
   
    /*we want to show only 1 img at the time*/
}
/*the container */
#Snav 
{
    display:block;    
    width:100%;
    height:100%;
    max-width: 777px;
    
    top:0;
    left:0;
    margin: o auto;
    overflow: hidden;
}



/* where the circles are going to be*/
#SnavCircles 
{
    display:block;
    width:20%;
    height:20%;
    left: 50%;
    position:absolute;
    top: 10px;
}
#Scircles 
{
    display:block;
    width:80px;
    height:15px;
    top: 10px;   /* is going to be on the right side of the slider*/
}
#Scircles ul 
{
    margin:0;
    float:right;
    display: table;
    width:100%;
    height:100%;
}
#Scircles li
{
    /*we don't need the dots*/
    list-style:none;
    display:block;
    background-color:rgba(160, 160, 160, 1);
    width:15px;
    height:15px;
    margin-left:5%;
    float:left;     /*on the same line*/
    visibility:hidden;
    /*we need circles, not squares*/
    border-bottom-left-radius:25px;
    border-top-left-radius:25px;
    border-bottom-right-radius:25px;
    border-top-right-radius:25px;

}
/*ok , we are done with the SnavUp*/
#SnavMiddle 
{
    display:block;
    position: absolute;
    width:100%;
    height:15%;
    top:30%;   /*this is up to you , where you want the buttons*/
}
#SnavMiddle2 
{
    width:30%;
    height:auto;
    float:center;
    margin-left:30%;
    opacity:0.8;  /*this is up to you , where you want the buttons*/
}
/*left button*/
#Sleft 
{
    width:4vh;
    height:auto;
    top:50%;
    float:left;
    margin-left:3%;
    
    opacity:0.8;
    
}
/*button effect*/
#Sleft:hover 
{
    opacity:0.8;
    background-color: rgba(160, 160, 160, .3);
}
#Sright 
{
    width:4vh;
    height:auto;
    top:50%;
    float:right;
    margin-right:5%;
    opacity:0.8;

}
#Sright:hover 
{
    opacity:0.8;
    background-color: rgba(160, 160, 160, .3);
}
/*now we have to add the info at the bottom of the slider*/
#SnavBottom 
{
    display:block;
    background-color:rgba(160, 160, 160, 0.8);
    width:100%;
    height:10%;
    position:absolute;
    top:0;
    left:0;
    background-color: transparent;

}
#SnavBottom p 
{
    top:100px;
    visibility:hidden;
}

/*that's all , now we need to code the slider, the effect*/

.productos2{
	margin-top: 0;
    width: 60%;
    height: auto;
    margin: 5%;
    display: inline-block;
    font-weight: lighter;
    /* padding: 2%;*/
}
.productos3{
	width: 70%;
	margin-top: 100px;
    position: relative;
    /* margin: 0 auto; */
    overflow: hidden;
    padding: 5%;
}

.textos{
	display: table;
    margin-top: 0px;
    float: left;
    text-align: left;
    text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: lighter;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #4F5958;
    padding: 5%;
    background-color: rgba(242, 242, 242, 1);
    position: relative;
}

.llegar{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eef0e4;
}

#map{
	width: 70%;
	height: 400px;
	position: relative;
	margin: 50px;
	margin-left: 15%;
	overflow: hidden;
	background-color: #eef0e4;
}

.textos_adic{
	margin-left: 15%;
	width: 70%;
	text-align: center;
}



.productos{
	height: 200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}

.productos img{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.form_container {
 	color: #4F5958;
 	text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;
    /* margin-top: 50px; */
    text-align: left;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
    border-bottom: 10px solid #4F5958;
}
.left{
	 position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  border: none;
  background-color: transparent;
  background-image: url(../Botones/left.png);
}

.right {
  position: absolute;
  top: 50%;
  height: 40px;
   width: 40px;
  border: none;
  background-color: transparent;
  background-image: url(../Botones/right.png);
}

.left, .right p{
  padding: 2px;
}
.left {
  left: 0px;
}
.right {
  right: 0px;
}
.form_container .slideContainer {
  white-space: nowrap;
}

.form_container .slideContainer .slide {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 20%;
}

div#bgventana{
	vertical-align: middle;
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	letter-spacing: 2px;
	color: #000;
	display: none;
}

div#ventana{
	vertical-align: middle;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	height: 220px;
	width: 400px; 
	top: 20%;
	left: 20%;
}

div#ventana h2 { 
	margin-top: 0px;
	margin-left:0px;
	margin: 2% 2%;
	border-bottom: 1px solid #ddd; 
	border-top: 1px solid #ddd; 
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em; 
	font-weight: 900; 
	text-align: center; 

}

div#cerrar a:link { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:visited { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:hover { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:active { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}

div#cerrar{
	color: gray;
	text-align: right;
}

/*-----------------------BOTON FLOTANTE---------------------*/
				.notif{
				    background-color: red;
				    color: white;
				    border-radius: 50%;
				    position: absolute;
				    width: auto;
				    min-width: 20px;
				    height: 20px;
				    padding-left: 2px;
				    padding-top: 2px;
				    margin-left: 30px;
				    display: none;
				}
				.fab-container{
				    position: fixed;
				    bottom: 50px;
				    right: 50px;
				    z-index: 999;
				    cursor: pointer;
				}

				.fab-icon-holder{
				    width: 50px;
				    height: 50px;
				    border-radius: 100%;
				    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
				}
				.fab-icon-holder:hover{
				    opacity: 0.8;
				}

				.fab-icon-holder i{
				    display: flex;
				    align-items: center;
				    justify-content: center;
				    height: 100%;
				    font-style: 25px;
				    color: #ffffff;
				}

				.fab{
				    width: 60px;
				    height: 60px;
				}

				.fab-options{
				    list-style-type: none;
				    margin: 0;
				    position: absolute;
				    bottom: 70px;
				    right: 0;
				    opacity: 0; 
				    transition: all 0.3s ease;
				    transform: scale(0);
				    transform-origin: 85% bottom;
				}

				.fab:hover + .fab-options, .fab-options:hover{
				    opacity: 1;
				    transform:scale(1);
				}

				.fab-options li{
				    display: flex;
				    justify-content: flex-end;
				    padding: 5px;

				}  

				.fab-label{
				    padding: 2px 5px;
				    align-self: center;
				    user-select: none;
				    white-space: nowrap;
				    border-radius: 3px;
				    font-size: 16px;
				    background: #666666;
				    color: #ffffff;
				    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
				    margin-right: 10px;

				}
				#chat > div {
				    display:none;
				}

				#chat > div:target{
				    display:block;
				}

@media screen and (max-width: 1000px){

	body {
		padding-top: 0px;
		background-color: rgba(160,160,160 .5);
	}
	header{
		position: absolute;
		/*background-color: rgb(29, 84, 128);*/
		height: 50px;
	}

	header nav{
		width: 100%;
		height: 100%;
		right: 100%;
		margin-top:40px;
	font-weight: 400;
    color: #4F5958;
    display: block;
    line-height: 20px;
    padding: 30px 0 0 50px;
    position: fixed;
    text-align: left;
    text-decoration: none;
    font-size: 1em;
    margin: 0;
    overflow: scroll;
    background-color: white;
	}


	header nav ul li a {
    font-weight: 400;
    color: #4F5958;
    display: block;
    line-height: 20px;
    padding: 30px 0 0 50px;
    position: relative;
    text-align: left;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
	}
	.menu_bar{
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		background-color: white;
	}
	.menu_bar2{
	display: block;
    width: 100%;
    top: 0;
    background-color: white;
    line-height: 20px;
    padding: 0px 40px 0 0px;
    text-align: right;
	}

	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		color: #4F5958;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span{
		float: right;
    font-size: 40px;
    top: 20px;
    right: 0;
    display: block;
    position: absolute;
	}
	a#menu-icon{
		display: block;
		width: 100%;
		height: 50px;
		text-decoration: none;
		margin-top: 10px;
		text-align: right;
		color: rgb(29, 84, 128);
		background-color: rgba(29, 84, 128, .5);
		font-size: 30px;
	}

	a.icon-menu3{
		width: 30px;
		height: auto;
		display: block;
		padding: 20px;
		color : #fff;
		overflow: hidden;
		font-size: 25px;

	}

	header nav ul li a {
		display: block;
	}
	header nav ul {
		display: block;
		position: relative;
		margin: 0;
	}

	header nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.5);
		width: 100%;
		position: relative;
		max-height: 1000px;
	} 

	header nav ul li:hover .children{
		display: block;
	}

	header nav ul li .children{
		position: relative;
		width: 100%;

	}

	header nav ul li .children li a{
		margin-left: 20px;

	}

	header nav ul li .children li:hover .children2{
		display: block;
	}

	header nav ul li .children li .children2{
		display: none;
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		background: #C7C8C9;
	}

	header nav ul .ocul{
		display: none;
	}

	img#logo{
	position: absolute;
}
 
#eps, #ips, #rips, #terr, #aud{
	border-bottom: 3px solid rgba(255,255,255,.5);
}

#datos{
	width: 100%;
	margin: 2% 2%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	color: #aaa9a9;
	font-size: .7em;


}

}
/*--------------------------IDIOMAS----------------------*/
form#lanS{
	float: right;
    margin-top: 0px;
    position: fixed;
    left: calc(90% - 90px);
}


form#lanS img{
	width: auto;height: 20px;
}
/*------------------MODAL------*/
* {
  box-sizing:border-box;
}

html,body {
  min-height:100%;
  height:100%;
  background-size:cover;
  background-position:top center;
  font-family:helvetica neue, helvetica, arial, sans-serif;
  font-weight:200;
  
}
#cerrar{
	background: red;
    color: white;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 0px;
}
.modal-active {
    overflow: hidden;
  }
#modal-container {

   position: fixed;
    /* display: table; */
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    top: 0; 
    /* left: 0; */
    transform: scale(0);
    z-index: 1000;
    background: rgba(1,1,1,.5);

}
 .one {
    transform:scaleY(.01) scaleX(0);
    animation:unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  } 
  .one .modal-background .modal  {
       transform: scale(0);
    animation: zoomIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top:50px;
    }
  .out {
      transform:scale(1);
      animation:unfoldOut 1s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      
    }
    .out .modal-background .modal {
         animation: zoomOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        
      }

  .modal-background {
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }


.content {
  min-height:100%;
  height:100%;
  background:white;
  position:relative;
  z-index:0;
  h1 {
    padding:75px 0 30px 0;
    text-align:center;
    font-size:30px;
    line-height:30px;
  }
  .buttons {
    max-width:800px;
    margin:0 auto;
    padding:0;
    text-align:center;
    .button {
      display:inline-block;
      text-align:center;
      padding:10px 15px;
      margin:10px;
      background:red;
      font-size:18px;
      background-color:#efefef;
      border-radius:3px;
      box-shadow:0 1px 2px rgba(0,0,0,.3);
      cursor:pointer;
      &:hover {
        color:white;
        background:#009bd5;
      }
    }
  } 
}

@keyframes unfoldIn {
  0% {
    transform:scaleY(.005) scaleX(0);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform:scaleY(1) scaleX(1);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}

@keyframes fadeIn {
  0% {
    background:rgba(0,0,0,.0);
  }
  100% {
    background:rgba(0,0,0,.7);
  }
}

@keyframes fadeOut {
  0% {
    background:rgba(0,0,0,.7);
  }
  100% {
    background:rgba(0,0,0,.0);
  }
}

@keyframes scaleUp {
  0% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
  100% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
}

@keyframes scaleDown {
  0% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
  100% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
}

@keyframes scaleBack {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(.85);
  }
}

@keyframes scaleForward {
  0% {
    transform:scale(.85);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes quickScaleDown {
  0% {
    transform:scale(1);
  }
  99.9% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}

@keyframes slideUpLarge {
  0% {
    transform:translateY(0%);
  }
  100% {
    transform:translateY(-100%);
  }
}

@keyframes slideDownLarge {
  0% {
    transform:translateY(-100%);
  }
  100% {
    transform:translateY(0%);
  }
}

@keyframes moveUp {
  0% {
    transform:translateY(150px);
  }
  100% {
    transform:translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform:translateY(0px);
  }
  100% {
    transform:translateY(150px);
  }
}

@keyframes blowUpContent {
  0% {
    transform:scale(1);
    opacity:1;
  }
  99.9% {
    transform:scale(2);
    opacity:0;
  }
  100% {
    transform:scale(0);
  }
}

@keyframes blowUpContentTwo {
  0% {
    transform:scale(2);
    opacity:0;
  }
  100% {
    transform:scale(1);
    opacity:1;
  }
}

@keyframes blowUpModal {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes blowUpModalTwo {
  0% {
    transform:scale(1);
    opacity:1;
  }
  100% {
    transform:scale(0);
    opacity:0;
  }
}

@keyframes roadRunnerIn {
  0% {
    transform:translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform:translateX(30px) skewX(0deg) scaleX(.9);
  }
  100% {
    transform:translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerOut {
  0% {
    transform:translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform:translateX(-30px) skewX(-5deg) scaleX(.9);
  }
  100% {
    transform:translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes sketchIn {
	0% {
		stroke-dashoffset: 778;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes sketchOut {
	0% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: 778;
	}
}

@keyframes modalFadeIn {
  0% {
    background-color:transparent;
  }
  100% {
    background-color:white;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color:white;
  }
  100% {
    background-color:transparent;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity:0;
    top:-20px;
  }
  100% {
    opacity:1;
    top:0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity:1;
    top:0px;
  }
  100% {
    opacity:0;
    top:-20px;
  }
}

@keyframes bondJamesBond {
  0% {
    transform:translateX(1000px);
  }
  80% {
    transform:translateX(0px);
    border-radius:75px;
    height:75px;
    width:75px;
  }
  90% {
    border-radius:3px;
    height:182px;
    width:247px;
  }
  100% {
    border-radius:3px;
    height:162px;
    width:227px;
  }
}

@keyframes killShot {
  0% {
    transform:translateY(0) rotate(0deg);
    opacity:1;
  }
  100% {
    transform:translateY(300px) rotate(45deg);
    opacity:0;
  }
}

@keyframes fadeToRed {
  0% {
    background-color:rgba(black,.6);
  }
  100% {
    background-color:rgba(red,.8);
  }
}

@keyframes slowFade {
  0% {
    opacity:1;
  }
  99.9% {
    opacity:0;
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}



