@charset "UTF-8";
/* CSS Document */

/********************************************general mobile settings**********************************************************/
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    
#home_display {border: 0px solid #f09; margin: 0px; padding: 0px; position: relative; top: -2px; width: 100%}
#home_main {border: 0px solid #f09; margin: 0px 10px; padding: 0px; position: relative; top: 0px}  
    
#contentblock , #champion {border: 0px solid #f79; margin: 40px 20px 20px!important; padding: 0px!important; position: relative; top: 0px;  }
    
/*main title*/
.bg-trans-cross-fade .bg-layer .display-layer {
  border: 0px solid #f09;
  position: absolute;
  top: 50%;
  left: 0%;
    transform:  translateY(-50%);
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  height: auto;
  justify-content: center;
  align-items: center;
    padding: 0px; margin: 0px;
}
.bg-trans-cross-fade .bg-layer .display-layer h2 { 
font-family:  'Display', "serif";
    font-weight: 400;
    font-size: 2.0em;
    text-align: center;
    line-height: 1.15em;
    padding: 0px; margin: 0px 0px 0px 10px;
    color: #fff;
    
}

.bg-trans-cross-fade .bg-layer .display-layer h4 { 
    font-weight: 200;
    font-size: 0.9em;
    text-align: center;
    padding: 0px; margin: 10px 10px 0px;
    color: #fff;
    text-transform: uppercase
}


.create_bt {font-weight: 500; padding: 5px 40px; border-radius: 300px;color: #fff; background: var(--main);text-shadow: 1px 1px 2px rgba(0,0,0,0.2); white-space: nowrap; border: none; font-size: 1.1em; float: none; margin: 10px auto!important; display: table}

.request_bt {font-weight: 400; padding: 5px 40px; border-radius: 300px;color: var(--main);text-shadow: 1px 1px 2px rgba(0,0,0,0.2); white-space: nowrap; border: 1px solid var(--main); float: none; margin: 10px auto!important; display: table}

.lema {    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    padding: 0px; margin: 20px 0px 0px;
}
    
.row6w, .row5w {margin: 0 -2px; padding: 0px; min-width: 100%}

.row6w:after, .row5w:after {
  content: "";
  display: table;
  clear: both;
}

.col6w, .col5w {
  float: left;
  width: 50%;
  padding: 0 2px; border: 0px solid #f09; margin: 5px 0px 0px;
}
    
/* 2 responsive columns */
.column2 {
  float: left;
  width: 100%;
  padding: 0 10px; border: 0px solid #f09;
}
.row2 {margin: 0 -10px;}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

.list_display { font-size: 0.9em; line-height: 1.2em; list-style-position: inside; padding-left: 1em}
.list_display li {color: var(--main); font-weight: 600; margin: 0px 0px 15px; text-indent: -1em;}
.list_display li b {color: #000; font-weight: 600; }
.list_display li span {color: #444; font-weight: 400; border: 0px solid #f99}
 
 /* circle iimages*/
.round5{
  float: left;
  width: 15%;
  padding: 0 10px; border: 0px solid #f09; margin: 0px;
}
    
.row_round5 {margin: 40px 10px; padding: 0px; min-width: 100%; max-width:100%; width: 100%; border: 0px solid #f09;}
.circle_pic {border: 4px solid var(--main); width: 120px; height: 120px; border-radius: 120px; margin: 0px 0px; background-size: cover!important; background-position: center center!important; background-repeat: no-repeat!important; }    
    
.titulillo {font-size: 1.4em; }
    
.pupups {background: var(--white); padding: 20px; min-width: 100%; position: relative; box-shadow: 2px 2px 3px rgba(0,0,0,0.1);}
.pupups .xclose {color: var(--main); font-size: 1.2em; position: absolute; top: 10px; right: 10px}
.pupups h2 {color: var(--secondary); font-size: 1em; font-weight: 550; padding: 0px; margin: 10px 0px 10px; line-height: 1em}
    #signup_dialog {z-index: 1900}  
}


