﻿
.jumbotron{
    background:white;
}

body{
    width:100%;
    height:100%;
    font-family: sans-serif;
    letter-spacing: 0.03em;
    line-height:1.6;
}

.TitleCliente{
    text-align:center;
    font-size:40px;
    color:#6A6A6A;
    margin-top:100px;
    font-weight:100;
    font-family: 'Roboto', sans-serif;
}

.ContainerCard{
    width:100%;
    max-width:1200px;
    display:flex;
     flex-wrap:wrap;
    justify-content:center;
    margin:auto;
    margin-top: 2rem;
    height:auto;
}

.ContainerCard .card{
    width:250px;
    height:300px;
    border-radius:8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    overflow:hidden;
    margin:20px;
    text-align:center;
    transition:all 0.25s;
}

.ContainerCard .card:hover{
    transform:translateY(-15px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.2);
}

.ContainerCard .card img{
    width:250px;
    height:220px;
    margin-bottom: 15px;
}

.ContainerCard .card h4{
    font-weight:600;
}

.ContainerCard.card p{
    padding:0 1rem;
    font-size:16px;
    font-weight:300;
}

.ContainerCard .card a{
    font-weight:500;
    text-decoration: none;
    color:#3498db;
}


/* Card Sala de prensa */
.ContainerCardSala{
    width:100%;
    max-width:1200px;
    display:flex;
     flex-wrap:wrap;
    justify-content:center;
    margin:auto;
    margin-top: 2rem;
    height:auto;
}


.ContainerCardSala .card{
    width:280px;
    height:450px;
    border-radius:8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    overflow:hidden;
    margin:20px;
    text-align:center;
    transition:all 0.25s;
}

.ContainerCardSala .card:hover{
    transform:translateY(-15px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.2);
}

.ContainerCardSala .card img{
    width:280px;
    height:220px;
    margin-bottom: 15px;
}

.ContainerCardSala .card h4{
    font-weight:600;
}

.ContainerCardSala.card p{
    padding:0 1rem;
    font-size:16px;
    font-weight:300;
}

.ContainerCardSala .card a{
    font-weight:500;
    text-decoration: none;
    color:#3498db;
}


/* Asociaciones */

.Container-relacion-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    margin-bottom:0px;
}

.Container-relacion-all h1{
  text-align: center;
}
.Container-relacion-all p{
  text-align: center;
  font-size: 2rem;
}


.Container-body-relacion {
    display: flex;
    justify-content: space-between;
}

.Column1-Relacion {
    max-width: 600px;
    /* background:black; */
}

    .Column1-Relacion h1 {
        font-size: 22px;
    }

    .Column1-Relacion p {
        font-size: 14px;
        color: #C7C7C7;
        margin-top: 20px;
    }


    .Column2-Relacion {
      max-width: 600px;
      /* background:yellow; */
  }
  
      .Column2-Relacion h1 {
          font-size: 22px;
      }
  
      .Column2-Relacion p {
          font-size: 14px;
          color: #C7C7C7;
          margin-top: 20px;
      }



      .Column3-Relacion {
        max-width: 600px;
        /* background:yellow; */
    }
    
        .Column3-Relacion h1 {
            font-size: 22px;
        }
    
        .Column3-Relacion p {
            font-size: 14px;
            color: #C7C7C7;
            margin-top: 20px;
        }

        .row-Relacion{
          margin-top: 20px;
          display: flex;
      }
        .row-Relacion img {
          width: 300px;
          height: 200px;
      }
  

        @media screen and (max-width:1100px) {
          .Container-body-relacion {
              flex-wrap: wrap;
          }
      
          /*.Column1{
          max-width:100px;
      }*/
      .Column1-Relacion{
        margin-top: 40px;
      }
      
          .Column2-Relacion, .Column3-Relacion {
              margin-top: 40px;
          }
      }

/* Slider alianzas */



/*  cinta */

        
        /*Fin de cinta*/
        

        
        .sesgoabajocinta {
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            border-width: 0 0 10vh 100vw;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
        }
        
        .sesgoarribacinta {
            z-index: 10;
            position: absolute;
            top: 0;
            left: 0;
            border-width: 10vh 100vw 0 0;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
        }
        
        
        
        .galeriacinta {
            width: 100%;
            height: 500px;
            overflow: hidden;
            display: flex;
            position: relative;
            flex-wrap: wrap;
        }
        
        .imagenescinta {
            width: 20%;
            height: 500px;
            overflow: hidden;
            position: relative;
        }
        
        .imagenescinta #imgcinta {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .encima {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           
        }
            
        .sesgoabajo-unico {
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            border-width: 0 0 35vh 100vw;
            border-style: solid;
            border-color: transparent transparent #2c3e50 transparent;
        }
        
        
        
        /* Responsive */
        
        @media screen and (max-width:991px) {
            .card {
                width: 48%;
            }
        }
        
        @media screen and (max-width:1200px) {
            
        
            .none {
                display: none
            }
        
            .imagenescinta {
                flex-grow: 1;
            }
        }

        @media screen and (max-width:800px) {
            
        
            .none2 {
                display: none
            }
        
            .imagenescinta {
                flex-grow: 1;
            }
        }


        .carousel-wrap {
            width: 1000px;
            margin: auto;
            position: relative;
          }
          .owl-carousel .owl-nav{
            overflow: hidden;
            height: 0px;
          }
        
          .owl-theme .owl-dots .owl-dot.active span, 
          .owl-theme .owl-dots .owl-dot:hover span {
              background: #2caae1;
          }
        
        
          .owl-carousel .item {
              text-align: center;
          }
          .owl-carousel .nav-btn{
              height: 47px;
              position: absolute;
              width: 26px;
              cursor: pointer;
              top: 100px !important;
          }
        
          
          .owl-carousel .prev-slide{
             background-position: 0px -53px;
          }
          .owl-carousel .next-slide{
            background-position: -24px -53px;
          }
        
          span.img-text {
            text-decoration: none;
            outline: none;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            cursor: pointer;
            width: 100%;
            font-size: 23px;
            display: block;
            text-transform: capitalize;
          }
          span.img-text:hover {
            color: #2caae1;
          }

          .owl-carousel .prev-slide {
            background: url(/img/descarga1.jpg) no-repeat scroll 0 0;
            left: 20px;
        }

        .owl-carousel .next-slide {
            background: url(/img/descarga.jpg) no-repeat scroll 0 0;
            right: 20px;
        }

        #Aviso {
            margin-top: 75px;
            margin-bottom: 75px;
            display: flex;
            flex-direction: column;

        }

        .brand-carousel {
            margin-bottom: 0px;
        }

        .section-padding {
            margin-bottom: 0px;
        }

        .owl-carousel {
            margin-bottom: 0px;
        }

        #Sala {
            margin-top: 55px;

        }

        .banner {
            height: calc(100% - XXpx);
            object-fit: cover;
        }

        .banner.cover {
            object-fit: cover;
        }

        header {

            display: flex;
            flex-direction: column;
        }


        .section-padding {
            padding: 0px 0;
        }

        .brand-carousel {
            background: rgb(252, 252, 252);
            margin-top: 0%;
        }

        .owl-dots {
            text-align: center;
            margin-top: 4%;
        }

        .owl-dot {
            display: inline-block;
            height: 15px !important;
            width: 15px !important;
            background-color: #878787 !important;
            opacity: 0.8;
            border-radius: 50%;
            margin: 0 5px;
        }

        .owl-dot.active {
            background-color: #000 !important;
        }
        #distribuidor{
             margin-top: 20px;
            text-align: center;
        }
        #MainTitle {
        margin-top: 0px;
        text-align: center;
        }
        #distribuidor2{
             margin-top: 6px;
            text-align: center;
        }
        
        #contacto {
            margin-top: 35px;
        }


    

        .carousel-cell {
          width: 100%;
          }
      
          /* cell number */
          .carousel-cell:before {
            display: block;
          }


        #VideoSamsara{
            margin-top: 50px;
        }
        #Distribuidor{
            text-align: center;
        }
