﻿#header {
 background: #fff;
 display: flex;
 flex-direction: row;
 align-items:center;
 padding: 40px 180px;
}
#header img{
 height:60px;
 margin-right:20px;
}

#header p{
 margin-bottom:0;
 font-size:20px;
}

@media (max-width: 768px) {
 #header {
  background: #fff;
  padding: 30px;
 }
  #header p {
   margin-bottom: 0;
   font-size: 14px;
  }
}

#banner-preguntas {
 min-height: 560px;
 width: 100%;
 background: url(../Images/PreguntasFrecuentes/bannerPreguntas.png);
 background-size: cover;
 margin-bottom: 40px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 10px 180px;
}

@media (max-width: 768px) {
 #banner-preguntas{
  padding:30px;
 }

 
}


.containerpreguntas {
 padding: 30px;
}

@media (max-width: 768px){
 .containerpreguntas {
  padding: 0;
 }
}


.containerpreguntas .content {
 box-sizing: border-box;
 font-size: 1em;
 text-align: justify;
 margin: 10px 10px;

 transition: max-height, 0.5s;
 border-left: solid 2px #26B460;
 padding: 10px;
 display: none;
 margin-bottom: 30px;
 color: #26B460;
}

 .containerpreguntas input:checked ~ .content {
  
  transition: max-height, 1s;
  display: block;
 }

 .containerpreguntas input:checked ~ label .cross:before {
  transform: rotate(180deg);
 }

 .containerpreguntas input:checked ~ label .cross:after {
  transform: rotate(0deg);
 }

 .containerpreguntas .wrap {
  border-bottom: solid 1px #EEEEEE;
 }

 .containerpreguntas label {
  display: flex;
  min-height: 50px;
  cursor: pointer;
  user-select: none;
  align-items: center;
  color: #141414;
  position:relative;
 }

  .containerpreguntas label span {
   margin-right: 10px;
   background: url(../Images/PreguntasFrecuentes/Icono-Mas.svg)left top no-repeat;
   height: 15px;
   width: 45px;
   position: absolute;
   top: 10px;
  }
  .containerpreguntas label p {
   margin-left: 27px;
  }

  @media (max-width: 768px) {
   .containerpreguntas label span{
  width:45px;
 }
}


.containerpreguntas input:checked ~ label span {
 background: url(../Images/PreguntasFrecuentes/Icono-Menos.svg)left top no-repeat;
}

 .containerpreguntas label div:first-child {
  line-height: 45px;
  margin-left: 10px;
  font-size: 1.2em;
 }

 .containerpreguntas input {
  display: none;
 }



.containerpreguntas-movil {
 padding: 10px;
 width: 100%;
}


 .containerpreguntas-movil .content {
  box-sizing: border-box;
  font-size: 11px;
  text-align: justify;
  margin: 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
  border-left: solid 2px #26B460;
  padding: 10px;
  display: none;
  margin-bottom: 30px;
  color: #7C7C7C;
 }

 .containerpreguntas-movil input:checked ~ .content {
  max-height: 1000px;
  transition: max-height, 1s;
  display: block;
 }

 .containerpreguntas-movil input:checked ~ label .cross:before {
  transform: rotate(180deg);
 }

 .containerpreguntas-movil input:checked ~ label .cross:after {
  transform: rotate(0deg);
 }

 .containerpreguntas-movil .wrap {
  border-bottom: solid 1px #EEEEEE;
 }

 .containerpreguntas-movil label {
  display: flex;
  height: 50px;
  cursor: pointer;
  user-select: none;
  align-items: center;
  color: #7C7C7C;
 }

  .containerpreguntas-movil label img {
   margin-right: 10px;
   background: url(../Images/PreguntasFrecuentes/Icono-Mas.svg)left top no-repeat;
   min-height: 15px;
   min-width: 15px;
  }

 .containerpreguntas-movil input:checked ~ label img {
  background: url(../Images/PreguntasFrecuentes/Icono-Menos.svg)left top no-repeat;
 }

 .containerpreguntas-movil label div:first-child {
  line-height: 45px;
  margin-left: 10px;
  font-size: 13px;
 }

 .containerpreguntas-movil input {
  display: none;
 }


.border-container {
 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
 border-radius: 20px;
 margin-top: 50px;
 margin-bottom: 50px;
}

 .border-container h2 {
  font-size: 20px;
  font-family: WorkSans-Bold;
  color: #68478D;
  text-align: center;
 }

.title {
 display: flex;
 align-items: center;
 justify-content: center;
}

 .title h1 {
  font-size: 20px;
  color: #694780;
  font-family: WorkSans-SemiBold;
 }

 .title img {
  height: 38px;
  width: 38px;
  border-radius: unset;
  object-fit: contain;
  margin-right: 10px;
 }

 input[type=radio]{
  display:none;
 }

#content-tab-1,
#content-tab-2,
#content-tab-3,
#content-tab-4,
#content-tab-5,
#content-tab-6 {
 display: none;
}

#sec-1:checked ~ * #content-tab-1,
#sec-2:checked ~ * #content-tab-2,
#sec-3:checked ~ * #content-tab-3,
#sec-4:checked ~ * #content-tab-4,
#sec-5:checked ~ * #content-tab-5,
#sec-6:checked ~ * #content-tab-6 {
 display: block;
}

.menu-sector {
 width: 100%;
 background: #F0F0F0;
 padding:10px;
 border-radius:5px;
}

 .menu-sector label {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.65);
  padding: 10px 15px;
  cursor:pointer;
  width:100%;
  display:flex;
  justify-content:center;
 }


#sec-1:checked ~ * #lb-sec-1,
#sec-2:checked ~ * #lb-sec-2,
#sec-3:checked ~ * #lb-sec-3,
#sec-4:checked ~ * #lb-sec-4,
#sec-5:checked ~ * #lb-sec-5,
#sec-6:checked ~ * #lb-sec-6 {
 color: #fff;
 background: #26B460;
 border-radius: 3px;
}

.container-gray {
 background: #F5F5F5;
 padding:20px;
 border-radius:10px 20px;
 margin: 40px 0;
}

.row-menu { 
 align-items: center;
}

@media (min-width: 992px) {
 .row-menu {
  display: flex;
  align-items: center;
 }
}



iframe { 
 top: 0;
 left: 0;
 width: 100%;
 height: 550px;
 border-radius:20px;
}

@media (max-width: 768px){
 iframe {
  height: 350px;
 }
 
}