
body {
  font-family: Arial;
  background-image: url("./img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #66999;
  background-size: cover;
}

.hh3 {
  color: #58666e !important; 
}

.pp {
  color: #58666e !important; 
}

.instruct {
	width: 37px;
	position: absolute;
	right: 7px;
}

.logo {
	width: 32%;
	max-width: 130px;
	display:block;
	margin:auto;
	padding: 20px;
	border-radius: 50px;
}

.rs {
	width: 30%;
	max-width: 40px;
	display:block;
	margin:auto;
	padding: 10px;
	border-radius: 10%;
	display: inline-block;
	overflow:hidden;
}

.rs:hover {-webkit-transform:scale(1.3);transform:scale(1.3);
}

.prop {
  width: 40%;
  max-width: 100px;
  display:block;
  margin:auto;
  padding: 10px;
  border-radius: 10%;
  display: inline-block;
  overflow:hidden;
}

.prop:hover {-webkit-transform:scale(1.3);transform:scale(1.3);
}

.msjs {
  width: 40%;
  max-width: 70px;
  display:block;
  display: inline-block;
  overflow:hidden;
}

.msjs:hover {-webkit-transform:scale(1.3);transform:scale(1.3);
}

.herr {
	width: 30%;
	max-width: 60px;
	display:block;
	margin:auto;
	padding: 10px;
	border-radius: 10%;
	display: inline-block;
	overflow:hidden;
}

.herr:hover {-webkit-transform:scale(1.3);transform:scale(1.3);
}

.qr {
	width: 30%;
	max-width: 60px;
	display:block;
	margin:auto;
	padding: 10px;
	border-radius: 10%;
	display: inline-block;
	overflow:hidden;
}

.qr:hover {-webkit-transform:scale(1.3);transform:scale(1.3);
}

.accesos {
	width: 120px;
	height: 120px;
	background: #fff;
	margin: 7px;
	display: inline-block;
	border-radius: 10%;
	opacity: 0.8;
	box-shadow: 2px 2px 10px #282828;
}

.nombre {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 2px 2px 2px #3c3c3c;
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.cargo {
	line-height: 30px;
	color: #fff;
	text-shadow: 2px 2px 2px #3c3c3c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	text-align: center;
}

.icon {
	width: 60px;
	display:block;
	margin:auto;
	padding: 5px;
}

.texticon {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 1px #5b5b5b;
	font-size: 9pt;
	text-align: center;
	font-weight: 400;
}

.x {
	font-size: 20px;
	font-weight: 900;
	color: #021119;
	text-decoration:none;
}

.modal1-contenido{
  background-color: #ffffffd4;
  width: 85%;
  max-width: 500px;
  height: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
  overflow-y: initial;
  overflow-y: auto;
}
.modal1{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}

.modal2-contenido{
  background-color: #ffffffd4;
  width: 85%;
  max-width: 500px;
  height: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
  overflow-y: initial;
  overflow-y: auto;
}
.modal2{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}

.modal3-contenido{
  background-color: #ffffffd4;
  width: 85%;
  height: 500px;
  max-width: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
  overflow-y: initial;
  overflow-y: auto;
}
.modal3{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}

.modal4-contenido{
  background-color: #ffffffd4;
  width: 85%;
  max-width: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
}
.modal4{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}

.modal5-contenido{
  background-color: #ffffffd4;
  width: 85%;
  height: 500px;
  max-width: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
  overflow-y: initial;
  overflow-y: auto;
}
.modal5{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}

.modal6-contenido{
  background-color: #ffffffd4;
  width: 85%;
  height: 500px;
  max-width: 500px;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 65px auto;
  position: relative;
  overflow-y: initial;
  overflow-y: auto;
}
.modal6{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}


#miModal1:target{
  opacity:1;
  pointer-events:auto;
}

#miModal2:target{
  opacity:1;
  pointer-events:auto;
}

#miModal3:target{
  opacity:1;
  pointer-events:auto;
}

#miModal4:target{
  opacity:1;
  pointer-events:auto;
}

#miModal5:target{
  opacity:1;
  pointer-events:auto;
}

#miModal6:target{
  opacity:1;
  pointer-events:auto;
}

#resumen {
  position: relative;
}

#enlace {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  z-index: 10;
}

/******MF*/

bodymenu {
   padding: 0;
   margin: 0;
   background: #596778;
   color: #EEEEEE;
   text-align: center;
   font-family: "Lato", sans-serif;
}

@media screen and (max-width: 700px) {
   bodymenu {
      padding: 170px 0 0 0;
      width: 100%
   }
}

amenu {
   color: inherit;
}

.menu-item,
.menu-open-button {
   background: #EEEEEE;
   border-radius: 100%;
   width: 80px;
   height: 80px;
   margin-left: -40px;
   margin-top: -10px;
   position: absolute;
   color: #FFFFFF;
   text-align: center;
   line-height: 80px;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform ease-out 200ms;
   transition: -webkit-transform ease-out 200ms;
   transition: transform ease-out 200ms;
   transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
   display: none;
}

.menuopt {
   margin: auto;
   position: absolute;
   top: 260px;
   bottom: 0;
   left: 0;
   right: 0;
   width: 80px;
   height: 80px;
   text-align: center;
   box-sizing: border-box;
   font-size: 26px;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
   background: #ccc;
   color: #3290B1;
}

.menu-item:nth-child(3) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(4) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(5) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(6) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(7) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(8) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(9) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-open-button {
   z-index: 2;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   cursor: pointer;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
   -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
   transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
   transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
   -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
   transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
   transition-duration: 180ms;
   -webkit-transition-duration: 180ms;
   -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
   transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
   transition-duration: 280ms;
   -webkit-transition-duration: 280ms;
   -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
   transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
   transition-duration: 380ms;
   -webkit-transition-duration: 380ms;
   -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
   transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
   transition-duration: 480ms;
   -webkit-transition-duration: 480ms;
   -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
   transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
   transition-duration: 580ms;
   -webkit-transition-duration: 580ms;
   -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
   transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
   transition-duration: 680ms;
   -webkit-transition-duration: 680ms;
   -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
   transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
   transition-duration: 780ms;
   -webkit-transition-duration: 780ms;
   -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
   transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
   background-color: #669AE1;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
   color: #669AE1;
   text-shadow: none;
}

.green {
   background-color: #70CC72;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
   color: #70CC72;
   text-shadow: none;
}

.red {
   background-color: #FE4365;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
   color: #FE4365;
   text-shadow: none;
}

.black {
   background-color: #000;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.black:hover {
   color: #000;
   text-shadow: none;
}

.purple {
   background-color: #C49CDE;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
   color: #C49CDE;
   text-shadow: none;
}

.orange {
   background-color: #FC913A;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
   color: #FC913A;
   text-shadow: none;
}

.lightblue {
   background-color: #62C2E4;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
   color: #62C2E4;
   text-shadow: none;
}

.credit {
   margin: 24px 20px 120px 0;
   text-align: right;
   color: #EEEEEE;
}

.credit a {
   padding: 8px 0;
   color: #C49CDE;
   text-decoration: none;
   transition: all 0.3s ease 0s;
}

.credit a:hover {
   text-decoration: underline;
}

.optmenu {
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 0;
   height: 0;
   text-align: center;
   box-sizing: border-box;
   font-size: 26px;
}

/*MF*/

@font-face {
    font-weight: normal;
    font-style: normal;
}
.ca-menuf{
    padding:0;
    margin:20px auto;
    width: 90%;
}
.ca-menuf li{
    width: 64px;
    height: 100px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #f2f2f2;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 7px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menuf li:last-child{
    margin-right: 0px;
}
.ca-menuf li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 50px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 55px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: -2px;
    width: 100%;
    height: 50%;
    top: 60%;
}
.ca-main{
    font-size: 10px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 8px;
    color: #666;
    line-height: 12px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menuf li:hover{
    background-color: #000;
}
.ca-menuf li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menuf li:hover .ca-main{
    color: #00ccff;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menuf li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


	.ca-menuf li:hover{
    background-color: #17406c;
}
.ca-menuf li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menuf li:hover .ca-main{
    color: #00ccff;
    animation: moveFromLeftRotate 300ms ease;
}
.ca-menuf li:hover .ca-sub{
    color: #fff;
    animation: moveFromBottom 500ms ease;
}

@keyframes moveFromLeftRotate{
    from {
        transform: translateX(-100%) rotate(-90deg);
    }
    to {
        transform: translateX(0%) rotate(0deg);
    }
}

.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}

.icomf {
	width: 40px;
	display:block;
	margin: auto;
	padding: 19px;
}

/****MF*/