@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Ultra&display=swap');

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;
	font-family: 'Montserrat', sans-serif;
 font-weight: 400; 
}
main{ min-height:calc(100vh - 350px);}
.tipo_des{font-family: 'Ultra', serif;}

.fw100{font-weight: 100 !important} 
.fw200{font-weight: 200 !important} 
.fw300{font-weight: 300 !important} 
.fw400{font-weight: 400 !important} 
.fw500{font-weight: 500 !important} 
.fw600{font-weight: 600 !important} 
.fw700{font-weight: 700 !important} 
.fw800{font-weight: 800 !important} 


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 70vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 70vh;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.text-primary{ color:#478b9f !important}
.bg-primary{ background-color: /*#a3c9d3*/ #c0defe !important}

.cont-logo{position:relative; margin-top: 70px}
.cont-logo .navbar-brand{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%}
.cont-logo .navbar-brand img{ max-width:75%; max-height: 75%; margin-top:0px !important }
.navbar{ height: 90px;  }
.cont-logo .img-cont-logo{ height: 140px;}

.btn-outline-primary {
    color: #478b9f;
    border-color: #478b9f;
}
.btn-outline-primary:hover{color:#fff;background-color:#478b9f;border-color:#478b9f}
@media (max-width: 767px) {
	body {padding-top: 9rem !important;}
	main{ min-height:auto !important}
	
	section, div{ max-width: 100%; overflow: hidden; }
	header div{ overflow: visible !important} 

	.navbar div{overflow: inherit !important}
	.cont-logo{position:relative; margin-top: 0px;  top: 40px }
.cont-logo .navbar-brand img{ z-index: 100;  }
.navbar{ height: auto; padding: 0px  }
	.cont-logo .img-cont-logo{ height: 100px !important; position: relative; top: 0px;}
	
}

.whatsapp{ position: fixed; bottom: 20px; right: 20px; border-radius: 50%; height: 60px; width: 60px; line-height: 80px; text-align: center; background-color: forestgreen;}

.whatsapp span{ font-size: 40px !important}

.masthead {
  /*height: 25vh;
  min-height: 350px;*/
	height: auto;
	background-color: #d2e4ff ;
	position: relative; background-image: url("../images/fondo-lutek.png"); background-position: center; background-size:cover; background-position: left bottom; background-repeat: no-repeat  
 
}

.masthead:after{ content: ''; position: absolute; top: 0px; left:0px; width: 100%; height: 100%;background-image: url("../images/fondo-lutek.png"); background-position: center; background-size:80%; background-position: center bottom; background-repeat: no-repeat  }
.masthead:before{ content: ''; position: absolute; top: 0px; left:0px; width: 100%; height: 100%;background-image: url("../images/fondo-lutek.png"); background-position: center; background-size:80%; background-position: right bottom; background-repeat: no-repeat  }

@media(max-width:767px) {
	.masthead {/*min-height:250px !important*/;}
.masthead:after{ background-size:120%; }
.masthead:before{  background-size:120%; }
}
.navbar-light .navbar-toggler {
    color:transparent !important;
    border-color: rgba(0,0,0,.0);
}
.marco { position: relative; z-index: 5}
.marco:before{ position: absolute; content: ''; left: 0px; top: 0px; width: 50%; height: 100%; background-image: url("../images/marco-left.png"); background-position: left; background-repeat: no-repeat; background-size:  auto 100%;}
.marco:after{ position: absolute; content: ''; right: 0px; top: 0px; width: 50%; height: 100%; background-image: url("../images/marco-right.png"); background-position: right; background-repeat: no-repeat; background-size: auto 100%;  }

.marco-white:before{ background-image: url("../images/marco-left-white.png"); }
.marco-white:after{background-image: url("../images/marco-right-white.png"); }

 .marco:before, .marco:after{z-index: -1 
}
.cont-lineas{background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23478B9FFF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='26' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 100px; padding: 5px; }




blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 20px 20px 40px;
    border-left: none;
    position: relative;
    /*text-indent: -19px*/
}



blockquote p {
    font-size: 1em
}

/*blockquote:before,
blockquote:after {
    font-family: Arial, serif;
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    margin-left: 3px
}
*/
blockquote.blockstyle,
blockquote.style2 {
    background: #fff;
    /*font-style: italic*/
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

blockquote.blockstyle {
    border-left: 3px solid #c0defe;
    position: relative
}



blockquote.blockstyle:before,
blockquote.blockstyle:after {
    color: #f0715f
}

#clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     margin-bottom: 30px
 }

 #clients .client-logo {
     /*padding: 64px;*/
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     overflow: hidden;
     background: #fff;
     height: auto; 
 }

 #clients img { max-height:70%; max-width:70%}
#clients .card-body img { max-height:95%; max-width:75%}
#clients .card{ height: 100% !important; border:none}
#clients .card-body{ height: 120px;min-height: 120px; max-height: 120px; }
 
.masthead .marco{   transform: rotate(-7deg);}





.msg-form {
    background-color: white;
    padding: 20px
}

.pad-icon {
    padding-top: 50px;
    padding-left: 20px
}

.pad-icon a {
    text-decoration: none;
    margin-right: 40px
}

.input-group input:focus {
    border: 1px solid blue
}

.pad-icon a:active {
    height: 30px;
    width: 30px;
    background-color: #0080ff;
    border-radius: 100%
}

.links a{ display: block; text-align: left}

@media(max-width:767px) {
	
	.instituto{ font-size: 12px; font-weight: bold !important}	
	
	
}



.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}


@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100% ;
	   max-width: 100% !important
   }
	.table-responsive-stack th {

      max-width:100% !important;
   }
	


	
}



.nav-link.active, .nav-link:hover{ color:#478b9f !important}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

  
	border-color: #478b9f #478b9f #fff;}

.btn-primary {
    background-color: #478b9f;
    border-color: #478b9f;
}



/*CALENDARIO*/
@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        height: 14.2857vw;
    }
}


.bg-success {
    background-color: #799970 !important;
}

.bg-danger {
    background-color: #d8483e !important;
}
.bg-secondary {
    background-color: #767e91 !important;
}

.bg-dark {
    background-color: #51596b!important;
}
.tipomenu-off-disabled img, .tipomenu-on-disabled img{ opacity:0.5 !important}
.comida-off-disabled, .postre-off-disabled, .comida-on-disabled, .postre-on-disabled{ color:rgba(255,255,255,0.5)}





.content-calendario{overflow-y: auto; height: calc(100% - 30px)}
