*{
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
body{
  position: relative;
  font-size: 14px;
  font-family: 'repsolregular';
  text-rendering: geometricPrecision;
  transition: all ease-in-out .2s;
  min-height: 100vh;

  background-color: rgb(250,250,250);
}
select:focus{ outline: none;}
header{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  background-color: white;
  transition: all ease-in-out .2s;
  background-color: white;
  box-shadow: 0px 7px 15px -8px #016a7f;
}
header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  }

  header.fixed .img{
margin: auto;


    }

header.scroll{box-shadow: 1px 0px 20px 0 rgba(0,0,0,.1);}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px;
  width: 100%;
  overflow: hidden;
  transition: all ease-in-out .2s;
}






header nav .logo img{max-width: 200px;}
header nav .logo {  margin: 0 auto;}


section .video-container{
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}


section .video-container .iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 40px 20px -30px #016a7f;
  background-color: rgb(200,200,200);
}

section .video-container .iframe-container .load{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section .video-container .iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}

section .video-container .language{
  position: absolute;
  margin: 20px 10px;
  display: inline-block;
  background-color: transparent;
  overflow: hidden;
  border: solid 2px #016a7f;
  cursor: pointer;
  height: 40px;
  width: auto;
  overflow: hidden;
  transition: all ease-in-out .2s;
}
section .video-container .language.active{
  height: 76px;
}
section .video-container .language::before{
  content:"";
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-left: 10px solid #016a7f;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(90deg) translateX(-50%);
  transition: all ease-in-out .2s;
}
section .video-container .language.active::before{
  right: -20px;
}
section .video-container .language::after{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section .video-container .language.active::after{
  display: none;
}
section .video-container .language p{
  position: relative;
  font-size: 1.2em;
  padding: 10px 50px 10px 20px;
  transition: all ease-in-out .2s;
  color: #016a7f;
}
section .video-container .language.en p:first-child{margin-top: -36px;}
section .video-container .language.en.active p{margin-top: 0px;}
section .video-container .language.active p:hover{
  background-color: rgb(200,200,200);
}

nav .language {
  position: absolute;
  right: 0; /* Lo mueve completamente a la derecha */
  top: 50%; /* Lo centra verticalmente dentro del nav */
  transform: translateY(-50%); /* Ajuste para centrarlo perfectamente */
  padding: 10px;
  color: rgb(0, 0, 0);
  background-color: white; /* Opcional: para mejor visibilidad */
  padding-right: 100px;
}

nav .language p {cursor: pointer;}
nav .language .active{
  font-weight: 700;
  color: #000000;
  pointer-events: none;
}
nav .language p span{cursor: pointer;}
nav .language p span.active{
  font-weight: 700;
  color: #016a7f;
  pointer-events: none;
}

section .tabs-container{
  position: relative;
  width: 80%;
  max-width: 1000px;
  height: auto;
  max-height: 0px;
  margin: 0 auto;
  margin-top: 0;
  background-color: transparent;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 20px 50px -30px #016a7f;
  transition: all ease-in-out .2s;
  opacity: 0;
}
section .tabs-container.on{max-height: none; opacity: 1; margin-top: 60px;}
section .tabs-container .tab{
  position: relative;
  width: 100%;
  height: auto;
  /*background-color: rgb(245,245,245);*/
  border-bottom: 4px solid white;
  overflow: hidden;
  display: flex;
}
section .tabs-container .tab button.tablinks{
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 1.4em;
  font-family: 'repsolregular';
  padding: 12px 40px;
  border-right: 4px solid white;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  background-color: rgb(245,245,245);
  transition: all ease-in-out .2s;
  flex: 1;
  white-space: nowrap;
}
section .tabs-container .tab button.tablinks:last-child{border-right: none;}
section .tabs-container .tab button.tablinks.active{
  background-color: #ffffff;
}
section .tabs-container .tabswrap{
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: white;

}
section .tabs-container .tabswrap .tabcontent{
  position: relative;
  font-size: 1em;
  display: none;
}
section .tabs-container .tabswrap .tabcontent .container{
  display: flex;
  min-height: 150px;
}
section .tabs-container .tabswrap .tabcontent .container h3{
  font-family: 'repsollight';
  font-size: 1.4em;
}
section .tabs-container .tabswrap .tabcontent .container ul{margin-top: 10px;}
section .tabs-container .tabswrap .tabcontent .container ul li{margin-bottom: 5px;}
section .tabs-container .tabswrap .tabcontent .container ul li:last-child{margin-bottom: 0;}
section .tabs-container .tabswrap .tabcontent .container ul li span{font-family: 'repsolbold'; margin-right: 4px;}
section .tabs-container .tabswrap .tabcontent .container ul li span::after{content:":"}
section .tabs-container .tabswrap .tabcontent .container button{
  position: relative;
  border: 0;
  outline: 0;
  background-color: #f0f0f0;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: .8em;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  
}



section .tabs-container .tabswrap .tabcontent:first-child{display: block;}

/*-----*/
section .tabs-container .tabswrap .tabcontent#description .container > div{margin: 0 auto;}

section .tabs-container .tabswrap .tabcontent#downdescriptionload p{
  font-family: 'repsolbold';
  font-size: .9em;
  text-align: center;
  margin-top: 15px;
}
/*-----*/
section .tabs-container .tabswrap .tabcontent#legal p{margin-top: 15px; line-height: 1.2; padding-bottom: 20px;}
section .tabs-container .tabswrap .tabcontent#legal p:last-child{font-size: .8em;}
section .tabs-container .tabswrap .tabcontent#contact .container{display: block;}
section .tabs-container .tabswrap .tabcontent#contact .container .iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 850px;
  height: 0;
  overflow: hidden;
}
section .tabs-container .tabswrap .tabcontent#contact h3{
  text-align: center;
}
section .tabs-container .tabswrap .tabcontent#contact .container .iframe-container iframe{
  position: relative;
  width: 100%;
}


  section{padding: 130px 0 50px 0;}

  section .tabs-container {
width: 100%;
  }

  section .tabs-container .tab button.tablinks{
    font-size: 1.2em;
    padding: 10px 20px;
    border-right: 2px solid white;
  }

  section .tabs-container .tabswrap .tabcontent#description .container > div img{max-width: 60px;}
  section .tabs-container .tabswrap .tabcontent .container button {
    padding: 10px 20px;
    font-size: .6em;
  }
/*---------*/


section{padding-top: 90px;}


/*.tabcontent#description{height: 300px;}*/


/*@media(max-width:860px){

  section .tabs-container .tabswrap .tabcontent#description .container{display: block;}
  section .tabs-container .tabswrap .tabcontent#description .container > div:first-child{margin-bottom: 20px;}
  .tabcontent#description{height: 330px;}
  
}*/

.modal-title {
    font-weight: bold;
    font-size: 1.3em;
}



.row2 {
	position: relative;
	width: 100%;
top: -150px;
left: 5%;


	border-radius: 5px;
	color: black;
	border: 2px solid white;
	z-index: 3;
  }

 .texto p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-indent: 60px;
}

.texto ul{
  position: relative;
left: 60px;
}

.speaker{
  position: relative;
left: 120px;
}

.tab-content2 {
  width: 90%;
}

.tab-content2 hr{
    height: 1px;

    width: 50%;
    margin-left: 0%;
    margin-right: 50%;
      }

      hr {
        border: 0 none #000000;
        border-top: 1px solid #fe8200;
        height: 1px;
        margin: 5px 0;
        display: block;
        clear: both;
        }

#ok{width: 90%;}

ul {
  list-style-type: circle;
  width: 80%;
}

ul.a {
  list-style-type: circle;
  width: 80%;
}

ul.b {
  list-style-type: square;
}

ul.c {
  list-style-type: circle;
  margin-bottom: 0px;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

#CybotCookiebotDialogDetailFooter {
display: none;
}

#CybotCookiebotDialog div {
  font-family:  'repsolregular',sans-serif !important;
  line-height: 1.231;
}

@media (max-width:576px){
  header nav .logo img {
    max-width: 100px;
    
}
nav .language {

  padding-right: 15px;
}
}

@media only screen and (max-width: 850px) and (orientation: landscape) {

  section .video-container{
    width: 60%;
    padding-top: 20px;
  }
  header nav .logo img {
      max-width: 150px;
  }

  }

  @media (min-width: 768px) { 
    nav .language {
      right: 0;

    }
  }
  


/*LOADER*/
.lds-roller {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#CybotCookiebotDialogPoweredbyCybot {

  display: none;
}