/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #25524B;
    background-image: url(../img/fondo-hero-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#hero .container {
  padding-top: 40px;
}

#hero h1 {
  margin: 40px 0 10px 0;
  margin: 40px 0 10px 0;
  font-family: 'Rubik', serif;
    font-weight: 400;
    font-size: 45px;
  line-height: 50px;
  color: #fff;
    text-transform: uppercase;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 120px;
  font-size: 22px;
  font-weight: 200;
  text-transform: none;

}

#hero .btn-get-started {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #b3a4d0 ;
}

#hero .btn-get-started:hover {
  background: #b3a4d0;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #b3a4d0 ;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  width: 100%;
    opacity: 0.5;
  
}
#hero .hero-img {
    position: absolute;
 margin-top: -150px;
left: 20%;
right: auto;


  }

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
      background-image: url(../img/fondo-hero-sm.png);
    background-repeat: no-repeat;
    background-position: bottom center;
      background-size: cover;
  }
	#hero .hero-img {
 margin-top: -45px;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;

  }

  #hero .hero-img img {
    width: 100%;
  }
	.navbar .img-fluid {
    max-width: 80%;
    height: auto;
}
    #hero h2 {
  margin-top: 80px;
}
    #hero .container {
    padding-top: 0;
}
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img {
    width: 80%;
left: 10%;
right: 0px;
  }

}

@media (max-width: 575px) {
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}




.fa-angle-down::before{
    content: "\f107";
}

.fa-fw{
    text-align: center;
}

.masthead .fa{
    font-size: inherit;
    text-rendering: auto;
}

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;
 }  
.carousel-inner .borde-slider{
    padding: 100px 40px 80px 40px;
    z-index: 999;
}
.carousel-inner .borde-slider p{
   color: #fff;
}
.direccion{
    color: #fff;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
        

}
.direccion p{
  
}

.navbar {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
  
.lineanav{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#mision{
	background-color: #25524B !important;
	padding: 3rem 0;
}

#mision h2{
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 55px;
	color: #fff;
}
.nuestra p{
	color: #eee;
}
.nosot{
	/* border: 4px solid white; */
	border-radius: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 50px;
}
.nosot h2{
	color: #fff;
	
}
.nosot p{
	color: #eee;
}
#ahora{
    background-color: #25524B;
    padding: 2rem 0;
}
#ahora .lg{
    width: 100%;
}
#ahora .sm{
    width: 100%;
	display: none;
}
#ahora p{
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 300;
	font-size: 1.5rem;

}
#services .container i.fa{
    font-size: 30px;
    line-height: 70px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #D1923F;
}

#services .service-box{
    padding-left: 20px;
    padding-right: 20px;
}
#services h2{
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 45px;
	color: #fff;
}
#services h3{
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 400;
}
#services{
    background-color: #25524B;
     background-image: url(../img/fondo.png);
    padding: 7rem 0rem 2rem 0rem;
    background-size: cover;
    width: 100%;
}
#services p{
   color: #94b5ae;
}
#services .tecno{
  background: rgb(67,153,140);
background: linear-gradient(48deg, rgba(67,153,140,1) 0%, rgba(37,82,75,1) 81%, rgba(37,82,75,1) 100%);
	border-radius: 20px;
	padding: 60px 30px;
}
#info {
    padding: 7rem 0rem;
}

#mercado {
    background-color: #25524B;
    padding: 2rem 0rem 2rem 0rem;
}

#mercado h2{
    font-family: 'Rubik', serif;
    font-weight: 300;
    font-size: 45px;
	color: #fff;
}

#frustrado {
    background-color: #25524B;
    padding: 5rem 0rem 1rem 0rem;
}

#frustrado h2{
    font-family: 'Rubik', serif;
    font-weight: 300;
    font-size: 35px;
	color: #fff;
    text-transform: none;
}
#frustrado h2 .s-frustrado{
    color: #d1923f;
    font-size: 35px;
}
#frustrado h2 span{
    font-weight: 500;
}
.vendemos{
	color: #d1923f;
	font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}
.boutique{
    color: #d1923f;
	font-weight: 700;
    font-size: 70px;
    line-height: 60px;
}
#video{
    background-color:#25524b;
}
#video h2 {
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    padding-bottom: 30px;
}
#calidad {
    background: #25524B !important;
    padding: 5rem 0rem 0rem 0rem;
}
#calidad .container i.fa{
    font-size: 30px;
    line-height: 70px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #495057;
}

#calidad .service-box{
    padding-left: 20px;
    padding-right: 20px;
}
#calidad h2{
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 55px;
	color: #fff;
}
#calidad h3{
    font-family: 'Rubik', sans-serif;
    color: #4a4848;
    font-weight: 400;
}
#calidad p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 20pz;
}
#calidad img{
	max-width: 150px;
}

#talento {
    background-color: #D1923F;
}
#talento .container i.fa{
    font-size: 30px;
    line-height: 70px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #495057;
}

#talento .service-box{
    padding-left: 20px;
    padding-right: 20px;
}
#talento h2{
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 55px;
	color: #25524B;
}
#talento h3{
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 400;
}




h2{
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    
}

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.png);
    background-color:#25524B;
    visibility: visible;
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

header .header2{
    background-image: url(../img/header2.png);
}

header .header3{
    background-image: url(../img/header3.png);
}

header .header4{
    background-image: url(../img/header4.png);
}

header .header1 .btn{
    margin-left: 50px;
}

header .header2 .btn{
    margin-left: 0px;
}

header .header3 .btn{
    margin-left: 75px;
}

header .header4 .btn{
    margin-left: 40px;
}
/*.header1 .fondo1{
    background: rgba(0,0,0,0.4);
}*/
.header1 h2{
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.fade .modal-dialog{
    max-width: 70%;
}

#nosotros {
  background-color: #25524B !important;
    padding: 2rem 0rem 2rem 0rem;
}

#nosotros h5{
    writing-mode: vertical-lr;
}

#nosotros .nosotros-img{
    max-width: 100%; 
    height: auto;
    border-radius: 20px;
}
 .nosotros-text{
        text-align: left;
    } 
.img-logo{
    max-width: 40%;
    margin-bottom: 40px;
}
footer {
    background-color: #fff;
}
footer p{
    color: #25524B;
    margin-bottom: 40px;
}
footer .redes{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
footer .container{
    padding-top: 2rem;
}

footer .footer-contact-details {
    margin: 75px 0;
}
footer img {
    width: 100%;
    }

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: 350px;
    background-image: url(../img/fono-info.jpg);
    background-attachment: fixed;
    background-size: cover;
}
section#info h2{
  font-family: 'Rubik', serif;
  font-weight: 500;
  color: #fff;     
}
section#info p{
  color: #efefef;     
}
section#contact {
  background: rgb(67,153,140);
background: linear-gradient(10deg, rgba(67,153,140,1) 0%, rgba(37,82,75,1) 45%, rgba(37,82,75,1) 62%);
    padding: 7rem 0rem;
}
section#contact h2{
  font-family: 'Rubik', serif;
  font-weight: 600;
}
section#contact i.fa {
    font-size: 60px;
    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#calidad h3 {    
    font-size: 20px;
    font-weight: 400;
    
    text-transform: none;
    color: #94b5ae !important;
}
section#calidad h4 {    
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    color: #fff !important;
}
section#contact p{    
    color: #d1923f;;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rubik', serif;
}

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: #f19e1c;
}

footer h4{
    color: #fff;
}


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;
}

.hoh{
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: absolute;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 8px;
    font-size: 22px;
    margin-top: 800px;
    
}

#nosotros .container i.fa {
    color: #fff;
}
#nosotros hr {
    margin-left: 0px;
}
#nosotros img {
    max-width: 300px;
}
#nosotros h2{
    font-family: 'Rubik', serif;
    font-weight: 700;
    font-size: 36px;
}
#nosotros h5{
    font-size: 22px;
    letter-spacing: 8px;
}

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(37,82,75, 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;
}

.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;
}
#metodo-mendel h2 {
    font-family: 'Rubik', serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
#metodo-mendel {
    background-color: #25524b;
}

#metodo-mendel p {
    color: #94b5ae;
}
#metodo-mendel .container i.fa {
    font-size: 30px;
    line-height: 70px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #94b5ae;
    color: #fff;
}

@media (max-width: 576px) {
    .fotos {
        margin-top: 15px;
    }
    #portfolio {
        background-color: #212529;
    }   
    .btn-carrito {
        right:20px;
        bottom:120px;
        }
    .btn-whatsapp {
        right:20px;
        bottom:40px;
    }
    .navbar {
        padding-top: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    }
    .navbar-light .navbar-toggler {
    color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    }
    section#info {
        background-attachment: inherit;
    }
}

@media screen and (max-width: 920px){
    #gamers h2{
        margin-bottom: 20px;
    }
	#mercado {
    padding: 0rem 0rem 0rem 0rem;
}
}    
@media (max-width: 768px) {
    /*header .header1{
        background-image: url(../img/header1-xs.png);
    }
    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;
    }
    .carousel-inner .borde-slider {
        padding: 20px 20px 20px 20px;
        margin: 0px 60px;
    }
    .direccion {
        margin-top: 30px;
        margin-right: 40px;
    }
    .hoh{
        writing-mode: horizontal-tb;
        margin-top: 0px;
    
    }
    #nosotros h5{
        writing-mode: horizontal-tb;
    }
    .header1 h2 {
    font-size: 30px;
        }
	#mercado h2 {
    font-size: 30px;
        }
    #frustrado h2 {
    font-size: 30px;
        }
	#calidad h2 {
    font-size: 30px;
        }
	#nosotros h2 {
    font-size: 30px;
        }
	#services h2 {
    font-size: 30px;
        }
	#contact h2 {
    font-size: 30px;
        }
	#services {
    padding: 2rem 1rem;
}
	#services .tecno {
    padding: 40px 15px;
	background: linear-gradient(144deg, rgba(67,153,140,1) 0%, rgba(37,82,75,1) 54%, rgba(37,82,75,1) 89%);
}
	#nosotros {
    background-color: #25524B !important;
    padding: 2rem 1rem;
}
	#calidad {
    padding: 2rem 1rem;
}
	#calidad img{
	max-width: 100px;
}
	#ahora .lg{
	display: none;
}
#ahora .sm{
	visibility: visible;
	display: flex;
}
	#mercado {
    padding: 5rem 0rem 2rem 0rem;
}
#nosotros .nosotros-img{
    margin-bottom: 30px;
}
    
.nosotros-text{
        text-align: center;
    }    
.img-logo{
    max-width: 50%;
    margin-bottom: 20px;
}
    .boutique {
    font-size: 50px;
    line-height: 40px;
}
    .vendemos {
    font-size: 35px;
    line-height: 30px;
}
    footer img {
    width: 60%;
        margin: auto;
        padding-bottom: 30px;
    }
	
}

@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;
    }
}    