.clearer {
  clear: both;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserratregular.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Bochan';
    src: url("../fonts/Bochan.ttf") format("truetype");
}
:root {
  --color-crema: #FEEBBE;
}

section.retamar {
  background-image: url('./../images/retamar-bg.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300px;
}
section {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  min-height: 550px;
  position: relative;
  background-size: cover;
  background-position: no-repeat 50% 50%;
  overflow: hidden;
}
section.vivere {
  background-image: url('./../images/vivere-bg.jpg');
  background-size: cover;
  background-position: center;
}

  section.white:after {
    background: rgba(255, 255, 255, .9);
  }
 section .bgbox {
   position: relative;
   z-index: 2;
   padding-bottom: 30vh
 }
 section.vivere .bgbox {
   padding-bottom: 10vh
 }
 @media (max-width: 480px) {
  section.vivere .bgbox {
    padding-bottom: 20vh
  }
 }

 /* section .border-azul{
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   align-items: center;
   width: 95%;
   height: 95%;
   border: 5px solid #2cb8d1;
   position: relative;
   top: 10px;
 } */
 section header{
   position: absolute;
   z-index: 2;
   top: 0;
   width: 100%;
   padding: 4vh 0;
 }
 section header .logo-promo{
   width: 100%;
   text-align: center;
   padding-bottom: 2vh;
   padding-top: 8vh;
 }
 section header .logo-promo img{
   width: 40vw;
   min-width: 200px;
 }
 section header .logo{
   width: 100%;
   text-align: center;
 }
 section header .logo img{
   width: 15vw;
   min-width: 300px;
 }
section .content {
  width: 700px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}
section .content {
  height: 0;
  overflow: hidden;
  transition: 1.5s;
  opacity: 0;
  transform: translateY(20px);
}
section .content.active{
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
section .content .logo {
  text-align: center;
  padding-bottom: 10vh;
}
section .content .logo img {
  width: 60%;
  min-width: 200px;
}
section .content .text {
  text-align: center;
  color: #2cb8d1;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 6vh;
  transition: 0;
}
section .content .text2 {
  text-align: center;
  color: white;
  font-size: 28px;
  font-family: 'Fontfabric - UniNeueRegular';
  padding-bottom: 6vh;
}
section.vivere .content .text2 {
  font-family: 'Bochan';
  line-height: 1.6;
}
section .content .text.black{
  color: #2cb8d1;
}
section .content .stars {
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  transition: 0;
}
section .content .stars a {

  transition: .4s;
}
section .content .stars a:hover {
  text-decoration: none;
}
section .content .stars a svg .st0  {
  transition: .4s;
}
section .content .stars a:hover svg .st0,section .content .stars a.someClass svg .st0,section .content .stars a.someClass2 svg .st0 {
  fill: #027a83;
}

section .content .stars a svg {
  width: 80px;
  padding: 0 10px;
}
section .content .stars a svg .st1 {
  fill: #631332;
}
section.vivere .content .stars a svg path {
  stroke: var(--color-crema);
}
section.vivere .content .stars a:hover svg .st0,
section.vivere .content .stars a.someClass svg .st0,
section.vivere .content .stars a.someClass2 svg .st0 {
  fill: var(--color-crema);
}
section .content .botones a{
  display: block;
  width: 100%;
  border: solid 2px white;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 30px 0;
  font-family: 'Gotham-Book';
  font-size: 23px;
  transition: .2s;
}
.text2 .green{
  color: #027A83;
}
section .content .botones a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
section .content .check {
  text-align: center;
  padding: 5vh 0;
}
section .content .check img {
  width: 100px;
}
footer {
  background: #1e1e1e;
  padding: 30px 0;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: 'Fontfabric - UniNeueRegular';
  color: white;
  font-size: 16px;
}
footer a {
  color: white;
}
footer a:hover{
  color: white;
}
footer img{
  width: 230px;
}
@media only screen and (max-width: 480px) {
  section header .logo-promo img{
    min-width: 140px;
    width: 80vw;
  }
  section header .logo img{
    min-width: 230px;
  }
  section .content{
    width: 100%;
    }
  section .content .text {
    font-size: 28px;
    line-height: 40px;
    padding: 50px 20px 0px;
    font-family: 'Montserrat', sans-serif !important;
  }
  section .content .text2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    text-align: justify;
    padding: 0 2rem;
  }
  section.vivere .content .text2 {
    font-family: 'Bochan'!important;
    text-align: center;
    line-height: 1.6;
  }
  section .content .stars a {
    padding: 0px;
  }
  section .content .stars a svg {
    width: 65px;
    padding: 0 5px;
  }
  footer p {
    font-size: 13px;
  }

  section .content .logo img {
    min-width: 140px;
    width: 60%;
  }
  section .content .check{
    padding: 3vh 0;

  }
  section .content .check img{
    width: 80px;
  }
  section .content .botones a{
    font-size: 20px;
    padding: 5px;
  }
  

}
section .content .logo-footer {
  margin-top: 80px;
  text-align: center;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial-Bold';
  src: url("../fonts/Arial-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Fontfabric - UniNeueRegular';
  src: url("../fonts/Fontfabric - UniNeueRegular.otf") format("opentype");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}



section.pontevedra .text2,
section.pontevedra .stars {
  display: none;
}