@charset "utf-8";
/* CSS Document */
/*FUENTES*/
@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*	font-family: 'museo300', sans-serif;*/
/* NUEVO DE CAMBIOS */
.weKnowContainer{
	height: 0;
	overflow: visible;
	position: relative;
}
.weKnow{
	position: absolute;
	top: 25px;
	right: 2%;
	width: 15%;
	z-index: 9;
}
/* REDISEÑO DE ETIQUETAS */
a.colorRojo{
	color: #881232;
}
a.colorRojo:hover{
	color: #666666;
}


h1{
	font-family: 'museo300';
	font-size: 2rem;
	color: #881232;
}
P, ol, ul{
	font-size: 1.3rem;
	font-weight: 100;
}
strong{
	font-weight: 500;
}
/* MODIFICACIONES BOOTSTRAP */
.jumbotron a{
	color: rgba(0,121,140,1);
}
.jumbotron a:hover{
	color: #7ba2b2;
}

/* CABECERA */
.cabeceraSup{
	background-color: #b1c3cf;
	color: #ffffff;
	font-size: .8rem;
}
.cabeceraSup a{
	color: #ffffff;
}
.cabeceraSup a:hover{
	color: #7ba2b2;
}
/* MENU */
nav {
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;
}
.navbar{
	/*height: 130px;
	max-height: 130px;*/
	z-index: 999;
	background-color: #ffffff;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

}

.navbar {
	padding: 20px;
	width: 100%;
	background-color: #ffffff;
	z-index: 999999;
}
.navbar-brand {
    padding-bottom: 0;
	max-width: 70%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;
}
.navbar-brand img{
	/*width: 250px;*/
	max-height: 95%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;
}
.navbar{
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
  	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,.1);
  	filter: shadow(color=#eeeeee, direction=270, strength=2);
}
/* MENÚ DESPLEGABLE */
.navbar-collapse.show {
	margin-top: 15px;
}

/* EFECTO MENU */
.navbar.menosAltura{
	height: 90px;
	position: fixed;
	top: 0;
	/*align-items: inherit;*/
}
.navbar.menosAltura img{
    width: 75%;
	/*align-items: inherit;*/
}
/* BOTÓN MENÚ CERRADO*/
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
	font-size: 1rem;
    border-color: rgba(0,121,140,1);
	border-radius: 0;
	outline: none;
}
.navbar-light .navbar-toggler:focus,.navbar-toggler:hover,.navbar-toggler:active,.navbar-toggler:visited{
	text-decoration:none;
    border-color: #a8c1ce;
	border-radius: 0;
}
.navbar-collapse{
	background-color: #00798c;
	padding: 10%;	
    margin-left: -20px !important;
    margin-right: -20px;
	margin-top: 15px;
    margin-bottom: -20px;
}
.navbar-nav ul li a{
	font-size: 1.25rem;
	color: #ffffff;
	font-weight: 600;
}
.nav-item.dropdown ul{
	color: #ffffff;
list-style:square;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 1.25rem;
	color: #ffffff;
	font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #a8c1ce;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #a8c1ce;
}
.dropdown-item.active, .dropdown-item:active {
    color: #953039;
    text-decoration: none;
    background-color: #a8c1ce;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #953039;
    text-decoration: none;
    background-color: #a8c1ce;
}
/* SLIDER */
/*.franjaVerde{
	width: 100%;
	height: 30px;
	background-color: #00798c;
	opacity: 0.5;
	position: absolute;
	left: 0;
	bottom: 0;
}*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#slider .slick-slide{
	height: 750px;
	color: #ffffff;
	position: relative;
}
.slick-dots{
	    margin-top: -80px;
}
 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
.slick-dots li button:before {
    color: white;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: white;
}
.item .row {
	position: absolute;
	left: 15%;
	top: 35%;
}
.item h1, .item h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	padding-right: 10%;
	font-weight: 700;
}
.item h1, .item h3{
	font-family: 'Open Sans', sans-serif;
}
.fondo0{
	background-image: url("../img/slider/0.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.fondo1{
	background-image: url("../img/slider/1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo2{
	background-image: url("../img/slider/2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo3{
	background-image: url("../img/slider/3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo4{
	background-image: url("../img/slider/4.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo5{
	background-image: url("../img/slider/5.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo6{
	background-image: url("../img/slider/6.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/*flecha scroll to top*/

.scrollToTop {
	display: none;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
    height: 4rem;
    width: 4rem;
	border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-align: center;
    text-decoration: none;
    z-index: 4;
    color: #fff;
    background-color: #7ba2b2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollToTop:hover {
    color: #7ba2b2;
    background-color: #fff;
}
/* nuevos estilos mios */
.colorRojo {
	color: #881232 !important;
}
.colorVerde {
	color: #00798c !important;
}
.colorAzul {
	color: #007bff !important;
}
.colorNegro {
	color: #000000 !important;
}

.icono::before{
display: block;
    content: url(../img/icono.svg);
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.roman {
	list-style: lower-roman;
}
.latin {
	list-style: lower-latin;
}

/* JUMBOTRON */
.jumbotron {
    background-color: #fafafa;
}
.btn-primary {
	font-weight: 100;
    color: #fff !important;
    background-color: #7ba2b2;
	border-color: #7ba2b2;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a8c1ce;
    border-color: #a8c1ce;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a8c1ce;
    border-color: #a8c1ce;
}
/* AREAS */
#areas h3 {
	color:#7ba2b2;
	margin-top: 10px;
}
#areas a{
	color: rgba(0,121,140,1);
}
#areas a:hover{
	color: #7ba2b2;
}

/* BANNER LLAMADA INFO */
#info {
    width: 100%;
    /* float: left; */
    padding-top: 5%;
    padding-bottom: 5%;
    background: url("../img/baners/fondo1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#info h2 {
    font-size: 2rem;
    font-weight: 700;
	padding-top: 15px;
	padding-bottom: 5px;
}
#info p {
	font-size: 1.3rem;
	padding-top: 10px;
}
/* FRANQUICIAS*/
#franquicias img{
	max-width: 60%;
}
/* STARTUPS */
#startups img{
	max-width: 60%;
}
.destacado{
	color:#7ba2b2;
	font-weight: 700;
	font-style: italic;
	font-size: 1.5rem;
	margin-top: 20px;
}
.autor{
	color: #000000;
	font-style: normal;
	font-size: 1rem;
	font-weight: 100;
}
.separador2{
	height: 1px;
	width: 25%;
	background-color: rgba(0,0,0,0.1);
	margin-left: auto;
	margin-right: auto;
}

/**** NOTICIAS ***/
#noticias{
	/*margin-top: 5rem;*/
	margin-bottom: 5rem;
}
#noticias .container{
	max-width: 90% !important;
}
#noticias .slick-slide{
	color: #000000;
	position: relative;
	margin: 25px;
}

.noticia{
	/*display:inline-block;
	width: 30%;
	margin-left:0.8%;
	margin-right:0.8%;*/
	height:auto;
	box-sizing: border-box;
	overflow:hidden;
	position:relative;
	top:0;
	text-align:left;
	}
#noticias .item img{
	width: 100%;
}
#noticias p{
	font-size: 1.2rem;
}
.noticiadetalle p{
	text-align: justify;
}
ol.letras{
	list-style: lower-latin;
}
.noticiasdetalle ol li, .noticiasdetalle ul li{text-align: justify;}
.caption{
	display: block;
	height: 100%;
	float: left;
}
/*.cajaFotoNoticia{
	max-height: 230px;
	overflow: hidden;
}*/
/*.cajaFotoNoticia2{
	max-height: 230px;
	overflow: hidden;
}*/

#noticias h3{
	font-size: 1.5rem;
    margin-bottom: 20px;
}
#noticias h4{
	font-size: 1.3rem;
	font-family: 'museo300';
	color: #881232;
	margin-top: 20px;
	margin-bottom: 15px;
}
#noticias a{
	color: #ce636b;
	font-size: 0.8rem;
}
#noticiasDestacadas h2::after{
	content: '';
	display: block;
	width: 100%;
	height: 20px;
    background-image: url(../img/titulos4.svg);
	background-repeat: no-repeat;
	background-position: left top;

}
#noticiasDestacadas .container{
	padding-left: 0;
	padding-right: 0;
}
    .slick-slide:focus, .slick-slide:active {
      border:none;
	  outline: none;
    }
/* FOOTER */
footer{
	background-color: #00798c;
	color: #ffffff;
}
footer a{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
}
footer a:hover{
	color: #a8c1ce;
}
footer img{
	width: 40%;
}
/* SEPARADOR */
.separador{
	height: 1px;
	width: 40%;
	background-color: #881232;
	margin-left: auto;
	margin-right: auto;
}
.separador1{
	height: 1px;
	width: 40%;
	background-color: #881232;
}

/* PÁGINAS INTERIORES ===========================================================*/
#contenidosInt .jumbotron{
	background-color: #ffffff;
}
.cabeceraInt{
	height: 260px;
}
.fondoInt1{
	background-image: url("../img/cabecerasint/1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt2{
	background-image: url("../img/cabecerasint/2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt3{
	background-image: url("../img/cabecerasint/3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt4{
	background-image: url("../img/cabecerasint/4.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt5{
	background-image: url("../img/cabecerasint/5.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt6{
	background-image: url("../img/cabecerasint/6.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt7{
	background-image: url("../img/cabecerasint/7.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt8{
	background-image: url("../img/cabecerasint/8.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoInt9{
	background-image: url("../img/cabecerasint/9.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.miguitas{
	color: #ffffff;
	background-color: #00798c;
	line-height: 2.2rem;
}
.miguitas a{
	color: #b1c3cf;
}
.miguitas a:hover{
	color: #fefefe;
	text-decoration: underline;
}
/* LINKS NAVEGACIÓN INFERIOR */
#navegacionInf a{
	color:#00798c;
	font-weight: 600;
}
#navegacionInf a:hover{
	color:#a8c1ce;
	font-weight: 600;
}
/* EQUIPO */
.equipo{
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all  0.5s ease-in;
    -ms-transition: all  0.5s ease-in;
    -o-transition: all  0.5s ease-in;
    transition: all  0.5s ease-in;

}
.equipo img{
	max-width: 74%;
}
.equipo h4{
	font-size: 1.4rem;
}
.equipo h5{
	font-size: 1.1rem;
}
.equipo i{
	width: 50px;
	text-align: center;
}
.equipo a{
	font-size: 1rem;
	font-weight: 700;
	color: #00798c;
	text-decoration: none;
}
.equipo a:hover{
	color: #333333;
	text-decoration: none;
}
.btn1 {
	display: block;
    width: 100%;
    color: #ffffff !important;
    font-weight: 100 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background-color: #00798c;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 0;
}
.btn1:hover {
    color: #212529;
    text-decoration: none;
}
#currJS, #currSara{
	display: none;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all  0.5s ease-in;
    -ms-transition: all  0.5s ease-in;
    -o-transition: all  0.5s ease-in;
    transition: all  0.5s ease-in;
}
/* AVISO LEGAL */
h1 sup{
	font-size: 40% !important;
}
/* POLÍTICA DE PRIVACIDAD */
table p, table ul li{
	font-size: 0.9rem;
}
#responsable, #finalidad, #base, #categorias, #plazo, #ejercer{
	position: absolute;
	margin-top: -90px;
}

/*** COOKIES NUEVAS **/
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
	    background-color: #7ba2b2 !important;
    border: 1px solid #7ba2b2 !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
	
	background-color: #7ba2b2 !important;
    border: 1px solid #7ba2b2 !important;
}

#CybotCookiebotDialogBody{max-width: 940px !important;}
#CybotCookiebotDialogPoweredbyLink{display: none;}
#CybotCookiebotDialogBodyContent{padding: 12px 0 8px 0px !important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{float:none !important;text-align: center;}
#CybotCookiebotDialogBodyLevelButtons{margin-left:0px !important; margin-right: 0px !important;}
#CybotCookiebotDialogBodyLevelButtonsSelectPane{border-radius: 0px 0 0 0px !important;}
#CybotCookiebotDialogDetailBody{max-width: 938px !important;}



/*** COOKIES NUEVAS **/

/* MEDIAS RESPONSIVE ============================================================*/
@media (min-width: 577px) {
/* REDISEÑO DE ETIQUETAS */
h1{
	font-size: 2.5rem;
}
/* BOTON CIRCULAR SCROLL TO TOP */
.scrollToTop {
    bottom: 85px;
}
/* CABECERA */
.cabeceraSup{
	font-size: .9rem;
}
/* BARRA DE NAVEGACIÓN */
/* BOTÓN MENÚ CERRADO*/
.navbar-light .navbar-toggler {
	font-size: 1.25rem;
}
	.navbar-collapse {
    background-color: #00798c;
    padding: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
	}
/* SLIDER */
.item h1, .item h2{
	font-size: 3rem;
	padding-right: 10%;
}
/* BANNER AYUDARLE */
#info h2 {
    font-size: 2.5rem;
}
#info p {
	font-size: 1.6rem;
}
/* JUMBOTRON */
	.jumbotron {
    padding-top: 3rem !important;
	padding-bottom: 2rem !important;
}
	/* FRANQUICIAS*/
#franquicias img{
	max-width: 100%;
}
/* STARTUPS */
#startups img{
	max-width: 100%;
}

}
@media (min-width: 769px) {
/* SLIDER */
.item h1, .item h2{
	padding-right: 0%;
}
/* BANER AYUDARLE */
#info {
    padding-top: 4.5%;
    padding-bottom: 4%;
}
#info h2 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#info p {
	padding-top: 0px;
}
/* LOGOTIPO PIE */
footer img{
	width: 30%;
}

}
@media (min-width: 993px) {
/* SCROLL TO TOP*/
.scrollToTop {
    bottom: 20px;
}
/* LOGOTIPO PIE */
footer img{
	width: 100%;
}
/* MENU PRINCIPAL */
.nav-item {
    font-size: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
}
/* POLÍTICA DE PRIVACIDAD */
table p, table ul li{
	font-size: 1.2rem;
}

}
@media (min-width: 992px) {
/* MENÚ DESPLEGABLE */
.navbar-collapse {
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
	/* MENÚ DESPLEGABLE */
.navbar-collapse.show {
	margin-top: 0px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #953039;
}
.dropdown-item.active, .dropdown-item:active {
    color: #953039;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #953039;
    text-decoration: none;
    background-color: #ffffff;
}

/* BARRA DE NAVEGACIÓN */
nav {
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

}
.navbar{
	height: 130px;
	max-height: 130px;
	z-index: 999;
	background-color: #ffffff;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

}
.navbar-brand {
    padding-bottom: 0;
	max-width: 70%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

}
.navbar-brand img{
	/*width: 250px;*/
	max-height: 95%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

}
.navbar .active a{
	color: #881232 !important;
}
/* BARRA NAVEGACIÓN */
.nav-item{
	color: #666666;
}
#navbarSupportedContent ul li ul {
	position: absolute;
	top: 75px;
	opacity: 0;
    max-height: 0;
    overflow: hidden;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #881232;
	list-style: none;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

	z-index: 4;
	border-radius: 15px;
}
#navbarSupportedContent ul li ul::before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #881232;
    margin: 0 auto;
    /*opacity: 0;*/
    display: block;
    position: absolute;
	left: 30px;
    top: -8px;
}

#navbarSupportedContent ul li:hover ul {
max-height: 1000px;
	top: 42px;
	opacity: .95;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all  0.2s ease-in;
    -ms-transition: all  0.2s ease-in;
    -o-transition: all  0.2s ease-in;
    transition: all  0.2s ease-in;

	overflow: visible;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 0.95rem;
    color: #000000;
    font-weight: 100;
    padding-right: .35rem;
    padding-left: .35rem;
}
.navbar-nav ul li a {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 100;
}
.navbar-collapse {
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #666666;
    text-decoration: none;
    background-color: #ffffff;
}

}
@media (min-width: 1050px) {
/* MENÚ PRINCIPAL */
.nav-item {
    font-size: 1.05rem;
}
	.navbar-nav ul li a {
    font-size: 1.14rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.05rem;
    padding-right: .35rem;
    padding-left: .35rem;
}
}

@media (min-width: 1201px) {
/* MENÚ PRINCIPAL */
.nav-item {
    font-size: 1.1rem;
}
.navbar-nav ul li a {
    font-size: 1.25rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding-right: .6rem;
    padding-left: .6rem;
}
/* FRANQUICIAS*/
#franquicias img{
	max-width: 80%;
}
/* STARTUPS */
#startups img{
	max-width: 80%;
}

}



