@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Gotham-Black';
  src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'),  url('Gotham-Black.otf')  format('opentype'),
	     url('Gotham-Black.woff') format('woff'), url('Gotham-Black.ttf')  format('truetype'), url('Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'gothamblack';
    src: url('gotham-black-webfont.woff2') format('woff2'),
         url('gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('Gotham-Bold.otf')  format('opentype'),
	     url('Gotham-Bold.woff') format('woff'), url('Gotham-Bold.ttf')  format('truetype'), url('Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Regular';
  src: url('Gotham-Regular.eot?#iefix') format('embedded-opentype'),  url('Gotham-Regular.otf')  format('opentype'),
	     url('Gotham-Regular.woff') format('woff'), url('Gotham-Regular.ttf')  format('truetype'), url('Gotham-Regular.svg#Gotham-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marshmallow-Fluff';
  src: url('Marshmallow-Fluff.eot?#iefix') format('embedded-opentype'),  url('Marshmallow-Fluff.otf')  format('opentype'),
	     url('Marshmallow-Fluff.woff') format('woff'), url('Marshmallow-Fluff.ttf')  format('truetype'), url('Marshmallow-Fluff.svg#Marshmallow-Fluff') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*comun*/
html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
a:hover {
  opacity: 0.8;
  /*text-decoration: none !important;*/
}
img {
  border: 0;
}
.cb {
  clear: both;
}
.negrita {
  font-weight: bold;
}
.azul {
  color: #66B0E7;
}
.bg-azul{
  background-color: #66B0E7;
}
.azuloscuro{
  color: #004c7f;
}
.blanco{
  color:#fff;
}
.centrar{
  text-align: center !important;
}
.izquierda{
  text-align: left !important;
}
.modal-title{
  font-family: 'Gotham-Black',Arial;
  color:#0f50be;
  font-size:25px;
  font-weight: bold;
}
.modal-body{
  font-family: 'Gotham-Regular',Arial;
  color:#000;
  font-size:13px;
}
.modal-destacado{
  font-size:17px !important;
  text-align: left;
  color:#0f50be;
  line-height: 18px !important;
  font-weight: bold;
  font-family: 'Gotham-Regular', Arial;
}
#modal-nombre{
  font-size: 1.25rem;
  color: #66B0E7;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 1rem;
}

/*cabecera*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: #66B0E7;*/
  box-sizing: border-box;
  height: 110px;
  z-index: 200;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.header a {
  color: #000000;
}
.header .row{
  position: relative;
  height: 100%;
}
header .navbar{
  padding: 0;
}
#menu .nav-link{
  z-index: 200;
  font-family: 'Gotham-Regular', Arial;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menu ul .active a{
  font-weight: 900;
  color:white;
}
#menu ul li :hover{
  color:whitesmoke;
}
#menu ul li img{
  height:40px;
  margin-top:10px;
  padding-bottom:5px;
}
/*a.menu-participa{
  font-family: 'Gotham-Black',Arial !important;
}*/
.cabecera-logo{
  max-width: 200px !important;
  margin-bottom: -80px;
}
.cabecera-concurso{
  font-family: 'Gotham-Regular', Arial;
  font-size: 15px;
  color: #808080;
  text-align: left;
  margin-bottom: -30px;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.buzon{
  width: 100%;
  max-width: 35px;
}
.twitter{
  width: 100%;
  max-width: 35px;
}
.linkedin{
  width: 100%;
  max-width: 35px;
}
.instagram{
  width: 100%;
  max-width: 35px;
}
#mod-buzon{
  z-index: 11000;
}
.mod-buzon .modal-body p{
  font-family: 'Gotham-Regular',Arial;
  color:#000;
  font-size:14px;
}
.btn-info{
  background-color: #66B0E7 !important;
  color:#fff !important;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', Arial;
  font-size: 1.5rem;
  padding: 25px 25px;
  border-radius: 20px;
  border-color: #66B0E7 !important;
}
.btn-info a{
  text-decoration: none;
  color:#fff;
}
.header .redes {
  text-align: right;
}
.header .redes li{
  margin-left: 5px;
}
/* fin cabecera */

/* menu mobile */
  .btn-mobile{
    display: none;
    width: 100%;
    text-align: right;
  }
  .btn-mobile i{
    color:#fff;
    /*background-color: #66B0E7;*/
    border-radius: 5px;
    padding:5px;    
    margin:20px 20px;
    cursor: pointer;
  }
  .btn-mobile-cerrar{
    position: absolute;
    top:0;
    right:0;
    width: 30%;
    text-align: right;
  }
  .btn-mobile-cerrar i{
    color:#fff;
    background-color: red;
    border-radius: 5px;
    padding:5px;    
    margin:10px 10px 0 0;
    cursor: pointer;
  }
  .desktop{
    display: block-inline;
  }
  .menu-mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #FFF;
    display: none;
    z-index:10000;
  }
  .menu-mobile ul{
    width: 100%;
    max-width: 360px;
    margin:0 auto;
    padding:0;
  }
  .menu-mobile li{
    list-style: none;
    border-bottom: 1px solid #66B0E7;
    padding:3px;
  }
  .menu-mobile li a{
    color:#000;
  }
  /* fin menu mobile */

/* cuerpo */

/*body{
  background-color: #edf2f4;
}*/

.cuerpo{
  position: relative;
  margin-top:110px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
  font-family: 'Gotham-Bold', Arial;
  font-size: 2.5rem;
  color: #66B0E7;
}
.titulo, .como-titulo{
  height: 70px;
  margin-bottom: 30px;
}
h1{
  color: #66B0E7;
  font-family: 'gothamblack', Arial;
  text-align: center;
  font-size: 3.2rem;
}
h2{
  color: #fff;
  font-family: 'gothamblack', Arial;
  text-align: center;
  font-size: 3.2rem !important;
  text-transform: uppercase;
}
.texto{
  margin-bottom: 30px;
}
.texto p{
  font-size: 1rem;
  text-align: center;
}
.texto .destacado{
  font-size: 2rem;
  color: #004c7f;
}
/* fin cuerpo */

  /*pie*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 7rem;
  background-color: #66B0E7;
  box-sizing: border-box;
  font-family: 'Gotham-Regular', Arial;
  font-size: 14px;
  color: #fff;
  z-index: 1000;
  padding:1.5rem 100px 0 100px;
}
.footer a {
  color: #fff;
}
footer .redes{
  text-align: center;
}
footer .logo{
  max-width: 130px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  float:right;
}
.pie-menu a{
  text-decoration: none;
}
/*fin pie*/

/* home */
#home-fondo{ 
    background-image: url("../images/foto-fondo.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding:0;
  }
#home-degradado{ 
  background: linear-gradient(180deg, rgba(29, 29, 27, 0.5) 0.01%, rgba(29, 29, 27, 0.2) 25%, rgba(29, 29, 27, 0.1504) 56.16%, rgba(29, 29, 27, 0.1325) 61.39%, rgba(29, 29, 27, 0) 100%);
  width: 100%;
  margin: 0;
  padding:0;
}
.home-cuerpo{
  position: relative;
  /*padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;*/
  font-family: 'Gotham-Bold', Arial;
  font-size: 2.5rem;
  color: #66B0E7;
  height: 1300px;
}
.anchor{
  position:relative;
  top:-120px;
}
.strong{
  font-family: "Gotham-Bold" !important;
}
.oculto{
  display: none;
}
.rotate{
  transition: all ease 500ms;
}
.rotate:hover{
  transform: rotate(5deg);
}
.rotatei{
  transition: all ease 500ms;
}
.rotatei:hover{
  transform: rotate(-5deg);
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.img-resp{
  width:100%;
}
.header-azul{
  background-color:#66B0E7; 
}
.home-scroll{
  position:fixed;
  z-index: 2;
  bottom:100px;
  left:50%;
  margin-left:-50px;
  text-align: center;
}
.home-tit{
  margin: 15rem 0 3rem 0;
  max-width: 600px;
}
.home-participa{
  max-width: 400px;
  transition: all ease-in-out 300ms;
  margin-top:7rem;
}
.home-participa:hover{
  transform:scale(1.1);
}
.home-polaroid{
  text-align:right;
}
.home-polaroid img{
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  .home-cuerpo{
    padding:0 2rem;
  }
  .home-polaroid img{
    max-width: 200px;
  }
  .home-scroll{
    display: none;
  }
}
/* fin home */

/* premios */
.premios{
  margin-bottom: 30px;
}
.premio1{
  padding-top: 20px;
}
.premio3{
  padding-top: 5px;
}
.premios p{
  color: #004c7f;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.premios img{
  width: 100%;
  max-width: 115px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.premios p.premios-txt{
  color: #004c7f;
  font-size: 0.8rem;
  line-height: 1rem;
}
.premios-img{
  height: 170px;
  text-align: center;
}
/* fin premios */

/* participa */
.cuadroazul{
  background-color: #0077ba;
  padding: 20px 50px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.cuadroazul .row{
  padding-top: 15px;
  padding-bottom: 15px;
}
.cuadroazul p{
  color: #fff;
  font-weight: normal;
  font-size: 0.8rem;  
  font-family: 'Gotham-Regular', Arial;
  text-align: center;
  margin: 0;
}
.cuadroazul .borde{
  border-bottom: 1px solid #fff;
}
.cuadroazul .destacado{
  font-size: 1.3rem;
  color: #fff;
  font-family: 'Gotham-Bold', Arial;
  line-height: 1.5rem;
}
.cuadroazul a{
  color: #fff;
  font-size: 0.9rem;
}
.cuadroazul .bases{
  text-align: right;
}
.formulario .form-control{
  font-weight: normal;
  font-size: 0.8rem;  
  font-family: 'Gotham-Regular', Arial;
  background-color: #d0e8f7;
  color: #004c7f;
}
.formulario .btn {
  background-color: #004c7f;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Bold', Arial;
  font-size: 1.2rem;
  padding: 20px 20px;
  border-radius: 20px;
}
.formulario .btn:hover{
  background-color:#fff;
  color:#004c7f;
}
.formulario .btn-publicar {
  background-color: #fff;
  color: #004c7f;
  border: 1px solid #004c7f;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px !important;
  padding: 15px 15px;
}
.formulario .btn-publicar:hover{
  background-color:#004c7f;
  color:#fff;
  border: 1px solid #fff;
}
.formulario a{
  color:#FFF;
}
.formulario .control-label{
  font-weight: normal !important;
}
.formulario .importante{
  text-align: left;
  font-size: 1.3rem !important;
  line-height: 1.5rem;
  color: #fff;
  font-family: 'Gotham-Bold', Arial;
}
.formulario .lienzo{
  text-align: center;
}
.formulario .lienzo img{
  width: 100%;
  max-width: 366px;
}
.formulario input[type=text]{
  margin-bottom: 8px;
}
.formulario textarea {
  margin-bottom: 8px;
  resize:none;
  height: 120px;
}
.formulario .titulo {
  font-size:18px;
  font-weight: bold;
  color:#fff;
  line-height: 20px;
}
.formulario .izda{
  text-align: left;
}
.formulario .derechos{
  text-align: justify;
  color:#fff;
}
.participa-desk{
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* fin participa */

/* album */
.card{
  box-shadow: 3px 3px 5px #9a9e9f;
}
.card-title{
  font-weight: 900;
  color:#66b0e7;
}
.card-text{
  font-family: 'Gotham-Regular', Arial;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.card-img, .card-margin{
  margin:10px 10px;
}
/* fin album */

/* bases */
.bases{
  padding-bottom: 100px;
}
.bases p, .bases li{
  font-family: 'Gotham-Regular', Arial;
  color: #000;
  font-size: 1rem;
  text-align: justify;
}
.bases .destacado{
  font-weight: bold;
  color: #004c7f;
}
.bases h2{
  color: #66B0E7;
  font-family: 'gothamblack', Arial;
  text-align: center;
  font-size: 3rem;
  text-transform: initial;
  margin-top: 30px;
}
.bases label{
  font-size: 1rem;
}
/* fin bases */


/* ----------------------------- 1800px ----------------------------- */
@media screen and (min-width: 1800px) {
  #menu .nav-link{
    font-size: 15px;
  }
  .home-izda1{
    left: 150px;
  }
  .home-izda2{
    left: 250px;
    top: 230px;
  }
  .home-dcha1{
    left: -50px;
  }
  .home-centro{
    top: 50px;
  }
  .home-dcha2{
    left: -100px;
    top: 220px;
  }
  .home-titulo{
    height: 150px;
  }
  .titulo, .como-titulo{
    height: 120px;
  }
  .home-cuerpo{
    height: 1800px;
  }
}


/* ----------------------------- 1600px - salto a portatil (1536x864) ----------------------------- */
@media screen and (max-width: 1600px) {
  .inner {
    top: 10%;
    font-size: 13px;
  }
  #menu .nav-link{
    padding: 0;
  }
  .cabecera-concurso{
    font-size: 13px !important;
  }
  .header{
    height: 100px;
  }
  /*.home-dcha2{
    left: 0;
  }
  .home-izda2{
    left: 0;
  }*/
} 

/* ----------------------------- 1440px ----------------------------- */
@media screen and (max-width: 1440px) {
  h1{
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
  #menu .nav-link{
    font-size: 11px;
  }
  .cabecera-logo{
    max-width: 200px !important;
  }
  .cabecera-concurso{
    font-size: 11px;
    line-height: 12px;
    margin-bottom: -10px;
  }
  .header{
    height: 90px;
  }
  /*.header .redes li{
    margin-right: 0px;
  }
  .header .redes img{
    width: 80% !important;
  }
  .home-izda1{
    left: -100px;
  }
  .home-dcha1{
    left: 100px;
  }*/
}

/* ----------------------------- 1370px (Salto a portatil -1366px-) ----------------------------- */
@media screen and (max-width: 1370px) {
   /*#menu li{
    width: 20%;
  }*/
  #menu .nav-link{
    letter-spacing: 0px;
    }
  .cabecera-concurso{
    margin-top:-20px;
    font-size: 12px !important;
  } 
  .cabecera-logo{
    padding-top:40px;
  }
}

/* ----------------------------- 1330px ----------------------------- */
@media screen and (max-width: 1330px) {
  .cabecera-concurso p{
    margin-left:-20px;
  }
  .redes{
    margin-right:-20px;
    margin-top:10px;
  }
  .redes ul li{
    margin-right:0 !important;
    margin-left:0 !important;
  }
  /*.header{
    padding-right: 20px;
  }*/
  .footer{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .footer .logo{
    width: 100px;
  }
}

/* ----------------------------- 1200px ----------------------------- */
@media screen and (max-width: 1200px) {
  .cuadroazul .destacado{
    font-size: 1.5rem;
  }
}

/* ----------------------------- 1155px ----------------------------- */
@media screen and (max-width: 1155px) {
  .home-izda2, .home-dcha2{
    left: 0;
  }
  .home-izda1, .home-izda2, .home-centro, .home-dcha1, .home-dcha2{
    width: 340px;
  }
  .home-izda1{
    left: -80px;
  }
}

/* ----------------------------- 1080px ----------------------------- */
@media screen and (max-width: 1080px) {
  #menu li{
    font-size: 13px !important;
  }
  .desktop{
    display:none;
  }
  .header{
    height: 100px;
  }
  .home-izda1, .home-izda2, .home-centro, .home-dcha1, .home-dcha2{
    width: 300px;
  }
}

/* ----------------------------- 1070px ----------------------------- */
@media screen and (max-width: 1070px) {
  .btn-mobile{
    display: block;
  }
  #menu{
    display: none;
  }
  .header{
    height: 90px;
  }
  .cabecera-concurso{
    font-size: 8px !important;
  }
}

/* ----------------------------- 1030px ----------------------------- */
@media screen and (max-width: 1030px) {
  .cuerpo, .home-cuerpo{
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------- 975px ----------------------------- */
@media screen and (max-width: 975px) {
  .header{
    padding-right: 0px;
  }
  .redes img{
    width:60% !important;
  }
  .redes li.mr-3, .redes li.mr-2{
    margin-right:-20px !important;
  }
  .cabecera-logo{
    margin-left: -30px;
    margin-top: 0px;
  }
}

/* ----------------------------- 800px ----------------------------- */
@media screen and (max-width: 800px) {
  .home-colizda, .home-coldcha, .home-centro-desk{
    display: none;
  }
  .home-colcentral #foto5, .home-centro-movil{
    display: block;
  }
  .home-colcentral .btn-info{
    margin-top: 350px;
  }
  .home-centro{
    width: 400px;
  }
}

/* ----------------------------- 780px menú móvil----------------------------- */
@media screen and (max-width: 780px) {
  .redes{display:none;}
  header{
    height: 100px;
  }
  .footer{
    bottom:0;
  }
  .pie-menu{
    display: none;
  }
  .titulo{
    height: 120px;
  }
  .texto{
    padding-left:10px;
    padding-right:10px;
  }
}

/* ----------------------------- 768px menú móvil----------------------------- */
@media screen and (max-width: 768px) {
  .header{
    padding-left: 60px;
  }
}

/* ----------------------------- width 575px ----------------------------- */
@media screen and (max-width:575px){
  .bases, .premios-margen, .titulo{
    padding-right: 30px;
    padding-left: 30px;
  }
}


/* ----------------------------- width 510px  ----------------------------- */
@media screen and (max-width:510px){
  
}

/* ----------------------------- width 497px ----------------------------- */
@media screen and (max-width:497px){
  .como-titulo{
    height: 100px;
  }
  
}

/* ----------------------------- width 449px ----------------------------- */
@media screen and (min-width:319px) and (max-width:449px){
  .home-colcentral .btn-info {
    margin-top: 420px;
  }
}

/* ----------------------------- width 420px Mobile ----------------------------- */
@media screen and (max-width:420px){
  .btn-mobile {
    right: 20px;
  }
}

/* ---------------------------------width 400px --------------------------------------- */
@media screen and (max-width:400px){
  .home-centro{
    margin-top: 80px;
  }
}
/* ---------------------------------width 360px --------------------------------------- */
@media screen and (max-width:360px){
  .titulo{
    height: 100px;
  }
  h1{
    font-size: 2rem;
  }
}



/* ----------------------------- height 950px ----------------------------- */
@media screen and (max-height: 950px) {
  .home-participa{
    top: -50px;
  }
}

/* ----------------------------- height 900px ----------------------------- */
@media screen and (max-height: 900px) {
  
}

/* ----------------------------- height 850px ----------------------------- */
@media screen and (max-height: 850px) {
  .home-titulo{
    height: 80px;
  }
  /*.cuerpo{
    margin-bottom: 150px;
  }
 .header{
    height: 145px;
  }*/
}

