.section-btn,
.modalBTN {
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.section-btn:hover,
.modalBTN:hover {
  background: transparent;
  /*
  border-top-color: #ffffff;
  border-right-color: #222;
  border-bottom-color: #ffffff;
  border-left-color: #222;
  */
  color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}


#pricing{
	padding-top: 100px;
  padding-bottom: 100px;
}

#pricing {
  text-align: center;
}


#pricing {
  /*background: #535bd4;*/
}

#pricing .pricing-plan {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 2px;
  margin-bottom: 32px;
  border: 2px solid #909090;
  /*box-shadow: 0 0 10px #909090;*/
  position: relative;
  min-height: 436px;
  width: 320px;
  margin: 100px auto;
  padding: 30px 30px 0 30px;
}

#pricing .pricing-plan .pricing-month {
  padding: 14px 10px 6px 10px;
}

#pricing .pricing-plan .pricing-month h2 {
  font-size: 24px;
  color: #e11e26;
  font-weight: 500;
}

#pricing .pricing-plan .section-btn,
.modalBTN {
  background: #e11e26;
  position: relative;
  top: 20px;
  font-weight: 600;
  color: #000000;
}

#pricing .pricing-plan .section-btn:hover,
.modalBTN:hover {
  background-color: #7f0000;
  color: #ffffff;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
  text-align: center;
}




/**************************************************
                  ESTILOS CHUY
**************************************************/
.costo {
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
}

label {color: #e11e26;}

.pricing-title span  {
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
}

.pricing-title {
  text-align: center;
}

.alignLeft {
  display: inline-block;
  text-align: left;
}
/*
.alignRight {
  text-align: right;
  font-size: 24px;
}
*/
#infoPOP {font-size: 30px;}

.alignCenter {
  text-align: center;
  font-size: 24px;
}

.subTXT{
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  top: 20px;
  position: relative;
}

.pricing-plan .header {
    position: absolute;
    background-color: transparent;
    width: 80%;
    text-align: center;
    left: 10%;
    top: -135px;
}

html,
body,
#mainNav .navbar-nav > li > a,
#mainNav .navbar-toggler,
#mainNav .navbar-brand,
h1, h2, h3, h4, h5, h6,
.btn {
  /*font-family: 'Saira', sans-serif;*/
  font-family: 'Cabin', sans-serif;
}

/*
body {
  background: url('../img/BG-03.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
*/

body:before {
  background-color: #222222;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /**********************/
  background-position: center;
  background-size: cover;
  background-image: url('../img/BG2-04.png');
  /*background: url('../img/BG-03.png') no-repeat center center;*/
  min-height: 100%;
  background-repeat: no-repeat;
}

#pricing .tallBlock {
    height: 550px;
    padding: 100px 20px 0 20px;
}

#pricing .tallBlock div.pricing-month {
    margin-bottom: 60px;
}

#pricing .tallBlock .section-btn {
    top: -6px;
}

div.tallBlock div.header {
    top: -85px;
}

.firstBlock {
  margin-top: 54px;
  /*margin-bottom: 30px;*/
}

.fadeInUp {
  padding-right: inherit;
  padding-left: inherit;
}

#mainNav .navbar-toggler{
  font-size: 15px;
}

img {
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.lillTXT {
  font-size: 25px;
  font-weight: 300;
}

.mainTXT {
  font-size: 45px!important;
  font-weight: 400;
}
/*****************************/
.superTXT {
  font-size: 42px!important;
  font-weight: 400;
  /*line-height: 1;*/
}

.precioTXT {
  font-size: 150px!important;
  font-weight: 800;
  line-height: 1;
}

.contentTXT {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.imgTXT {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.redTXT {color: #e11e26;}

.getNOW {
  font-size: 35px;
  font-weight: 300;
  /*background-color: #009ee3;*/
  background-color: #e11e26;
  border:unset;
  width: 100%;
  /*padding: 5px 55px;*/
}

.getNOW:hover,
.getNOW:focus {
  background-color: #3bb4fc;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);

  border:unset;
  color: #ffffff!important;
  background-color: #7f0000!important;
}
/*
.getNOW:before{
     background-image : url("../img/MP.png");
}

.bouton-image:before {
    content: "";
    width: 70px;
    height: 63px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}
*/
.popLogo,
.HDlogo {
    /*width: 115px;*/
    vertical-align: middle;
    margin-bottom: 0.75em;
}

.popText {
    color: #ffffff;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    top: 15px;
}

/******************************
    LOGO - ON RESIZE STYLES

.logoContainer {
  text-align: center;
  display: block!important;
}

.logoIMG { width: 150px; }

.logoTXT { font-size: 20px; }
******************************/

/*****************************/
.mailUS {
  font-size: 15px;
  font-weight: 300;
  width: 100%;
}

.oferta {
  font-weight: 300;
  width: 100%;
  font-size: 35px;
}

.lillNote {
  top: -20px;
  letter-spacing: .01em;
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  position: relative;
}

.modal-content {
    background-color: rgba(0, 0, 0, 1.0);
    border-radius: 4px;
    margin-bottom: 32px;
    border: 2px solid #909090;

    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.modal-title {
  font-weight: 400;
}

.modal-header {
    display:inline-block;
    border-bottom: unset;
    background-color: #e11e26;
    border-radius: unset;
}

.close {
    color: #ffffff;
    text-shadow:unset;
    opacity: 1.0;
    line-height: unset;
}

.close:hover {
    color: #909090;
    opacity: 1.0;
}

#enviarMail {
  top: unset;
  margin-top: unset;
  padding: 10px 42px;
}

.form-group {
  margin-bottom: unset;
}

.modal-footer {
  display: block;
  text-align: center;
  border-top:unset;
}

.modal-body {
  font-weight: 300;
}

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




/**************************************************
  ESTILOS PARA CENTRAR CONTENEDOR PRINCIPAL
**************************************************/

.jumbotron.vertical-center {
  margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.jumbotron {
  background-color:unset;
  padding:unset;
}
/**************************************************/




/**************************************************
                    MEDIA QUERY
**************************************************/

/*OJO*/
@media (max-width: 1200px) {

    .container {
        width: 100%;
    }

    /*
    .section-btn {
      padding: 10px 34px 12px;
    }
    */
    /*FIN DEL OJO*/
    .popText {
        font-size: 20px;
    }

    .popLogo {
        width: 150px;
    }

}

@media (max-width: 991px) {

    #LogoGroup {
        text-align: center;
        display: block !important;
    }

}

@media (max-width: 768px) {

    .section-title {
        padding-bottom: 32px;
    }

    #pricing {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .getNOW {
        font-size: 30px;
    }

}

@media (max-width: 767px) {

    #pricing .pricing-plan {
        margin-bottom: 62px;
    }

    h5 {
          font-size: 1rem;
    }

}

/*
@media (max-width: 460px) {

    .getNOW {
        font-size: 25px;
    }

}
*/
@media (max-width: 489px) {

    .superTXT {
        font-size: 30px!important;
    }

}

@media (max-width: 486px) {

    .contentTXT,
    .imgTXT {
        font-size: 30px;
    }

    .popLogo {
        width: 115px;
    }

    .popText {
        font-size: 17px;
    }

}

@media (max-width: 420px) {

    .precioTXT {
        font-size: 125px !important;
    }

    
    #infoPOP {
      font-size: 24px;
    }
    

}

@media (max-width: 375px) {

    .precioTXT {
        font-size: 110px !important;
    }

    .popText {
        font-size: 14px;
    }
    /*
    #infoPOP {
      font-size: 20px;
    }
    */

}


@media (max-width: 360px) {

    .superTXT {
        font-size: 28px!important;
    }

    .imgTXT {
        font-size: 25px;
    }

}

@media (max-width: 320px) {

    .precioTXT {
        font-size: 90px !important;
    }

    .popText {
        font-size: 10px;
    }

    .section-btn {font-size: 28px;}

    .superTXT {
        font-size: 25px!important;
    }

    .getNOW {
        font-size: 20px;
    }

}

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



/**************************************************
                      ALERT
**************************************************/
#msjAlert.fade.in {
    opacity: 1;
}

#msjAlert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#msjAlert.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#msjAlert.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#msjAlert .close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .35;
}

#msjAlert a {
    color: #337ab7;
    text-decoration: none;
}

#msjAlert a {
    background-color: transparent;
}

#msjAlert {
    /*z-index: 1035;*/
    text-align: center;
    display: none;
}
/**************************************************/
