body {
  background-color: #f4f8f8;
  font-family:times;
  font-size: 18px;
}
* {
  margin: 0;
  padding: 0;
}
.contenedor {
  width: 90%;
  max-width: 1000px;
  margin: 10px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 16% 42% 42%;
  grid-template-rows: repeat(6, auto);
  grid-template-areas:
    "header header header"
    "sidebar contenido contenido"
    "sidebar contenido contenido"
    "sidebar contenido contenido"
    "sidebar contenido contenido"
    "sidebar footer footer"
}
.contenedor > div,
.contenedor .contenido,
.contenedor .sidebar,
.contenedor .footer {
  background: white;
  padding: 20px;
  border-radius: 4px;
}
.contenedor .header{
  background: white;
  color: #fff;
  grid-area: header;
  padding: 10px;
  height: 80px;
  background-color:#01DFD7;
  font-size: 30px;
}
.menu a img{
  margin-left: 20px;
  max-height: 60px;
  max-width: 75px;
  margin-top: 15px;
}
.logo{
  padding-right: 0px;
  padding-top: 0px;
  max-width: 30px;
  max-height: 30px;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 10px;
}
.menu-iconos{
  padding-right: 0px;
  padding-top: 0px;
  max-width: 30px;
  max-height: 30px;
  margin-top: 20px;
  margin-left: 5px;
}
body center{
  font-size: 18px;
}
a{
  font-weight: bold;
  outline: none;
  text-decoration: none;
  color: navy;
}
a img:hover {
  -webkit-transform:scale(1.3);
  transform:scale(1.75);}
a img {overflow:hidden;}

.contenedor .contenido {
  grid-area: contenido;
  background-color: white;
 }
.contenedor .index-contenido{
  left: 0px;
  bottom: 0px;
  height: 500px;
}
.menu{
  width: 100%;
  background-color: #3b5998;
  border:none;
  height: 80px;
  text-align: center;
  padding-top: 0px;
  box-sizing:border-box;
}
.puertas{
  padding-top: 15px;
}
.puertas h3{
  font-size: 25px;
}
.publicidad{
  width: 200px;
  margin-right: 0px;
  position: relative;
}
.publicidad img{
  z-index: 2;
}
.entrada{
  display: inline-block;
  margin-top: 23px;
  max-width: 300px;
  background-color: white;
}
.puertas-index{
  width: 175px;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 30px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.puertas-index a{
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
  color: black;
  text-align: center;
}
#puertas-1{
  font-weight: bold;
  font-size: large;
  margin-top: 12px;
  margin-left: 2px;
}
.puertas-nav{
  background-color: white;
  max-width: 600px;
  display: inline-block;
  margin-top: 8px;
  height: 36px;
  padding-bottom: 
}
.menu .puertas{
  background-color: #3b5998;
  display: inline-block;
  padding-bottom: -3px;
  padding-left: 1px;
  margin-left: -3px;
  margin-bottom: 10px;
}
button {
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  background-color: #01DFD7;
  font-color: black;
  cursor: pointer;
}
 a button{
  list-style: none;
  text-decoration: none;
  color: black;
  height: center;
  vertical-align: middle;
  font-size: 14px;
} 
button:hover{
  background: #0CB6B6;
  color: #f2f2f2;
}
.puertas button {
  border: none;
  border-radius: 0px;
  padding: 0.25rem 5px;
  background-color:#3b5998; 
  cursor: pointer;
  height: 38px;
  position: center;
  }
.puertas button a{
  color: white;
  font-weight: bold;
  font-size: medium;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
} 
.puertas button:hover{
  background: #0CB6B6;
}
.puertas button a:hover{
  color: black;
}
.puertas01{
  margin-top: ;
  width: 150px;
  height: 30px;
}
.puertas001{
  margin-top: ;
  width: 150px;
  height: 30px;
}
.puertas01 button{
  border: none;
  border-radius: 0px;
  padding: 1px;
  background-color:#01DFD7; 
  cursor: pointer;
  width: 140px;
  height: 30px;
  position: fixed;
  text-align: left;
  padding-left: 10px;
  }
 .puertas001 button{
  border: none;
  border-radius: 0px;
  padding: 1px;
  background-color:#EC62DC; 
  cursor: pointer;
  width: 140px;
  height: 30px;
  position: fixed;
  text-align: center;
  padding-left: 10px;
  }
#p01 button{
  padding-left: 40px;
  }
#p02 button{
  padding-left: 25px;
  }
.puertas01 button a{
  color: black;
  font-weight: bold;
  font-size: medium;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
}
.puertas001 button a{
  color: black;
  font-weight: bold;
  font-size: medium;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
}
.puertas01 button:hover{
  background: #0CB6B6;
}
.puertas01 button a:hover{
  color:black;
}
.puertas001 button:hover{
  background: #0CB6B6;
}
.puertas001 button a:hover{
  color:black;
}
.button{
  background-color: #3b5998; 
  padding-top: 5px; 
}
.button01 a{
  list-style: none;
  text-decoration: none;
  color: white;
  height: center;
  font-weight: bold;
}
/*carousel*/
#container-slider{
    position: relative;
    left:100px;
    bottom: 00px;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    top: 10px;
    right: 50px;
    display: block;
    width: 100%;
    height: 80vh;
    min-height: 200px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 790px;
    height: 100%;
    display: inline-block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.75);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'times';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'times';
    color: #FFF;
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
    text-align: justify;
}


#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 0px 0px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'times';
    letter-spacing: 1px;
    padding: 10px 10px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}
/*fin de carousel*/
/*button ir arriba*/
.tabs.ir-arriba{
  display:none;
  padding:20px;
  background:#fff;
  font-size:20px;
  color:black;
  cursor:pointer;
  position: fixed;
  bottom:20px;
  right:20px;
}
.tabs.ir-arriba a{
  list-style: none;
  text-decoration: none;
  color: black;
  height: center;
  font-weight: bold;
}
/*--*/
.focus{
  color: white;
}
.focus:hover{
  background: #3b5998;
}
.focus:hover h3{
  color:white;
}
.tabs {
  font-family: 'times', serif;
}
.tabs p{
  padding: 0px 10px 10px 10px;
  font-family: 'times', serif;
  font-weight: 500;
  font-size: 1.25em;
  text-align: justify;
  line-height: 150%;
}
.tabs .pcenter{
  text-align: center;
}
.tabs h2{
  padding: 0px 0px 0px 20px;
}
 
.imgtabs{
  padding-left: 15%;
  border-radius: 5%;
  width: 600px;
  height: 400px;
  float: left;
}
[role="tablist"] {
  min-width: 150px;
}
[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  position: relative;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  padding: 3px 3px 4px;
  border: 2px solid hsl(219deg 1% 72%);
  border-bottom: 2px solid hsl(219deg 1% 72%);
  border-radius: 5px 5px 0 0;
  overflow: visible;
  background: #fff;
  outline: none;
  font-weight: bold;
}

[role="tab"][aria-selected="true"] {
  padding: 2px 2px 4px;
  margin-top: 0;
  border-width: 2px;
  border-top-width: 6px;
  border-bottom-color: hsl(220deg 43% 99%);
  background: #3b5998; 
}
[role="tab"][aria-selected="false"] {
  border-bottom: 2px solid hsl(219deg 1% 72%);
}
[role="tab"][aria-selected="false"] .focus{
color:black;
}
[role="tab"] span.focus {
  display: inline-block;
  margin: 2px;
  padding: 4px 6px;
}
[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  padding: 2px 4px;
  border: 2px solid rgb(233 236 244);
  border-radius: 3px;
}
[role="tabpanel"] {
  padding: 5px;
  border: 2px solid hsl(219deg 1% 72%);
  border-radius: 0 5px 5px;
  background: #fff;
  min-height: 10em;
  min-width: 150px;
  overflow: auto;
}
[role="tabpanel"] a{
  list-style: none;
}
[role="tabpanel"] a:hover{
background: #0CB6B6;
color: black;
}
{
 list-style: none;
}
[role="tabpanel"].is-hidden {
  display: none;
}
[role="tabpanel"] p {
  margin: 05px;
}
[role="tabpanel"] h4 {
  text-align: center;
  max-width: 570px;
  font-size: 22px;
  background-color: #fbe4d5;
}
}
.contenedor .imagen{
  max-width: 650px;
}
.contenedor .iconos1{
  padding-left: 0px;
  border-radius: 50%;
  width: 200px;
  height:200px;
  float: left;
}
.contenedor .sidebar{
  grid-column: 3 / 4d;
  min-height: 100px;
  max-height: 600px;
  grid-area: sidebar;
  padding: 10px;
  text-align: left;
}
.sidebar .menu01{
  width: 8rem;
  background-color: #3b5998;
  position: fixed;
  padding-left: 4px;
}
.sidebar .puertas01{
padding-top: 3px;
font-size: 1.25rem;
}
 .wiget-1{
  grid-area: wiget-1;
}
.contenedor .footer {
  grid-area: footer;
  background-color: white;
  margin-left: 30px;
  text-align: center;
  display: inline-block;
  padding-right: 170px;
}
.iconos{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
}
#imagen1{
  margin-left: 30%;
  border-radius: 5%;
}

#imagen1{
  margin-left: 12%;
  border-radius: 5%;
}
#imagen2{
  margin-left: 20%;
  border-radius: 5%;
}
#imagen3{
  margin-left: 20%;
  border-radius: 5%;
  margin-right: 5px;
}
#despedida{
  margin-left: 15px;
}
.col-sm-2 {
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
}
.col-sm-10 {
  padding-left: 5px;
} 

textarea #comment-input{
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contenedor {
    grid-template-areas:
      "header header header"
      "sidebar sidebar sidebar"
      "contenido contenido contenido"
      "wiget-1 wiget-1 wiget-1"
      "wiget-2 wiget-2 wiget-2"
      "footer footer footer";
}
.menu img.logo{
    display:none;
  }
  .menu .puertas{
  display:none;
}
.menu a img{
  margin-left: 10px;
  max-height: 50px;
  max-width: 45px;
  margin-top: 15px;
}
  #puertas-1{
  margin-left: 100px;
  }
  .contenido{
  margin-top: 20px;
  }
  .contenedor .imagen{
  width: 400px;
  }
  .entrada{
  display: none;
  }
  .barra1{
  display: none;
  }
  .publicidad{
  display: none;
  }
  .puertas-nav{
  max-width: 500px;
  }
  .sidebar{
  margin-top: 20px;
  max-height: 150px;
  column-count:3;
  }
  .sidebar .puertas01{
  display: inline-block;
  }
  .puertas01 button{
  width: 120px;
  height: 30px;
  position: relative;
  margin-left:0px;
  margin-right: -10px;
  padding-left: 0px;
  padding-right: 0px;
  }
  #flechas{
  width: 400px;
  }
  #imagen1{
  margin-left: 0%;
  }
  #imagen2{
  margin-left: 8%;
  }
  #imagen3{
  margin-left: 8%;
  }

#despedida{
  background-color: white;
  margin-left: 0%;
  position: relative;
  top:55px;
  right: 190px;
  }
/*para dispositivos moviles*/
@media screen and (max-width: 480px){
    #encabezado{
        height: auto;
    }
    #contenido{
        width: auto;
    }
    #barra_lateral{
        display:none;
    }
    .contenedor {
  width: 100%;
  
  }
  .contenedor .imagen{
  max-width: 100px;
}
  
/*media para carouel*/
@media screen and (max-width: 480px){
  .content_slider h2 {
      font-size: 15pt !important;
  }
  .contenedor {
  width: 100%;
    .content_slider p {
      font-size: 12pt !important;
  }
  .contenedor .imagen{
  max-width: 100px;
}

  #container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 20pt;
  }
  #container-slider .arrowPrev{
    left: 15px;
  }
  #container-slider .arrowNext{
    right: 15px !important;
  }
  #slider{
    height: 200px;
    min-height: 200px;
  }
  #slider li {
    top: 0 !important;
    left: 0 !important;
    width: 150px;
    height: 100%;
}

  #slider li .content_slider{
    padding: 10px 35px;
  }
  .btnSlider{
    padding: 10px 30px;
      font-size: 10pt;
  }
}