/*
    MEDIACOM ROJO

    * GENERAL CSS CONTAINS THE STYLERS FOR GLOBAL ELEMENTS
*/

/*
    * dESKTOP version
*/

    /* DOCUMENT */


body{
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url("../images/fondo_rojo.png");
  background-size: cover;
  background-color: #CDCECF;
}
main {
    flex: 1 0 auto;
}

#homeDocument{
  max-width: 1366px;
  margin: auto;
}

    /* NAVBAR */

nav {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
  border: none;
  box-shadow: none;
  background-position-x: 20%;
  border-radius: 0px;
  margin-top: 0px;
  width: 100%;
}

nav .brand-logo {
    height: 64px;
}

.navBrand{
  width: 170px;
  margin-top: 10px;
  margin-left: 20px;
}

nav ul a {
  color:#000;
  font-size: 11px;
  padding-top: 5px;
  height: 64px;
  font-size: 12px;
}

nav ul a:hover{
  background-color:#C72425;
  color:white;
  transition: .5s;
}

nav ul a.activeOption{
  color: #FFFFFF;
  background-color: #C72425;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
}

.mainFlayerProgramas {
    margin: auto;
    border-radius: 10px;
}

nav ul a.active{
  color: #000; /*PEPON*/
}

/* footer.page-footer {
  clear: both;
  background-color: rgba(0,0,0,0.8);
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  padding-top: 0px;
  height: 85px;
  border-radius: 0px;
  max-width: 1366px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
} */

.container-custom{
  margin-top: 10px;
}

/* ------------------------------------------------------ */
.margin-off{
    margin: 0px;
}
.padding-off{
  padding: 0px!important;
}
.992Off{
    padding: 0px;
}
.slider .indicators{
  display: none;
}

    /* HOME */
.sucursal{
  background-color: #FFF;
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: 0px 0px 1px black;
}

.sucursalesBg{
    border-radius: 0px;
    width: 71%;
}

.sucursalTitle{
    margin: 0px;
    clear: both;
    padding-top: 15px;
    color: #2B2B2C;
    font-size: 30px;
}

#sucursal{
    border-radius: 10px;
}

.closeBtn{
    color:#2B2B2C;
    margin-top:-10px;
    margin-right:18px;
    margin-bottom:8px;
}

.titleInfoSucursal{
  margin: 0px;
  font-size: 14px;
  color: #C72425 !important;
  margin-bottom: 5px;
}

.infoSucursal{
  margin: 0px;
  font-size: 10px;
  color: #000;
}

.btnMap{
    font-size: 12px;
    color: #DA802E !important;
    margin-top: 5px;
    cursor: pointer;
}

.mainFlayer{
    margin: auto;
    height: 350px;
    border-radius: 10px;t
}

.socialContainer{
    width: 100%;
    padding-left: 146px;
    padding-right: 146px;
}

.socialIcon {
  width: 28px;
  margin-left: 5px;
  margin-top: 12px;
  margin-bottom: 0px;
  border-radius: 0px;
}

a.footer{
  text-decoration: none;
  color: #C72425 !important;
}

.footerText {
  margin: 0px;
  color: rgba(0,0,0,0.8);
  font-size: 10px;
  height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 27px;
  font-weight: bold;
}

.margin-top-5{
    margin-top: 10px;
}

footer.page-footer{
  background-color: #2b2b2c;
}

nav ul a {
    transition: background-color 0s;
}

nav ul li {
    transition: background-color 0s;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 12px;
    color: #C72425;
    display: block;
    line-height: 0px;
    padding: 31px 10px;
    height: 64px;
    width: 100%;
}

.dropdown-content li>a:hover, .dropdown-content li>span:hover {
    background-color: #C72425;
    color: white;
      /* text-transform: uppercase; */
}

.dropdown-content {
    background-color: #efefef;
  width: 30% !important; /*GAYTAN*/
  border-radius: 0px;
  top: 64px !important;
}

.slider .slides li img {
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 360px;
    width: 56.9%;
    border-radius: 0px;
}

.slider .slides {
    background-color: transparent;
}

.slider .indicators .indicator-item {
    background-color: rgba(0,0,0,0.8);
    opacity: 0.7;
    font-size: 25px;
}

.slider .indicators .indicator-item.active {
    background-color: #C72425;
    opacity: 1;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    line-height: 55px;
    background-color: #f3f3f3; /*Color HEADER #31529b*/
}

.btnDescargarProgramas {
  border-radius: 10px;
  width: 130px;
  text-align: center;
  color: white;
  background-color: #C72425;
  padding: 10px;
  margin-top: 13px;
  cursor: pointer;
  font-size: 12px;
}

.btnDescargarProgramas:hover{
  color: white;
  background-color: #C72425;
}

.padding-footer{
    padding-left: 14%!important;
}

nav .button-collapse i {
    font-size: 30px;
    height: 57px;
    color: #C72425;
    margin-top: 3px;
}

.zoomWindowContainer{
  width: 100%!important;
}

h4.title{
  font-size: 20px;
  text-align: center;
  color: #C72425;
}

.tonnydeveloper-container{
  background-color: rgba(0,0,0,0.7);
  padding: 6px;
}

.tonnydeveloper{
  margin: 0px;
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.9);
}

.tonnydeveloperlink{
  cursor: pointer;
  color: #DA802E;
  font-size: 11px;
}

.tonnydeveloperlink:hover{
font-weight: bold;
}

@media(max-width:992px){
    .slider .slides li img {
      height: auto;
      width: 70%;
      background-size: 100%;
      background-position: 0px 0px !important;
      background-repeat: no-repeat;
      border-radius: 0px;
      margin: auto;
      margin-top: 0px;
    }

    nav {
        border-radius: 0px;
        margin-top: 0px;
        background-position: -10px;
    }

    .side-nav{
        background-color: #FFF;
    }

    .side-nav a{
        color: #C72425;
    }

    .side-nav a:hover{
      color: white;
      background-color: #C72425;
    }

    .mOff{
        padding: 0px!important;
    }

    .navBrand{
        width: 180px;
        margin-top: 5px;
        margin-left: 0px;
    }

    .mainFlayer{
        width: 90%;
        height: auto;
        margin: auto;
    }

    .socialContainer{
        width: 100%;
        padding-left:  0px;
        padding-right: 0px;
    }

    .margin-top-5{
        margin-top: 5px;
    }

    .footerText{
        text-align: center;
    }

    a.footerText{
        text-align: center;
    }

    .titleInfoSucursal{
        text-align: center;
    }

    .infoSucursal{
        text-align: center;
    }

    .btnMap{
        width: 120px;
        text-align: center;
        margin: auto;
    }

    .sucursalesBg{
        width: 100%;
    }

    .mainFlayerProgramas {
        width: 100%;
    }

    object{
        width: 100%!important;
    }
}

@media(max-width:768px){
  .navBrand {
      width: 125px;
      margin-top: 5px;
      margin-left: 0px;
  }
}

@media(max-width:600px){
  body{
    background-size: 100% 200%;
    background-repeat: no-repeat;
  }

  .slider {
      position: relative;
      height: 230px !important;
      width: 100%;
  }

  .slider .slides li img {
    width: 100%;
  }

  .footerText {
    margin: 0px;
    font-size: 10px;
    height: 53px;
    text-align: center;
  }

  .slider .slides li {
      height: 180px;
  }
}

/* Nuevos */
.datosUsuario{
  border: 1px solid black;
  border-radius:10px;
  width: 600px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
 margin-bottom: 150px;
}

input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=text]::placeholder { color: black; font-weight: bold; }

select{
  border-radius: 10px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 33px;
  cursor: pointer;
  background-color: white;
  color: #000;
  background-image: url("../images/dropdown_rojo.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97% 10px;
  margin-bottom: 5px;
  padding-left: 5px !important;
  border: 2;
  border-color: #000;
}

select:focus{
    outline: 0;
}

select{
    text-transform: uppercase;
    font-size: 11px;
}

select option{
  text-transform: uppercase;
  font-size: 11px;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}

textarea{
  margin-right:10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  height: 80px;
  color: black;
  /* font-weight: bold; */
}

textarea:focus{
  color: black;
}

input{
  color: red;
}

input:focus{
  color: black;
}

p{
  color: black;
}

.enviar{
  border-radius: 10px;
  width: 100px;
  padding: 5px;
  background-color: white;
}

.enviar:hover{
  color: white;
  background-color: #C72425;
}


/* POPUPS */
.modal-dialog {
  background-color: white;
    max-width: 1200px;
    border: solid 0px black;
    box-shadow: 0px 0px 1px #1545A6;
}

.modal-header {
  color: red;
  min-height: 16.42857143px;
  padding: 5px;
  border-bottom: none;
  background-color: transparent;
}
.modal-footer {
  padding: 5px;
  text-align: right;
  border-top: none;
  background-color: transparent;
}
.modal-content{
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  /*background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");*/
  padding: 10px;
  border: solid 2px black;
}
.modal-body .form{
  background-image: none;
}
.modal-body{
  position: relative;
  padding: 0px;
  float: left;
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
}
.modal-descript{
  margin: 0px;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  font-size: 15px;
}

.fade{
    background-color: rgba(0,0,0,0.6);
}
.menu{
  color: #000;
}

.dropdown-button{
  color: #000;
}


.tab-form p.tab-active{
  width: 90%;
  margin: 0px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  background-color: #C72425;
  transition: .5s;
  color: white;
  /* font-weight: bold; */
  border-radius: 10px;
  font-size: 10px;
}

.tab-form p.tab{
  width: 90%;
  margin: 0px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  background-color: #EC5C5C;
  transition: .5s;
  color: black;
  border-radius: 10px;
  font-size: 10px;
}

.tab-form p.tab:hover{
  background-color:#C72425;
  color: white;
}

.datosCobertura{
  border: 1px solid #C72425;
  /* border-bottom: 1px solid red;
  border-top: 1px solid red; */
  border-radius: 10px;
  width: 70%;
  padding: 5px;
  background-color:  #f3f3f3;
  font-size: 11px;
  margin-bottom: 150px;

}

.leyenda_footer{
  /* text-transform: lowercase; */
  background-color: rgba(255,255,255,1);
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
  padding-bottom: 15px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 9px;
  height: 45px;
}

/* .terminos_footer{
  position: fixed;
  background-color: transparent;
  font-size: 10px;
  line-height: 30px;
  width: 50%;
}
 */

.politicas a{
  margin-right: 0px;
  color:  #C72425;
  text-decoration: none;
  font-size: 10px;
}

.politicas a:hover{
  color:  red;
  transition: .5s;
}

.contactoSlide{
  font-size: 10px;
}

.footer .page-footer{
  color: green;
}

.footer {
  clear: both;
  background-color: #DCDCDC;
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  padding-top: 0px;
  height: 100px;
  border-radius: 0px;
  max-width: 1366px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer a{
  color: #C72425;
}

.footer a:hover{
  color:  #C72425;
  transition: .5s;
}

#comentarios{
  resize: none;
}

.datos_footer{
  font-weight: bold;
  margin: 0px;
  color: black;
  font-size: 10px;
  height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 30px;
  line-height: 15px;
}

.datos_footer a{
  color: #C72425;
}

.datos_footer a:hover{
  color: red;
}

.vertical-menu {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  left: 0; /* Establecemos la barra en la izquierda */
  top: 30%; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
  /* width: 200px; */
  text-align: left;
  width: 170px; /* tamaño DIV*/
  font-size: 12px;
}

.vertical-menu a {
  background-color: #eee;
  color: #C72425;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  /* padding: 10px 30px;  Hacemos mas grande el espacio cuando el usuario pase el mouse*/
  background-color: #ccc;
}


.vertical-menu .terminos{
  background-color: #fff;
  border-radius: 0px 10px 0px 0px;
}


.vertical-menu .poltv{
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
}

.vertical-menu .poltvint{
  background-color: #fff;
  border-radius: 0px 0px 10px 0px;
}

.vertical-menu a:hover {
  background-color: #C72425;
  transition: .5s;
  color: white;
}

.btn-banda{
  width: 50px;
  background-color: red;
}

/* Boton Validar Cobertura */
.verCober{
  margin-left: 41%;
  padding-left: -550px;
  border-radius: 10px;
  width: 200px;
  padding: 5px;
  color: black;
  background-color: #C72425;
  margin-top: 10px;
  font-size: 12px;
}

.verCober:hover{
  transition: .5s;
  background-color: #FFF;
  color: #000;
}

textarea::placeholder {
  color: black;
  opacity: .5;
}
