@charset "utf-8";
/* CSS Document */

/*COMMON STYLES*/

.new {
    font-family: "montserratRegular", Arial, Tahoma, sans-serif;
    font-size: 36px;
	font-weight: bold;
	padding-bottom: 25px;
	padding-top: 25px;
}
.new2 {
    font-size: 22px;
}
.bg-gray, #featured-block{
    background-color: #e6e6e6;
}
.bg-l-gray{
    background-color: #f1f1f1;
    border-color: rgb(232, 232, 232);
}
.content-spacing{
    padding: 40px 0px 60px 0px;
}

.img-pos-left{
    object-position: left;
}

.img-pos-top{
    object-position: top;
}
.custom-card-footer {
    background: black;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.custom-card {
    transition: background 0.3s ease, color 0.3s ease;
	border-radius: 0;
    overflow: hidden;
}

a:hover .custom-card .custom-card-footer {
    background: white;
    color: #e6000d; 
}
a:focus .custom-card .custom-card-footer {
    background: #e6000d;
    color: white; 
}

a:hover .custom-card {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);}

main #resources ul a:link {
    text-decoration: none;
    color: inherit; 
}


/* ----HERO BLOCK & NAV STYLES STYLES ----  */
#hero {
    position: relative;
    height: 200px;
}

#hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 99;
}

#gradient{
    background-image: linear-gradient(to top, #000, rgba(0,0,0,0));
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

/*
#applications-page #hero, #why-sharp-page #hero{
    height: 320px;
    background-image: linear-gradient(black, black);
    background-position: 50% 34%;
    background-size: cover;
    position: relative;
}
*/
/*#why-sharp-page #hero {background-position: 20% 58%;}*/

 /* Reset some spacing for demo */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        #hero {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    #hero {
        height: 320px;
    }
}
@media screen and (min-width: 992px) {
    #hero {
        height: 400px;
    }
}
@media screen and (min-width: 1200px) {
    #hero {
        height: 440px;
    }
}




#displayFormsButtons {margin-top: 15px;}



/*tarjeta 1*/
.card-header-first{
	margin-top:-40px;
    height: 75px;
	background: linear-gradient(-90deg, #5a44ae, #37257e); 
	box-shadow:1px 5px 15px #a2a2a2;
}

/*tarjeta 2*/
.card-header-second{
	
    margin-top:-40px;
    height: 75px;
	background: linear-gradient(-80deg, #8499c5, #103783 ); 
}


/*tarjeta 3*/
.card-header-third{
    margin-top:-40px;
    height: 75px;
	box-shadow:1px 5px 15px #a2a2a2;
    background: linear-gradient(-90deg, #f6a30e, #b27508); 
}
.card-section {
background-color: #fff;
}

.card-section-third span i{
	padding:17px;
	margin:0px 10px;
	color:#fff;
	height:50px;
	width:50px;
	box-shadow:1px 6px 24px #d2d2d2;
	background: linear-gradient(-90deg, #11998e, #38ef7d); 
}

.card-header-third span i:hover,.card-section-third span i:hover{
	box-shadow:1px 1px 15px #000;
}


.card-section{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-section:hover{
	box-shadow:1px 1px 20px #d2d2d2;
}
.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.card-col {
  flex: 0 0 auto;
  width: 500px;
  margin: 15px;
  display: flex;
  flex-direction: column;
}

.custom-card {
	display: flex;
	flex-direction: column;
	height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  text-align: left;
}

.custom-card-header {
    color: #fff;
  font-weight: bold;
}

.bg-blue {
  background-color: #042f5f;
}

.bg-green {
  background-color: #301e60;
}

.custom-card-body {
  padding: 15px;
  flex: 1;
 text-align: center;
}
.custom-card-header h3 {
  color: #fff !important;
}


  .awards .award-card {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .awards .award-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .awards .award-body {
    margin-top: 15px;
    flex-grow: 1;
    text-align: center;
  }

  /* Equal height rows using Bootstrap 3 technique */
  .awards .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  @media (max-width: 767px) {
    .awards .row-eq-height {
      display: block;
    }
  }
   .awards .row-spacing {
    margin-bottom: 30px;
  }


   .card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 15px;
      margin-bottom: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
    }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .video-title {
      margin-top: 10px;
      text-align: center;
      font-weight: normal;
    }
    .card-deck .col-sm-4 {
      display: flex;
	  aligh-items: center;
	  margin-bottom: 30px;
    }
	.video-center-row {
    display: flex;
    justify-content: center;
  }

  .video-center-row .card {
    width: 100%;
    max-width: 640px; /* or whatever fits your layout */
  }







 

/*------REQUEST FORM STYLES--------*/

#pardot-iframe{
    width: 100%;
    height: 600px;
}
#pardot-row{
    justify-content: center;
}

#pardot-card{
    width: 100%;
}

#pardot-iframe-container{
    align-items: center;
}

#pardot-iframe{
    width: 100%;
    height: 1100px;
}

@media handheld, only screen and (min-width:768px) {
	    #pardot-card{
        width: fit-content;
    }
    
    #pardot-iframe{
        width: 700px;
        height: 950px;
    }
	
}

/*----DVLED APPLICATIONS PAGE STYLES----*/
.app-card {
    padding: 30px;
    margin: 15px 0px;
	border: none;
}

.app-card-row {
  display: flex; /* Use Flexbox for equal column heights */
  align-items: stretch; /* Stretch children to equal height */
}

.app-card-body-left {
    padding: 30px;
}

.app-card-body-right {
    padding: 30px;
}

.app-card h2 {
    margin-top: 0px;
}

.app-card h3 {
    margin-top: 0px;
}

.app-card-btn {
    margin-top: 30px;
}



.img-pos-left{
    object-position: left;
}

.img-pos-top{
    object-position: top;
}


@media screen and (min-width: 992px){ 
.app-card-img-left {
        position: absolute;
        top: 0;
        left: 0%;
    }

    .app-card-img-right {
        position: absolute;
        top: 0;
        left: 50%;
    }

    .app-card-img-left img{
        height: 100%;
        width: 100%;
        border-radius: 4px 0px 0px 4px;
    }  
    
    .app-card-img-right img{
        height: 100%;
        width: 100%;
        border-radius: 0px 4px 4px 0px;
    }  

    .app-card-body-left{
        position: relative;
        right: 0%;
    }
    
    .app-card-body-right{
        position: relative;
        left: 50%;
    }

    .img-left img{
        border-radius: 4px 0px 0px 4px;
    }
    
    .img-right img{
        border-radius: 0px 4px 4px 0px;
    }

}




