 
/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}

 
body {
 	background:url(../images/bg.png) repeat #0066cc;
 	font-size: 18px;
 	overflow-x:hidden;
		font-family: 'Raleway', sans-serif;
position:relative;
} 

 
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
span {color:#fff;}

a, a:visited,  a:focus {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color:#fff;
}

a span, a:visited span,  a:focus span{
	text-decoration: none;
	color:#fff!important;
}
a:hover span{
	text-decoration: none;
	color:#fff!important;
}
 
h3 {
	font-size: 21px;
    color: #000;
}

h3.entrada{
text-align: center;
background: #009C6D;
color: white;
padding: 10px;
font-size: 32px;
font-weight: bold;
margin-top: 15px;
}
.wrapper.home {
	position:relative;
	z-index:100;
}


/**/

header.home {
	width:100%;
	padding-top:40px;
 	position:relative;
 }
 
header.home .logo{
	    text-align: left;
    margin: auto;
}
.info-top {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    color: #fff;
    background: url("../images/label-01.svg") no-repeat top right transparent;
    background-size: contain;
    font-size: 22px;
    padding: 15px 20px 25px 70px;
}


  
ul.botones-acceso.home {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
ul.botones-acceso.home li {
	position: relative;
	width:25%;
}
ul.botones-acceso.home li a.boton{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:170px;
	font-weight:600;
	font-size:20px;
	text-align:center;
 	color:#fff;	
	cursor:pointer;
}

ul.botones-acceso.home li a.boton.uno {
	background:url("../images/boton-01.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li a.boton.dos {
	background:url("../images/boton-02.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li a.boton.tres {
	background:url("../images/boton-03.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li a.boton.cuatro {
	background:url("../images/boton-04.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li.boton.cinco,
 ul.botones-acceso.home li a.boton.cinco {
	background:url("../images/boton-05.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li a.boton.seis {
	background:url("../images/boton-06.svg") no-repeat center transparent;
	background-size:contain;
}

ul.botones-acceso.home li a.boton.siete {
	background:url("../images/boton-07.svg") no-repeat center transparent;
	background-size:contain;
}
ul.botones-acceso.home li a.boton.ocho{
	background:url("../images/boton-08.svg") no-repeat center transparent;
	background-size:contain;
}
 
ul.botones-acceso.home li a.boton.nueve {
	background:url("../images/boton-09.svg") no-repeat center transparent;
	background-size:contain;
}
 
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.rotate-scale-up:hover  {

	-webkit-animation: rotate-scale-up 0.45s linear both;
	        animation: rotate-scale-up 0.45s linear both;
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.auspiciantes {
	display: flex;
    align-items: center;
    justify-content: space-around;
		padding:40px 0
}

/*
--------------FOOTER
*/
.logo h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    background: #ec008c;
    display: initial;
    padding: 0 10px;
    border-radius: 0;
    margin-left: 25px;
}
/*
--------------FOOTER
*/

.menu-redes {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.btn-redes {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
	z-index:100;
}
.btn-redes.acc {
    width: 100px;
    height: 55px;
    border-radius: 00px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    font-size: 24px;
    background: #e40056;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    top: -5px;
}

.btn-redes .fab { font-size: 36px; color: #fff }

.btn-redes {
  background:#e40e2f;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-redes:not(:first-child) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);
  transition: all 0.2s cubic-bezier(.87,-.41,.19,1.44);
}



input#toggle ~ #show-menu .btn-redes:nth-child(2) {
  top:-150px;opacity:0;
}

input#toggle ~ #show-menu .btn-redes:nth-child(3) {
  top:-100px;left:116px;opacity:0;
}
input#toggle ~ #show-menu .btn-redes:nth-child(4) {
left:150px;opacity:0}

input#toggle ~ #show-menu .btn-redes:nth-child(5) {
left: 84px;top: 100px;opacity:0;}



input#toggle:checked ~ #show-menu .btn-redes:nth-child(2) {
  top:-150px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn-redes:nth-child(3) {
  top:-100px;left:116px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input#toggle:checked ~ #show-menu .btn-redes:nth-child(4) {
left:150px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

input#toggle:checked ~ #show-menu .btn-redes:nth-child(5) {
left: 84px;top: 100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}



.menuBtn, .closeBtn {
  position: absolute;
  transition: all 0.3s ease;
}

.closeBtn {
  transform: translateY(50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn-redes .menuBtn {
  transform: translateY(-50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn-redes .closeBtn {
  transform: translateY(0px);
  opacity: 1;
}


/*
--------------FOOTER
*/

.modal-backdrop {
    background-color: #0072bc;
}

.modal-backdrop.show {
    opacity: .8;
}
.modal-content {
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}
.modal-body h2{
	font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 20px;		
}
.modal-body h3{
	font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: white;
}
.modal-body .redes {
	    display: flex;
    align-items: center;
    justify-content: center;
		 flex-wrap: wrap;
}
.modal-body .redes  .btn-redes {
	position:relative;
	opacity:1;
	margin:0 10px;
}
.modal-body .redes  .btn-redes:not(:first-child) {
	opacity:1;
}
.modal-body .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 black;
    opacity: 1;
}

/*
--------------FOOTER
*/






.footer {
    margin-top:0px;
    position: relative;
    color: white;
    text-align: center;
    padding: 60px 0 60px;
    background: #eaeaea;
}
.pre-footer {
    width: 100%;
		position:relative;
		min-height:120px;

}

.info-bottom { 
    color: #fff;
    background: url("../images/label-02.svg") no-repeat bottom left transparent;
    background-size: contain;
    padding: 30px 120px 40px 50px;
    /* height: 150px; */
    /* width: 400px; */
}

.pre-footer h4 {
	    font-size: 22px;
    font-weight: 700;
		margin-bottom:10px;
		    color: #fff;

}
 
.footer_a {
    margin: 25px auto;
    padding: 0 0 10px;
}
 
.footer .footer_a a {
	text-align:center;
}

.footer a {
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin: 4px 0;
	display:block
}
.footer li {
  
	text-align: left;		
}
#menu_footer_superior ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#menu_footer_superior ul li {
    list-style: none;
    margin: 0;
    padding: 0;
		text-align: left;
}

#menu_footer_inferior .sub-menu1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
	text-align: left;
}
#menu_footer_inferior .titulo_submenu {
    font-weight: bold;
		margin-bottom:7px;	
		    display: block;
}
#menu_footer_inferior .sub-menu1 a {
    display: block;
    margin: 4px 0;
    color: #888888;
    color: #333;
}

#menu_footer_inferior .ultimo_menu_footer .titulo_submenu {
    text-transform: uppercase; 	text-align: left;		 color: #333;
		font-size: 16px;

}

.footer_b {
    margin: 45px auto;
    border: solid #333333;
    border-width: 3px 0 0;
    padding: 45px 0 40px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


@media (min-width: 992px) {
.col-md-15 {
    width: 20%;
    float: left;
}
}

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

}

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


}
@media screen and (max-width:991px) {
 
 header.home {
    width: 100%;
    padding-top: 60px;
    position: relative;
}

ul.botones-acceso.home li {
    position: relative;
    width: 40%;
}

ul.botones-acceso.home li.boton.cuatro {
     display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}


ul.botones-acceso.home li a.boton {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
}


.logo h2 {
 
    margin-left: 0;
}
 
/*fin 1024*/
}


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

header.home .logo {
    text-align: center;
width: 100%;
    margin: auto;
		position:relative;
		z-index:1000
}
header.home {
	width: 100%;
	padding-top: 50px;
	min-height: 230px;
	position: relative;
	 background-size: auto 100%;
    padding-bottom: 30px;
}

 .info-top { 
    font-size: 16px; 
}
ul.botones-acceso.home li {
    width: 50%;
    padding: 0;
}

ul.botones-acceso.home li:nth-child(1) {
	margin-right:50%;
}

ul.botones-acceso.home li:nth-child(2) {
	margin-left:50%;
	margin-top:-100px;
}

ul.botones-acceso.home li:nth-child(3),
ul.botones-acceso.home li:nth-child(7),
ul.botones-acceso.home li:nth-child(5) {
	margin-right:50%;
	margin-top:-50px;
}

ul.botones-acceso.home li:nth-child(4),
ul.botones-acceso.home li:nth-child(6),
ul.botones-acceso.home li:nth-child(8) {
	margin-left:50%;
	margin-top:-100px;
}
.auspiciantes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    flex-wrap: wrap;
}
.auspiciantes li {
	width:50%;
}
.info-bottom {
    color: #fff;
    background: url("../images/label-02.svg") no-repeat bottom left transparent;
    background-size: contain;
    padding: 30px 70px 30px 20px;
    /* height: 150px; */
    /* width: 400px; */
}
.pre-footer h4 {
    font-size: 18px; 
}

.btn-redes {
    width: 60px;
height: 60px;
}
.modal-body .redes .btn-redes {
    position: relative;
    opacity: 1;
    margin:15px;
}
}