/* ===================================
    Cover
====================================== */

.cover{
  background: linear-gradient(180deg, #080E1F 0%, rgba(33, 43, 62, 0.6) 100%) ,url("../../assets/img/evcon-support/support-cover.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 450px;
  border-bottom-right-radius: 150px;
}

.cover h1{
  font-size: 34px;
  color: #fff;
  line-height: 120%;
  font-weight: 800;
  margin-bottom: 10px;
}

.bg-ev-support{
  background: linear-gradient(180deg, #1F2547 0%, #106D9A 100%);
  padding-right: 20px;
  padding-bottom: 50px;
}

.logo-ev{
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.logo-ev img{
  width: 110px;
}

.group{
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
}

/* ===================================
    General
====================================== */

.logo-group img{width: 220px;}

/*Preguntas frecuentes*/

.accordion-button h4{
  font-weight: 500;
  font-family: 'Barlow', sans-serif!important;
  margin-bottom: 0px;
  margin-right: 40px;
}

.accordion-button:not(.collapsed) {
  color: initial;
  background-color: transparent;
  box-shadow: none;
  border: 0px;
}

.accordion-button {
  position: relative;
  display: initial;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 15px;
  font-size:initial;
  color: initial;
  text-align: start;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border-bottom: 1px solid #D9D9D9;

}

.accordion-button::after{
  padding: 10px;
position: absolute;
right: 0;
top: 25px;
content: "\F128";
font-size: 15px;
font-family: bootstrap-icons !important;
color: #1F2547;
background-image: none !important;
border: 1px solid #1F2547;
border-radius: 50%;

}


.accordion-button:focus {
  z-index: 3;
  border-color: #D9D9D9 !important;
  box-shadow: 0 0 0 0 white;
}

.accordion-body{
  padding-top: 0px;
  padding-bottom: 0px;
}

.accordion-body p{
  margin: 0px;
}

.accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F148";
  font-size: 15px;
  font-family: bootstrap-icons !important;
  color: #1F2547;
  transform: none;

}



.not-list{
  list-style: none;
  padding-left: .5rem;
}



/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

/*Cover*/
.cover{
  border-bottom-right-radius: 250px;
}
.logo-ev img{
  width: 150px;
}

}
/* md  */ @media (min-width: 768px) {

/*Cover*/
.cover{
  border-bottom-right-radius: 400px;
}
.cover h1{font-size: 38px;}

.bg-ev-support{background: linear-gradient(180deg, #1F2547 0%, #106D9A 100%);
  padding-right: 50px;
  padding-bottom: 50px;
}

.logo-ev{
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.logo-ev img{width: 200px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.cover h1{font-size: 48px;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
