html,body {
    overflow-x: hidden;
}
.modal-footer {
    border: none;
}
.btn-send {
    width: 100%;
    height: 40px;
    background-color: #FF8E0A;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #303030;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: .2s ease all;
    margin: auto;
    margin-bottom: 15px;
}
.btn-send:focus, .btn-send:active, .btn-send:hover {
    background-color: transparent;
    border: 1px solid #303030;
}
/* menu mobil */
#menuToggle
{
  display: block;
  position: absolute;
  top: 23px;
  right: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #707070;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100vw;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -25px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu a
{
  padding: 10px 0;
  font-size: 22px;
  font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    font-weight: 400;
    transition: .1s ease all;
    text-decoration: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

/* menú desktop */
.nav-menu {
    display: none;
}






/*  */

header .black-block {
    background-color: #303030;
    padding: 8px 0;
}

header .black-block .text-box .number-text {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

header .white-block .services-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #303030;
}
header .white-block .services-text strong {
    color: #FF8E0A;
}
header .white-block .servividrio-logo {
    width: 157px;
    margin-top: 15px;
}
header .white-block .asistence, header .white-block .payment-methods {
    display: flex;
    align-items: center;
}
header .white-block .header-text {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px;
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #232323;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
  }
.separator {
    border-top: 1px solid #E2E2E2;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-section #carouselExampleIndicators .carousel-item{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section #carouselExampleIndicators #banner1 {
    background-image: url('../img/banner-mob-2.png');
    background-position: center;
    
}
.banner-section #carouselExampleIndicators #banner2 {
    background-image: url('../img/banner-mob-tabiqueria.png');
    background-position: center; 
}
.banner-section #carouselExampleIndicators #banner3 {
    background-image: url('../img/banner-mob-shower.png');
    background-position: center; 
}
.banner-section #carouselExampleIndicators #banner4 {
    background-image: url('../img/banner-mob-vidrio-templado.png');
    background-position: center; 
}
.banner-section #carouselExampleIndicators #banner5 {
    background-image: url('../img/banner-mob-pvc.png');
    background-position: center; 
}
.banner-section #carouselExampleIndicators #banner6 {
    background-image: url('../img/banner-mob-aluminio.png');
    background-position: center; 
}

.banner-section .banner-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: right;
}
.banner-section .banner-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: right;
}

.cards-section {
    margin-top: 45px;
}

.cards-section .card {
    background-image: url(../img/aluminio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 126px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cards-section .section-cards-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}
.cards-section #card-shower {
    background-image: url('../img/shower-card.png');
}
.cards-section #card-vidrio {
    background-image: url('../img/vidrio-templado.png');
}
.cards-section #card-aluminio {
    background-image: url('../img/aluminio.png');
}
.cards-section #card-cortinas {
    background-image: url('../img/cortinas-cristal.png');
}
.cards-section #card-pvc {
    background-image: url('../img/pvc.png');
}
.cards-section #card-tabiques {
    background-image: url('../img/tabiques-vidriosos.png');
}

.cards-section .card-title {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 2;
}
.section-nosotros {
    margin-top: 45px;
    background-image: url('../img/nosotros-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 45px;
}
.section-nosotros .nosotros-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #303030;
    letter-spacing: 7px;
}
.section-nosotros .nosotros-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
    margin-bottom: 15px;
}
.section-nosotros .nosotros-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #303030;
}
.section-nosotros .people-img {
    max-width: 100%;
}

footer {
    padding: 15px 0;
    padding-bottom: 0;
    background-color: #232323;
}
footer .grey-section {
    background-color: #232323;
}
footer .footer-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}
footer .footer-text, footer .footer-text:hover, footer .footer-text:focus, footer .footer-text:active{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    outline: none;
}
footer .info-container{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
footer .footer-phone {
    width: 14px;
    height: 14px;
}
footer .rrss-list {
    padding: 0;
    list-style: none;
    display: flex;
}
footer .rrss-list li {
    margin-right: 10px;
}
footer #diferentColor {
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .black-section {
    background-color: #1A1A1A;
}
/* modal contacto */
#contactoModal .title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}
#contactoModal label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
/* modal slider */
#exampleModal .slider-for {
    height: 355px;
}

#exampleModal .close {
    font-size: 50px;
}

#exampleModal .slider-item {
    background-repeat: no-repeat;
    height: 355px;
    background-position: top center;
}

#exampleModal .slick-arrow {
    position: absolute;
    top: 50px;
}
#exampleModal .slick-arrow.slick-next {
    right: -10px;
}
#exampleModal .slick-arrow.slick-prev {
    left: 0;
}

#exampleModal .nav-item {
    background-repeat: no-repeat;
    height: 92px;
    background-position: center;
    margin-left: 5px;
    margin-right: 5px;
}
#exampleModal .slick-prev:before {
    content: '';
    height: 18px;
    width: 10px;
    background-image: url(../img/left.png);
    display: block;
    opacity: 1;
}
#exampleModal .slick-next:before {
    content: '';
    height: 18px;
    width: 10px;
    background-image: url(../img/right.png);
    display: block;
    opacity: 1;
}

.slider-nav .slick-list.draggable {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 321px){
    .banner-section .banner-title {
        font-size: 22px;
    }
    #exampleModal .slider-for {
        height: 355px;
    }
    #exampleModal .slider-item {
        height: 355px;
    }
}
/*  */
@media screen and (min-width: 768px){
    .nav-menu {
        display: block;
        padding-top: 1rem;
    }
    .separator {
        border-top: none;
    }
    .desktop-separator {
         border-top: 1px solid #E2E2E2;
    }
    .desktop-menu li {
        list-style-type: none;
    }
    .desktop-menu li a {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #646464;
        font-weight: 400;
        transition: .1s ease all;
        text-decoration: none;
    }
    .banner-section .carousel-indicators li {
        width: 96px;
        height: 5px;
    }
    .banner-section .carousel-indicators .active {
        background-color: #FF8E0A;
    }
    .banner-section #carouselExampleIndicators .carousel-item {
        height: 480px;
    }
    .banner-section #carouselExampleIndicators #banner1 {
        background-image: url('../img/banner-deskt-1.png');
    }
    .banner-section #carouselExampleIndicators #banner2 {
        background-image: url('../img/banner-deskt-2.png');
    }
    .banner-section #carouselExampleIndicators #banner3 {
        background-image: url('../img/banner-deskt-shower.png');
        background-position: center; 
    }
    .banner-section #carouselExampleIndicators #banner4 {
        background-image: url('../img/banner-deskt-vidrio-templado.png');
        background-position: center; 
    }
    .banner-section #carouselExampleIndicators #banner5 {
        background-image: url('../img/banner-deskt-pvc.png');
        background-position: center; 
    }
    .banner-section #carouselExampleIndicators #banner6 {
        background-image: url('../img/banner-deskt-aluminio.png');
        background-position: center; 
    }
    .banner-section .banner-title {
        font-size: 42px;
    }
    .banner-section .banner-subtitle {
        font-size: 18px;
    }
    .cards-section .section-cards-title {
        font-size: 18px;
    }
    .section-nosotros .nosotros-subtitle {
        font-size: 18px;
    }
    .section-nosotros .nosotros-text {
        font-size: 16px;
    }
    footer {
        padding-top: 25px;
    }
    footer .footer-title {
        margin-right: 20px;
    }
    footer .rrss-list li {
        margin-right: 12px;
    }
    footer .rrss-list li a:hover, footer .rrss-list li a:focus, footer .rrss-list li a:active {
        outline: none;
        opacity: .8;
    }
    footer .text-align-md-right {
        text-align: right;
    }
    .btn-send {
        width: 230px;
    }
    #exampleModal .slick-arrow.slick-next {
        right: 0px;
    }
    #exampleModal .slider-for {
        height: 500px;
    }
    #exampleModal .slider-item {
        height: 500px;
    }
    
}
@media screen and (min-width: 1280px) {
    #exampleModal .slider-for {
        height: 300px;
    }
    #exampleModal .slider-item {
        height: 300px;
    }
}