@font-face {
    font-family: 'OpenSans';

    src: url("fonts/OpenSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'OpenSans-Bold';

    src: url("fonts/OpenSans-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'OpenSans-Semibold';

    src: url("fonts/OpenSans-Semibold.ttf") format('truetype');
}
@font-face {
    font-family: 'OpenSans-ExtraBold';

    src: url("fonts/OpenSans-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Rubik-Bold';

    src: url("fonts/Rubik-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Rubik-Regular';

    src: url("fonts/Rubik-Regular.ttf") format('truetype');
}

.extrabold {
    font-family: 'OpenSans-ExtraBold';

}

.opensans {
    font-family: 'OpenSans';
}

.bold {
    font-family: 'OpenSans-Bold';
}

.rubik-bold {
    font-family: 'Rubik-Bold';
}

.rubik {
    font-family: 'Rubik-Regular';
}


#bg-content {
    background-color: #0066F5;
}

.bg-general {
    background: url(img/fondo-supercodde.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.grid-container {
    max-width: 1200px;
}
.blanco {
    color: #ffffff;
}

.f1 {
    font-size: 48px;
}

.f2 {
    font-size: 40px;
}

.f3 {
    font-size: 36px;
}

.f4 {
    font-size: 30px;
}

.f5 {
    font-size: 24px;
}

.f6 {
    font-size: 20px;
}

.f7 {
    font-size: 18px;
}

.f8 {
    font-size: 16px;
}

.f9 {
    font-size: 14px;
}

.f10 {
    font-size: 12px;
}

.amarillo {
    color: #F5B921;
}

.negro {
    color: #2B3245;
}

.gris {
    color: #6B7A8C;
}

.x-pd-logo-supercodde {
    padding-top: 120px;
    max-width: 142px;
}

.contenido-general {
    position: relative;
    z-index: 9;
}

.img-supercodde {
    position: absolute;
    bottom: 0;
    right: 0;
}

.x-titulo {
    padding-top: 45px;
    line-height: 36px;
}

.x-parrafo {
    padding-top: 30px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.pd-redes {
    padding-top: 45px;
}

.red-container {
    width: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: color 0.6s 0.3s ease-out;
}

.red {
    margin-bottom: 4px;
}

.mail:hover {
    color: #ffffff;
    text-decoration: underline;
}

.lg-red {
    max-width: 50px;
}




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

    .f1 {
        font-size: 28px;
    }

    .f2 {
        font-size: 26px;
    }

    .f3 {
        font-size: 24px;
    }

    .f4 {
        font-size: 19px;
    }

    .f5 {
        font-size: 18px;
    }

    .f6 {
        font-size: 17px;
    }

    .f7 {
        font-size: 16px;
    }

    .f8 {
        font-size: 16px;
    }
}

*, *:before, *:after {
  box-sizing: border-box;
}

.red-container::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 48px;
    text-align: center;
    transition: box-shadow 0.3s ease-out;
    margin-top: -12px;
}

.x-pd-rd {
    padding-top: 45px;
}

.a-instagram {
    padding-left: 15px;
}

.img-supercodde-big {
    width: 50%;
}

/* .a-facebook, .a-instagram  {
    display: inline-block;
}

.a-facebook > .facebook-h {
    display: none;
}

.a-instagram > .instagram-h {
    display: none;
}

.a-facebook:hover > .facebook-n {
    display: none;
} */

/* .a-facebook:hover > .facebook-h {
    display: block !important;
    word-spacing: -1;
}

.a-instagram:hover > .instagram-n {
    display: none;
}

.a-instagram:hover > .instagram-h {
    display: block !important;
} */

/* .red-container:hover::before {
  box-shadow: inset 0 0 0 10em #ffffff;
} */

/* .red-container:hover > .facebook {
    display: none;
}

.red-container:hover > .facebook-h {
    display: block !important;
    text-align: center;
} */

/* .red-container:hover > .instagram {
    display: none;
}

.red-container:hover > .instagram-h {
    display: block !important;
    text-align: center;
} */

/* .facebook-h {
    margin-left: 21px;
    position: relative;
    z-index: 10;
        margin-top: 3px;
} */

/* .instagram-h {
    margin-left: 18px;
    position: relative;
    z-index: 10;
        margin-top: 2px;
} */

.red-container:hover {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
}

.x-contacto {
    padding-top: 30px;
}

.x-info {
  line-height: 19px;
}

.x-ciudad {
    padding-top: 15px;
}

.img-supercodde-movil {
    padding-top: 40px;
    position: absolute;
    right: 0;
}

.img-supercodde {
    -webkit-animation:fadeInUp 0.5s 4.3s ease both;-moz-animation:fadeInUp 0.5s 4.3s  ease both;animation:fadeInUp 0.5s 4.3s ease both;
}

.img-supercodde-movil {
    -webkit-animation:fadeInUp 0.5s 4.3s ease both;-moz-animation:fadeInUp 0.5s 4.3s ease both;animation:fadeInUp 0.5s 4.3s ease both;
}

.logo-animation {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-titulo {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-parrafo {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-redes-animation{
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-contacto {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-contacto-2 {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}

.x-ciudad {
    -webkit-animation:fadeInLeft 0.5s 4s ease both;-moz-animation:fadeInLeft 0.5s 4s ease both;animation:fadeInLeft 0.5s 4s ease both;
}



@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
//fadeIn
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInUp{
  0%{
    opacity:0;
    -webkit-transform:translateY(2em)
  }100%{
    opacity:1;
    -webkit-transform:translateY(0)
  }
}
@-moz-keyframes fadeInUp{
  0%{
    opacity:0;
    -moz-transform:translateY(2em)
  }
  100%{
    opacity:1;
    -moz-transform:translateY(0)}
}@keyframes fadeInUp{
  0%{opacity:0;
    transform:translateY(2em)
  }
  100%{
    opacity:1;
    transform:translateY(0)}
}


.hidden {
    display: none;
}

/* CARGANDO */

.loader {
  position: absolute;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin-left: 0;
}

.item-1 {
  float: left;
  width: 14px;
  margin: 0 4.6666666667px;
  border-radius: 7px;
  animation: anim 1.4s ease-in-out infinite 0.1s;
  animation-fill-mode: backwards;
}

.item-2 {
  float: left;
  width: 14px;
  margin: 0 4.6666666667px;
  border-radius: 7px;
  animation: anim 1.4s ease-in-out infinite 0.2s;
  animation-fill-mode: backwards;
}

.item-3 {
  float: left;
  width: 14px;
  margin: 0 4.6666666667px;
  border-radius: 7px;
  animation: anim 1.4s ease-in-out infinite 0.3s;
  animation-fill-mode: backwards;
}

.item-4 {
  float: left;
  width: 14px;
  margin: 0 4.6666666667px;
  border-radius: 7px;
  animation: anim 1.4s ease-in-out infinite 0.4s;
  animation-fill-mode: backwards;
}

.item-5 {
  float: left;
  width: 14px;
  margin: 0 4.6666666667px;
  border-radius: 7px;
  animation: anim 1.4s ease-in-out infinite 0.5s;
  animation-fill-mode: backwards;
}

@keyframes anim {
  0%, 15%, 85%, 100% {
    height: 14px;
    background: #ffffff;
    transform: translateY(0);
  }
  30%, 70% {
    height: 42px;
  }
  41%, 59% {
    height: 14px;
    background: #ffffff;
    transform: translateY(-98px);
  }
}
/* FIN CARGANDO */


@media screen and (min-width: 1400px) {
    .x-pd-supercodde {
        padding-top: 10vh;
    }
}

@media screen and (max-width: 401px) {
    .bg-general {
        background: url(img/fondo-supercodde-movil.jpg) no-repeat fixed;
        -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
           height: 100%;
           /* overflow: hidden; */
           background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1024px) {
    #bg-content {
        overflow:hidden;
    }
}

@media screen and (max-width: 1023px) {
    .x-pd-logo-supercodde {
        padding-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .x-titulo {
        line-height: 27px;
    }
}
