@charset "utf-8";



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');



    

/* *** reset *** */

*{  margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Roboto', sans-serif;
}
    
    
 /* *** nuevo, texto que se super pone, puente transbordador *** */
  
    
    
figcaption{
    
    color: white;
    align-items: center;
    text-align: center;
    font-size: 2em;
    padding: 1em;
    line-height: 1em;
    /* *** este margin top queda mal cuando abro en pc, quizas habria q definirlo para celular y hacer otro para pc *** */
    margin-bottom: 1em;
    
    font-weight: normal;
    position:absolute;
    width: 100%;
    height: 20%;
    top: calc( 43.5% - 0em );
    background-color: rgba(45, 64, 141, 0.6);
    
}


/* *** fin de texto q se superpone ** 
    
/* *** comienzo de index*** */  
    
 
    header .botones{
        margin: 3em;
    padding:1em;
        display: flex;
        width:300px;
        
    } 
    
.fondoindex{
    

}

main{ 
    margin: 1em;
padding: 1em;
}
    
body{
    margin: 0em;
    padding:0em;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}


footer{
   margin: 1em;
padding: 1em; 
}
   

#puente2{
    background-color:#2c408d;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    padding: 0.5em ;
     
 
}
    


#logopuente{
    width: 5em;
    
}

#miperfil{
    width: 4em;
    
}


#puentevarias{
    width: 22.3em;
  
}
#mapapuente{
    width: 22.3em;
  
}



header nav ul{
    
    list-style: none;
     display: flow-root;
    justify-content: center;
    align-items: center;
}


header nav ul li a{
   
    display: flex;
    background-color: #04c0dd;
    justify-content: center;
    align-items: center;
    margin: 0.20em;
    color: white;
    text-decoration: none;
    font-weight: bold;
  
     width: 13em; 
     height: 40px; 
  
}
    
    
    
    
/* *** da color a los recuadros *** */      

header nav ul li a:hover{
    background-color: white;
    color: #2c408d;
    border-color: aqua;
    border-width: thick;
    border: 3px solid #555;

}


/* *** menu cuadros de color *** */    
    
.contenedormenu{
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    

  overflow: hidden;
    
    
    
    }  
    
    
    
    
.boleto ul li a{ 
  
    background: #f6c039;
    
    }
    
.boleto ul li a:hover{
      border: 3px solid  #f6c039;  
    }   
    
    
    
.evento ul li a{
     background:  #04c0dd;
    
    } 
    
.evento ul li a:hover{
      border: 3px solid  #04c0dd;  
    }       
    
    
    
.puntodeinteres ul li a{
       background:  #ad0a25; 

    }    
    
.puntodeinteres ul li a:hover{
      border: 3px solid  #ad0a25;  
    }       
        
    
    
    
/* ***  menu del index*** */
    
    
 .contenedormenuindex{
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
   overflow: hidden;
    flex-wrap: wrap;
    }  
    
    
    
    
.boletoindex ul li a{ 
  
    background: #f6c039;
    width: 150px; 
     height: 150px; 
     float: left;
    
    }
    
.boletoindex ul li a:hover{
      border: 3px solid  #f6c039;
     
    }   
    
    
    
.eventoindex ul li a{
     background:  #04c0dd;
    width: 150px; 
     height: 150px; 
     float: left;
    } 
    
.eventoindex ul li a:hover{
      border: 3px solid  #04c0dd; 
    
    }       
    
    
    
.puntodeinteresindex ul li a{
       background:  #ad0a25; 
    width: 150px; 
     height: 150px; 
    text-align: center;
    
     float: left;
    }    
    
.puntodeinteresindex ul li a:hover{
      border: 3px solid  #ad0a25;  
    }       
        
    
    
    
.contactoindex ul li a{
       background:  #2c408d; 
    width: 150px; 
     height: 150px; 
 float: left;
    }    
    
.contactoindex ul li a:hover{
      border: 3px solid  #ad0a25;  
    }       
        
           
    
    
    
    
    
    
    
    
    


h1, h2{ 
    
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin: 0em;
    padding:1em;
    color:#2c408d; 
    
}




h3{
    align-content: center;
    text-align: center;
    margin: 0em;
    padding: 0em ;
    font-weight: bold;
    
}






h4{
    align-content: center;
    text-align: center;
    margin: 0em;
    padding:1em;
    font-weight: bold;
    
}



article h5 { 
    align-content: center;
    text-align: center;
    margin: -2em ;
    padding:3em;
    display:block; 
     
    
}


 nav h5 {align-content: center;
    text-align: center;
    margin: 2em;
    padding:1em;
    
    
}




/* *** calendario *** */


 
#cal { 
    
    background: #e0e0e0; 
    -moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25); 
    -webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25); 
    margin:50px auto; 
    font: 15px/1.5 "roboto", normal, san-serif; 
    display:table; 
}




#cal .header { 
    cursor:default; 
    background: #ad0a25; 
    height: 50px; 
    position: relative; 
    color:#fff; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    font-weight:bold; 
    text-shadow:0px -1px 0 #87260C; 
    text-transform: uppercase; 
} 



#cal .header span { 
    display:block; 
    line-height:50px; 
}


#cal .header .button { 
    width:24px; 
    text-align:center; 
    position:absolute; 
} 


/* *** Botones calendario *** */

#cal .header .left.button { 
    left:50; 
    border-top-left-radius: 50px; 
    border-right:1px solid #ae2a0c; 
} 
#cal .header .right.button { 
    right:0; 
    top:0; 
    border-left:1px solid #ae2a0c; 
    border-top-right-radius: 5px; 
} 

#cal .header .button:hover { 
    background: -moz-linear-gradient(top, #d94215, #bb330f); 
    background: -webkit-gradient(linear, left top, left bottom, from(#d94215), to(#bb330f)); 
}





#cal .header .month-year { 
    letter-spacing: 1px; 
    width: 100%; 
    text-align: center; 
}



#cal table { 
    background:#fff; 
    
}


#cal td { 
    color:#2b2b2b; 
    width:50px; 
    height:30px; 
    line-height:30px; 
    text-align:center; 
    border:1px solid #e6e6e6; 
    cursor:default; 
} 


#cal #days td { 
    height:30px; 
    width: 52px;
    line-height: 30px; 
    text-transform:uppercase; 
    font-size:90%; 
    color:#9e9e9e; 
    
} 
#cal #days td:not(:last-child) { 
    border-right:px solid #fff; 
}


/* *** fecha resaltada *** */


#cal #cal-frame td.today { 
    background:#ad0a25; 
    color:#f6c039; 
    box-shadow:2px 2px 2px #ad0a25 inset; 
    -moz-box-shadow:1px 1px 1px #ad0a25 inset; 
    -webkit-box-shadow:1px 1px 1px #ad0a25 inset; 
} 



#cal #cal-frame td:not(.nil):hover { 
    color:#fff; 
    text-shadow: #6C1A07 0px -1px; 
    background:#CD310D; 
    background: -moz-linear-gradient(top, #b32b0c, #cd310d); 
    background: -webkit-gradient(linear, left top, left bottom, from(#b32b0c), to(#cd310d)); 
    -moz-box-shadow:0px 0px 0px; 
    -webkit-box-shadow:0px 0px 0px; 
}



    
    
#cal #cal-frame td.agotado { 
    background:#2222; 
    color:#f6c039; 
    box-shadow:2px 2px 2px #04c0dd inset; 
    -moz-box-shadow:1px 1px 1px #04c0dd inset; 
    -webkit-box-shadow:1px 1px 1px #04c0dd inset; 
} 



#cal #cal-frame td:not(.nil):hover { 
    color:#fff; 
    text-shadow: #6C1A07 0px -1px; 
    background:#CD310D; 
    background: -moz-linear-gradient(top, #b32b0c, #cd310d); 
    background: -webkit-gradient(linear, left top, left bottom, from(#b32b0c), to(#cd310d)); 
    -moz-box-shadow:0px 0px 0px; 
    -webkit-box-shadow:0px 0px 0px; 
}
    
    
    
    
    
    
    
    
    
#cal #cal-frame table.curr { 
    float:left;      
} 




/* *** fin del calendario *** */




/* *** comienzo del horarios disponibles *** */




.contenedorahorarios td { 
 
    text-align:center; 
    border:2px solid #e6e6e6; 
    cursor:default; 
   
} 


/* *** viernes 11 *** */

.contenedorahorarios .header { 
    cursor:default; 
    height:0px; 
    color:white; 
    font-weight:normal; 
     
    
} 




.disp{
   color:#f6c039;
    margin: 0em;
    padding:0em;   
       
       
}

.contenedorahorarios{
    background-color:#f6c039;
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin: 0em;
    padding: 1em;
    
}

.contenedorahorarios h3{
    margin: 0em;
    padding: 1em;
    
}



.contenedorahorarios #dias td { 
    height:20px; 
    width: 50px;
    line-height: 50px; 
    text-transform:uppercase; 
    font-size:100%; 
    color:#ad0a25; 
    
    
} 


.contenedorahorarios #cal #dias-frame td.today{ 
    background:#ededed; 
    color:#8c8c8c; 
    box-shadow:1px 1px 0px #fff inset; 
    -moz-box-shadow:1px 1px 0px #fff inset; 
    -webkit-box-shadow:1px 1px 0px #fff inset; 
} 





#contenedorahorarios #dias td:not(:last-child) { 
    border-right:px solid #fff; 
}



.comprar{ color:black;
     
        
        
    }    
       
    
    
.comprartotal{ color:black;
    
        
        
    }    
    
    
    .SEGUIR{
        
      background:#f6c039;   
      margin:0.5em;
    padding: 1em;  
        
    }    


.aclaracion h5{
    text-align: center;
    margin:01em;
    padding: 0em;
    
}



footer{
    align-content: center;
    text-align: center;
    color:2c408d;
    
}

footer nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    
}

#logoacumar{
    width: 5em;
    
}

.contenedorahistoria{
    background-color: 2c408d;
    color: fff;
    padding: 2em;
    align-content: center;
    }
    
    .contenedorahistoria h3{
    margin-top: 2em;
        
        }
    
.contenedoramapapuente h3{
    margin-top: 2em;   
    
    }
    
 .contenedoraprotocolo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
    
}

section article h5{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    text-align: center
    
}   
    

.contenedoramapapuente{
    background-color: AD0A25;
    color: fff;
    padding: 2em;
    align-content: center;
}
    
    
    
    
    

.contenedorasuscribite{
    background-color: #2c408d;
    color: fff;
    align-items: center;
    
}
    
    
 .contenedorasuscribite h2{
  
    color: white;
    align-items: center;
    margin: 0.05em;
    padding: 0.5em;
     
    
}   
    
   
    
    
 .contenedorasuscribite h4{
  
    color: white;
    align-items: center;
     margin: 0.05em;
     padding: 0.5em;
    
}   
       
    
    
    
    

.contenedorasuscribite form{
    display: flex;
    justify-content: center;
    color: white;
    
}
    
    
.contenedorasuscribite h5{
     margin: 0.05em;
     padding: 0.5em;
     font-weight: normal;
   
    }    
    

.contenedorasuscribite nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 1em;
    padding: 0.5em;
    
}
    
    
.contenedorasuscribite nav ul:hover{
    background-color:#04c0dd;
    color: white;
   border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-top-style: inset; 
    

}
       
    
    
    
    
    

.tipoazul{
    color: #2c408d;
    
}

.tipofucsia{
    color: #AD0A25;
    
}
    
  

footer nav ul li a{
   
    margin: 2em;
    padding:1em;
        
  }   
    
    
    
footer nav ul li a{
    width: 11em;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.20em;
    text-decoration: none;
   
  
}

footer nav ul li a:hover{
    background-color:#2c408d ;
    color: white;
   border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-top-style: inset; 
    

}
   
    
    
    
 /* *** nuevo *** */
    
    
    
header .cuadrado-index{
        height: 60px;
    font-weight: bolder;
    padding-top: 20px;
    font-size:16px;
  text-decoration: none;
    
   
    }   
    
 
    
header .color-boleto{
     
        background-color: #F6C039;
           
  }    
    
    
    
header .color-eventos{
     
        background-color: #04c0dd;
    }   
    
   
header .color-interes{
     
        background-color:  #ad0a25;
    }     
    
    
    
header .color-contacto{
     
        background-color: #2c408d;
    }     
      
    
 header .texto-centrado{
        
       text-align: center; 
        
    }   
    
 .col-3 {
  float: left;
  width: 25%; /* The width is 20%, by default */

 }  
    
 
 .col-4 {
  float: left;
  width: 33%; 
}
   
    
    
    
 a{
    color: white !important;
    text-decoration: none;
}   
    

    
    
select{
    border-radius: 5px;
    padding: 1%;
    width: 60%;
    background-color: #F6C039;
   
}

button{
    border-radius: 4px;
   
}


 .texto-centrado{
    text-align: center;
}   
    
   
    
 input{
    border-radius: 5px;
    padding: 1%;
    width: 60%;
}   
    
    
 
 .texto-azul{
    color: #2c408d;
}

.fs-22{
    font-size: 22px;
}

input:invalid+span:after {
    content: '✖';
    padding-left: 5px;
}

input:valid+span:after {
    content: '✓';
    padding-left: 5px;
}

.tabla-boletos{
    margin-top: 5%;
    border: 1px solid;
    padding: 1%;
}

table tr td{
    border: 1px solid;
}

.btn-comprar{
    color: white;
    background-color: #ad0a25;
    text-align: center;
    border: 1px solid white !important;
    padding: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
}   
 
 
h3 {
    
    font-size: 1.17em;
    
    font-weight: bold;
    margin-top:1em;
    margin-bottom: 1em;
}   
    

 h5{
        margin-top:1em;
    margin-bottom: 1em;
        
        
    }    
    
  
    
.fondo-azul{
    background-color: #2c408d;
}    
    
    
.texto-puente{
    padding: 5%;
    color: white;
    font-size: 14px;
}   
    

.btn-registrate{
    color: white;
    background-color: transparent;
    text-align: center;
    border: 1px solid white !important;
    padding: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
}    
    
    
 .btn-footer{
    height: 30px;
    background-color: #2c408d;
    color: white;
     margin-bottom: 20px;
     margin-top: 20px;
     width: 70%;
}   
    

    
    
 /* *** parte del index*** */   
    
 .contenedor-transparente{
    background-color: #2d408d;
    opacity: 0.7;
    margin-top: -120px;
    height:115px;
    width: 100%;
}
    
    
.titulo-index{
    margin-left: 10px;
    margin-right: 10px;
    color:white;
    padding-top:1.5em;
    font-weight: bold;
    font-size: 25px;
    
    
}    
    
img{
    width:100%;
    max-width: 100%;
    height: auto;
}    
    
    
    
     
    
header .cuadrado-index2{
        height: 250px;
    font-weight: bolder;
    padding-top: 120px;
    font-size: 20px;
  text-decoration: none;
 
   
    }   
    

.color-bordo{
    background-color: #ad0a25;
}

.contendor-masinfo{
    color: white;
    text-align: center;
    font-size: 13px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.h-200{
    width: 30em;
    margin: auto;
    margin-top: 1.5em;
    
}
      
 


.contenedor-titulo h5{
    
     font-size: 20px;
    text-align: center;
    margin-top:3em;
    
}




.slideshow-container {
    color: white;
    text-align: center;
    font-size: 13px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color:#2d408d; 
}


.mySlides {
    width: 30em;
    margin: auto;
    margin-top: 1.5em;
    
}

.eventos h4{
    font-weight: normal;
}


.eventos{
    margin-bottom: 4em; 
}



#escultura{
    width: 70%;
    margin: auto;
   display: flex;
    
}

#alescenario{
    width: 70%;
    margin: auto;
   display: flex;
    
    
}




.titulo{
    margin-top: 3em;
    margin-bottom: 1em;
    
    
    
}

/* *** parte del registrste*** */

input:enabled {
  border: solid 1px #2d408d;
  color: #2d408d;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
    
}

.registrate{
    
   text-align: center;
    
    
}



.email1{
     margin-bottom: 1em;
   
}



.botoncontinuar {
    
    text-align: center;
    
}



.aca a{
    color: aqua;
    background-color: #2d408d
}

    
@media screen and (max-width: 800px) {
  .col-3 {
    width: 50%;
  }

  .col-4, .col-6 {
    width: 100%;
  }
 
 
   
    

    
    
 
    
    
    
    
    
    
    
    
    
    