
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff'),
    font-weight: 400;
    font-style: normal;
}

  body, html {
      height: 100%;
      margin: 0;
 	font-family: 'Poppins', sans-serif;
   }
   

.dataTables_wrapper .dataTables_length select {
    color: #fff;
    background-color: #000;

}

.dataTables_wrapper {
    font-family: 'Poppins', sans-serif;
}

.dataTables_wrapper .dataTables_filter input {
    font-size: 12px;

    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: button !important;
  -moz-appearance: button !important; 
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
    background: #f39945;
    color: white;
}
table.dataTable td{
    cursor: pointer;
}


:root {
    --dt-row-selected: 243, 153, 69;
}


.scd {
    color: #f39945;

}

input[type="radio"] {
    height: 0.95em;
    width: 0.95em;
    margin-right:4px;
    margin-left:4px;
}


.btn_scd_stepper {
    background: #333;
    color: #fff;
    outline: none;
    border: none;
    padding: 0.5rem 0.7rem;
    width: 100%;
    margin: 1rem auto;
    border-radius: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    outline: none;
    margin:20px 0 30px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size:16px;
    padding-top:16px;
    padding-bottom:16px;

}

.btn_scd_stepper:hover {
    background: #f39945;
    color: white;
}


.btn_scd_back {
    background: #f39945;
    color: #fff;
    outline: none;
    border: none;
    padding: 0.5rem 0.7rem;
    width: 100%;
    margin: 1rem auto;
    border-radius: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    outline: none;
    margin:20px 0 30px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size:16px;
    padding-top:16px;
    padding-bottom:16px;

}


.btn_scd_back2 {
    background: #f39945;
    color: #fff;
    outline: none;
    border: none;
    width:40%;
    padding: 0.5rem 0.7rem;
    margin: 1rem auto;
    border-radius: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    outline: none;
    margin:20px 0 30px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size:16px;
    padding-top:16px;
    padding-bottom:16px;

}

hr {
min-height: 30px;
   
}

.hrpanel {
min-height: 5px;
   
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
  
  

  
.grecaptcha-badge {
bottom: 90px !important;
}


   

    #scrollIcons {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
       position: fixed;
      right: 2px;
      z-index:2;
      margin-bottom: 3px;
     height: 100vh;


    }

    .scrollIcon {
      width: 50px;
      height: 50px;
      background-color: #f39945;
      color: #fff;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      border-radius: 10%;
      margin-bottom:2px;
      transition: background-color 0.3s ease;
      opacity: 0.9;
    }
  
.scrollIcon:hover {
      background-color: #333;
      opacity: 1;
    }  
#thumbnails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  position: fixed;
  left: 3px;
  z-index: 3;
   margin-bottom: 3px;
 

}

.thumbnail {

  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  margin-top:5px;
  transition: background-color 0.3s ease;
  padding:2px;
  border-radius: 10%;
}

.thumbnail:hover {
  border-color: #e91e63;
}
.btn-outline-light{
  font-size:14px;
 }
  
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
}


.content {
  position: relative;
  z-index: 1;
	opacity:0.9;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 10px;
  padding:10px;
  margin-top:10px;
}
.tabla{
	  border-radius: 10px;
}
.stepFinal{
	  background-color: #000000;
}

.redondeado{
	  border-radius: 10px;
}
.logo-2 {
	display: block;
	padding:10px 0 25px 0;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
 
 .people{
	 max-height:500px;
	 }

 #logo {
   position: relative;
  	z-index: 1;
    margin: auto;
   text-align: center;
   opacity:0.8;
  
}

.logo {
	  margin-top:2px;
     border-radius: 10px;
     max-width: 260px;
     max-height:180px;
    
}

@media (min-width: 992px) {
.about {
  display: flex;
  justify-content: justify;
  align-items: center;
}

}


	
  /* Estilos para modo apaisado */
 @media (max-width: 768px) {
	.thumbnail {
	 display: none; 
	}

   #backgroundDiv {

	  width: 100%; /* Ancho máximo del contenedor */
 	 height: 300px; /* Altura fija del contenedor */
	 overflow: hidden; /* Recorta el contenido que se desborda */

	}
	
	.title-scd-60 {

  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.img-logo2{
	height:50px;
	
}
.logo{
     max-width: 180px;
     max-height:90px;
}
.logo-row {
 height:70px;
}
.scrollIcon {
  width: 30px;
  height:30px;
  padding: 0px;

}



    
.video-ads-scd-bg {
  will-change: background-position;
  margin: 40px 0 0 0;
  padding: 0;
  filter: grayscale(90%);
  background: url(../mouse-and-keyboard.png) fixed;
  opacity:0.9;
}


.modal-content {
	background-color: #343a40; color: #ffffff; 
} 
.modal-header { 
border-bottom: 1px solid #495057; 
} 
.modal-body { 
border-bottom: 1px solid #495057; 
} 
.modal-footer { 
border-top: 1px solid #495057;
 } 
.form-check-label {
	color: #ffffff; 
} 
   

.scd-text {
	color:#f39945;
}
.scd-text a{
	color:#f39945;
}

.form-check-label {
	color:#f39945;
}

.form-check-input:checked
{
  background-color: #f39945;
  border-color: #f39945;
}




