@font-face {
  font-family: DINPro-Bold;
  src: url(fonts/DINPro-Bold.ttf);
}

@font-face {
  font-family: DINPro-Regular;
  src: url(fonts/DINPro-Regular.otf);
}


/* USUARIO ANONIMO */

header{
width: 100%;
background-color: #FF5000;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 218px;
}
footer{
width: 100%;
background-color: #FF5000;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 73px;
}
.cabecera-mobile{
    width: 100%;
    background-image: url(../img/acceso-mobil.png);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cabecera{
    width: 100%;
    background-image: url(../img/cab-acceso.png);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     display: flex;
    justify-content: center;
    align-items: center;
}
.trans{
    max-width: 700px;
   background: #FFFFFF;
    opacity: 0.8;
}

.trans p{
  padding: 70px 150px;
  font-family: DINPro-Bold;
  color: #FF5000;
  text-align: center;
  font-size: 36px;
}
.caja p{
     
  display: none;
}
.form-label{
    font-family: DINPro-Regular;
}

.btn{
    border-radius: 0 !important;
}
.invalid-feedback {
   
    font-family: DINPro-Regular;
    background: #FF120D !important;
    color: #fff !important;
    text-align: center;
}
input:invalid~.form-check-label {
    color: #000 !important;
}
.caja {
    width: 600px !important;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 1em;
    position: relative;
}

.boton2{
    width: 50%;
    background-color: #FF5000 !important;
    color: #fff !important;
    font-family: DINPro-Regular;
}
.boton2:hover{
    opacity: 0.7;
}
.boton-center{
    text-align: center;
}
.boton-center button{
    width: 100%;
}
.contacto{
    width: 280px;
    position: absolute;
    bottom: 20%;
    right: 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #FF5000 !important;
    border-top: 2px solid #FF5000 !important;
    border-left: 2px solid #FF5000 !important;
    border-right: 2px solid #fff !important;

    border-radius: 30px 0px 0px 30px;
    position: fixed;
    justify-content: center;
    align-items: center;
     border: 1px solid ;
    box-shadow: 0px 2px #aaaaaa;
    background-color: #fff;
}
.contacto-mobile{
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: center;
    border: 2px solid #FF5000 !important;
    position: fixed;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid ;
    box-shadow: 0px 1px #FF5000;
    background-color: #fff;
    display: none;
}
.contacto-mobile ul li{
   list-style: none;
}
.contacto-mobile ul li:nth-child(1){
   font-size: 32px;
   color: #FF5000;
   font-family: DINPro-Regular;
}
.contacto-mobile ul li a:nth-child(1){
   font-size: 18px;
   color: #000000;
   font-family: DINPro-Regular;
   text-decoration: none;
}
.contacto-mobile ul li:nth-child(3){
   font-size: 18px;
   color: #FF5000;
   font-family: DINPro-Regular;
}
.contacto-mobile ul li a:nth-child(2){
   font-size: 18px;
   color: #000000;
   font-family: DINPro-Regular;
   text-decoration: none;
   margin-left: 5px;
}
ul{
    margin-top: 10px !important;
    padding-left: 1rem !important;
}
.contacto ul li{
   list-style: none;
}
.contacto ul li:nth-child(1){
   font-size: 32px;
   color: #FF5000;
   font-family: DINPro-Regular;
}
.contacto ul li a:nth-child(1){
   font-size: 18px;
   color: #000000;
   font-family: DINPro-Regular;
   text-decoration: none;
}
.contacto ul li:nth-child(3){
   font-size: 18px;
   color: #FF5000;
   font-family: DINPro-Regular;
}
.contacto ul li a:nth-child(2){
   font-size: 18px;
   color: #000000;
   font-family: DINPro-Regular;
   text-decoration: none;
   margin-left: 5px;
}
.g-1, .gy-1 {
    --bs-gutter-y: 2.25rem !important;
}


/* MEDIA QUERY */
@media only screen and (max-width:768px){
    .contacto{
        display: none;
    }
    .contacto-mobile{
        display: flex;
    }
    .caja {
    width: 80% !important;
    margin-top: 0;
   
}


.boton2{
    width: 100%;
 
}
.trans p{
 display: none;
}
.caja p{
     
  font-family: DINPro-Bold;
  color: #FF5000;
  text-align: center;
  font-size: 20px;
  display: flex;
}

.cabecera{
  
    display: none;
}
.cabecera-mobile{
  
     display: flex;
     height: 200px;
  
}

}

