/**
* Theme Name: Que no te la peguen
* Theme Author: Krealia
* Theme Uri: http://www.krealia.com
* Theme Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');
/*
	font-family: 'Montserrat', sans-serif;
*/

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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  transition: all 0.27s linear;
  -moz-transition: all 0.27s linear;
  -webkit-transition: all 0.27s linear;
  -o-transition: all 0.27s linear;
}

body {
  margin: 0;
  padding: 0;
  color: #1E1E1C;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
  color:#3794d6;
}

html,body {
  height: 100%;
}

/******************************************************************************/

header {
  text-align: right;
  width: 100%;
  position: absolute;
  max-width: 1885px;
  top: 65px;
  z-index: 999999999999999;
}

.logos {
  margin: 0px 29px;
}

h1 {
  font-size: 102px !important;
  font-weight: 800 !important;
  line-height: 91px !important;
  margin-bottom: 40px;
}

h2 {
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

h3 {
  font-size: 35px !important;
  font-weight: 700 !important;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

p {
  margin-bottom: 0px;
}

strong {
  font-weight: 700 !important;
}

.container {
  max-width: 1400px;
}

.sliderHeader a {
  font-size: 23px;
  letter-spacing: -2px;
  color:#000
}

.sliderHeader a:before {
  content: "\25b6";
  margin-right: 7px;
  vertical-align: 2px;
}

.img_item_0 {
  display: block;
}

.imgs_slider img {
  width: 100%;
  max-width: 876px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

.imgs_slider img.active {
  opacity: 1;
}

.textos { position:relative; z-index:999999999999999999
}
.textos a{text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.95);}
.textos a:hover{ letter-spacing:-1px}

footer{ padding:15px 0; background-color:#e8eced}

.arrowBottom { text-align:center; position:absolute; bottom:45px; left:0; right:0; z-index:9999999999999999; 
  -webkit-animation: mover 0.6s infinite  alternate;
    animation: mover 0.6s infinite  alternate;transition-timing-function: ease;-webkit-transition-timing-function: ease;}
.arrowBottom img{ max-width:50px; cursor:pointer}

.contenedor{overflow: hidden;} 
 
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@media screen and (max-width: 1390px) {
  h1 {
    font-size: 70px !important;
    font-weight: 800 !important;
    line-height: 64px !important;
    margin-bottom: 35px;
  }

  h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 24px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .container {
    max-width: 1200px;
  }

  header {
    top: 8px;
  }

  .logos {
    margin: 0px 12px;
    max-height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .textos {
    padding-left: 10px;
  }

  .sliderHeader a {
    font-size: 19px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 66px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 768px) {
   .arrowBottom { display:none;}
  .logos {
    margin: 0px 8px;
    max-height: 45px;
  }

  header {  
    top: 10px;
  }

  body {
    overflow-x: hidden;
  }

  .colimagen {
    height: auto !important;
    min-height: inherit !important;
    /*opacity: 0.55;*/
    position: relative;
    top: 32px;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .imgs_slider img {
    width: 100%;
    max-width: 420px;
    left: inherit;
    right: -120px;
  }

  h1 {
    font-size: 47px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 24px;
    margin-bottom: 13px;
  }

  p {
    margin-bottom: 0px;
    font-size: 12px;
  }

  h3 {
    margin-bottom: 13px;
    font-size: 24px !important;
  }

 .sliderHeader  a {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  .colimagen {
    top: 114px;
  }
}

@media screen and (max-width: 375px) {
  .colimagen {
    top: 59px;
  }
}

@media screen and (max-width: 320px) {
  .colimagen {
    top: 32px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
 
	
  h1 {
    font-size: 70px !important;
    font-weight: 800 !important;
    line-height: 64px !important;
    margin-bottom: 35px;
  }

  h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 24px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .container {
    max-width: 1200px;
  }

  header {
    top: 8px;
  }

  .logos {
    margin: 0px 12px;
    max-height: 60px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
  h1 {
    font-size: 70px !important;
    font-weight: 800 !important;
    line-height: 64px !important;
    margin-bottom: 35px;
  }

  h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 24px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .container {
    max-width: 1200px;
  }

  header {
    top: 8px;
  }

  .logos {
    margin: 0px 12px;
    max-height: 60px;
  }
}	 
	
/** CONTENT PAGE ***************************************************************************/	


.content-page {
  padding: 65px 0;
}

.content-page p {
  margin-bottom: 25px;
  font-size: 18px;
  max-width: 965px;
}
.content-page ul {max-width: 965px;}
.content-page ul li{font-size: 18px;}

/* layout style */
.ly_bloques {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ly_bloque_icono {
  text-align: center;
  margin-bottom: 25px;
}

.ly_bloques p{    line-height: 21px;} 


.ly_espacio .espacio.esp_m{ height:40px}