
body {
  padding-top: 56px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
 background: #F3F4F2 url(https://static2.tumaster.com/tm/img/bg.jpg) repeat;
}


.container {max-width: 986px;}

h1 {color: #4f4f4f;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center; 
    font-weight: bold;
}

h2 {color: #E57607;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left; 
    font-weight: bold;
}

h3 {color: #4f4f4f;
  font-size: 23px;
  font-weight: bold;
  margin-top:10px;

}
a {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}



.form-control {
  font-size:0.9rem;
}

.card.card-signin.my-5 {
  margin-top: 0.5rem !important;
  border: 0;
  margin-bottom: 0 !important;
}

.card-body {
  padding:0;
  background-color: #E57607;
}

.subscribeform {
  background-color: #E57607;

}

h5.card-title {
  color: #ffffff;
  font-weight: bold;
}

label.privacytext {
  color: #ffffff;
  margin-bottom: -0.5rem;
  font-size: 13px;
  font-weight: bold;
}
label.custom-control-label {
  color: #ffffff;
}

.form-label-group {
  margin-bottom:10px;
}

label.formnews {display: none;}

.btn.btn-lg.btn-primary.btn-block {
  background-color: #ffffff;
  border-color: #ffffff;
  color:#4f4f4f;
  font-weight: bold;
}

.bgwhite {background-color: #ffffff;}

/*NEWSLETTERS ANTERIORES*/

.titleorange {
  color:#E57607;
  font-weight: bold;
  font-size: 24px;
}
.card-body.bgwhite {
  padding: 9px 0;
}
p.card-text {
  text-align: left;
  font-weight: bold;
  margin: 0 9px;
  font-size: 15px; }



.btn.btn-primary.ver {
  background-color:  #E57607;
  border: #E57607;
  padding: 9px 36px;
  font-weight: bold;
}

.btn-primary.ver:hover {
  background-color: #D06D09;
  font-weight: bold;


}

.transparent{
    background-color: rgba(255, 255, 255, .0);
}

.card-footer {
  background-color: #ffffff;
}

/*COLLAPSIVE*/

/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
  
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
 
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    left: 1rem;
    display: block;
    transition: all 0.3s;
}


.collapsible-link::after {

    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;

}

.card-headerç.bg-white.shadow-sm.border-0 {
  padding-left: 20px;
}

.card.shownewsletters {
  border: 0;
}

.card {
  background-color: rgba(255, 255, 255, .0);
}

/*NAVBAR*/
button.navbar-toggler {
  display: none;
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top {
  background: #F3F4F2 url(https://static2.tumaster.com/tm/img/bg.jpg) repeat;
  border-bottom: 1px solid #b7b2b2;


}

.bg-dark {
    background-color: #a7a7a7 !important;
}
.bg-dark2 {
    background-color: #222222 !important;
}

/*MODAL*/

.modal-dialog {

    margin: 13rem .5rem;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 15.75rem auto;
}
}




.modal-header {
    padding: 0.5rem 1rem;
}


@media (max-width: 576px) {

h2 {font-size: 17px;
} 
h3 {
    font-size: 18px;
}
h1 {
    font-size: 23px;
}
h5 {
    font-size: 17px;
}
p.m-0.text-white {
  text-align: center !important;
}
h1,h2,h3,h5  {text-align: center;}

.mb-5, .my-5 {margin-bottom:1rem !important;}
p {font-size: 14px;}

.carousel-item {
  height: 27vh !important;
  min-height: 206px !important;
}
}

@media (max-width: 320px) {
  h1 {
    font-size: 17px;
}
h2 {font-size: 15px;
}
h3 {
    font-size: 14px;
}
h5 {
    font-size: 15px;
}

}


/*UNSUBSCRIBE*/

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

h3.display-4 {color: #ffffff;}

h6.unsubscribe {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

p.unsubscribe {
 text-align: center;
  font-size: 15px;
}

p.lead {
  line-height: 19px;
  font-size: 17px;
}

.btn.btn-lg.btn-primary.btn-block.exit {
  font-size: 16px;
  background-color: #E57607;
  border-color: #E57607;
  color: #ffffff;
}

p.card-text {font-size: 15px;}
.card-footer {background-color: #ffffff;}

@media (max-width: 576px) {
.carousel-caption.d-none.d-md-block{color: #ffffff;  }
  h3.display-4 {
    font-size: 1.7rem !important;
    line-height: 1 !important; } 
}

}
@media (max-width: 320px) {
  h3.display-4 {
    font-size: 1.5rem !important;
    line-height: 1 !important; } 
}

.carousel-item.active { background-image: url('https://static2.tumaster.com/tm/newsletter/img/slide_unsubscribe2.jpg')}

/*INDICE*/

.carousel-item.active.news { background-image: url('https://static2.tumaster.com/tm/newsletter/img/slide_indice.jpg')}

ul {text-align: left;}
li {font-size: 15px;}
p.description {
  
  font-size: 15px;
  margin: 0 9px;
  font-size: 16px; }

  h3.display-4.indice {
    font-size: 2.5rem;
    color: #ffffff;
    text-shadow: 3px 3px 0px rgba(0,0,0, 0.3)}

.card-title.titleorange.date {margin-bottom: 0.20rem;}

a.indicelink { color:#E57607; }
a.indicelink:hover { color:#D06D09; }

.btn.btn-lg.btn-primary.btn-block.btnsusc{
  font-size: 16px;
  background-color: #E57607;
  border-color: #E57607;
  color: #ffffff;
  width: 34%;
  margin: 0 auto;
 
}

@media (max-width: 576px) {
.btn.btn-lg.btn-primary.btn-block.btnsusc{
   width: 100%;}

}