
@font-face {
  font-family: 'SoleRepsolText';
  src: url('../fonts/SoleRepsolText_Rg.woff2') format('woff2'),
       url('../fonts/SoleRepsolText_Rg.woff') format('woff'),
       url('../fonts/SoleRepsolText_Rg.otf') format('opentype'),
       url('../fonts/SoleRepsolText_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SoleRepsolText';
  src: url('../fonts/SoleRepsolText_SBd.woff2') format('woff2'),
       url('../fonts/SoleRepsolText_SBd.woff') format('woff'),
       url('../fonts/SoleRepsolText_SBd.otf') format('opentype'),
       url('../fonts/SoleRepsolText_SBd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SoleRepsolDisplay';
  src: url('../fonts/SoleRepsolDisplay_Md.woff2') format('woff2'),
       url('../fonts/SoleRepsolDisplay_Md.woff') format('woff'),
       url('../fonts/SoleRepsolDisplay_Md.otf') format('opentype'),
       url('../fonts/SoleRepsolDisplay_Md.ttf') format('truetype');
  font-weight: 00;
  font-style: normal;
}


* {
    font-family: 'SoleRepsolText', sans-serif;
}
.row {
    margin:0;
}
.container {
    max-width:1000px;
}

h1, h2, h3, h4, h, h6 {
    font-family: "SoleRepsolDisplay", 'Arial', sans-serif;
    color: #001e37;
}
p,
a  {
    font-family: 'SoleRepsolText', sans-serif;
    color: #001e37;
}

a:hover {
    color:#007899;
}

.bg-dark-blue {
    background-color: #001e37;
}
.bg-light-pink {
    background-color: #fdefea;
} 
.text-white {
    color: white;
}

.title2 {
    font-size:2rem;
    line-height: 2.4rem;
}

.subtitle {
    font-size:1.3rem;
    line-height:1.7rem;
}
.subtitle2 {
    font-size:1rem;
    line-height:1.2rem;
}
.rounded {
    border-radius: 0.8rem !important;
}
.btn.btn-primary {
  position: relative;
  display: inline-block;
  background-color: #001e38;
  color: white!important;
  border: 0;
  border-radius: 40px;
  padding: 0.7rem 2rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.2s ease;
}

.btn.btn-primary::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 0;
  height: 0;
  background-color: #007899;
  border-radius: 0%;
  transform: translateX(-0%) scale(0);
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  z-index: -1;
}
.btn.btn-primary:hover::after {
  width: 300%;
  height: 400%;
  transform: translateX(-0%) scale(1.2);
}
.btn.btn-primary:hover {
  color: #fff;
}
.form-control {
    border-radius: 1rem;
}
.form-check-input[type=checkbox] {
    border-radius: 1rem;
}


.footer-logo {
    max-width: 100px;
    max-height: 60px;
    width: auto;
    height: auto;
}
.border-gray {
    border: 1px solid #43637d;
    border-radius: 10px;
} 

.form-check-input:checked {
    background-color: #00788C;
    border-color: #00788C;
}


		a.language-active {
			background-color: #001e38;
			color: white !important;
			border: 2px #001e38 solid;
			border-radius: 40px;
			padding: 0.7rem 2rem;
			text-decoration: none;
		}

		a.language-active:hover,
		a.language-active:active {
			background-color: #007899;
			border: 2px #007899 solid;
		}

		a.language-inactive {
			background-color: white;
			color: #001e38 !important;
			border: 2px #001e38 solid;
			border-radius: 40px;
			padding: 0.7rem 2rem;
			text-decoration: none;
		}

		a.language-inactive:hover,
		a.language-inactive:active {
			background-color: #001e38;
			border: 2px #001e38 solid;
			color: white !important;
		}

.border-bottom-red {
    border:solid #f60030 3px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}


.color-red-repsol{
    color: #f60030;
}


.border-leftt-red {
     border:solid #f60030 3px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
        padding-left: 1rem !important;
}


@media (max-width: 140px) {
    .subtitle {
        font-size:1.2rem;
        line-height:1.8rem;
    }  
}

 @media (max-width: 1100px) {   
     .title {
                font-size:2.rem;
                line-height: 2.8rem;
      }
       }

 @media (max-width: 992px) {   


        .border-leftt-red {
            border:solid #f60030 0px;
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            padding-left: 0.7rem !important;
        }
}

@media (max-width: 80px) {   
    .title {
        font-size:2rem;
        line-height: 2.3rem;
    }
}  
@media (max-width: 768px) {   
    .logo-repsol {
        max-width:0%;
    }

}
