/* STYLES CSS */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,600|Raleway:200');
/* GENERALES */


body{
    width: 100%;
    margin: 0;
    padding:0;
    font-family: 'Oswald', sans-serif;
    background: #000;
}
.h1, h1 {
    font-size: 34px;
}
.rufina{
	font-family: 'Oswald', serif;
}
.sinNada{
	margin: 0;
	padding: 0;
}
.blanco{
	color: #fff;
}
.verde{
	color: white;
}
.gris{
	color: #727272;
}
.big{
	display: block !important;
}
.medium{
	display: none !important;
}
.small{
	display: none !important;
}
.space{
	height: 20px;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;    
    text-decoration: none;
}
a:focus{
    color: #fff;    
    text-decoration: none;
}
a:active{
    color: #fff;    
    text-decoration: none;
}
a:visited{
    color: #fff;    
    text-decoration: none;
}
.endSpace{
	height: 50px;
}
.enlinea{
	display: inline-block;
    vertical-align: text-bottom;
}
.padd{
	padding: 6px 6px;
}
.muestra{
	display: block;
}
.esconde{
	display: none;
}
.cursor{
	cursor: pointer;
}
.textCenter{
	text-align: center;
}
.adios{
    display: none;
}
.imgresp {
    background: url('../img/bg01.png') center center no-repeat #000;
    background-size: cover;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer
}
.imgresp2 {
    background: url('../img/bg02.png') center 0 no-repeat #000;
    background-size: cover;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer
}
.imgresp3 {
    background: url('../img/bg03.png') center 0 no-repeat #000;
    background-size: cover;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer
}
.imgresp4 {
    background: url('../img/bg04.png') center 0 no-repeat #000;
    background-size: cover;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer
}
.imgresp5 {
    background: url('../img/bg05.png') center 0 no-repeat #000;
    background-size: cover;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer
}
.pointer{
	cursor: pointer;
}

/*HEADER*/
.header {
    background: #000000;
    height: 140px;
    width: 100%;
    position: fixed;
    z-index: 200;
    text-align: center;
    padding: 20px;
    top: -140px;
     -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}
.header2 {
    background: #000000;
    height: 140px;
    width: 100%;
    position: fixed;
    z-index: 200;
    text-align: center;
    padding: 20px;
    top: 0px;
}
.contImg {
    width: 600px;
    margin: 8% auto 0 auto;
}
.contLogo{
    width: 200px;
    margin: 0 auto;
}
.contIcon {
    position: relative;
    margin: 60% 0 0 0;
    text-align: center;
    border-right: 2px solid #000;
}
.border{
    border-right: 0 solid #000;
}
/*CONTLOGOS*/
.conte{
    background: #000;
    height: 100vh;
}
.logo01{
    background: url('../img/bs.png') center 20px no-repeat;
    height: 104px;
    background-size: auto;
}
.logo02{
    background: url('../img/bm.png') center 20px no-repeat;
    height: 104px;
    background-size: auto;
}
.logo03{
    background: url('../img/m3.png') center 20px no-repeat;
    height: 104px;
    background-size: auto;
}
.contLogo{
    width: 200px;
    margin: 0 auto;
}
.conte2{
    background: #000;
    height: 100vh;
}
.textHome{
    text-align: center;
    margin-bottom: 60px;
}
.rale{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
.js-textHove .textIcons{
    display: none;
     -webkit-transition: display 0.5s; /* Safari */
    transition: display 0.5s;
}
.js-textHove:hover .textIcons{
    display: block;
}
/**Footer**/
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
	text-align: center;
	padding: 10px;
	background: #000
}
.iconFoot{
    width: 30px;
    display: inline-block;
    vertical-align: bottom;
}
.textIcons{
    text-align: center;
    padding: 20px;
	width:50%;
	margin:auto;
}

.BoldM:hover {
    font-weight: bold;
    text-decoration: underline;
}
/*ARROWS*/
.contArrows{

}
.arrows {
  position: relative;
  /**/
  position: absolute;
  top: 100%;
  left: 50%;
  /**/
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
}
.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  border-bottom:4px solid rgba(255, 255, 255, 0.7);
  transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  border-bottom:4px solid rgba(255, 255, 255, 0.7);
  transform: translate(53.3333333333px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-bottom:4px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-bottom:4px solid rgba(255, 255, 255, 0);
  }
  50% {
    border-left: 4px solid rgba(255, 255, 255, 0.7);
    border-bottom:4px solid rgba(255, 255, 255, 0.7);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-bottom:4px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
  }
}