/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
 {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


.Khristoffer img{
    width: 11rem;
    padding: 2rem;
    border-radius: 30px;
    cursor: pointer;
    object-fit: cover;
    

}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  /*background: #ccc;*/
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
    box-sizing: border-box;
    font-size: 62.5%; /**Reset para REMS - 62.5% = 10px de 16px**/
    min-height: 100%;

}

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

body{
background-color: #d2dae2;
}

.contenedor{
width: 98%;

}





@media only screen and (min-width:480px) {
    
    .contenedor{
width: 95%;
margin: 0 auto;
    
}
    
}


@media only screen and (min-width:768px) {
    
    .contenedor{
width: 90%;
margin: 0 auto;
    
}
}

@media only screen and (min-width:962px) {
    
    .contenedor{
width: 90%;
margin: 0 auto;
    
}
}


div.barra{
    background-color: #353535;
    padding: 20px 0;
    height: 6.8rem;
}



/**HEADER**/

div.hero {
    background-image: url(../img/bg-newsletter.jpg);
    height: 100vh;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}


div.contenido-header {
    padding-top: 4rem;
}

nav.redes-sociales {
    text-align: center;
}

nav.redes-sociales a {
    color:  #ffffff;
    font-size: 2rem;
    margin-right: 20px;
    text-decoration: none;
}

nav.redes-sociales a:last-child {
    margin-right: 0;
}


.informacion_evento {
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    max-width: 80%;
    margin: auto;
   
}


.cont1{
    display: flex;
    justify-content: space-between;
   text-align: center;
    
}


.informacion_evento p{
    margin: auto;
    text-transform: uppercase;
    padding: 2rem;
}

.icon-location, .icon-calendar, .icon-user, .icon-clock{
    color: #fe4918;
    padding-top: 1rem;
}

.color-l{
    color:#ffffff;
}
.nombre-sitio{
    font-size: 6rem;
    padding: 1rem
}

.slogan{
    font-size: 1.4rem;
}


@media only screen and (max-width:480px) {
    
  .nombre-sitio{
    font-size: 3rem;
}
    
    .icon-location, .icon-calendar{
        font-size: 1.2rem;
        
    }   
    
    .slogan{
        font-size: 1rem;
    }
    
    
    
}

div.logo img{
    width: 70%;
}


@media only screen and (max-width:768px) {
   div.logo img{
    float: left;
    width: 280px;
       
}

    div.barra{
    height: 35rem;
}

   
}


.nav-principal{
       display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    
    }

.nav-principal a{
    text-decoration: none;
    color: #ffffffff;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 1rem;
    padding: 1rem;
    font-family:fantasy;
    transition: all .5s ease;

}

.menuh a{
    text-decoration: none;
    color: #ffffffff;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin: 1rem;
    padding: 1rem;
    font-family:fantasy;
    transition: all .5s ease;

}

.menuh{
    text-align: right;   
}

.nav-principal a:hover{
    background-color: #fe4918;
}

.nav-principal a:last-child{
    color: #fe4918;
    border: 2px solid #fe4918;
}

.nav-principal a:last-child:hover{
    color: #ffffff;
}

@media only screen and (min-width:1049px) {
    .nav-principal{
        width: 100%;
        float: right;
        text-align: right;
        display: block;
        
    }

    
}


@media only screen and (max-width:1049px) {
    div.barra{
    height: 35rem;
}
    
}

/*Menu movil*/



menuh:hover{
    cursor: pointer;
}

@media only screen and (min-width:1050px) {
    
    nav.menuh a {
        display: none;
    }
    
     .nav-principal{
         margin-top: 0;
    } 
    
    
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.seccion{

    padding: 2rem 0;
    
}

.seccion h2{
    text-align: center;
    font-size: 3rem;
    font-family: fantasy;
}

.seccion p{
    font-size: 1.4rem;
    margin: .5rem;
    
}


.dividir{
    display: flex;
    justify-content:center;

    
}

.separador{
    padding: .3rem;
    border: 2.1px solid #fe4918;
    margin: .5rem;
    border-radius: 50%;
}

.video {
 
}

.video video{
    max-height: 75.9rem;
    overflow-x:inherit;
}

.programa{
    position: relative;
   
}

.menu-programa{
    width: 100%;
    border-bottom: 1px solid #fe4910;
    padding-bottom: 1rem;
}

.menu-programa a{
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family:fantasy;
    font-size: 1.5rem;
    margin: 1rem;
}

@media only screen and (min-width: 768px){
    .menu-programa {
    display: table;
}
    .menu-programa a{
    display: table-cell;
    }
    
}

.texto-estilos{
    margin: 2rem 0 3rem 0;
    
}

.separar {
    width: 100%;
    border-bottom: 1px solid #fe4910;
    padding-bottom: 1rem;
}

.info-programa h3{
    font-size: 1.5rem;
    color: #fe4910;
    font-family: fantasy;
    
}
.programa-evento{
    position: absolute;
    top: 5%;
    left: 5%;
    height: 85%;
    
    padding: 3rem;
    background-color: rgba(255,255,255, .8);
}

@media only screen and (max-width: 767px){
    .programa-evento{
        width: 90%;
        margin-right:5rem;
     
    }
}


@media only screen and (min-width: 768px){
    .programa-evento{
        width: 75%;
        margin-right:2rem;
     
    }
}


@media only screen and (min-width: 992px){
    .programa-evento{
        width: 40%;
    }
}

.boton {
    background-color: #fe4910;
    color: #ffffff;
    font-size:  2rem ;
    text-decoration: none;
    padding: 1rem;
    text-transform: uppercase;
    font-family: fantasy;
    margin-top: 1rem;
    display: inline-block;
}



.boton01 {
    background-color: #ffffff;
    color: #fe4910;
    font-size:  2rem ;
    text-decoration: none;
    padding: 1rem;
    text-transform: uppercase;
    font-family: fantasy;
    margin-top: 1rem;
    display: inline-block;
    border: 1px solid #fe4910;
}


.boton02 {
    
    color: #fff;
    font-size:  2.5rem ;
    text-decoration: none;
    padding: 2rem;
    text-transform: uppercase;
    font-family: fantasy;
    margin-top: 1rem;
    display: inline-block;
    border: 1px solid #ffffff;
}


.float-ringth{
    float: right;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.invitados li {
    padding: 1rem;
    float: left;
}


@media only screen and (min-width: 480px){
    
    .invitados li {
   width: 50%;
}

    
}


@media only screen and (min-width: 768px){
    
    .invitados li {
   width: 33.3%;
}
}

div .invitado img{
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
    -webkit-transition: all .5s ease;
    
}

div .invitado img:hover { 
    -webkit-transform:scale(1.1);
    filter: grayscale(0);
transition: all .5s ease;
    cursor: pointer;
}

div .nom_invitado p {
position: relative;
    top: -42px;
    padding: 1rem;
   margin: 0;
}



.nom_invitado p{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fe4910;
    font-family: fantasy;
    text-transform: uppercase;
}

.contenidoinv{
    display: flex;
    flex-direction: column;
}

/*CONTADOR*/


.hero02 {
    height: 100%;
    background-image: url(../img/bg-resumen.jpg);
    position: relative;
    display: flex;
    justify-content:  center;
    align-items: center;
    background-attachment: fixed;
    background-position: center center;
    
    }


.hero02::after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    }


.hero03 {
    height: 100%;
    background-image: url(../img/encabezado.jpg);
    position: relative;
    display: flex;
    justify-content:  center;
    align-items: center;
    background-attachment: fixed;
    background-position: center center;
    
    }


.hero03::after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    }

.contenedor-hero{
    padding: 4rem 0;
     position: relative;
    z-index: 1;
}




ul.resumen-evento  {
    position: relative;
    
}


.numero{
    color: #fe4910;
    font-size: 7rem;
    padding: 0;
    margin: 0;
}
ul.resumen-evento li{
    width: 50%;
    float: left;
    text-align: center;
    margin: auto;
    padding: 4rem;
    color:#ffffff;
    font-size: 2rem;
    font-family: fantasy;
    text-transform: uppercase;
    
    
}

@media only screen and (min-width: 768px){
    ul.resumen-evento li{
    width: 25%;
    
}
    
    
}


/*PRECIOS*/

ul.lista-precios li{
    padding: 5px;
   
}

@media only screen and (min-width: 768px){
   ul.lista-precios li{
       float: left;
       width: 33.3%;
    }
   
}

div.tabla-precio{
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 4rem 3rem;
    text-align: center;
}

.tabla-precio h3{
    color: #fe4910;
    font-family: fantasy;
    font-size: 2rem;
    margin: 0;
}

.tabla-precio p{
    font-size: 4rem;
    font-family: fantasy;
    
    
}

.tabla-precio li{
    font-size: 1.5rem;
       width: 100%;
    text-align: center;
    
    
}

.check{
    color: green;
    font-size: 1.8rem;
    padding: 0 1rem 0 0;
}


div.tabla-precio li{
    float:none;
    margin: auto;
    width: 100%;
    
}


.testimonial {
 display: flex;
flex-direction: column;  
    padding: 2rem
}

.testimonio{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3rem;
    margin: 0 0 3rem 10rem;
    
}


    




.testimonioimg img {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    float: left;
    position: relative;
    right: 100px;
    bottom: -40px;
    
    
}

.testimonioimg img{
    border: 8px solid #fe4910; 
}


.testcont{
    max-width: 70%;
    margin-left: 30%;
}

.testcont p{
    text-align: justify;
    font-size: 1.4rem;
    padding: 2rem 1.8rem 2rem 1.8rem;
    color: #ffffff;
    width: 25rem;
}




.testimonio samp{
    color: black;
    font-size: 1.2rem;
    color: #ffffff;
}

 .testcont h3{
    font-size: 2rem;
     color: #fe4910;
     font-family: fantasy;
     
}

@media only screen and (min-width: 1268px){
    
    
 .testimonial {
 display: flex;
 flex-direction: row;
     padding: 2rem;
     
     margin: 0;
}
    
    .testimonio{
        width: 25%;
        
        
    }
    
    .testcont{
    width: 100%;
        margin-left: -30px;
        
}
    
    .testcont h3{
        margin: 0;
        width: 0;
        padding: 2rem 0 2rem 0;
        position: relative;
        right: 50px
    }
}
    

.registrate {
    color: #ffffff;
    text-align: center;
    font-family: fantasy;
    font-size: 3rem;
}

.registrate p{
    color: #ffffff;
    font-size: 1.8rem;
}

.contador02 {
    
}


ul.resumen-evento01 p{
    color: #fe4910;
    padding: 0;
    margin: 0;
    font-size: 7rem
    
}

ul.resumen-evento01 li{
    width: 50%;
    float: left;
    text-align: center;
    margin: auto;
    padding: 4rem;
    color: #000000;
    font-size: 2rem;
    font-family: fantasy;
    text-transform: uppercase;
    
    
}

@media only screen and (min-width: 768px){
    ul.resumen-evento01 li{
    width: 25%;
    
}
    
    
}


.final{
    display: flex;
    
}

.final h3{
    color:#ffffff;
    font-size: 2rem;
    font-family: fantasy;
}

.final samp{
    color:#fe4910;
    font-size: 2rem;
    font-family: fantasy;
    
}

.final p{
    color:#ffffff;
    font-size: 1.4rem;
    text-align: justify;
}

.footer{
 margin: 3rem;
    flex-basis: calc(33.33% - 1rem);
}

.color01{
    background-color: rgba(0, 0, 0, 0.8);
}

.total{
    width: 100%;
background-color: rgba(0, 0, 0, 0.8);
    
}

@media only screen and (max-width: 768px){
    .final{
        display: flex;
        flex-direction: column;
    }
}