
/****COLOR LETRA SLIDER****/
.colorletraslider{
    color: rgb(33, 33, 33);
}
hr {
    height: 1px;
    width: 96%;
    background-color: #3F8EFC;
  }

/*ENOC*/

/*IMPLENTACIÓN DE FUENTE*/
body{
  font-family: "Roboto", sans-serif;
}

/*BOTÓN WHATSAPP*/

.button-whatsapp {
    background-color: #fff;
    border: 1px #338dc1 solid;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
  }
  .button-whatsapp:hover {
    text-decoration: cancel-all;
  }

  .button-whatsapp-use {
      background-color: #fff;
  }

  .button-whatsapp-use:hover {
    text-decoration: none;
    background-color: #fff;
    border: 5px #338dc1 solid;
    box-shadow: 15px 15px 15px #000;
    font-size: 20px;
  }



/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/*PERSONALIZACIÓN DE CAROUSELES*/
/*LINEA PARA TÍTULOS*/
.ln-titulo
{
    height: 2px;
    width: 80%;
    background-color: #000000;

}
/*INDICADOR DEL CAROUSEL TIPO DE CÁMARAS*/
#tipo-camara .carousel-indicators .active{
    background-color: black;
}
#tipo-camara .carousel-indicators li{
    background-color: gray;
}

/*INDICADOR DEL CAROUSEL MÁS VENDIDOS 2020*/
#carousel-vendido .carousel-indicators .active{
    background-color: black;
}
#carousel-vendido .carousel-indicators li{
    background-color: gray;
}

/*INDICADOR DEL CAROUSEL KIT DE CÁMARAS*/
#carousel-kit .carousel-indicators .active{
    background-color: black;
}
#carousel-kit .carousel-indicators li{
    background-color: gray;
}

/*FIN PERSONALIZACIÓN DE CAROUSELES*/

/*JUAN*/

/*Estilos de form*/
html body header .view {
height: 600px;
}

@media (max-width: 740px) {
html body header .view {
    height: 1000px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html body header .view {
    height: 650px;
}
}

/*PERSONALIZACIÓN DE CAROUSELES*/
/*LINEA PARA TÍTULOS*/
.ln-titulo
{
    height: 2px;
    width: 80%;
    background-color: #000000;

}
/*INDICADOR DEL CAROUSEL TIPO DE CÁMARAS*/
#tipo-camara .carousel-indicators .active{
    background-color: black;
}
#tipo-camara .carousel-indicators li{
    background-color: gray;
}

/*INDICADOR DEL CAROUSEL MÁS VENDIDOS 2020*/
#carousel-vendido .carousel-indicators .active{
    background-color: black;
}
#carousel-vendido .carousel-indicators li{
    background-color: gray;
}

/*INDICADOR DEL CAROUSEL KIT DE CÁMARAS*/
#carousel-kit .carousel-indicators .active{
    background-color: black;
}
#carousel-kit .carousel-indicators li{
    background-color: gray;
}

/*FIN PERSONALIZACIÓN DE CAROUSELES*/



.top-nav-collapse {
background-color: #28badbff !important;
}


@media (max-width: 991px) {
.navbar:not(.top-nav-collapse) {
    background: #28badbff !important;
}
}

.rgba-gradient {
background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
/*background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)));*/
background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}


.md-form label {
color: #ffffff;
}

h6 {
line-height: 1.7;
}



.img-gradient {
    position:relative;
    display:inline-block;
}
.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
    display:block;
}
  .img-gradient-overlay { /* FF3.6+ */ /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    background: -o-linear-gradient(rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    background: linear-gradient(rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    border-radius: .3rem;
}


.tipos{
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    margin-right: 0px;
    border: none;
}

/* ADD7F6
87BFFF
3F8EFC
0049F5
0D32D8 */
.card_tipos{
    align-content: center;
    align-items: center;
    background: none;
    /* opacity: 1;  */
    border: none;
    box-shadow: none;

}

.img_tipos {

   /* padding:20px; */
    max-width: 350px;
    margin-top: 10px;
    cursor: pointer;
    /* border-radius: 50px; */
}


.img_tipos:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 10px 2px rgb(0, 0, 0);
}

/* FIN TIPO DE CAMARA ***/

/* KIT */
.col-kit{
    padding-right: 10px;
    padding-left: 10px;
}

.card_kit:hover {
    cursor: pointer;
    transform: translateY(-10px);
    border:1px solid rgb(0, 0, 0);
    box-shadow: 3px 3px 10px 2px rgb(0, 0, 0);
}

.card-body_kit{
   /* min-height:auto; */
    padding:1rem;
}
.card-title-kit{

    font-size: large ;
    font-weight: 500;
}

.card-subtitle-kit{
    font-size: medium ;
    font-weight: 300;
    min-height: 70px;
}

.list-kit{
    font-size: smaller;
    min-height: 100px;
}
@media (min-width: 1195px) {
  .separacion-movil
  {
      display: none;
  }
  .icono-mas-detalles-camaras,
  .icono-comprar-camaras{

      padding: 0.0rem 0.1rem;
  }
  .btn-mas-detalles-camaras,
  .btn-comprar-camaras {
      /* font-size:medium; */
      padding: 0.5rem 0.2rem;
  }

  .btn-mas-detalles-camaras:hover,
  .btn-comprar-camaras:hover,
  .btn-cotizacion-camaras:hover {
      transform: translateY(-2px);
      border: 1px solid rgb(0, 0, 0);
      box-shadow: 1px 1px 5px 1px rgb(0, 0, 0);
  }
  }

  @media (min-width: 768px) and (max-width:1195px){
      .separacion-movil
      {
          display: block;
      }
      .icono-mas-detalles-camaras,
      .icono-comprar-camaras{

          padding: 0.0rem 0.2rem;
      }
      .btn-mas-detalles-camaras,
      .btn-comprar-camaras {
          /* font-size:medium; */
          padding: 0.5rem 0.5rem;
      }
      .kits-camaras-body
      {text-align: center;}
  }
  @media  (max-width: 768px) {
      .separacion-movil
      {
          display: block;
      }
      .icono-mas-detalles-camaras,
      .icono-comprar-camaras{

          padding: 0.0rem 0.3rem;
      }
      .btn-mas-detalles-camaras,
      .btn-comprar-camaras {
          font-size:larger;
          padding: 0.5rem 1rem;
      }
      .kits-camaras-body
      {text-align: center;}
  }

/* FIN KIT */

/************ ESTILOS FORMULARIO SLIDER ******************/
@media (max-width: 768px) {
    .input,
    .textarea {
    /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
         Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
    font: 1em sans-serif;
    align-items: center;
      /* Tamaño uniforme del campo de texto */
    width: 290px;
    box-sizing: border-box;

      /* Hacer coincidir los bordes del campo del formulario */
    border: 1px solid #999;
    }
    }

    @media (min-width: 800px) {
        .input,
        .textarea {
        /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
             Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
        font: 1em sans-serif;
        align-items: center;
          /* Tamaño uniforme del campo de texto */
        width: 400px;
        box-sizing: border-box;

          /* Hacer coincidir los bordes del campo del formulario */
        border: 1px solid #999;
        }
    }
@media (min-width: 900px){
  .cover{
      min-height: 700px;

      background-image: url('../images/heatting-camaras.png');
      background-size: cover;
      background-repeat: no-repeat;
  }
  .title-sec1 {
    margin-top: 20px;
  }
  .form-sec1{
    margin-top: 20px;
  }
  .icons-sec1{
    position: relative;
    top: 60%;
  }
  .whats-sec1{
    text-align: right;
    padding-right: 0px;
  }
  .image{
      width: 90%;
      height: auto;
  }
  .image:hover{
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}

@media (max-width: 900px){
  .sec1{
    display: none;
  }

  .cover{
      min-height: 300px;
      font-size: small;
      text-align: center;
      max-height: 400px;
      max-zoom: 120%;
      border-radius: 2px;
      background-image: url('../images/heatting-camaras.png');
      background-size:contain;
      background-repeat: no-repeat;
      background-origin: border-box;
      background-position:initial;
  }
  .rcorner3{
    margin-top: 20px;
  }
  .form-desk{
    display: none;
  }

}

    @media (max-width: 400px){
        .cover{
            min-height: 250px;
            font-size: small;
            text-align: center;
            max-height: 350px;

            border-radius: 2px;
            background-image: url('../images/heatting-camaras.png');
            background-size:contain;
            background-repeat: no-repeat;
            background-origin: border-box;
            background-position:initial;
        }
    }
.card12 {
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    height: auto;
    width: auto;
    }
.texto-sombra{
  text-shadow: 5px 5px 12px black;
  font-size: 300%;

}
.texto-sombra2{
    text-shadow: 5px 5px 20px black;
}
    @media (min-width: 800px) {
        .input,
        .textarea {
        /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
             Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
        font: 1em sans-serif;
        align-items: center;
          /* Tamaño uniforme del campo de texto */
        width: 400px;
        box-sizing: border-box;

          /* Hacer coincidir los bordes del campo del formulario */
        border: 1px solid #999;
        }
        }

/**Bordes WhatsApp***/
 .rcorner {
        border-radius: 10px;
        background-color: rgba(255, 254, 254, 0.8);
        /*border: 2px solid #4c7eb6;*/
        box-shadow: -10px -5px 1px rgba(255, 255, 255, 0.5), 8px 0px 1px rgba(255, 255, 255, 0.5);
        padding: 2px;
        width: auto;
        height: auto;

        margin-bottom: 0.5em;
        }
    .rcorner2 {
        border-radius: 10px;
        background-color: #00cc00;
        border: 2px solid #00cc00;
        padding: 2px;
        width: auto;
        height: auto;
        margin-bottom: 0.5em;
        }
    .rcorner3 {
        border-radius: 10px;
        background-color: rgba(255, 254, 254, 0.8);
        /*border: 2px solid #4c7eb6;*/
        box-shadow: -10px -5px 1px rgba(255, 255, 255, 0.5), 8px 0px 1px rgba(255, 255, 255, 0.5);
        padding: 2px;
        background-position: center;
        align-items: center;
        width: 220px;
        height: auto;
        margin-bottom: 0.5em;
    }
.box-sobmra{
    box-shadow: -7px 5px 5px rgba(58, 57, 57, 0.4);
}

.rcorner3:hover {
    cursor: pointer;
    transform: translateY(-4px);
    border:1px solid rgb(0, 89, 255);
    box-shadow: 1px 1px 3px 1px rgb(0, 89, 255);
}

.card {
  /* background-color: rgba(247, 253, 255, 0.904); */
  height: auto;
  width: auto;
}
.card1 {
  background-color: rgba(247, 253, 255, 0.904);
  height: auto;
  width: auto;
  border-radius: 5px;
}
.card21 {
  background-color: #4c7eb6;
  height: auto;
  width: auto;
  padding: 1rem 1rem 1rem ;
  border-radius: 5px;
}
.ml-sm-6{
    margin-left:3rem!important
}
/***CARDS 2020***/
.card_2020{
    position:relative;display:-ms-flexbox;
    display:flex;-ms-flex-direction:column;
    flex-direction:column;min-width:0;word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgb(255,255,255);
    border-radius:.25rem
}
.card_2020:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 10px 2px rgb(0, 0, 0);
}

/* OCULTAR SOMOS TU MEJOR OPCION - ESCRITORIO */
@media (max-width: 800px) {
    .view-mejor-opcion {
        display: none;
    }
    }

.carta-box {
    width: 100%;
    min-height: 300px;
    position: relative;
    perspective: 1000px;
  }

  .carta-box:hover .carta {
      transform: rotateY(180deg);
  }

  .carta {
    transform-style: preserve-3d;
    transition: all .4s linear;
  }

  .cara {
    position: absolute;
    backface-visibility: hidden;
  }

  .cara.detras {
    transform: rotateY(180deg);
  }
