@font-face {
    font-family: 'repsol';
    src: url('../css/RepsolRegular.woff') format('woff');
    font-style: normal;
}

* {
    font-family: 'repsol', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

body{
    position: relative;
    width: 100%;
    float: left;
}

h3  {
    background-color: orange;
    color: #fff;
    width: 125px;
    padding-left: 10px;
    margin-bottom: 32px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

p{
    /*font-family: 'RobotoRegular', sans-serif;*/
    font-weight: 600;
    color: #757575;
    margin-bottom: 10px;
}

section {
   
}

.container{   
    
}

.etiqueta{
    margin: auto;
	width:100%;
	height:100%;
	max-width: 672px;	
	background-color:#a1a6aa;
}

ul.barras{
    margin: 0 4%;
	padding-top: 5px;
}

li{
    list-style:none;
}

.tit_barra{	
	padding-top: 4%;
	width: 100%;
}

.estilo_tit_barra{
    background-color: #C0EBF2;
    border: none;
    color: #026A7F;
    border-radius: 8px;
    font-size: 24px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 15px;
    padding-right: 40px;
    display: inline-block;
	vertical-align:top;
	position: relative;
}

.tit_barra:hover .estilo_tit_barra {
    padding-right: 45px;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.tit_barra:hover .img_barra {
	filter: saturate(1.75);
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.tit_barra:hover .myBtn {
	transform:scale(1.1);
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}

.img_barra{
	margin-top:-20px;
	cursor:pointer;
}

ul.botones{
	text-align: center;
	padding:20px 0;
    border-top: solid white 5px;
    margin: 20px 0;
}

.tit_botones{
    text-align: center;
	display:inline-block;
	width:24%;
}

.estilo_tit_botones{
    background-color: #C0EBF2;
    border: none;
    color: #026A7F;
    border-radius: 8px;
    font-size: 18px;
    padding-bottom: 3px;
    text-align: left;
    padding-left: 10px;
    padding-right: 32px;
    display: inline-block;
	vertical-align:top;
	position: relative;
}
.tit_botones:hover .img_boton {
    opacity:0.5;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.tit_botones:hover .estilo_tit_botones {
    padding-right: 37px;
	margin-left: 5px;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.tit_botones:hover .myBtn2 {
	transform:scale(1.1);
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}

.img_boton{
	width:168px;
	padding-bottom:5px;
	cursor:pointer;
}

.img_boton img{
	width:100%;
}

.myBtn {    
    color: #fff; 
    background-color: #026A7F;
    border-radius: 8px;
    display: inline-block;
    width: 36px;
    height: 36px;
	margin-left:-30px;
    border: none;
	pointer-events:none;
	position: absolute;
	right: 0;
	top: 0;
}

.myBtn2 {
    color: #fff; 
    background-color: #026A7F;
    border-radius: 8px;
    display: inline-block;
    width: 27px;
    height: 27px;
	margin-left:-27px;
    border: none;
	pointer-events:none;
	position: absolute;
	top: 0;
	right: 0;
}
.myBtn img,
.myBtn2 img{
	width:100%;
}

.btn2_movil{
	display:none;
}

.estilo_tit_barra,
.estilo_tit_botones,
.myBtn,
.myBtn2{
	cursor:pointer;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 50%;
  border-radius: 8px;
}

.close {
  color: transparent;
  width: 36px;
  float: right;
  font-size: 50px;
  text-align: right;
  font-weight: bold;
  background-image: url(../img/cerrar.png);
  background-repeat: no-repeat;
}

.close:hover,
.close:focus {
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.img_boton_modal{
	display:inline-block;
	margin-right:10px;
}

@media (max-width: 1024px) {  
	.modal-content {
	  width: 65%;
	}
}
@media (max-width: 675px) {  
	.estilo_tit_botones {
		font-size: 14px;
		padding-bottom: 3px;
		padding-left: 8px;
		padding-right: 20px;
	}
	.myBtn2 {
		width: 22px;
		height: 22px;
		margin-left: -15px;
	}
	.tit_barra:hover .estilo_tit_barra {
		padding-right: 40px;
		margin-left: 0;
		transition:none;
	}
	.tit_botones:hover .estilo_tit_botones {
		padding-right: 30px;
		margin-left: 0;
		transition: none;
	}
	
	.img_barra img{
		width:100%;
		height:auto;
	}
	.img_boton{
		width:100%;
	}
	.modal-content {
		width: 80%;
	}
}

@media (max-width: 480px) { 
	.myBtn{
	    width: 28px;
		height: 28px;
		margin-left: -25px;
	}
	.myBtn2{
	    width: 24px;
		height: 24px;
		margin-left: -25px;
	}
	.estilo_tit_barra {
		font-size: 20px;
		padding-bottom: 3px;
	}
	.estilo_tit_botones{
		font-size: 16px;
		padding-left: 10px;
		padding-right: 30px;
	}
	.tit_botones{
		width:45%;
	}
	.img_barra {
    	margin-top: -10px;
	}
	.btn2{
		display:none;
	}
	.btn2_movil{
		display:block;
	}
	/* ANIMACION MOVIL */
	.myBtn, .myBtn2{
		animation-name: muevemovil;
		animation-duration: 5s;
		animation-iteration-count: infinite;
	}
	@keyframes muevemovil {
		0% {right: 0px;}
		5% {right: -8px;}
		10% {right: 0px;}
		15% {right: -8px;}
	    20% {right: 0px;}
		100% {margin-left: 0;}
	  }
}

@media (max-width: 300px) { 
	.estilo_tit_barra {
		font-size: 16px;
		padding-bottom: 3px;
   		padding-right: 30px;
	}
	.estilo_tit_barra:hover {
		padding-right: 30px;
	}
	.myBtn {
		width: 24px;
		height: 24px;
		margin-left: -20px;
	}
	.estilo_tit_botones {
		font-size: 12px;
		padding-bottom: 3px;
		padding-left: 6px;
		padding-right: 16px;
	}
	.estilo_tit_botones:hover {
		padding-right: 16px;
	}
	.myBtn2 {
		width: 18px;
		height: 18px;
		margin-left: -15px;
	}
	.modal {
		padding-top: 40px;
	}
}