@font-face {
    font-family: myFirstFont;
    src: url("RobotoCondensed-Light.ttf");
 }
 
 @font-face {
    font-family: myFirstFont;
    src: url("RobotoCondensed-Bold.ttf");
    font-weight: bold;
 }
@import url('boton.css');
html, body {
	height: 100%;
	width: 100%;
	font-family: myFirstFont;/*Por el font de arriba de google, y el backup es sansserif*/
	color:#222;	
}
p {
    /*font-family: myFirstFont;*/
    /*font-size: 1.1em;
    font-weight: 300;*/
    line-height: 1.7em;
    color: #1F1E1E;
}
span {
	/*font-family: myFirstFont*/;
}
h4{
	/*padding-bottom: 10px;
	color:#1B418E;*/
}
h5{
    /*padding-top: 10px;
	font-weight: 700;
	font-size: 1em;*/
}
h6{
    font-weight: 700;
	font-size: 0.9em;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-link{
	font-size: 1.1em !important;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
table{
	padding-left: -10;
}
/*--------Carousel abajo 1 2 3 4-----------*/
.col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.col-md-3 img{
  width:100%;
  height:auto;
}
body .carousel-indicators li{
  background-color:gray;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:gray;
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}
/*------------login-----*/
	.navbar .dropdown-menu {
		border-radius: 1px;
		border-color: #3D87E0;
		box-shadow:  0 0 5px #bbb;
		border-width: thin;
	}
	.navbar .dropdown-menu.login-form {
		width: 280px;
		padding: 20px;
		left: auto;
		right: 0;
        font-size: 14px;
	}
	.navbar .dropdown-menu.login-form a {
		padding: 0 !important;
        font-weight: normal;
	}
	.navbar .dropdown-menu.login-form .checkbox-inline {
		margin-top: 10px;
	}
/*--------------register----------------*/
.navbar .dropdown-menu.form-wrapper {
		width: 280px;
		padding: 20px;
		left: auto;
		right: 0;
        font-size: 14px;
	}
	.navbar .dropdown-menu.form-wrapper a {		
		font-weight: normal;
		padding: 0 !important;
	}
	.navbar .form-wrapper .hint-text {
		text-align: center;
		margin-bottom: 15px;
		font-size: 13px;
	}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
}
#sidebar {
    width: 220px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background:#F1F1F1;
    color:#222;
    transition: all 0.3s;
}
#sidebar p {
    font-weight: bold;
	font-size: 1em;
}
#sidebarCollapse {
    display: none;
}	
#sidebar.active {
    margin-left: -220px;
}
#dismiss {
	display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background:#F1F1F1;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background:#9C9999;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
	opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #F1F1F1;
}
#sidebar ul.components {
    padding: 5px 0;
    /*border-bottom: 1px solid #47748b;*/
}
#sidebar ul p {
    color: #222;
    padding: 0 10px;
}
#sidebar ul li a {
    padding: 5px 10px;
    font-size: 1.1em;/*tamañ letra*/
    border: 1px solid #f7f9fa;
    color:#F5F5F5;

    display: block;
}
#sidebar ul li a:hover {
    color:#F5F5F5;
    background: #9A9A9A;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #222;/*subm pestañaYtitu negro*/
    background: #F1F1F1;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background: #F1F1F1;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 1em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article,
a.article:hover {
    background: #F1F1F1 !important;
    color: #fff !important;
}
/*------------------------------
cols fixt gmz 
------------------------------*/
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}
.column {
	flex: 1;
	/*border: 1px solid rgb(161, 160, 160);*/
	margin: 2px;
	padding: 0 10px 0 10px;*/
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
}
@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 50%;/*orig 100*/
			margin: 0;
		}
	}
}
@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 50%;/*orig 100*/
		margin: 0 0 5px 0;
	}
}
/*-------------banner finales----------------------------*/
.imagen-con-texto {
      position: relative;
      width: 100%;
      max-width: 900px;
      aspect-ratio: 16 / 9;
      margin: auto;
      overflow: hidden;
      border-radius: 12px;
    }

    .imagen-con-texto img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .texto-superpuesto {
      position: absolute;
      background-color: rgba(0,0,0,0.6);
      color: white;
      padding: 0.3em;
      border-radius: 0.3em;
      font-size: 2.2vw; /* Escala con el ancho del contenedor */
      line-height: 1.4;
      width: 32%;
      text-align: center;
    }
    .texto-superpuesto2 {
      position: absolute; /*sin fondo negro*/
      color: black;
      padding: 0.3em;
      border-radius: 0.3em;
      font-size: 2.3vw; /* Escala con el ancho del contenedor */
      line-height: 1.4;
      width: 50%;
      text-align: center;
      text-shadow: rgb(201, 196, 196) -1px -1px;
      font-weight: normal;
    }

    .titulo {
      top: 5%;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      font-size: 2.4vw;
      font-weight: bold;
    }

   /* si todo bien borrar 
   .cuadro1 { top: 42%; left: 30%; }
    .cuadro2 { top: 42%; right: 15%; }
    .cuadro3 { bottom: 18%; left: 30%; }
    .cuadro4 { bottom: 18%; right: 15%; }*/ 

   /* @media (max-width: 600px) {
      // IR ALLi .. arriba
    }*/
/* ---------------------------------------------------
    CONTENT rest
----------------------------------------------------- */
#content {
    width: calc(100% - 220px);
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}
/* ---------------------------------------------------
    CUADRO
----------------------------------------------------- */
ul.products{
	padding: 0px;
    text-align: center;
}
ul.products li {
    display: inline-block;
    vertical-align: top;
    width: 174px;
	padding: 2px;
	margin: 11px;/*distancia*/
	box-shadow: 0 0 5px #bbb;
	position: relative;
}
.products img{
	width: 168px;/*cambia tamaño imagen prod*/
}
.overlay-right{
    padding-top: 10px;
}
.overlay-right .btn-outline-secondary{
    height: 38px;
    width: 38px;
	font-size: 14px;
	padding: 5px 5px;
}
.overlay-right .fa{
    cursor: pointer;   
    color: #000;
}
.ontop{
	position: absolute;
	visibility: hidden;
	opacity: 1;
}
.ontop .btn-outline-secondary{
    height: 30px;
    width: 30px;
	font-size: 14px;
	padding: 5px 5px;
}
ul.products li:hover .ontop{
	visibility: visible;
	color:grey;
	opacity: 1;
}

/*-----------footer-*/
.footer-top { padding: 30px 0; background: #333; text-align: left; color: #aaa; }
.footer-top h3 { padding-bottom: 10px; color: #fff; }

.footer-about img.logo-footer { max-width: 74px; margin-top: 0; margin-bottom: 18px; }
.footer-about p { color: #aaa; }
.footer-about p a { border: 0; }
.footer-about p a:hover, .footer-about p a:focus { border: 0; }

.footer-contact p { color: #aaa;word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #666; }
.footer-contact p a { border: 0; }
.footer-contact p a:hover, .footer-contact p a:focus { border: 0; }

.footer-links a { color: #aaa; border: 0; }
.footer-links a:hover, .footer-links a:focus { color: #fff; }

.footer-bottom { padding: 12px 0 12px 0; background: #444; text-align: left; color: #aaa; }

.footer-social { padding-top: 3px; text-align: right; }
.footer-social a { margin-left: 20px; color: #fff; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #79a05f; border: 0; }
#iconos  { font-size: 24px; vertical-align: middle; }

.footer-copyright { padding-top: 5px; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; border: 0; }
/*----------------------------*/
.ocultable {
  display: none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {/* Si menor a 768 */
    #sidebar {
        margin-left: -220px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 220px);
    }
    #sidebarCollapse {
        display: block;
    }	
	#dismiss {
		display: block;
	}
	ul.products li {
    width: 147px;
	padding: 2px;
	margin: 3px;
    }
    .products img{
    width: 141px;/*cambia tamaño imagen prod*/
    }
    #myimage{
        width: 330px;
    }
    .col-sm-3 img{/*carouse*/
  width:24%;
  height:auto;
  display: inline;
  
    }
    .col-sm-3{/*carouse*/
  display: inline;
  margin-left:-8px;
  padding: 0px 4px;
    }
    .buttonc {
        width: 85px;
      }
}
@media (min-width: 768px) {/* si mayor a 768*/
	#sidebar {
        margin-left: 0px;
    }

}
@media (max-width: 680px) {
    .texto-superpuesto {

      font-size: 3vw; /* Escala con el ancho del contenedor */

    }

      
}
