html {
    scroll-behavior: smooth;
  }
body{
    background:#fff;
    color:#031059;
    font-family:"Open Sans",sans-serif;
}
a.navbar-brand {
    width: 40px;
}

header {
    background: #010b40;
    border-bottom: 1px #e01f26 solid;
    position: relative;
    z-index: 10000;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
nav.navbar {

    color:white;
}

a.nav-link {
    padding: 2px 0px 5px 0px !important;
    color: white ;

}
.navbar-nav a{
    padding: 0px 23px !important;
    border: 1px solid #010b40;
    border-radius: 12px;
}
.navbar-nav .activo {
    padding: 0px 0px !important;
    border: 1px solid #E01F25;
    border-radius: 12px;


}
footer{
    background:#010626;
    color:white;
    font-size: 14px;

}
.uppercase {
    text-transform: uppercase;
}

/**Signature*/

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 300px;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
  }

  .signature-pad::before,
  .signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  }

  .signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
            transform: skew(-3deg) rotate(-3deg);
  }

  .signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
            transform: skew(3deg) rotate(3deg);
  }

  .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #f4f4f4;
  }

  .signature-pad--body
  canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }

  .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
  }

  .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
  }

@media(min-width:780px){
    #section1 {


        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(/images/FondoSINPatrulla.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: calc(100vh - 100px);
    }
    .contenedor{
        overflow:hidden;
        position: relative;
        overflow: hidden;
        height: calc(100vh - 100px);
    }
    .oficial {
        background: url(/images/Banner-Oficial-01.png) no-repeat center right;
        position: absolute;
        height: 700px;
        width: 50%;
        right: 0;
        bottom: 0;
        background-size: contain;
        z-index: 2;
    }
    .patrulla {
        position: absolute;
        height: 700px;
        width: 50%;
        left: 20%;
        top: 24%;
        background: url(/images/patrulla.png) no-repeat center left;
        background-size: contain;
        z-index: 2;
    }
    .degradado {
        background: url(/images/degradadoFondo.png) no-repeat center center;
        width: 100%;
        height: 100vh;
        background-size: cover;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .padhome {
        padding-left: 0;
        padding-top: 12%;
        font-family: 'Bebas Neue', cursive;
        z-index: 3;
    }
}

div#slidehome {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.padhome {
    padding-left: 0;
    padding-top: 12%;
    font-family: 'Bebas Neue', cursive;
}

.marco p {
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
}
.padhome p {
    color: white;
    font-size: 89px;
    line-height: 80px;
    font-weight: bold;
}

.padhome p span {
    color: #E01F26;
}

footer {
    padding: 50px 50px 10px 50px;
}

ul.lisfoot li {
    list-style: none;
}
.signo figure img {
    max-width: 62px;
}
.signo p {
    padding-top: 20px;
}

.outclass {
    color: #E01F26 !important;
}
a.nav-link.inclass {
    background: #E01F26;
}
nav.navbar {
    color: white;
    height: 66px;
}

div#about {
    background: #b7161c;
    color: white;

}
div#academy {
    background: #555973;
    color: white;

}

.separador{
    padding-top: 90px;
    padding-bottom: 180px;
}

.separador2{
    padding-top: 90px;
    padding-bottom: 80px;
}

div#business, div#service, #section5{
    background:#010626;
    color: white;
   position: relative;
}

p.tap1 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
p.tap2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.columnas div {
    padding-top: 30px;
    padding-bottom: 11px;
    padding-right: 30px;
    padding-left: 30px;
}

h2.titulo {
    text-align: center;
    position: relative;
    font-size: 14px;
    padding-top: 13px;
    margin-bottom: 88px;
    margin-top: 50px;
}

h2.titulo:before {
    content: "";
    background: url(/images/Emblema-blanco.png) no-repeat 0px 0px;
    background-size: cover;
    height: 46px;
    width: 118px;
    position: absolute;
    top: -30px;
    transform: translate(-50%, -50%);
    left: 50%;

}

h2.titulo:after {
    position: absolute;
    content: "";
    background: white;
    width: 100px;
    top: 32px;
    height: 1px;
    left: 50%;
    margin-left: -50px;
}

h2.tituloblog {
    text-align: center;
    position: relative;
    font-size: 5rem;
    padding-top: 13px;
    margin-bottom: 88px;
    margin-top: 50px;
    font-family: 'Bebas Neue', cursive;
    color:white;
}

h2.tituloblog:before {
    content: "";
    background: url(/images/Emblema-blanco.png) no-repeat 0px 0px;
    background-size: cover;
    height: 46px;
    width: 118px;
    position: absolute;
    top: -30px;
    transform: translate(-50%, -50%);
    left: 50%;

}

h2.tituloblog:after {
    position: absolute;
    content: "";
    background: white;
    width: 100px;
    top: 32px;
    height:0;
    left: 50%;
    margin-left: -50px;
}

h2.titulosimbolo{
    text-indent: -9999px;
}
h2.titulosimbolo:before {
    content: "";
    background: url(/images/Emblema-blanco.png) no-repeat 0px 0px;
    background-size: cover;
    height: 46px;
    width: 118px;
    position: absolute;
    top: -30px;
    left: 51%;
    margin-left: -69px;
}


.solotitulo{
    text-align: center;
    position: relative;
    font-size: 25px;
    padding-top: 13px;
    margin-top: 50px;
    font-family: 'Bebas Neue', cursive;
    color: #031059;
}

h2.tituloblack {
    text-align: center;
    position: relative;
    font-size: 25px;
    padding-top: 13px;
    margin-top: 50px;
    font-family: 'Bebas Neue', cursive;
}

h2.tituloblack:before {
    content: "";
    background: url(/images/Emblema-gris.png) no-repeat 0px 0px;
    background-size: cover;
    height: 46px;
    width: 118px;
    position: absolute;
    top: -30px;
    left: 51%;
    margin-left: -69px;
}



.row.calendar {
    padding-top: 100px;
    padding-bottom: 140px;
}



#business figure {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 1;
    top: -157px;
    left: -110px;
}

.marco {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    border: #E01F26 1px solid;
    padding: 45px 40px 0 40px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.linered:after{
    background: #E01F26 !important;
}
.marco span {
    font-size: 14px;
    text-transform: none;
    position: relative;
    bottom: -14px;
    display: inline-block;
    background: #010626;
    padding-right: 20px;
    padding-left: 20px;
}

.contexto {
    font-size: 1rem;
    padding: 40px 60px 50px 40px;
}
.fluido {
    padding-top: 10px;
}
.fluido p{
    font-size:15px;
    padding-top:20px;
}
#business .container-fluid {
    padding: 0px;
}


.backblue {
    background: #010B40;
    padding: 51px 51px 10px;
    font-size: 17px;
}
.backblue h3 {
    font-size: 20px;
}


.backgray {
    background: #555973;
    padding: 51px 51px 10px;
    font-size: 17px;
}
.backgray h3 {
    font-size: 20px;
}
.logomedio{
    padding:40px;
}

span.file-upload {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 13px;
}

#section5 p {
    font-size: 17px;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.logos figure {
    padding: 28px;
}

.btn-large {
    padding-left: 200px;
    padding-right: 200px;
}
.btn{
    border-radius: 30px;
}
.btn-danger{
    background-color: #E01F26;
}
div#clientele {
    background: #B7161C;
    color:white;
}
ul.marcas li {
    display: inline-block;
    font-size: 25px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    position: relative;
}

ul.marcas li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 26px;
    background: #031059;
    top: 8px;
    right: 0px;
}

ul.marcas li:last-child:after{
    bcontent: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #031059;
    top: 8px;
    right: 0px;
}

div#trusted {
    background: #E01F26;
    color: white;
}

ul.marcaslogo li {
    display: inline-block;
    width: 148px;
    text-align: center;
    padding: 10px;
}
.t1{

}
.t2{
    width: 80px !important;
}
.t2 img{
    width: 42px;
}

.t3{

}
.t4{

}
.t5 {
    width: 160px !important;
}
.t6 {
    width: 166px !important;
}
.t7 {
    width: 190px !important;
}

div#training {
    background: #010626;
    color:white;
}

.titulo2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 65px;
    padding-top: 100px;
    line-height: 80px;
}

.btn-medium{
    padding-right: 60px;
    padding-left: 60px;
}
.botones {
    padding-top: 76px;
}
.btn-extralarge{
    width: 100%;
}
.sectiongray{
    background:#555973;
    color:white;
}
.banner {
    margin-top: 100px;
    margin-bottom: 90px;
}
.banner p {
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-size: 89px;
    line-height: 80px;
    padding-top: 62px;
    font-weight: bold;
}
.linebox {
    margin-bottom: 65px;
    background: rgba(112,112,112,0.4);
    border-radius: 20px;
    margin-top: 40px;
}

.linebox h1 {
    font-size: 37px;
    font-family: 'Bebas Neue', cursive;
    padding-top: 7px;
    padding-bottom: 3px;
}
.banner span {
    color: #E01F26;
}

.bloque {
    background: #B7161C;
    color: white;
    text-align: center;
    padding: 30px;
}

div#gracias {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#gracias .card {
    padding-top: 150px;
    padding-bottom: 140px;
}

#general .card {
    margin-top: 70px;
    padding-bottom: 140px;
    margin-bottom: 70px;
}
#general .card-body {
    padding-top: 95px;
}
.card-body.registercard {
    padding-left: 100px;
    padding-right: 100px;
}

#gracias .card  h1 {
    font-family: 'Bebas Neue', cursive;
}
#general .ap1 {
    padding-top: 40px;
}
.etiqueta {
    text-transform: uppercase;

}

.etiqueta  label{

    font-size: 16px;
}
.appliend{
    padding-left: 50px;
    padding-right: 50px;
}

@media(max-width:780px){
    .signo {
        padding: 22px 22px;
    }
    signo figure img {
        max-width: 80px;
    }
    nav.navbar {
        color: white;
        height: 66px;
        width: 100%;
    }
    .appliend{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*checkout*/


#checkout form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
      0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
  }
  #checkout input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
  }
  #checkout .result-message {
    line-height: 22px;
    font-size: 16px;
  }
  #checkout .result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
  }
  #checkout .hidden {
    display: none;
  }
  #checkout #card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
  }
  #checkout #card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
  }
  #checkout #payment-request-button {
    margin-bottom: 32px;
  }
  /* Buttons and links */
  #checkout button {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
  }
  #checkout button:hover {
    filter: contrast(115%);
  }
  #checkout button:disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* spinner/processing state, errors */
  #checkout .spinner,
  #checkout .spinner:before,
  #checkout .spinner:after {
    border-radius: 50%;
  }
  #checkout .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  #checkout .spinner:before,
  #checkout .spinner:after {
    position: absolute;
    content: "";
  }
  #checkout .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
  }
  #checkout .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
  }
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @media only screen and (max-width: 600px) {
    form {
      width: 80vw;
    }
  }


.title {
    font-size: 30px;
    text-align: left;
}
.price {
    font-size: 30px;
    text-align: left;
    padding-bottom: 42px;
    font-weight: bold;
}

.card-body.paddincard {
    padding: 0 60px 50px 60px;
}
div#detallecard {
    margin-top: 50px;
    margin-bottom: 50px;
}

#detallecard .card-body.paddincard {
    padding-top: 45px;
}
#detallecard .card-body.paddincard .titulo3 {
    font-family: 'Bebas Neue', cursive;
}
.tiempos {
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    line-height: 29px;
}
.btn-rojo {
    background: #E01F26;
    padding: 4px 38px;
    margin-top: 10px;
}
.btn-azul{
    background:#555973;
    padding: 4px 38px;
    margin-top: 10px;
}
a.footer-link {
    color: white;
}
.contenido {
    padding-bottom: 30px;
}
/**efecto */


.spacer.s0 {
    padding: 0;
    margin: 0;
}
.g-recaptcha {
    display: inline-block;
}
.is-invalid {
    border: 1px solid red;
}

.business .marco{
    position: relative;
}
#business .marco:before{
    content: "";
    background: url(/images/Comillas.png) no-repeat 0px 0px #010626;
    background-size: contain;
    width: 80px;
    height: 40px;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -40px;
}

.figura {
    position: relative;
    height: 100vh;
}

.figura figure {
    position: absolute;
    bottom: -40px;
}



.sombra {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
}

a.nav-link {
    text-transform: uppercase;
    -webkit-transition: font-size 0.4s, border-top 0.4s, background-color 0.4s, width 0.4s, height 0.4s, border-bottom 0.4s;
    transition: font-size 0.4s, border-top 0.4s, background-color 0.4s, width 0.4s, height 0.4s, border-bottom 0.4s;
}
a.nav-link:hover {
    border: 1px solid #E01F26;
    border-radius: 10px !important;
    width:auto;
    height: auto;

    cursor: pointer;

  }
.shadowred{
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 10px 40px 0 rgba(224, 31, 38, 0.6);
}
a.nav-link.inclass.shadowred {
    padding-bottom: 2px !important;

}
#training .titulo2{
    position: relative;
}
#training .titulo2:after {
    content: "";
    width: 313px;
    height: 1px;
    background-color: #E01F26;
    position: absolute;
    bottom: 0px;
    left: -10px;
}
.little{
    font-size:11px;
}

.inclass {
    background: #E01F26;
}
.btq-foot{
    color:white;
}

label#whichshift-error {
    position: absolute;
    width: 100%;
    top: 26px;
}
label.error {
    color: red;
    font-size: 10px;
}

input[type=checkbox] {
    cursor: pointer;
 }

input[type=checkbox]:after {
    background-color: #E01F26;
    display: inline-block;
    visibility: visible;
    color: white;
    height: 13px;
}

input[type=checkbox]:checked:after {
    content: " ";
    background-color: #E01F26;
    position: absolute;
    height: 14px;
    top: 0;
    width: 14px;
    border-radius: 2px;
}

input[type=radio]:after {
    background-color: #E01F26;
    display: inline-block;
    visibility: visible;
    color: white;
    height: 13px;
}
input[type=radio]:checked:after {
    content: " ";
    background-color: #E01F26;
    position: absolute;
    height: 14px;
    top: 6px;
    width: 14px;
    border-radius: 9px;

}
#bldireccion h3 {
    font-family: 'Bebas Neue', cursive;
}

.bloquelogout {
    position: fixed;
    display: block;
    right: 40px;
    top: 82px;
}

a.btn-logout.cl-logout {
    color: white;
    background: rgba(0,0,0,0.2);
    padding: 10px 4px;
    width: 100px;
    display: block;
    text-align: center;
}
a.little {
    color: white;
    text-decoration: underline;
}

.quote b{
    display: none;
}
.quote span{
    display: none;
}

.quote strong{
    display: none;
}

.padhome img{
    display: none;
}

.bxylayer{
    content: "";
    display:none;
    background: rgba(255,255,255,0.1);
    position: absolute !important;

}

#sec1r1 .bxylayer{
    top: 0;
    padding:0;
    height: 220px;
    width:100%;
    left:0;

}

#sec1r2 .bxylayer{
    left:0;

    width: 100%;
    height: 220px;
    top:0;
    padding:0;
}

#sec1r3 .bxylayer{
    top: 0;
    padding:0;
    height: 220px;
    width:100%;
    right:0;


}

div#sec1r1,div#sec1r2,div#sec1r3 {
    overflow: hidden;
}

.slide-in-left {
	-webkit-animation: slide-in-left 1s  ease-in;
	        animation: slide-in-left 1s ease-in;
}


@-webkit-keyframes slide-in-left {
    0% {

        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        opacity:1;

    }
    100% {

        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity:0;
    }

  }
  @keyframes slide-in-left {
    0% {

        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        opacity:1;
    }
    100% {

        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity:0;
    }

  }



  .slide-in-top {
	-webkit-animation: slide-in-top 1.2s  ease-in;
	        animation: slide-in-top 1.2s ease-in;
}


@-webkit-keyframes slide-in-top {
    0% {

        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity:1;

    }
    100% {

        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity:0;
    }

  }
  @keyframes slide-in-top {
    0% {

        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity:1;
    }
    100% {

        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity:0;
    }

  }


  .slide-in-right {
	-webkit-animation: slide-in-top 1.5s ease-in;
	        animation: slide-in-top 1.5s ease-in;
}

  @-webkit-keyframes slide-in-right {
    0% {

        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity:1;

    }
    100% {

        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        opacity:0;
    }

  }
  @keyframes slide-in-right {
    0% {

        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity:1;
    }
    100% {

        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        opacity:0;
    }

  }


  .slide-in-bottom {
	-webkit-animation: slide-in-top 1.5s ease-in;
	        animation: slide-in-top 1.5s ease-in;
}

  @-webkit-keyframes slide-in-bottom {
    0% {

        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity:1;

    }
    100% {

        -webkit-transform: translateY(-400px);
        transform: translateY(-400px);
        opacity:0;
    }

  }
  @keyframes slide-in-bottom {
    0% {

        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity:1;
    }
    100% {

        -webkit-transform: translateY(-400px);
        transform: translateY(-400px);
        opacity:0;
    }

  }

  #service .bxylayer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}


.parallaxs {
    width: 400px;
    height: 600px;
    background-size: contain !important;
}
div#general {
    margin-bottom: 1080px;
    z-index: 22;
    position: relative;
}
div#fixfooter {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}


.drop {
    background: #E01F26;
    width: 9px;
    height: 470px;
}


.skrollable {
    position: fixed;
    z-index: 2000;
}

.fixed-top{
    z-index: 4000;
}
.parallaxie{
    height:calc(100vh - 100px);

}
.video{
    background: url(/images/Imagen-video-presentacion.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;

}
.video2{
    background: url(/images/Imagen-video-training.jpg) no-repeat center center;
    background-size: cover;
    width:100%;
    height:480px;
}

div#general2 {
    margin-bottom: 100px;
}
#general2 .card {
    margin-top: 70px;
    padding-bottom: 140px;
    margin-bottom: 70px;
}
#general2 .card-body {
    padding-top: 95px;
}

section#calendario {
    background: white;
}
a{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.btnplay {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.btnplay:hover{
    opacity:1;
}
.player {
    position: relative;
    width: 100%;
    height: 100%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    max-width: 100%;
}
.modal-content {
    padding: 0;
    margin: 0;
    background: transparent;
}
iframe#videoPres ,iframe#videoPres2,iframe#videoTraining{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 7px;
    left: 0;
}

.modal-dialog {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
button.close.closevideo {
    background: white;
    position: absolute;
    top: 23px;
    right: 20px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
}
#industry{
    background:#b7161c;
}
#industries{
    background:#b7161c;
}
.title__extra{
    font-size: 2rem !important;
    color: white;
    font-family: 'Bebas Neue', cursive;
}
.title__extra:after {
    position: absolute;
    content: "";
    background: white;
    width: 250px !important;
    top: 47px !important;
    height: 1px;
    left: 50%;
    margin-left: -125px !important;
}
#industry .tarjeta{
    height: 320px;
    max-height: 320px;
    position: inherit;

}
#industry .tarjeta .titulo{
    text-align: center;
    position: absolute;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    width: 100%;
    bottom: 0;
}
.industry__banner{
    padding-top:90px;
    padding-bottom:0;
}

#industries .titulo{
    font-family:"Open Sans",sans-serif;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
    margin-top: 6rem !important;
}
#industries .categoria{
    font-size: 5rem !important;
    color: white;
    font-family: 'Bebas Neue', cursive;
    line-height: 4.7rem;
}

.categorias__side{
    font-family:"Open Sans",sans-serif;
    color:#031059;
    font-size:1.563rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.categorias__lista{
    list-style: none;
    padding: 0;
    margin-top: 3rem;
}

.categorias__side:after{
    content:"";
    width: 100%;
    height: 1px;
    background:#031059;
    position: absolute;
    left: 0;
    bottom: -10px;
}

li.lista__item {
    padding-bottom: 0.6rem;
}
.list__link{
    font-family:"Open Sans",sans-serif;
    font-size:0.938rem;
    text-transform: uppercase;
    color:#031059;
}
.list__link:hover{
    color:#D5001C;
}
.list__link.active{
    color:#D5001C;
}
#industries__content .tarjeta {
    height: 170px;
    position: relative;
}
#industries__content  .titulo__industria{
    position: absolute;
    text-align:center;
    color:white;
    bottom:0;
    width:100%;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold;
}

.industry__banner .titulo__industria {
    font-size: 1rem;
    color: white;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10rem;
}
.industry__banner .titulo__industria:after{
    content: "";
    width: 110%;
    height: 1px;
    background: white;
    position: absolute;
    left: -3px;
    bottom: -2px;

}
.card__industry{
    border:0 solid #707070;
    border-radius:25px;
    padding: 2rem;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.16);
}
#industries__content .btn{
    margin-top:2rem;
}
#industries__content .btn__back {
    background: #555973;
    color: white;
    padding-left: 5rem;
    padding-right: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family:"Open Sans",sans-serif;
}

#industries__content .btn-quote {

    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family:"Open Sans",sans-serif;
}
#industries__content .card__industry{
    color:#031059;
    font-family:"Open Sans",sans-serif;
    font-size:1rem;
}
#industries__content  .card__titulo {
    font-size: 1.563rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    padding-right: 3rem;
    padding-left: 0;
}

.lista__redes{
    list-style: none;
    position: absolute;
    right: 1rem;
    top: 17px;
}
a.header__face {
    display: inline;
    color: white;
    padding-left: 0.5rem;
}
.card__post{
    -webkit-box-shadow: 0px 15px 40px rgb(0 0 0 / 10%);
    box-shadow: 0px 15px 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2rem;
    height: 23rem;
}
.card__imagen {
    height: 200px;
    width: 100%;
}
.card__titulo {
    position: relative;
    display: block;
    padding: 1rem 1rem 0.5rem 1rem;
    color: #031059;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.4rem;
}
.card__titulo:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid red;
    display: block;
    position: absolute;
    right: 3px;
    top: 26px;
    transform: rotate(90deg);
}
.card__resumen {
    color: black;
    padding: 0 1rem;
    font-size: 0.9rem;
}
.card__date {
    text-align: right;
    color: #707070;
    font-size: 0.7rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}
.post__link{
    text-decoration: none;
}
.post__link:hover{
    text-decoration: none;
}

#blogdetail .btn__back {
    background: #555973;
    color: white;
    padding-left: 5rem;
    padding-right: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family:"Open Sans",sans-serif;
}
#blog-detail{
    height: 400px;
}

.sinborder{
    border:none !important;
}
.date__post{
    color:#707070;
    padding-bottom: 1rem;
    display: block;
}

.logoimagen{
    max-width: 200px;
    width: 200px !important;
}
.logoimagen img{
    width: 100%;
}
.homelogo{
    height: 80px;
}
#sectionblog .card {
        margin-top: 30px;
        padding-bottom: 0 !important;
        margin-bottom: 40px;
        height: auto;
        border:0;
}
section#training {
    background: #555973;
    padding-top: 4rem;
    padding-bottom: 0rem;
}
#training .titulo{
    color:#ffffff;
}

#bloghome{
    background-color:#555973;
}
#bloghome .titulo{
    color:white;
}

#business .video__bussiness{

    background: url('/images/imagen-video-presentacion-02.jpg') no-repeat center center;
    background-size:cover !important;
    height:100vh;
}
#academy .academy__video{
    background: url('/images/Imagen-video-training.jpg') no-repeat center center;
    background-size:cover !important;
    height:100vh;
}
.error__entexto {

    font-size: 15px;
    padding-bottom: 10px;
}
.error{
    color: red;
}


@media(max-width:768px){
    a.navbar-brand {
        width: 40px;
        padding: 0;
        margin: 0;
    }
    p.tap1 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }
    p.tap2 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }
    .padhome {
        text-align: center;
        padding-left: 0;
        padding-top: 30%;
        font-family: 'Bebas Neue', cursive;
    }
    .padhome p {
        color: white;
        font-size: 54px;
        line-height: 54px;
        font-weight: bold;
    }
    .padhome img {
        max-width: 140px;
    }
    #business figure {
        position: relative;
        width: 96%;
        height: auto;
        z-index: 1;
        top: -35px;
        left: 0;
    }
    div#business {
        padding-top: 0;
    }
    div#about {

        padding-bottom: 24px;
    }
    .marco p {
        font-family: 'Bebas Neue', cursive;
        font-size: 30px;
        line-height: 37px;
    }
    .marco span {
        font-size: 14px;
        text-transform: none;
        position: relative;
        bottom: -33px;
        display: inline-block;
        background: #010626;
        padding-right: 16px;
        padding-left: 16px;
    }
    .contexto{
        display: none;
    }
    .marco span bdi{
        font-size:20px;
        display: block;
    }
    .video {
        width: 100%;
        height: 232px;
    }
    .logomedio {
        padding: 0 98px;
    }
    .logos .ilogo {
        text-align: left !important;
        display: inline-flex;
    }
    .logos figure img {
        width: 70%;
    }

    .logos figure {
        width: auto;
        padding: 10px;
    }
    .logos figure img {
        width: 67px;
        max-width: inherit;
    }
    .logoimagen{
        max-width: 200px;
        width: 200px;
    }
    #section5 p {
        font-size: 17px;
        font-family:"Open Sans",sans-serif;
        font-weight: bold;
        display: inline-block;
        padding-top: 7%;
        padding-left: 12px;
    }
    .btn-large {
        padding-left: 30%;
        padding-right: 30%;
    }
    div#clientele ul.marcas.ilogo2 {
        text-align: left;
        padding-left: 22px;
    }
    ul.marcas li:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 26px;
        background: #031059;
        top: 8px;
        left: 0px;
    }
    ul.marcas li:last-child:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 26px;
        background: #031059;
        top: 8px;
        right: 0px;
    }
    ul.marcas li {
        font-size: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 6px;
        position: relative;
        display: block;
        width: 100%;
    }
    .ilogo3 .marcaslogo {
        padding-left: 10px;
    }

    ul.marcaslogo li {
        display: inline-block;
        width: 44% !important;
        text-align: center;
        padding: 10px;
    }
    ul.marcaslogo li.t7 {
        width: 100% !important;
        text-align: center;
        padding: 13px 22% 0 12%;
    }
    #general td div,
    #general div br {
        display: none;
    }
    .titulo2 {
        font-family: 'Bebas Neue', cursive;
        font-size: 33px;
        padding-top: 0;
        line-height: 72px;
        text-align: center;
    }
    div#training {
        padding-top: 45px !important;
    }
    iframe#video2 {
        width: 100%;
        padding: 0;
    }
    #training .titulo2:after {
        content: "";
        width: 313px;
        height: 1px;
        background-color: #E01F26;
        position: absolute;
        bottom: 0px;
        left: -10px;
        opacity: 0;
    }
    .botones {
        padding-top: 25px;
        text-align: center;
    }
    div#fixfooter {
        position: inherit;
        z-index: 1;
        bottom: 0;
        width: 100%;
    }
    div#general {
        margin-bottom: 0;
        z-index: 22;
        position: relative;
    }
    form {
        width: auto;
        padding: 0 20px;
    }

    .banner p {
        font-family: 'Bebas Neue', cursive;
        color: white;
        font-size: 48px;
        line-height: 50px;
        padding-top: 0;
        font-weight: bold;
        padding-left: 10px;
    }
    .card-body.paddincard {
        padding: 2px 0px 50px 0px;
    }
    div#emp-contact{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    div#detallecard .card-body.paddincard {
        padding: 5px 18px 50px 18px;
    }
    .accessbtn {
        text-align: center;
        padding-bottom: 11px;
    }
    .btn-azul {
        background: #555973;
        padding: 4px 38px;
        margin-top: 10px;
        float: none !important;
    }
    .tiempos {
        font-family: 'Bebas Neue', cursive;
        font-size: 2rem;
        line-height: 29px;
        padding-bottom: 30px;
    }
    .card-body.registercard {
        padding-left: 10px;
        padding-right: 10px;
    }
    div#navpeson {
        background: #010b40;
        position: relative;
    }

    li.nav-item {
        padding-right: 28px;
        padding-left: 30px;
    }
    .navbar-nav .active {
        padding-left: 28px !important;
        padding-right: 28px;
        border: none;
        border-radius: 0;
    }

    a.nav-link {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        position: relative;
        position: relative;
    }
    a.nav-link:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #E01F26;
        bottom: 0;
        left: 0px;
        opacity: 0.5;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);

    }
    a.nav-link.inclass.shadowred {
        padding: 20px 0 !important;
        border-radius: 43px;
        border-bottom: 0px !important;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        width: 100%;
    }
    a.nav-link.inclass.shadowred:before,a.nav-link.outclass:before{
        height:0;
        width:0;
    }
    li.nav-item:nth-child(7)::before{
        height:0;
        width:0;
    }
    .flotante-right {
        width: 44%;
        display: block;
        position: absolute;
        right: -9px;
        bottom: -7px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .flotante-right a{
        border:0;
    }
    .acuta{
        display: inline-block;
        width: 50%;
        float: left;
        padding-right: 0 !important;
        padding-left: 10px !important;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    /*navegador**/

    div#navpeson {
        position: absolute;
        display: block;
        width: 90%;
        top: 0;
   }
   ul.navbar-nav.mr-auto {
        position: relative;
        width: 97%;
    }
   .bloquehead a.navbar-brand {
        float: right;
        margin-right: 30px;
        margin-top: 11px;
    }
    .bloquehead button {
        margin: 12px;
        font-size: 30px;
    }
    .bloquehead button span {
        color: #E01F26;
        display: block;
        padding-top: 7px;
    }

    .bloquehead button {
        display: inline-block;
        padding: 2px 11px;
        margin-top: 0;
        background: none;
        outline: 0;
        border: 0;
        color: #E01F26;
    }
    .hide{

      -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
        left:0;
    }




    .show-slide{
        -webkit-animation: slide-in 0.5s ease-in !important;
                animation: slide-in 0.5s ease-in !important;
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }

      @-webkit-keyframes slide-in {
        0% {

            -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
            opacity:0;

        }
        100% {

            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity:1 !important;
        }

      }
      @keyframes slide-in {
        0% {

            -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
            opacity:0;
        }
        100% {

            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity:1 !important;
        }

      }




    .show-slide-out{
        -webkit-animation: slide-out 0.5s ease-out !important;
                animation: slide-out 0.5s ease-out !important;
                -webkit-transform: translateX(-101%);
                transform: translateX(-101%);
    }


      @-webkit-keyframes slide-out {
        0% {

            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity:1;

        }
        100% {

            -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
            opacity:1;
        }

      }
      @keyframes slide-out {
        0% {

            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity:1;
        }
        100% {

            -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
            opacity:1;
        }

      }

      .transparente{
        background: transparent;
        border: 0;
      }

      .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(224,31,38, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }



      .btnquote {
        color: #E01F26 !important;
        width: 60px;
        text-align: center;
        line-height: 19px;
        text-transform: uppercase;
    }
      .btn
      a.navbar-brand {
        padding: 0;
        margin: 0;
    }
    .bloquehead.d-block.d-sm-none {
        padding-top: 12px;
    }
    .outclass {
        line-height: 17px;
        padding-top: 0px !important;
        position: relative;
        top: -9px;
        padding-left: 0 !important;
    }
    .outinlink{
        padding-left:25px !important;
    }

    .g-recaptcha {
        transform-origin: left top;
        -webkit-transform-origin: left top;
      }


      #section1 {
        height: 100vh;
        position: relative;
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;

        background: url(/images/bannermovil.jpg) no-repeat center center !important;
        background-size: cover !important;

    }
    #sec1r1,#sec1r3{
        position: relative;
        background: #e01f26;
    }
    #sec1r1:after,#sec1r2:after,#sec1r3:after,#sectitle1:after{
        content: "";
        height: 2px;
        background: white;
        position: absolute;
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
        bottom: 1px;
    }

    #section5 h3 {
        font-size: 25px;
    }
    .logos{
        position:relative;
    }
    .logos:before{
        content: "";
        width: 7px;
        height: 580px;
        position: absolute;
        background: #e01f26;
        top: 0;
        left: 0;
    }
    .titulo2 br{
        display: none;
    }
    .video2 {
        background: url(/images/Imagen-video-training.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 142px;
    }

    #academy .academy__video{
        background: url('/images/Imagen-video-training.jpg') no-repeat center center;
        background-size:cover !important;
        height:180px;
    }
    .iconcalendario{
        padding: 0;
        margin-left: 8px;
    }
    .rowtitle img {
        width: 80px;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .btn-medium {
        padding-right: 60px;
        padding-left: 60px;
        width: 87%;
    }
    .titlesection {
        padding: 0 33px;
    }

    .navbar-nav .activo {
        padding: 0 0 0 28px !important;
        border: 0;
        border-radius: 12px;
    }


    /*#video1{

        background: url(/images/Imagen-video-training.jpg) no-repeat center center;
        background-size:cover !important;
        height:180px;
    }*/

    #business .video__bussiness{

        background: url('/images/imagen-video-presentacion-02.jpg') no-repeat center center;
        background-size:cover !important;
        height:180px;
    }
    .btn__separacion{
        margin-top:1.5rem;
    }
    a.btnplay {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 45px;
    }
    a.nav-link:hover {
        border:0;
       color:#E01F26;
        border-radius: 10px !important;
        width: auto;
        height: auto;
        cursor: pointer;
    }

    div#emp-inicio {
        background:url('/images/BannerEmploymentMov.jpg')  -5rem center no-repeat !important;
        background-size:cover !important;
        height: 369px;
    }
    div#trainingInicio {
        background: url(/images/BannerTrainingMov.jpg) -5rem center no-repeat !important;
        background-size: cover !important;
        height: 369px;
    }
    div#emp-contact{
        background: url(/images/Banner-Quote2-Cambios01.png) center center no-repeat !important;
        height: 369px;
        background-size: cover !important;
    }

    .row.calendar {
        padding-top: 50px;
        padding-bottom: 140px;
    }

    #service h2.titulo.linered {
        margin-bottom: 35px;
    }
    .categorias__side{
        padding-top:4rem;
        position: relative;
    }
    .categorias__side:after{
        content:"";
        width: 100%;
        height: 1px;
        background:#031059;
        position: absolute;
        left: 0;
        bottom: -10px;
    }
    #industries__content .tarjeta{
        margin-bottom:1rem;
    }
    #industries__content .btn__back{
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #industries__content .btn-quote{
        width: 100%;
        margin-top: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .industry__banner .titulo__industria {

        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    #industries .categoria {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lista__redes {
        list-style: none;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding-top: 1rem;
    }
    ul.lista__redes li a {
        display: inline-block;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    #industry .tarjeta {
        height: 320px;
        max-height: 320px;
        position: relative;
    }
    #industry .tarjeta .titulo {
        text-align: center;
        position: absolute;
        font-family: "Open Sans",sans-serif;
        font-size: 1.4rem;
        color: white;
        font-weight: bold;
        width: 100%;
        bottom: 0;
        display: block;
    }
    #industries .categoria {
        font-size: 4rem !important;
        color: white;
        font-family: 'Bebas Neue', cursive;
        line-height: 3.7rem;
    }
    #industries__content .card__titulo {
        font-size: 1rem;
        padding-bottom: 1rem;
        text-transform: uppercase;
        padding-right: 3rem;
        padding-left: 0;
        font-weight: bold;
    }

    .card__texto img{
        width:100% !important;
        height: auto !important;
    }
    .card__texto iframe{
        width:100% !important;
    }
}

@media(max-width:322px){
    .text-center.recap {
        overflow: hidden;
    }
}

@media(max-height:700px){
    #contact form {
        transform: scale(0.8);
    }
    #section10 .separador2 {
        padding-top: 90px;
        padding-bottom: 0px;
    }
    #contact form label{
        display:none;
    }
    #contact .titulo2{
        padding-top:50px;
    }
}

@media(min-width:769px){
    .btn__separacion{
        margin-left: 2rem;
    }
}


#form__8855 input[type=checkbox]:checked:after {
    content: " ";
    background-color: #E01F26;
    position: absolute;
    height: 14px;
    top: -1px;
    width: 14px;
    border-radius: 2px;
}


.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
  }

  .flex-start {
    justify-content: flex-start;
  }

  .flex-end {
    justify-content: flex-end;
  }


  .center {
    justify-content: center;
  }


  .space-between {
    justify-content: space-between;
  }


  .space-around {
    justify-content: space-around;
  }


  .space-evenly {
    justify-content: space-evenly;
  }


  .flex-item {
    padding: 5px;
    width: 60px;
    height: 50px;
    margin: 5px;
    line-height: 50px;
  }



