/*
header {

    padding: 50px 0 50px;
      margin-left: 10%;
  margin-right: 10%;
  border-radius: 20px;
  width: auto;
  padding-top: 2em;
}
*/



/*img.img-fluid {
    width: 100%;
      height: fit-content;
    object-fit: cover;
  
    }*/

.fadeInLeft{

      z-index: 1!important;
}

section#awards .award .award-icon {
    left: 0;
    position: absolute;
    top: 20%!important;
    transform: translateY(-67%)!important;
    width: 15px!important;
  }


    section#awards .award {
    margin: 0 auto 40px;
    max-width: 280px;
    position: relative;
  }

section#awards .award>div {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 25px;
  }
/*section#awards .award .award-icon {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
*/
  section#awards .award .award-icon.award-icon-right {
    left: initial;
    right: 0;
}

img.img-fluid-rounded {
    border-radius: 0.5em;
  }
   .item {
    text-align: left;
    background-color: #efefef;
    border-color: #dedede;
    padding: 1em;
    margin-bottom: 20px;
    border-radius: 10px;
    background-image: url(../img/icons/fold-corner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }

    .item2 {
    padding: 1em !important;
}


    .block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5em;

}

    .item.shown img {
    border-radius: 0.5em;
  }


h2{
  font-size: 2.5rem;
}

ul.nav-item {
    display: flex;
    justify-content: flex-end;
    }

    .social{
     max-width: 80%;
   /* padding: 0px 10px 10px 5px;*/

}


section {
  padding-top: 0px;
}

.about1 {
margin-top: -100px;
}

.about2 {
  padding-top: 50px;
}
.bg-dark {
 
    background-color: #ffff !important;
}

.bg-light{
  background-color: #ffffff !important;
          box-shadow: 0px 4px 10px #2727279e;

}

body{
	font-family: 'IBM Plex Serif', serif;
}

.yellow-title {
	color:#ffc107;	
/*  background-color: white;
*/}

.black{
  color:#000;

}

p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


 /* unvisited link */
a:link {
  color: #ffc107;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #ffc107;
}

/* mouse over link */
a:hover {
  color: #fff;
}

/* selected link */
a:active {
  color: #ffc107;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #ffc107;
    background-color: #ffc107;
    border-radius: 100px;
    width: 60px;
    height: 60px;

}

img{
 max-width: 100%;
}

.container {
 overflow: hidden;
}


.container.animate__animated.animate__fadeInDown {
    z-index: 1;
    position: relative;
}

.bg-primary {
	background: linear-gradient(180deg, #fdcd3b 85%, #ffffff 40%);
}

.btn-outline-warning {
  
    border-radius: 100px;
  }

  .como-funciona{
    margin-top: 100px;
  }

  .float-right{
    float: right;
  }

  .features{
    padding-top: 50px;
    padding-bottom: 10px;
  }

   .features2{
    margin-top: -140px;
    padding-bottom: 50px;
  }
   .features3{
    margin-top: -140px;
    padding-bottom: 50px;

  }

.col-sm {
  
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
   min-height: 250px;
  }

  .col-4 {
  
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    height: auto;
  }

.implementation {
  /*  padding-top: 50px;
    padding-bottom: 10px;*/
    max-height: 40%;
}

.implementation2 {
  /*  padding-top: 50px;
    padding-bottom: 10px;*/
    max-height: 65%;
}
.col-sm :before {
  content:'';
  position: absolute;
        top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.2);
  border-radius: 20px;
  z-index:-1;
}

.portfolio{
  background-color: #1d2326;
/*  margin-left: 10%;
  margin-right: 10%;*/
  border-radius: 20px;
  color:#ffc107;
  width: auto;
  padding-top: 2em;
  text-align: left;
}

.carousel {
  margin-bottom: 2em;

}

.contact-form {
  margin-top: 1em;
    background-color: #ffc107;
 /*   margin-left: 10%;
    margin-right: 10%;*/
    border-radius: 20px;
    width: auto;
    padding-top: 2em;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}
.form-group {
    margin-bottom: 1rem;
    margin-left: 10%;
    margin-right: 10%;
  }
  .form-control{
    border-radius: 40px;
    background-color: #ffffeed6;
    height: 3em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: black;

  }

  .btn-lg{
    border-radius: 100px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-transform: uppercase;
  }

  /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar-light.color-changed{
background-color:red!important;
}

.navbar-light .navbar-nav .nav-link {
    text-align: right;
/*    font-size: 1.3em;*/
    color: black;
    text-decoration: none!important;
    text-transform: uppercase;
}
 hr{
   border: 1px solid #bbbbbb;
 }

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    }

p{
    font-size: 1.25rem;
    font-weight: 300;
    }

    .after_modal_appended
{  
  position:relative;
}

.red
{
  background-color:red;
}

.blue
{
  background-color:blue;
}

.block 
{
  width:100%;
  height:200px;
}

.rounded{
  border-radius: 10px !important;
}

.modal-dialog {
   /* width: 100% !important;
    height: 100% !important;*/
    /*margin: 0;
    padding: 0;*/
  }

/*  .modal-open .modal {
    margin: 5%;
  }*/
  
  /*.modal-content {
    height: auto;
    border-radius: 10px!important;
 border: 0px;
    outline: 0;
    border-radius: 10px!important;
  }*/


  .modal.show .modal-dialog {
    min-width: 85% !important;
  }

.modal, .modal-backdrop {
    position: absolute !important;
}
.blackandwhite{
/*  -webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
/*  filter: grayscale(100%);*/

}

.blackandwhite iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animate__fadeInDown
{ 
    animation-iteration-count: infinite;
    width:100px;
}

.container{
  padding-top: 40px;
}

    #myBtn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffc107;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 50%);
}

#myBtn:hover {
  background-color: #555;
}

.filter-yellow{
          filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(24deg) brightness(128%) contrast(119%);

}

#cookies-dialog {
    background-color: #343a40d9!important;
    box-shadow: 0px 0 5px rgb(0 0 0 / 39%);
    bottom: 0;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 20px 0 30px;
    position: fixed;
    right: 0;
    z-index: 99999;
    color: white;
    }


#cookies-dialog .buttons button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff!important;
    border: 1px solid #007bff!important;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    margin-left: 5px;
    padding: 0px 10px;
    border-radius: 100px;
    font-family: 'M PLUS Rounded 1c';

}
.copyright{
  font-size: 14px;
}

footer .bottom-footer .copyright {
    color: #9da1ad;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    }

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 130%;
  min-height: 130%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

video {
  width: 100%;
  height: auto;
  }

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
/*  background-color: #243342;
*/  opacity: 0.5;
  z-index: 1;
}

button.nav-link {
    margin-top: 20px;
    margin-bottom: -15px;
    border: none;
    background-color: transparent;
    }

    .navbar-light .navbar-nav .nav-link {
 
    float: right;
    padding: 10px;

}

  .navbar-light .navbar-nav .nav-link .selected {
 
    color: #ffc107;

}

.col-md-6.wow.fadeInRight {
    margin-top: -34px;
}
.col-md-6.wow.fadeIn {
    margin-top: -40px;
 
}
/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}*/

.modal{
    height: 90vh;

}

.modal-body {

    padding: 0px !important;

}
.modal, .modal-backdrop {
    position: fixed!important;
  }

  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    min-width: 90% !important;
  }
  .modal-content{
    /*height: 100%;*/
  }

  .premios{
    margin-bottom: -202px;
  }

.numberCircle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #ffc107;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 2rem;
}

.linkmedia {color:#007bff!important;}
.linkmedia:hover { color:#ffc107!important; } /* CSS link hover (green) */
}

@media (max-width: 700px){

  .navbar-light .navbar-nav .nav-link {
    float: right;
    padding: 0px;
    padding-bottom: 14px; 
     padding-top: 14px; 

  }
.navbar-light .navbar-nav .nav-link {
    text-align: right;
    font-size: 6vw;
    color: black;
    text-decoration: none!important;
    text-transform: uppercase;

}

#myvideo {
    display: none;
  }

#myvideosmall {
    display: flex;
  }

#universal{
  display: none;
}

}

@media (min-width: 710px){


#myvideo {
    display: flex;
  }

#myvideosmall {
    display: none;
  }


}

/*.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}*/
.blog_section .blog_content .blog_item {
/*  margin-bottom: 30px;*/
/*  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);*/
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
/*.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}*/
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 30%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 0;
  background: #ffc107;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ffc107;
  color: #ffc107;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 30%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 0;
  background: #ffc107;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ffc107;
  color: #ffc107;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inline !important;
    }

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}
