/*Estilos para la modal**/
img {
  max-width: 100%;
}
/* The modal01 (background) */
.modal01 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  /*padding-top: 100px;*/ /* Location of the box */
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* modal01 Content */
.modal01-content {
  background-color: #fefefe;
  margin: auto;
  /*padding: 20px;*/
  border: 1px solid #888;
  width: 45%;
  height: auto;
}

/* The Close Button */
.closemodal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closemodal:hover,
.closemodal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*******Modal imagen********/

/* The Modal (background) */
.modal_imagen {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  background-color: rgba(255,255,255,0.5); /* Black w/ opacity */
}

.modal01-content p {
  padding: 0 !important;
  margin: 0 !important;
  height: 0;
}

#sin_fallas {
  color: #f889cd;
  display: block;
  font-size: 24px;
  margin-bottom: 45px;
  text-transform: capitalize;
}

.btn-effect_pre {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
    position: relative !important;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-osx-font-smoothing: grayscale;
}

.btn_pre {
  background-color: rgba(248,137,205,1);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 13px 55px;
    color: #fff;
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;

}

.btn-effect_pre:before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #fff !important;
  
  -webkit-transform: scaleX(0) !important;
     -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
      transform: scaleX(0) !important;
      
  -webkit-transform-origin: 0 50% !important;
     -moz-transform-origin: 0 50% !important;
    -ms-transform-origin: 0 50% !important;
      transform-origin: 0 50% !important;
      
  -webkit-transition-property: transform !important;
     -moz-transition-property: transform !important;
    -ms-transition-property: transform !important;
      transition-property: transform !important;
      
  -webkit-transition-duration: 0.3s !important;
     -moz-transition-duration: 0.3s !important;
    -ms-transition-duration: 0.3s !important;
      transition-duration: 0.3s !important;
      
  -webkit-transition-timing-function: ease-out !important;
     -moz-transition-timing-function: ease-out !important;
    -ms-transition-timing-function: ease-out !important;
      transition-timing-function: ease-out !important;
}

.btn-effect_pre:hover, .btn-effect_pre:focus, .btn-effect_pre:active {
  color: #009EE3 !important;
  /*background-color:#FFF !important;*/
}

.btn-effect_pre:hover:before, .btn-effect_pre:focus:before, .btn-effect_pre:active:before {
  -webkit-transform: scaleX(1) !important;
     -moz-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
}

/* Modal Content (image) */
.modal_imagen .modal-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 100%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close_imagen {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #222;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_imagen:hover,
.close_imagen:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/***************/

/*******Modal cobertura********/

/* The Modal (background) */
.modal_cobertura {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  background-color: rgb(255,255,255,.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal_cobertura .modal-content {
  margin: auto;
  display: block;
  width: 90%;
  top: 0;
  max-width: 100%;
}

/* Caption of Modal Cobertura */
#captionCobertura {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* The Close Button */
.close_cobertura {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_cobertura:hover,
.close_cobertura:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*****************************/

img {
  cursor: pointer;
}

div.facebookChat {
    display: none;
}

#mapa{ 
  height: 760px;
	width: 100%;
}

div.divWindows h5 {
  padding: 5px;
	background-color: #f889cd;
	color: #FFFFFF;
}

p {
  color: #222 !important;
}

.h4_grong {
  color: #f889cd !important;
  font-weight: bold !important;
}

div.divWindows p {
  font-size: 13px;
	line-height: 1.5;
}

div.divWindows img {
	width: 40% !important;
	margin: 0 auto !important;
	display: block;
}

div#dedicados {
  border: 1px solid red;
}

section#dedicados img{
  max-width: 100%;
  width: 100%;
  height: 750px;
  border: 5px solid #ffe3f4;
}

section#dedicados div#demo {
}

h6.my-0 {
  color: #6c757d !important;
  font-weight: bold;
}

.gm-style-iw {}
    
.why-us-content {
/*color: #FFFFFF;
font-size: 18px;*/
}

img.styleimg {
  border-radius:5%;
  /*border: 0px solid #FFFFFF;*/
  /*box-shadow: 5px 5px 5px #2d2b46;*/
}
video {
  max-width: 100%;
}

video {
  /* video border */
  /*   border: 1px solid #ff9ad7;
  padding: 20px;
  margin: 10px;*/
  padding: 5px;border-radius: 20px;
  /* tranzitionstransitions applied to the vodeovideo element */
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* background color and gradient */
video, #start, #stop, #pause, #plus, #minus, #mute {
  /* background color */
  background-color: #ff9ad7;
  /* background gradient */
  background-image: linear-gradient(top, #fff, #ff9ad7);
  background-image: -moz-linear-gradient(top, #fff, #ff9ad7);
  background-image: -webkit-linear-gradient(top, #fff, #ff9ad7);
  background-image: -o-linear-gradient(top, #fff, #ff9ad7);
  background-image: -ms-linear-gradient(top, #fff, #ff9ad7);
}
/* shadows */
video, #start, #stop, #pause, #plus, #minus, #mute {
  box-shadow: 0 0 10px #ff9ad7;
}

video:hover, video:focus, #start:hover, #stop:hover, #pause:hover, 
#plus:hover,#minus:hover, #mute:hover {
  /* glow */
  box-shadow: 0 0 20px #f88;
}

#controls {
  display: none;
  margin: 10px 30px;
}

/* style for  buttons */
#start, #stop, #pause, #plus, #minus, #mute {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  width: 60px;
  margin: 0 10px 0 0;
}

section#navega p, header.section-header{
  font-size: 1.2rem !important;
}

/*#butterfly{
position: absolute;
left: 0;
top: -6px;
background-image: url(butterfly.png);
width: 40px;
height: 40px;
}*/
#progressbar{
  display: none;
  /* size */
  width: 500px;
  height: 20px;
  /* position and border */
  position: relative;
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 20px;
  /* background color */
  background-color: #cccccc;
  /* background gradient */
  background-image: linear-gradient(top, #fff, #ccc);
  background-image: -moz-linear-gradient(top, #fff, #ccc);
  background-image: -webkit-linear-gradient(top, #fff, #fcc);
  background-image: -o-linear-gradient(top, #fff, #ccc);
  background-image: -ms-linear-gradient(top, #fff, #ccc);
  /* shadow */
  box-shadow: 0 0 10px #ccc;
}

#loadingprogress{
  /* border */
  border-radius: 20px;
  /* initial size */
  height: 20px;
  width: 0;
  /* background color */
  background-color: #9acd00;
  /* background gradient */
   background-image: linear-gradient(top, #ffffff, #9acd00);
   background-image: -moz-linear-gradient(top, #ffffff, #9acd00);
   background-image: -webkit-linear-gradient(top, #ffffff, #9acd00);
   background-image: -o-linear-gradient(top, #ffffff, #9acd00);
   background-image: -ms-linear-gradient(top, #ffffff, #9acd00);
}


.carousel-item {
      height: 100vh;
      min-height: 350px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    .box5 {
      height: 670px;
    }

    section#navega {
      padding-bottom: 1%;
    }

    .box_ {
      padding: 0 !important;
    }

    .modal01 {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 99999; /* Sit on top */
      /*padding-top: 100px;*/ /* Location of the box */
      padding-top: 50px;
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* modal01 Content */
    .modal01-content {
      background-color: #fefefe;
      margin: auto;
      /*padding: 20px;*/
      padding: 3px;
      border: 1px solid #888;
      /*width: 45%;*/
      width: 35%;
      /* height: 665px; */
      max-width: 100%;
      opacity: 1;
      -webkit-animation: scale-up-center 100ms cubic-bezier(.39, .575, .565, 1) both;
      animation: scale-up-center 100ms cubic-bezier(.39, .575, .565, 1) both;
      /*display: grid;*/
      grid-column: auto / span 1;
      /* grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); */
      -webkit-box-pack: initial;
      -webkit-box-flex: unset;
      flex-wrap: initial;
      flex: unset;
      justify-content: initial;
      border-radius: 6px 6px 0 0;
    }

    /* The Close Button */
    .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .carousel-caption {
      /*border: 1px solid red;*/
      top: 28%;
      width: 100%;
    }

    @media only screen and (max-width: 770px){
      .modal01-content {
        width: 100%;
        height: 550px
      }

      #sectBotones a {
        margin-bottom: 5px;
      }

      .carousel-caption {
        /*border: 1px solid blue;*/
      }

      #intro .intro-info {
        top: 20%;
      }

      .carousel-item img {
        height: 100vh;
      }
    }

/**************/

div#pagos_back img{
  width: 100%;
  /*background-image: url(../img/formas_pagos.jpg);
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 50px;
  background-size: cover;
  background-attachment: fixed;*/
  padding-left: 0;
  padding-right: 0;

}

section#pagos {
  
}


img#caracteristicas {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 90%;
  display: block;
  margin:0 auto;
}

img#caracteristicas:hover {
  box-shadow: 0 0 2px 1px rgba(234, 109, 185, 0.5);
}


div.carousel:before {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    /*background: -moz-linear-gradient(left, rgba(22, 22, 27, 1) 0%, rgba(22, 22, 27, 1) 1%, rgba(22, 22, 27, 1) 15%, rgba(22, 22, 27, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(22, 22, 27, 1) 0%, rgba(22, 22, 27, 1) 1%, rgba(22, 22, 27, 1) 15%, rgba(22, 22, 27, 0) 100%);
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 1%, rgb(255 255 255) 15%, rgba(22, 22, 27, 0) 100%);
    */
 /* background: -moz-linear-gradient(left, rgb(255 255 255) 0%, rgb(255 255 255) 1%, rgb(255 255 255) 5%, rgba(22, 22, 27, 0) 80%);
    background: -webkit-linear-gradient(left, rgb(255 255 255) 0%, rgb(255 255 255) 1%, rgb(255 255 255) 5%, rgba(22, 22, 27, 0) 80%);
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 1%, rgb(255 255 255) 5%, rgba(22, 22, 27, 0) 80%);*/
  }

/**********************/
img#portada2 {
  display: none;
}

.btn-dedicado {
      font-family: "Montserrat", sans-serif;
      text-align: center;
      margin: 0 auto;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      padding: 10px;
      border-radius: 4px;
      transition: 0.5s;
      color: #413e66 !important;
      background: #ffe3f4;
    }

    .btn-dedicado:hover {
      background-color: #FFFFFF;
    }

/*****Botones redes************/
    .whats, .facebook_botom{
      cursor: pointer;
      height: 45px;
      position: fixed;
      left: 0px;
      transition: background 0.5s;
      z-index: 11;
    }

    .whats {
      width: 170px;
    }

    .facebook_botom {
      width: 170px;
      
    }

    .whats:hover, .facebook_botom:hover{
      opacity: 1 !important;
    }

    .img-responsive {
      display: block;
      max-width: 100%;
      height: auto;
    }

    @media (min-width: 992px) {
      .whats {
        bottom: 75px !important;
      }

      .facebook_botom {
        bottom: 20px !important;
      }

      .whats, .facebook_botom {
        width: 225px;
        position: fixed;
        left: 0px;
      }

    }

    @media (max-width: 6500px) and (min-width: 1401px) {

     /* .whats {
        bottom: 5px;
        width: 225px;
      }

      .facebook_botom {
        top: 27%;
        width: 225px;
      }*/
    }
/*****************************************/
@media only screen and (max-width: 700px){

    .whats {
      bottom: 46px !important;
    }

    .facebook_botom {
      bottom: 5px !important;
    }

    section#dedicados img {

      height: 350px;
    }

    /*.facebook_botom {
      top: 41.5%;
    }
    .whats, .facebook_botom {
      width: 150px;
      left: 0px !important;
    }*/
}

@media only screen and (max-width: 767px) {

  img#portada1 {
    display: none;
  }

  img#portada2 {
    display: block;
  }

  #intro .intro-info h2 {
      font-size: 19px !important;
  }

  #sin_fallas {
    font-size: 18px !important;
  }

  #intro .intro-info {
    /*padding-top: 80px;*/
    /*margin-left: 15%;*/
  }

  a#btn_pago {
    width: 350px !important;
    font-size: 13px;
  }
}