@font-face {
  font-family: 'Sublima-Light';
  src: url('../fonts/sublima/Sublima-Light.otf');
}

@font-face {
  font-family: 'Sublima-Bold';
  src: url('../fonts/sublima/Sublima-ExtraBold.otf');
}

:root {
  --cGuinda: #A50034;
  --cCafe: #CEB888;
  --cGris: #EDEEF0;
  --cGrisF: #63666A;
  --cAzul: #253746;

}

*,
*::before,
*::after{
    margin:0;
    padding: 0;
    box-sizing: inherit;
    text-decoration: none;
    list-style: none;
}
body{
    box-sizing: border-box;
    list-style:none;
    text-decoration: none;
    background-image: url(../images/fondo_contacto.png) !important;
    background-size: cover;
}

/*encabezado*/

.logoBlanco{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    padding-top: 50px;
}
.plataforma_header{
    height: 300px; 
    width: 100%; 
    justify-content: center;
    align-items: center;
    /* background: #A50034; */
    background:  linear-gradient(to right, #A50034 0%,#A50034 8%, #980431 18%, #8B0027 40%,#A50034 55%, #b30038 69%, #A50034 90%, #A50033 100%);
}
.bienvenidos{
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 15px;
    text-align: center;
    padding-top: 20px;
    padding-right: 40px;
    /* background: #A50034; */
    font-size: 25px;
    font-family: 'Sublima-Bold';
    background:  linear-gradient(to right, #A50034 0%,#A50034 8%, #980431 18%, #8B0027 40%,#A50034 55%, #b30038 69%, #A50034 90%, #A50033 100%);
    
}
.sombra-bienvenidos{
    display: flex;
    justify-content: space-evenly;
    padding-right: 50px;
}
#sombra_encabezado{
    border-radius: 0px 0px 30px 30px;
    width: 310px;
}
/* .bienvenido_sombra{
    font-family: 'Sublima-Bold';
    align-self: center;
    box-shadow: 0px 15px 20px -10px #111;
} */

.contenedor_principal{
    height: 800px; 
    width: 100%;
}
/**/
/*ACCESO PLATAFORMAS CSS*/

.contenedor_acceso {
    border: 2rem;
/*    margin-left: 10rem;*/
/*    margin-right: 10rem;*/
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;

    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: px;*/
}

.tarjeta_plataforma{
    width: 480px;
    height: 550px;
    padding: .5rem 2rem;
    /* margin: 0 auto; */
    margin: 2rem;
/*    box-shadow: 5px 5px 15px gray inset;*/
    background-color: #F9FAFA;
    box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    

}
.direccion{
    color: none !important;
    text-decoration: none !important;

}
.tarjeta_plataforma h3 {
    font-family: 'Sublima-Light';
    color: var(--cGrisF);
    text-align: center;
}
.tarjeta_plataforma a{
    text-decoration: none;
}
.img-box{
    display: flex;
}
.logo-plataforma{
    width: auto;
    align-content: center;
    margin:auto;
/*    display:block;*/
}
a{
    text-decoration: none;
    list-style: none;
}



/*select ejercio*/

.contenedor-select{
    font-family: 'Sublima-Light';
    display: flex;

    margin:1rem auto;
      flex-direction: column;
  justify-content: center;

    /*  align-items: center;*/
}
.options:focus {
/*    border-color: #dee2e6;*/
    outline: 0;
    box-shadow: none;
}
.options::-webkit-scrollbar {
  width: 3px;
}

.options::-webkit-scrollbar-thumb{
  background: #A9E483;
  border-radius: 8px;
}

.options::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #fff 0%, #fff 35%, #eaeaea 35%, #eaeaea 75%, #fff 75%, #fff 100%);
}


.selector-menu {
  margin: .5rem;
  width: 160px;
  height: 120px;
  /*  margin: 140px auto;*/
}

.contenedor-select .selector-btn {
/*  display: block;*/
width: 180px;
  height: 28px;
  margin-bottom: 0;
/*  background: rgb(255, 255, 255);*/
  /*background: rgba(16, 144, 146);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 82%);*/
  background: rgb(0,128,128);
  background: radial-gradient(circle, rgba(0,128,128,1) 69%, rgba(72,232,232,1) 100%);
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: white;
}

.selector-btn i{
  font-size: 14px;
  transition: 0.3s;
}

/*esto es para rl icono rotar*/

.selector-menu.active .selector-btn i
{
  transform: rotate(-180deg);
}

.contenedor-select .options{
    margin-top: 0;
  background: #fff;
  position: relative;
  padding: 5px;
  border-bootom: 1em;
  border: none;
/*  border: 2em;*/
/*  margin-top: 3px;*/
  /*border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

  outline: 0;
}

.selector-menu.active .options{
  display: block;
}

.options .option{
  /*background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 82%);*/
  /*  background: #9d9999;*/
  display: flex;
  outline: none;
  height: 28px;
  cursor: pointer;
  padding: 0 28px;
  align-items: center;
  background: #fff;
  border-bottom: dotted ;
  border-color: var(--cGris);
  border-width: 1px;
  font-size: 12px;
  color: var(--cGrisF);

}

/*.options .option:hover{
  background: #F2F2F2;
}*/
.option i
{
  font-size: 12px;
  margin-right: 22px;
}

.option .option-text{
  font-size: 12px;
  color: var(--cGrisF);
}
#logo_simca{
    margin-top: 1.5rem;
}
/**/
.linea1{
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 30px;
    padding-right: 40px;
    /* background: #A50034; */
    font-size: 25px;
    font-family: 'Sublima-Light';
    background:  linear-gradient(to right, #A50034 0%,#A50034 8%, #980431 18%, #8B0027 40%,#A50034 55%, #b30038 69%, #A50034 90%, #A50033 100%);


}
.linea2{
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 10px;

    /* background: #A50034; */
    font-size: 25px;
    font-family: 'Sublima-Light';
    background:  linear-gradient(to right, #A50034 0%,#A50034 8%, #980431 18%, #8B0027 40%,#A50034 55%, #b30038 69%, #A50034 90%, #A50033 100%);
}
.curva-plataforma{
    height: 120px;
    width: 100%;
}
.footerf_p{
    background-color:#63666A ;
    padding: 5px;

}
.footer_p{

        width: 100%;

    }
.item-footer_p{
        text-align: center;
        width:auto;
    }
.footerf_derechos_p{
        color: white;
        text-align: center;
    /*    font-size: 1rem;*/
        font-size: 12px;
        margin: 2px;
        font-family: Sublima-Light;
    }



@media (max-width:1280px){
    .logoBlanco{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        width: 40%;
        padding-top: 50px;
    }
    .plataforma_header{
        height: 300px; 
        width: 100%; 
        justify-content: center;
        align-items: center;
        /* background: #A50034; */
        /* linear-gradient(to right, #A50034 0%, #A50034 18%, #90002e 35%, #A50034 69%, #90002e 80%, #A50034 100%); */
    }
    .bienvenidos{
        justify-content: center;
        align-items: center;
        color: white;
        letter-spacing: 15px;
        text-align: center;
        padding-top: 20px;
        padding-left: 40px;
        /* background: #A50034; */
        font-size: 20px;
        font-family: 'Sublima-Bold';
        
    }
    /* .bienvenido_sombra{
        align-self: center;
        box-shadow: 0px 15px 20px -10px #111;
    } */
    .sombra-bienvenidos{
        display: flex;
        justify-content: space-evenly;
        padding-right: 15px;
    }
    #sombra_encabezado{
    border-radius: 0px 0px 30px 30px;
    width: 280px;
    }
    .linea1{
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        letter-spacing: 2px;
        padding-top: 30px;
        padding-left: 40px;
        /* background: #A50034; */
        font-size: 15px;
        font-family: 'Sublima-Light';
    
    }
    .linea2{
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        letter-spacing: 2px;
        padding-left: 40px;
        padding-bottom: 10px;
        /* background: #A50034; */
        font-size: 15px;
        font-family: 'Sublima-Light';
    }
    .curva-plataforma{
        height: 50px;
        width: 100%;
    }
    /*   ACCESOS  css */
    .contenedor_acceso {

        flex-direction: column;
    }
    .tarjeta_plataforma{
        margin: 2rem 0;
    }
    .contenedor_principal{
        height: 1400px; 
        width: 100%;        
    }
    #curvaHeader{
        visibility: hidden;  
    }
    #curvaFooter{
        visibility: hidden;
    }
    

}


@media (max-width:500px){
    .contenedor_acceso{
        padding: 0 1rem;
    }


    /*  css   ACCESO A LA PLATAFORMA*/
    .tarjeta_plataforma{
        
        width:  280px;
        height: 480px;
    }
    .logo-plataforma{
        width: 65%;
        
    /*    display:block;*/
    }
    /*#logo_simca{
        width: 60%
    }
*/
    .contenedor_principal{
        height: 1200px; 
        width: 100%; 
    }
    .sombra-bienvenidos{
        padding-right: 5px;
    }
    #sombra_encabezado{
    border-radius: 0px 0px 30px 30px;
    width: 280px;
    }
}