/* your styles go here */

.alert-leru-wrapper {
    background: linear-gradient(135deg, #e6f0fb, #d9e7f7);
    padding: 60px 0;
}

.alert-leru-custom {
    max-width: 850px;
    margin: 0 auto;
    padding: 35px 40px;
    border: 3px solid #163d63;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(22, 61, 99, 0.08);
}

.alert-leru-custom i {
    font-size: 2.8rem;
    color: #163d63;
    margin-bottom: 20px;
    display: block;
}

.alert-leru-custom h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f2b46;
    margin-bottom: 15px;
}

.alert-leru-custom p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .alert-leru-wrapper {
        padding: 40px 15px;
    }

    .alert-leru-custom {
        padding: 25px;
    }

    .alert-leru-custom h4 {
        font-size: 1.4rem;
    }

    .alert-leru-custom p {
        font-size: 1rem;
    }
}

.principal{
	margin-top:50px;
	font-family: 'Roboto';
}
.colorcardgris {
    color: #818486 !important;
}
.gris{
    background: #009687;
}
.top-nav-collapse{
    background: #009687;
}

/*efecto shadows para todas las tarjetas*/
.card-section{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*Para el efecto sombra al pasar por encima el mouse*/
.card-section:hover{
	box-shadow:1px 1px 20px #d2d2d2;
}

.box-shadow{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

#padre {
    position: relative;    /* para poder posicionar el texto de forma absoluta */
    display: inline-block; /* para que solo ocupe el ancho de la imagen */
    
  }
  
.card-tipo {
    position: absolute;    /* posición absolute con respecto al padre */
    top: 28rem;             /* posicionada en la esquina inferior derecha */
    right: 1rem;
  }

  @media (max-width: 400px) {
    .card-tipo {
      top: 28rem;            
    }
  }
  
  @media screen and (max-width:450px) and (min-width:401px){
    .card-tipo {     
      top: 26rem;       
    }
  }
  
  @media screen and (max-width:768px) and (min-width:451px){
    .card-tipo {     
      top: 28rem;       
    }
  }
  
  @media screen and (max-width:1024px) and (min-width:769px) and (orientation: landscape){
    .card-tipo {    
      top: 28rem;       
    }
  }

  @media screen and (max-width:740px) and (min-width:360px) and (orientation: landscape){
    .card-tipo {    
      top: 27rem;
      padding: 6px!important;   
      
    }
  }


.cajatipo { 
    color: #ffffff; 
    font-size: 18px; 
    font-weight: 400; 
    text-align: center; 
    background: #009687; 
    margin: 0 0 25px; 
    overflow: hidden; 
    padding: 3px 35px 3px 35px; 
    border-radius: 20px 20px 20px 20px; 
    -moz-border-radius: 20px 20px 20px 20px; 
    -webkit-border-radius: 20px 20px 20px 20px; 
}

.cajavideo { 
    color: #ffffff; 
    font-size: 18px; 
    font-weight: 400; 
    text-align: center; 
    background: #7f7f7f; 
    margin: 0 0 25px; 
    overflow: hidden; 
    border-radius: 20px 20px 20px 20px; 
    -moz-border-radius: 20px 20px 20px 20px; 
    -webkit-border-radius: 20px 20px 20px 20px; 
    margin-left: auto;
    margin-right: auto;
    height: 6.7rem;
	  width: 30rem;  
}

.contenedorvideo {
    height: 0;
    overflow: hidden;
    padding-bottom: 46.25%;
    padding-top: 0;
    
}
/* soporte a diferentes tipos de videos para que sea responsive */

.contenedorvideo iframe,
.contenedorvideo object,
.contenedorvideo embed,
.contenedorvideo video {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.videopag {
   width: 800px;
}

.l2 {
    padding-left: 1em;
  }

.eslogan {
  margin-top: 10rem;
  margin-bottom: 1rem;
  bottom: 0px;
}

@media (min-width:768px){
    .eslogan {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.renglonbusqueda {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .renglonbusqueda {
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 13px;
  }
}

.seccion-contenedor{
  display: flex;
  justify-content: space-between;
}

.contenedor-anuncios{
  display:flex;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.contenido-anuncio{
  padding-left: 1rem;
  padding-right: 5rem;
}

.anuncio{
  flex-basis: calc(33.3% - 1rem);
  background: #FFFFFF;
  margin-left: 2rem;
  margin-right: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
}

.iconos-caracteristicas{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}

.iconos-caracteristicas li{
  flex: 1;
  display: flex;
}

.iconos-caracteristicas li img{
  margin-right: 2rem;
}

.precio-card{
  font-size: 2rem;
  font-weight: 400;
  color: rgba(0,0,0,0.40);
  padding-left: 2rem;
}

.botonenviar{
  padding: 1rem 4rem;
  border-radius: 10rem;
}

.calle {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 28px;
  margin-left: 26px;
  margin-bottom: -19px;
}

.colonia_tarjeta {
  font-size: 1.8rem;
  color: rgba(0,0,0,0.43);
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 2rem;
  padding-left: 2.5rem;
 
}


.caracteristica_icono {
  padding: 0;
  margin: 0;
  width: 5rem;
}


.contenedor-tarjeta {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .8rem;
  margin-bottom: 1.5rem;  
}
.hijotarjetas {
  width: 128px;
  height: 25px;
  margin: 5px;
  font: 40px;
}

img.alineadoTextoImagenCentro{
  float:left;
  margin-right: 5px;
  margin-top: 0;
}


/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 #wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
padding-top: 0.875rem;
padding-right: 0.875rem;
padding-bottom: 0.2rem;
padding-left: 0.875rem;
font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
width: 15rem;
}

#page-content-wrapper {
min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}

@media (min-width: 768px) {
#sidebar-wrapper {
  margin-left: 0;
}

#page-content-wrapper {
  min-width: 0;
  width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: -15rem;
}
}



/*Iconos de las redes sociales*/

.container-redes{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index:9999;
}

@media (min-width: 768px) {
  .container-redes-contactar{
    display: none!important; 
    }}

  .container-redes-contactar{
    position: fixed;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index:9999;
  }


.container-redes a{
  margin-top: 4px;
}

.container-redes img{
  width: 60px;
  padding: 4px;
  background: rgba(0,0,0,0.0);
  cursor: pointer;
  border-radius: 100%;
  transition: all 300ms;
}

.container-redes a:hover img{
  background: rgba(0,0,0,0.10);
}

.calleop{
  visibility: hidden;
}

@media (max-width: 768px) {
  .bloquefijotop{
    background: rgba(255,255,255,0.60);
    position: fixed;
    top: 120px!important;
    right: 200px;
    left: 350px;
    z-index: 9999;
  }}
  
  .bloquefijotop{
    background: rgba(255,255,255,0.60);
      position: fixed;
      top: 80px;
      right: 0;
      left: 0px;
      z-index: 1000;
  }

.botonocultar{
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .botonocultar{
    position: relative;
    z-index: 10000;
    margin-bottom: 34px !important;
    }
  }

select.selectpicker2{
  width: 140px!important;
  position: relative;
  left: -25px;
  text-transform: uppercase;
  height: calc(1.6em + 0.75rem + 2px) !important;
}

select.selectpicker2 option{
  border: 1px solid #ebdbe1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  }

  .acordeon {
    max-width: 800px;
    background: white;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .acordeon-cabecera {
    border-bottom: 1px solid #DDE0E7;
    color: #222222;
    cursor: pointer;
    font-weight: 600;
    padding: 1.5rem;
    background:#f6f7f9;
  }
  
  .acordeon-cabecera:hover {
    background: #fdf8d7;
  }
  
  .acordeon-cabecera.active {
    background-color: #fdf8d7;
  }
  
  .acordeon-contenido {
    display: none;
    border-bottom: 1px solid #DDE0E7;
    background: #fff;
    padding: 1.4rem;
    color: #4a5666;
  }

  .descripcion_texto{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 50px;
    margin-right: 50px;
  }

  .interli_cards {
    line-height: 12px; 
  }

  .margen_sup{
    margin-top: 8px;
  }

  .margenizq_textodescizq {
    padding-left: 5px!important;
  }

  .margender_textodescder {
    padding-right: 5px!important;
  }



  @media (min-width: 768px) {
      .margenizq_textodescizq {
        padding-left: 50px!important;
      }
      .margender_textodescder {
        padding-right: 50px!important;
      }
  }


 div.textoimprimir{
  font-size: 14px!important;
 }

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

a.titcalle{
  font-size: 1.8rem;
  color: rgba(0,0,0,0.43);
  font-weight: 400;
}
.titcalle:hover{
 text-decoration: underline;
}

.cuadrocontacto{
  background-color:rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  height: 100%;
}


.cuadrocontactoimp{
  height: 350px;
  background-color:rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.formatomapa {
  height: 175px!important;
}

.encaboculta{
  visibility: hidden;
  height: 5px;
}

th, td {
  padding: 5px;
}
table {
  border-spacing: 10px;
  border-collapse: separate;
}
</style>