.titulo {
    text-align: center;
    color: #FF6600;
    font-size: 65px;
}

.subtitulo {
    color: gray;
    text-align: center;
    font-size: 25px;
}



.inicio {
    text-align: center;
    margin-left: 400px;
    margin-right: 500px;
}
.icono
{
   margin-top:-30px;
    width: 100px;
    height: 100px;
}
.button
{
    border: 1px black;
}
.footer
{
    align-items: center;
}

.mescurso
{
    margin-top: 1%;
    margin-left: 6%;
}

.dispo
{
    margin-left: 1´px;
}

.btnfos {
font-family: 'intelo';
text-align:start;
color: #FF6600;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 27px;
max-width: 300px;
text-transform: uppercase;
padding: 5px 10px 0px 10px;
width: 100%;
border-radius: 11px;
margin-bottom: 15px;
}
.codigo
{
color: black;
font-family:'intelo';
}
.titlezona {
color: black;
font-size: 20px;
}

.divcontainerstates{
    width: 350px;
    min-width: 150px;
}

.hrorange{
    border: 0;
    border-top: 2px solid #FF6600;  /* Cambia el color de la línea */
    margin: 20px 0;  /* Espaciado superior e inferior */
}
.btnfos-4 {
border: 1px solid;
overflow: hidden;
position: relative;
flex: 1 0 21%; 

}
.btnfos-4 span {
z-index: 20;
}
.btnfos-4:after {
background: #ff6600;
content: "";
height: 200px;
left: -90px;
opacity: .2;
position: absolute;
top: -50px;
width: 50px;
-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
      transform: rotate(35deg);
z-index: -10;
}

.btnfos-4:hover:after {
left: 120%;
-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

 #contenedor
{
    display: flex;
    grid-template-columns: auto auto auto;
    gap: 13px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-top: 19px;
}

.textwhite{
    color: white;
}

a:link, a:visited, a:active {
text-decoration: none;
}


@media (max-width: 767px) {
    .icono{
        display: none;
    }
    .busca{
        display: none;
    }
    #contenedor{
        display: none;
    }
}

@media (min-width: 1679px){
    .btnfos{
        height: 36px;
    }
}

@media (max-width: 1678px){
    .btnfos{
        height: 67px;
    }
}

@media (max-width: 1140px){
    .btnfos{
        height: 90px;
    }
}
@media (min-width: 768px) {
    .respo{
        display: none;
    }
}


.divcontentcenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.textaligncenter{
    text-align: center;
}

#buscador
{
    font-family: 'intelo';
    text-align: center;
    color: #FF6600;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    max-width: 300px;
    margin: 4px auto 0em;
    width: 100%;
    border-radius: 12px;
    border-color: #FF6600;
    margin-bottom: 25px;
}


@media (max-width: 768px) {
    #buscador{
        display: none;
    }
}

.video
{
  display: flex;
  justify-content: center;
  align-items: center;

}


#mensaje
{
    color: #FF6600;
    display: none;
    width: 203px;
    top: 50%;
    position: static;
    margin: auto;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    #mensaje{
        display: none;
    }
}

@media (max-width: 768px) {
    .divfactu{
        display: none;
    }
}
