.fa-angle-down::before{
    content: "\f107";
}

.fa-fw{
    text-align: center;
}

.masthead .fa{
    font-size: inherit;
    text-rendering: auto;
}
.navbar {
  padding: 0;
}
header{
    background-attachment: fixed;
}

header .scroll-down{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

header .scroll-down{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

*, ::after, ::before{
    box-sizing: border-box;
}

header .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 2px solid white;
            border-top-color: white;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-color: white;
        border-right-style: solid;
        border-right-width: 2px;
        border-bottom-color: white;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-left-color: white;
        border-left-style: solid;
        border-left-width: 2px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-top-color: white;
        border-right-color: white;
        border-bottom-color: white;
        border-left-color: white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:not(:disabled):not(.disabled){
    cursor: pointer;
}

header .scroll-down .btn:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
        outline-color: currentcolor;
        outline-style: none;
        outline-width: medium;
}

header .scroll-down .btn:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
        outline-color: currentcolor;
        outline-style: none;
        outline-width: medium;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50px;
 }


.lineanav{
    /*border-bottom: 2px solid rgba(255, 255, 255, 0.3);*/
}
#services .container i.fa{
    font-size: 40px;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    /* border: 3px solid #222; */
}

#services .service-box{
    padding-left: 20px;
    padding-right: 20px;
}
#services h2{
    font-family: 'Merriweather', serif;
    font-weight: 900;
}
#services h3{
    font-family: 'Merriweather', serif;
    color: #969191;
    font-weight: 700;
}
#services{
    background-color: #009e3e;
}

h2{
    font-size: 40px;
    font-weight: 800;
}

h3{
    font-weight: 700;
}

header .btn-primary {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

header #boton1{
    top: 60%;
}

header #boton3{
    top: 64%;
}

header #boton4{
    top: 58%;
}

header .btn {
    border-radius: 10px;
}

header .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #EA6223 !important;
}

header .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header .header1{
    background-image: url(../img/header1.jpg);
}

header .header2{
    background-image: url(../img/header2.jpg);
}

header .header3{
    background-image: url(../img/header3.jpg);
}

header .header4{
    background-image: url(../img/header4.jpg);
}

header .header5{
    background-image: url(../img/header5.jpg);
}

header .header6{
    background-image: url(../img/header6.jpg);
}

header .header1 .btn{
    margin-left: 50px;
}

header .header2 .btn{
    margin-left: 0px;
}

header .header3 .btn{
    margin-left: 75px;
}

header .header4 .btn{
    margin-left: 40px;
}
.carousel-item .fondo1{
    background: radial-gradient(rgba(0,0,0,0.5),rgba(20,20,50,0.2));
}
.carousel-item h2{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.carousel-item h3{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}



.fade .modal-dialog{
    max-width: 70%;
}

#nosotros {
  background-color: #fff !important;
  color:#212529;
}

footer {
    background-color: #fff;
}
footer .redes{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;

}
footer .container{
    padding-top: 1rem;
}

footer .footer-contact-details {
    margin: 75px 0;
}

footer.footer a {
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-social {
    padding-bottom: 5rem;
}

footer .footer-social a:hover, a:focus, a:active {
  color: #fff;
}

.marcas .img-fluid{
    display: block;
}
section#info{
    max-width: 100%;
    height: 400px;
    background-image: url(../img/fono-info.jpg);
    background-attachment: fixed;
    background-size: cover;
}
section#info h2{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  color: #fff;
}
section#info p{
  color: #efefef;
}
section#contact {
  background-color: #009e3e;
}
section#contact h2{
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
section#contact i.fa {
    font-size: 40px;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
}
section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #FF3E00;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

section#contact h3 {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}
section#contact p{
    color: #fff;
}

Footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

Footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
    font-weight: 200;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.footer-copyright a {
    color: #009e3e;
}

footer h4{
    color: #fff;
}

footer p{
    color: rgba(0, 0, 0, 0.8);
}

footer img{
    width: 100%;
}

.card {
    border: 0px;
}

#preguntas .col-md-10{
    margin-top: 3rem;
}

#preguntas{
    background-color: #4b4f54;
}

#preguntas h2{
    color: #fff;
}

#preguntas .card{
    background-color: transparent;
    border: none;
    color: #E2D4D2;
}

#preguntas h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300 !important;
}

#preguntas i.fa{
    font-size: 30px;
    color: #FF3E00;
}

#preguntas .service-box{
    border: 1px solid #FF3E00;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.nav-tabs .nav-link {
    padding: 30px 30px 10px 30px;
    margin-top: 50px;
    border-top: 2px solid #FF3E00;
    background-color: rgba(0,0,0,.3);
    border-radius: .50rem;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    border-top: 2px solid #FF3E00;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   background-color: rgba(0,0,0,.7);
}

#preguntas .tab-pane{
    background-color: rgba(0,0,0,.7);
    padding: 1.25rem;
    margin-top: 20px;
    border-radius: .50rem;
}

.tab-content p{
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 200;
    margin-top: 1rem;
}

.tab-content strong{
    font-weight: 700;
}

#marcas .carousel-item {
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#nosotros h2{
    font-family: 'Merriweather', serif;
    font-weight: 900;
}

#nosotros .container i.fa {
    color: #fff;
}
#nosotros hr {
    margin-left: 0px;
}
#nosotros img {
    max-width: 300px;
}

section#nosotros .ali {
    float: left;
}
.flo {
    position: absolute;
    margin-top: -180px;
    background-color: #ccc;
}

.flo :hover{
   box-shadow: 0px 6px 15px rgba(250, 250, 250, 0.2);
   -webkit-box-shadow: 0px 6px 15px rgba(250, 250, 250, 0.2);
   -moz-box-shadow: 0px 6px 15px rgba(250, 250, 250, 0.2);
}

#nosotros .flo img{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 90px;
}

.naranja{
    height: 10px;
    width: 100%;
    background-color: #FF3E00;
}

.btn-primary :hover {
    -webkit-transform: scaleY(1.5);
}

.magp{
    margin-top: 20px;
}

.fona {
    height: 10px;
    width: 100%;
    background-color: #FF3E00;
}

#marcas {
    background-color: #f8f9fa !important;
    margin: 0px;
}

#marcas .marcas1{
    background-image: url(../img/marcas1.png);
}

#marcas .marcas2{
    background-image: url(../img/marcas2.png);
}

#marcas .collapse p {
    font-weight: 100;
}

.modal-title{
    padding-left: 30px;
    font-weight: 700;
}

.modal h4{
    color: #FF3E00;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal img{
    width: 100%;
}

.navbar-light .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(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#ai{
  width: 46.91px;
}

footer .texto{
    text-align: left;
}

#gamers{
    background-color: black;
}

#gamers h2{
    color: #fff;
    font-size:32px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gamers button{
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

#gamers button span{
    color:black;
}

#gamers .btn-primary{
    background-color:#2E9DD5;
}

#gamers .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #007CAD !important;
}

#gamers{
    background-image: linear-gradient(rgba(46,157,213,1),rgba(46,157,213,0),rgba(46,157,213,0),rgba(46,157,213,0), rgba(46,157,213,1));
}
#gamers h2{
    margin-top: 15px;
}

.parpadeo{
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

.btn-carrito {
        display:block;
        width:70px;
        height:70px;
        position: fixed;
        right:40px;
        bottom:140px;
        border-radius:50%;
        text-align:center;
        z-index:999;
        background-color: rgb(46,157,213);
        border: 6px solid white;

}


.btn-carrito i.fa{
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: white;
}

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color: #fff;
        position: fixed;
        right:40px;
        bottom:40px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}


.logo-inst{
    text-align: right;
}

.desc-inst{
    text-align: left;
}


@media (max-width: 576px) {
    .fotos {
        margin-top: 15px;
    }
    #portfolio {
        background-color: #212529;
    }
    .btn-carrito {
        right:20px;
        bottom:120px;
        }
    .btn-whatsapp {
        right:20px;
        bottom:40px;
    }
    #portfolio .pad-port {
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo-inst img{
        max-width: 45%;
    }
    header .carousel-item{
        max-height: 300px;
    }
    .carousel-item h2 {
        font-size: 35px;
    }
    .carousel-item h3 {
        font-size: 25px;
    }
    .pad-sm{
        max-width: 80%;
    }
    .pad-sm img{
        max-width: 90%;
    }
}

@media screen and (max-width: 920px){
    #gamers h2{
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    /*header .header1{
        background-image: url(../img/header1-sm.jpg);
    }
    header .header2{
        background-image: url(../img/header2-xs.png);
    }
    header .header3{
        background-image: url(../img/header3-xs.png);
    }
    header .header4{
        background-image: url(../img/header4-xs.png);
    }*/
    header #boton1{
        top: 82%;
    }
    header #boton3{
        top: 82%;
    }
    header #boton4{
        top: 82%;
    }
    header .header1 .btn{
        margin: 0px auto;
    }
    header .header2 .btn{
        margin: 0px auto;
    }
    header .header3 .btn{
        margin: 0px auto;
    }
    header .header4 .btn{
        margin: 0px auto;
    }
    .btn-xl {
        padding: 0.5rem 1rem;
        align-content: center;
    }
    header .btn{
        margin: 0 auto;
        display: block;
    }
    .fade .modal-dialog {
        max-width: 90%;
    }
    .modal-title {
        padding-left: 0px;
    }
    .flo{
        margin-left: 40px;
        margin-top:-130px;
    }
    #nosotros .flo img {
        padding-top: 50px;
    }
    #preguntas .nav-tabs .nav-link {
        padding: 15px 5px 2px 5px;
    }
    #preguntas .nav-item {
        padding-left: 4px;
        padding-right: 4px;
    }
    #preguntas .nav-tabs .nav-link {
        margin-top: 10px;
    }
    section {
        padding: 5rem 0px;
    }
    footer .footer-contact-details {
        margin: 0px;
    }
    footer .espacio {
        margin-top: 30px;
    }
    footer .texto{
        text-align: center;
    }
    #marcas .marcas1{
        background-image: url(../img/marcas1-xs.png);
    }
    #marcas .marcas2{
        background-image: url(../img/marcas2-xs.png);
    }
    #gamers h2{
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .header1 h2 {
        font-size: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .navbar {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-bottom: 0px solid rgba(0, 0, 0, 0.0);
    }
    .lineanav {
        border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    }
    section#info {
        background-attachment: inherit;
    }
    .logo-inst{
        text-align: center;
    }

    .desc-inst{
        text-align: center;
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 920px) and (min-width: 768px) {
    #preguntas .col-sm-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    #preguntas .nav-tabs .nav-link {
        padding:20px 5px 0px 5px;
    }
    .flo{
        margin-top:-150px;
        margin-left: 70px;
    }
    #nosotros .flo img {
        padding-top: 50px;
    }
    section {
        padding: 6rem 0px;
    }
    footer .footer-contact-details {
        margin: 0px;
    }
    footer .espacio {
        margin-top: 70px;
    }
    footer .texto{
        text-align: center;
    }
}

@media screen and (max-width: 1024px) and (min-width: 920px) {
    #preguntas .col-sm-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    #preguntas .nav-tabs .nav-link {
        padding:20px 5px 0px 5px;
    }
    section {
        padding: 6rem 0px;
    }
    footer .espacio {
        padding: 0px;
    }
    .list-inline {
        padding: 0 50px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
