/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*ESTILOS GENERALES*/

::-moz-selection {
	background-color:#00ACBC;
	color:#fff;
	}
	
::selection {
	background-color:#E9E9E9;
	color:#FF2536;
	}
	
::-webkit-scrollbar {
	width: 10px;
	}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
	background-color:#fff;
	}

::-webkit-scrollbar-thumb { /*barra-scroll*/
	background-color: #FFD501;
	}
	
::-webkit-scrollbar-thumb:hover {
	background-color:#E5C000;
	}
	
body {
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
	}
	
a {
	text-decoration:none;	
		
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	}
	
* {	
	box-sizing:border-box; 
	}

.letra-cursiva {
	font-family: 'Kaushan Script', cursive;
	}

/*MENU*/

#menu-responsive {
	display:none;
	}

.menu-empresas {
	 margin-top:-6px;
	 }
	 
#menu-escritorio {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90px;
	background-image:url(../imagenes/colores.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	 background-size: 100% 6px;
	 text-align:center;
	 padding-top:50px;
	z-index:1000;
	}
	
#menu-escritorio li {
	display:inline;
	position:relative;
	}
	
#menu-escritorio li a {
	color:#FFE563;
	padding:20px 30px;
	font-size:16px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border-bottom:2px solid rgba(240,4,45,0.0);
	}
	
#menu-escritorio li a:hover {
	border-bottom:2px solid rgba(240,4,45,1.00);
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.0);	
	}
	
#menu-escritorio li ul {
	display:none;
	}
	
	
#menu-escritorio li:hover ul {
	display:inline;
	width:250px;
	position:absolute;
	top:40px;
	left:0;
	}
	
#menu-escritorio li:hover ul li {
	display:block;
	}
	
#menu-escritorio li:hover ul li a {
	position:relative;
	float:left;
	background-color:rgba(255,37,54,1.00);
	width:100%;	
	height:60px;
	}
	
#menu-escritorio li:hover ul li a:hover {
	background-color:rgba(255,37,54,0.5);
	color:#fff;
	}
	
	
/*FOOTER*/

footer {
	width:100%;
	height:450px;
	background-image:url(../imagenes/footer-1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	clear:both;
	}
	
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 50px;
  display: none;
  background-color:#FF2536;
  background-image:url(../imagenes/go-to-top.png);
  background-position:center center;
  background-repeat:no-repeat;
  z-index:1000;
}
	
footer section {
	width:900px;
	height:450px;
	font-size:16px;
	padding-top:7%;
	background-image:url(../imagenes/footer-2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
	float:right;
	}
	
footer section p {	
	color:#FF2536;
	margin-bottom:15px;
	}
	
footer section p a:hover {
	opacity:0.5;
	}
	
footer section p span {
	color:#92A10E;
	}
	
footer section h5 {
	margin-top:40px;
	}
	
footer section h5 a {
	color:#92A10E;
	}
	
footer section h5 a span {
	color:#FF2536;
	}
	
footer section h5 a:hover {
	color:#FF2536;
	}



/*HOME*/

#texto {
	width:80%;
	text-align:center;
	font-size:100px;
	color:white;
	position:absolute;
	left:10%;
	top:350px;	
	font-family: 'Kaushan Script', cursive;
	text-shadow:2px 2px 4px rgba(0,0,0,0.6);
	}
	
#texto figure {
	width:250px;
	height:250px;
	background-image:url(../imagenes/sanbombas-ideas-y-experiencias.png);
	background-size:80%;
	background-position:center center;
	background-repeat:no-repeat;
	margin:auto;
	background-color:rgba(255,255,255,0.9);
	border-radius:50%;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	margin-top:50px;
	}


/*SCROLL DOWN*/

#section1 {
  position: relative;
  height: 100vh;
  background-position:center center;
  background-size:cover;
  background-attachment:fixed;
  border-bottom:1px solid #FF2536;
}

#section1 figcaption {
	width:40%;
	height:100%;
	float:right;
	background-color:rgba(255,37,54,0.8);
	color:#fff;
	padding:8% 5%;
	}
	
#section1 figcaption img {
	text-align:center;
	}
	
#section1 figcaption h1 {
	letter-spacing:1px;
	font-size:22px;
	line-height:40px;
	font-weight:800;
	border-bottom:1px dotted #fff;
	}
	
	
#section1 figcaption h2 {
	font-size:50px;
	margin:30px 0;
	} 
	
#section1 figcaption p {
	font-size:20px;
	line-height:35px;
	font-weight:300;
	}


#section2{
  height: 100vh;
}

#scrollDown {
  position: absolute;
  border-top:1px solid rgba(255,255,255,1.00);
  width:30px;
  height:45px;
  padding: 2px 0px;
  bottom: 3vh;
  margin-left:80%;
  transform: translateX(-50%);
}

#scrollDown #rond {	
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff; 

  margin: 0 auto;
  animation: anim1 1.5s infinite;
}

@keyframes anim1 {
    0%
    { 
        margin-top: 0px;
        opacity: 0;
    }
    100%
    { 
        margin-top: 20px;
        opacity: 1;
    }
}


/*EL ALMA DE SAN BOMBAS*/

.portada-juliana {
	background-image:url(../imagenes/juliana.jpg);
	}
	
#contenido-el-alma-sanbombas article {
	position:relative;
	float:left;
	width:50%;
	height:700px;
	padding:6% 10%;
	}
	
#contenido-el-alma-sanbombas article h2 {
	font-family: 'Kaushan Script', cursive;
	font-size:45px;
	margin-bottom:40px;
	}
	
#contenido-el-alma-sanbombas article p {
	font-size:18px;
	line-height:30px;
	text-align:justify;
	margin-bottom:30px;
	font-weight:300;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) {
	width:100%;
	height:auto;
	padding:200px 0;
	background-image:url(../imagenes/juliana-molano.jpg);
	background-position:center center;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) p {
	font-size:20px;
	line-height:40px;
	text-align:justify;
	max-width:1024px;
	margin:auto;
	color:#FF2536;
	margin-bottom:30px;
	font-weight:300;
	}
	
#contenido-el-alma-sanbombas article:nth-child(2) {
	background-color:#FFD501;
	color:#3D4405;
	}
	
	
#contenido-el-alma-sanbombas article:nth-child(3) {
	color:#FF2536;
	}
	
#contenido-el-alma-sanbombas article:nth-child(4) {
	background-image:url(../imagenes/juliana-sanbombas.jpg);
	background-position:center center;
	background-size:cover;
	}
	
#contenido-el-alma-sanbombas article:nth-child(5) {
	background-color:#FF2536;
	color:#fff;
	}
	
.boton-mas-sanbombas {
	width:550px;
	height:200px;
	margin:auto;
	text-align:center;
	position:relative;
	clear:both;
	background-image:url(../imagenes/flecha.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
.boton-mas-sanbombas a {
	color:#FF2536;
	font-family: 'Kaushan Script', cursive;
	font-size:50px;
	line-height:200px;
	padding:20px;
	}
	
.boton-mas-sanbombas a:hover {
	color:#92A10E;
	letter-spacing:1px;
	}
	
/*RAZON DE SER*/

.portada-sanbombas {
	background-image:url(../imagenes/sanbombas-razon-de-ser.jpg);
	}
	
#contenido-razon-de-ser article:nth-child(1) {
	width:100%;
	padding:10% 0;
	background-image:url(../imagenes/razon-de-ser.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	border-bottom:1px solid #92A10E;
	}
	
#contenido-razon-de-ser article:nth-child(1) p {
	color:#FF2536;
	width:400px;
	font-size:20px;
	line-height:40px;
	font-weight:400;
	margin-left:70%;
	text-align:right;
	}
	
#contenido-razon-de-ser article:nth-child(1) p span {
	font-size:40px;
	line-height:50px;
	}
	
#contenido-razon-de-ser article:nth-child(2) {
	width:1280px;
	margin:auto;
	}
	
#contenido-razon-de-ser article:nth-child(2) h2 {
	font-size:50px;
	text-align:center;
	color:#FF2536;
	margin:50px 0;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption {
	width:345px;
	height:345px;
	position:relative;
	float:left;	
	margin:40px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;	
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption h3 {
	font-size:25px;
	line-height:30px;
	margin-bottom:10px;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(even) {
	background-image:url(../imagenes/figcaption-1.png);
	color:#92A10E;
	font-size:16px;
	line-height:20px;
	padding:9% 4%;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(odd) {
	background-image:url(../imagenes/figcaption-2.png);
	color:#FF2536;
	font-size:18px;
	line-height:25px;
	padding:9% 5%;
	}
	
/*RESPONSABILIDAD SOCIAL*/

.portada-responsabilidad-social {
	background-image:url(../imagenes/responsabilidad-social.jpg);
	}	
	
#contenido-responsabilidad-social article {
	position:relative;
	float:left;
	width:50%;
	height:500px;
	padding:6% 10%;
	}
	
#contenido-responsabilidad-social article p {
	font-size:18px;
	line-height:30px;
	text-align:justify;
	margin-bottom:30px;
	font-weight:300;
	}
	
#contenido-responsabilidad-social article:nth-child(1) {
	width:100%;
	height:auto;
	padding:200px 0;
	background-image:url(../imagenes/responsabilidad-social-3.jpg);
	background-position:center center;
	}
	
#contenido-responsabilidad-social article:nth-child(1) p {
	font-size:20px;
	line-height:40px;
	text-align:justify;
	width:70%;
	margin:auto;
	color:#FF2536;
	margin-bottom:30px;
	font-weight:300;
	}
	
#contenido-responsabilidad-social article:nth-child(1) p span {
	color:#5C6608;
	}
	
#contenido-responsabilidad-social article:nth-child(2) {
	background-color:#FFD501;
	color:#3D4405;
	}
	
	
#contenido-responsabilidad-social article:nth-child(3) {
	background-image:url(../imagenes/responsabilidad-social-1.jpg);
	background-size:cover;
	background-position:center center;
	}
	
#contenido-responsabilidad-social article:nth-child(4) {
	background-image:url(../imagenes/responsabilidad-social-2.jpg);
	background-position:center center;
	background-size:cover;
	}
	
#contenido-responsabilidad-social article:nth-child(5) {
	background-color:#FF2536;
	color:#fff;
	}
	
#contenido-responsabilidad-social article:nth-child(5) h2 {
	font-size:40px;
	line-height:50px;
	margin-bottom:15px;
	}
	
/*SAN BOMBAS EMPRESAS Y PERSONAS*/

#tab-nuestro-proceso {
	width:80%;
	margin:auto;
	height:750px;
	background-image:url(../imagenes/straws.png);
	box-shadow:5px 5px 25px rgba(0,0,0,0.2);
	}

#tab-nuestro-proceso h1 {
  font-size: 50px;
  line-height:150px;
  text-align:center;
  width:100%;
  height:150px;
}

#tab-nuestro-proceso h2 {
  font-size: 20px;
  line-height:30px;
  font-weight:300;
  text-align:center;
  width:100%;
  height:100px;
  }
  
 .proceso-personas {
	 color:#FF2536;
	 }
 
 .proceso-empresas {
	 color:#0069A4;
	 }

.tab-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type="radio"][name="tabs"] {
  position: absolute;
  z-index: -1;
}
input[type="radio"][name="tabs"]:checked + .tab-label-content label {
  color: #FF2536;
}
input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
  display: block;
}
input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
  left: calc((100% / 3) * 0);
}
input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
  left: calc((100% / 3) * 1);
}
input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
  left: calc((100% / 3) * 2);
}

input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
  left: 0;
}

label {
  cursor: pointer;
  font-weight:800;
  font-size:40px;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 80px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
}

.label1 {
	color:#FFD501;
	border-bottom:1px solid #FFD501;
	}
	
.label1:hover {
	color:#FF9E01;	
	}
	
.label2 {
	color:#FF9E01;
	border-bottom:1px solid #FF9E01;
	}
	
.label2:hover {
	color:#FF4801;	
	}	
	
.label3 {
	color:#008C99;
	border-bottom:1px solid #008C99;
	}
	
.label3:hover {
	color:#005B64;
	}

.slide {
  background: #FF2536;
  width: calc(100% / 3);
  height: 15px;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.tab-label-content {
  width: 100%;
}
.tab-label-content .tab-content {
  position: absolute;
  top: 80px;
  left:0; 
  display: none;
  width: 100%;
  height:400px;
}

.tab-label-content .tab-content figure,
.tab-label-content .tab-content figcaption {
	position:relative;
	float:left;	
	height:400px;
	}
	
.tab-label-content .tab-content figure {
	text-align:center;
	padding-top:5%;
	width:40%;
	}
	
.tab-label-content .tab-content figcaption {
	width:60%;
	font-size:18px;
	line-height:38px;
	padding:8% 10% 0 0;
	font-weight:300;
	}
	
.texto-verde {
	color:#535C08;
	}
	
.texto-azul {
	color:#0B354D;
	}
	
	
/*SAN BOMBAS EMPRESAS*/

.fondo-sanbombas-empresas {
	background-image:url(../imagenes/colores-2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:7%;
	}
	
.ideas-y-experiencias {
	width:250px;
	height:250px;
	margin:auto;
	background-color:#fff;
	border-radius:50%;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	background-image:url(../imagenes/sanbombas-ideas-y-experiencias.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
	margin-bottom:50px;
	}
	
.banner-marcas-aliadas {
	width:100%;
	height:400px;
	}
	
/*slider aliados*/	
	
#marcas {
	padding:50px 0;
	width:80%;
	margin:auto;
	}	
	
#marcas h2 {
	text-align:center;
	color:#00ACBC;
	font-size:50px;
	margin-bottom:50px;
	}

#contenedor-slider-proveedores {
	width:100%;
	margin:auto;
	padding:50px 30px 30px 30px;
	border:1px solid rgba(61,90,100,0.3);
	}

#slider-proveedores {
	margin:auto;
	width:100%;
	height:100px;
	padding:0 70px;
	}

#flexiselDemo1 {
	display:none;
	}

.nbs-flexisel-container {
    position:relative;
    width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
	 
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    max-width:200px;
    max-height:77px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 50px;
    height: 100px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -50px;
    background:url(../imagenes/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -50px;
    background:url(../imagenes/button-next.png) no-repeat;
}
	
/**/
	
	

/*SAN BOMBAS PERSONAS*/

.fondo-sanbombas-personas {
	background-image:url(../imagenes/personas.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:40%;
	}
	


/*MEDIA QUERY********************
****************************************************************************/

/*1366*/	
@media screen and (max-width:1440px) {
	
#menu-escritorio {
	height:70px;
	padding-top:40px;
	}
		
/*home*/
	
#p1 { 
background-image:url(../imagenes/1-1366.jpg);
}

#p2 { 
background-image:url(../imagenes/2-1366.jpg);
}

#p3 { 
background-image:url(../imagenes/3-1366.jpg);
}

#p4 { 
background-image:url(../imagenes/4-1366.jpg);
}

#p5 { 
background-image:url(../imagenes/5-1366.jpg);
}
	
#texto {
	font-size:80px;
	top:250px;	
	}
	
#texto figure {
	width:150px;
	height:150px;
	}

#ss-pager {
	height:100px;
	top:300px;
	}
	
#ss-pager #next,
#ss-pager #prev {	
	width:100px;
	height:100px;
	}

/*SCROLL DOWN*/

#section1 figcaption img { 
	width:40%;
	}
	
#section1 figcaption h1 {
	font-size:18px;
	line-height:30px;
	}	
	
#section1 figcaption h2 {
	font-size:40px;
	margin:25px 0;
	} 
	
#section1 figcaption p {
	font-size:18px;
	line-height:30px;
	}


/*EL ALMA DE SAN BOMBAS*/

#contenido-el-alma-sanbombas article {
	padding:6% 8%;
	}
	
#contenido-el-alma-sanbombas article p {
	font-size:16px;
	line-height:30px;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) {
	background-image:url(../imagenes/juliana-molano-1366.jpg);
	}
	
/*RAZON DE SER*/

#contenido-razon-de-ser article:nth-child(1) p {
	font-size:18px;
	line-height:35px;
	margin-left:60%;
	}
	
#contenido-razon-de-ser article:nth-child(1) p span {
	font-size:35px;
	}
	
#contenido-razon-de-ser article:nth-child(2) {
	width:850px;
	}
	
#contenido-razon-de-ser article:nth-child(2) h2 {
	font-size:40px;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(even) {
	padding:15% 4%;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(odd) {
	padding:15% 5%;
	}
	
/*SAN BOMBAS EMPRESAS*/

.fondo-sanbombas-empresas {
	background-image:url(../imagenes/colores-2-1366.jpg);
	padding-top:8%;
	}
	
.ideas-y-experiencias {
	width:200px;
	height:200px;
	background-size:90%;
	}
	
/*SAN BOMBAS PERSONAS*/

.fondo-sanbombas-personas {
	background-image:url(../imagenes/personas-1366.jpg);
	}
	
/*SAN BOMBAS EMPRESAS Y PERSONAS*/

#tab-nuestro-proceso {	
	height:600px;
	}
	
#tab-nuestro-proceso h1 {
  font-size: 40px;
  line-height:100px;
  height:100px;
}

#tab-nuestro-proceso h2 {
  font-size:18px;
  }
  
/*RESPONSABILIDAD SOCIAL*/
  
 #contenido-responsabilidad-social article:nth-child(1) {
	padding:150px 0;
	}
	
/*footer*/

footer {
	height:400px;
	background-image:url(../imagenes/footer-1-1366.jpg);
	}
	
footer section {
	width:600px;
	height:400px;
	font-size:15px;
	background-image:url(../imagenes/footer-2-1366.jpg);
	}
	
footer section p {	
	margin-bottom:12px;
	}
	
footer section h5 {
	margin-top:30px;
	}
	
	
}


/*1024*/	
@media screen and (max-width:1100px) {
	
/*MENU*/

#menu-escritorio {
	height:90px;
	padding-top:40px;
	}
	
#menu-escritorio li a {
	color:#FFE563;
	padding:20px 15px;
	font-size:14px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(240,4,45,0.0);
	}
	
#menu-escritorio li a:hover {
	border-bottom:1px solid rgba(240,4,45,1.00);
	}
	
	
#menu-escritorio li:hover ul {
	width:200px;
	top:35px;
	}
	
#texto {
	font-size:70px;
	top:200px;	
	}

#ss-pager {
	height:80px;
	top:300px;
	}
	
#ss-pager #next,
#ss-pager #prev {	
	width:80px;
	height:80px;
	}
	
#ss-pager #next:hover,
#ss-pager #prev:hover {	
	top:-10px;
	}
	
/*SCROLL DOWN*/

#section1 figcaption img {
	width:60%;
	}
	
#section1 figcaption h1 {
	font-size:16px;
	}	
	
#section1 figcaption h2 {
	font-size:35px;
	} 
	
#section1 figcaption p {
	font-size:16px;
	line-height:26px;
	}
	
/*EL ALMA DE SAN BOMBAS*/

#contenido-el-alma-sanbombas article:nth-child(1) {
	padding:150px 0;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) p {
	font-size:18px;
	line-height:35px;
	width:80%;
	}

#contenido-el-alma-sanbombas article {
	height:600px;
	padding:6%;
	}
	
#contenido-el-alma-sanbombas article h2 {
	font-size:36px;
	}
	
#contenido-el-alma-sanbombas article p {
	line-height:24px;
	}
	
.boton-mas-sanbombas {
	width:450px;
	height:150px;
	}
	
.boton-mas-sanbombas a {
	font-size:40px;
	line-height:120px;
	}
	
/*razón de ser*/

#contenido-razon-de-ser article:nth-child(1) {
	background-image:url(../imagenes/razon-de-ser-1100.jpg);
	}
	
#contenido-razon-de-ser article:nth-child(1) p {
	width:350px;
	font-size:16px;
	line-height:30px;
	margin-left:60%;
	}
	

 /**TAB PROCESO-PERSONAS Y EMPRESAS*/
 
.fondo-sanbombas-empresas {
	background-image:url(../imagenes/colores-2-1366.jpg);
	padding-top:12%;
	}
	
 #tab-nuestro-proceso {
	width:90%;
	}
	
#tab-nuestro-proceso h2 {
  font-size:18px;
  padding:0 18%;
  } 
 
label {
  font-size:30px;
  height: 60px;
}


.slide {
  height: 10px;
}

.tab-label-content .tab-content {
  top: 60px;
  height:300px;
}

.tab-label-content .tab-content figure,
.tab-label-content .tab-content figcaption {
	height:300px;
	}
	
.tab-label-content .tab-content figure img {
	width:50%;
	}
	
.tab-label-content .tab-content figcaption {	
	font-size:16px;
	line-height:36px;	
	}
	
/*RESPONSABILIDAD SOCIAL*/

#contenido-responsabilidad-social article:nth-child(1) p {
	font-size:18px;
	line-height:38px;
	}
	
#contenido-responsabilidad-social article p {
	font-size:16px;
	line-height:26px;
	}
	
#contenido-responsabilidad-social article:nth-child(5) h2 {
	font-size:35px;
	line-height:40px;
	}
	
/*footer*/

footer section {
	width:450px;
	}
	
}


/*768*/	
@media screen and (max-width:800px) {
	
#menu-escritorio {
	display:none;
	}

#menu-responsive {
	display:block;
	}
	
#texto {
	width:60%;
	left:20%;
	font-size:50px;
	top:40%;
	}

/*SCROLL DOWN*/

#section1 figcaption {
	width:45%;
	padding:25% 5%;
	}

#section1 figcaption img { 
	width:80%;
	}
		
#section1 figcaption h2 {
	font-size:40px;
	line-height:50px;
	} 
	
	
/*footer*/

footer {
	height:400px;
	background-image:none;
	}
	
footer section {
	padding-top:12%;
	width:100%;
	padding-left:13%;
	}
	
.scrollup {
  width: 40px;
  height: 40px;
  right: 0px;
  background-size:60%;
}
	

/*EL ALMA DE SAN BOMBAS*/

.portada-juliana {
	background-image:url(../imagenes/juliana-molano-768.jpg);
	}
	
#contenido-el-alma-sanbombas article {
	width:100%;
	height:auto;
	padding:15%;
	}
	
#contenido-el-alma-sanbombas article:nth-child(4) {
	height:450px;
	}
	
	
/*NUESTRA RAZÓN DE SER*/

#contenido-razon-de-ser article:nth-child(1) {
	background-image:url(../imagenes/razon-de-ser-768.jpg);
	background-size:100%;
	background-attachment:scroll;
	}
	
#contenido-razon-de-ser article:nth-child(1) p {
	width:50%;
	font-size:16px;
	line-height:26px;
	margin-left:50%;
	background-color:rgba(255,255,255,0.6);
	padding:7%;
	border-radius:5px;
	}
	
#contenido-razon-de-ser article:nth-child(1) p  span {
	font-size:24px;
	line-height:30px;
	}
	
#contenido-razon-de-ser article:nth-child(2) {
	width:345px;
	margin:auto;
	}
	
#contenido-razon-de-ser article:nth-child(2) h2 {
	font-size:35px;
	line-height:40px;
	margin:50px 0;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption {
	width:345px;
	height:345px;
	position:relative;
	margin:20px 0;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption h3 {
	font-size:25px;
	line-height:30px;
	margin-bottom:10px;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(even) {
	padding:35% 15%;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(odd) {
	padding:35% 15%;
	}
	
/*RESPONSABILIDAD SOCIAL*/


#contenido-responsabilidad-social article {
	width:100%;
	height:auto;
	padding:15%;
	}
	
#contenido-responsabilidad-social article p {
	font-size:18px;
	line-height:30px;
	text-align:left;
	}
	
#contenido-responsabilidad-social article:nth-child(1) {
	padding:100px 0;
	}
	
#contenido-responsabilidad-social article:nth-child(1) p {
	font-size:18px;
	line-height:30px;
/*	width:70%;*/
	}	
	
#contenido-responsabilidad-social article:nth-child(3),
#contenido-responsabilidad-social article:nth-child(4) {
	padding:22%;
	}
	
/*EMPRESAS*/

.fondo-sanbombas-empresas {
	background-image:url(../imagenes/colores-2-768.jpg);
	background-size:100%;
	padding-top:5%;
	}
	
.ideas-y-experiencias {
	width:180px;
	height:180px;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	}
	
/*personas*/

.fondo-sanbombas-personas {
	background-image:url(../imagenes/personas-768.jpg);
	background-size:100%;
	}
	
	
/*SAN BOMBAS EMPRESAS Y PERSONAS*/

#tab-nuestro-proceso {
	height:600px;
	}

#tab-nuestro-proceso h1 {
	font-size: 40px;
	line-height:100px;
	height:100px;
	}

#tab-nuestro-proceso h2 {
	font-size: 16px;
	line-height:30px;
	height:80px;
	padding:0 40px;
	}
  
label {
	font-size:25px;
	height: 60px;
	}

.slide {
	height: 8px;
	}


.tab-label-content .tab-content {
  top: 60px;
  height:350px;
}

.tab-label-content .tab-content figure,
.tab-label-content .tab-content figcaption {
	height:350px;
	}
	
.tab-label-content .tab-content figcaption {
	font-size:16px;
	line-height:30px;
	}
	
}

/*480*/	
@media screen and (max-width:600px) {
	
#texto {
	font-size:30px;
	line-height:35px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
	}
	
#marcas h2 {
	font-size:30px;
	}
	
/*SCROLL DOWN	*/

#section1 {
	overflow:hidden;
	}

#section1 figcaption {
	width:100%;
	height:100%;
	background-color:rgba(255,37,54,0.7);
	padding:40% 10%;
	}
	
#section1 figcaption img {
	width:50%;
	}
	
#section1 figcaption h1 {
	letter-spacing:0px;
	font-size:18px;
	line-height:30px;
	}	
	
#section1 figcaption h2 {
	font-size:35px;
	line-height:40px;
	margin:20px 0;
	} 
	
#section1 figcaption p {
	font-size:18px;
	line-height:28px;
	}
	
#scrollDown {
  margin-left:50%;
	}
	
/*el alma de san bombas*/
	
#contenido-el-alma-sanbombas article {
	padding:15% 12%;
	}
	
#contenido-el-alma-sanbombas article h2 {
	font-size:35px;
	margin-bottom:40px;
	}
	
#contenido-el-alma-sanbombas article p {
	font-size:16px;
	line-height:30px;
	text-align:left;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) {
	background-size:100%;
	background-image:url(../imagenes/juliana-molano-480.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	padding:70px 30px;
	}
	
#contenido-el-alma-sanbombas article:nth-child(1) p {
	text-align:left;
	}
	
#contenido-el-alma-sanbombas article:nth-child(4) {
	background-image:url(../imagenes/juliana-molano-colina.jpg);
	}
	
.boton-mas-sanbombas {
	width:320px;
	}
	
.boton-mas-sanbombas a {
	font-size:28px;
	}
	
.boton-mas-sanbombas a:hover {
	letter-spacing:0px;
	}
	
/*nuestra razón de ser*/

.portada-sanbombas {
	background-image:url(../imagenes/sanbombas-razon-de-ser-480.jpg);
	}

#contenido-razon-de-ser article:nth-child(1) {
	background-size:cover;
	padding:0;
	}
	
#contenido-razon-de-ser article:nth-child(1) p {
	width:100%;
	font-size:17px;
	line-height:30px;
	margin-left:0;
	background-color:rgba(255,255,255,0.7);
	padding:20% 13%;
	border-radius:0;
	color:#555F00;
	text-align:center;
	}
	
/*responsabilidad social*/

#contenido-responsabilidad-social article:nth-child(5) h2 {
	font-size:30px;
	line-height:40px;
	}
	
#contenido-responsabilidad-social article p {
	font-size:16px;
	line-height:26px;
	}
	
	
/*EMPRESAS*/

.fondo-sanbombas-empresas {
	padding-top:8%;
	}
	
.ideas-y-experiencias {
	width:150px;
	height:150px;
	}
		
	
/*personas*/


	
/*SAN BOMBAS EMPRESAS Y PERSONAS*/

#tab-nuestro-proceso {
	height:550px;
	}

#tab-nuestro-proceso h1 {
	font-size: 30px;
	line-height:60px;
	height:60px;
	}

#tab-nuestro-proceso h2 {
	line-height:25px;
	height:100px;
	}
  
label {
	font-size:20px;
	height:40px;
	}

.slide {
	height: 6px;
	}
	
.tab-label-content .tab-content {
	margin-top:-20px;
	}

.tab-label-content .tab-content figcaption.processo-paso-1 {
	font-size:15px;
	line-height:25px;
	}
	
	
	
}

/*360*/	
@media screen and (max-width:400px) {
	

#texto {
	font-size:20px;
	line-height:25px;
	}
	
	
#section1 figcaption {
	padding:25% 10%;
	}	
	
#section1 figcaption img {
	width:50%;
	}
	
#section1 figcaption h1 {
	letter-spacing:0px;
	font-size:18px;
	line-height:30px;
	}	
	
#section1 figcaption h2 {
	font-size:30px;
	line-height:35px;
	margin:10px 0;
	} 
	
#section1 figcaption p {
	font-size:16px;
	line-height:26px;
	}

footer section {
	padding-top:25%;
	padding-left:10%;
	background-size:80%;
	}	

#contenido-el-alma-sanbombas article:nth-child(1) p {
	font-size:16px;
	line-height:30px;
	}
	
	
#contenido-razon-de-ser article:nth-child(1) p {
	width:100%;
	font-size:16px;
	line-height:26px;
	padding:20% 12%;
	}
	
#contenido-razon-de-ser article:nth-child(2) {
	width:300px;
	}
	
#contenido-razon-de-ser article:nth-child(2) h2 {
	font-size:30px;
	line-height:35px;
	margin:50px 0;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption {
	width:300px;
	height:300px;
	margin:15px 0;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption h3 {
	font-size:18px;
	line-height:25px;
	margin-bottom:10px;	
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption p {
	font-size:14px;
	line-height:18px;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(even) {
	padding:34% 12%;
	background-size:100%;
	}
	
#contenido-razon-de-ser article:nth-child(2) figcaption:nth-child(odd) {
	padding:34% 12%;
	background-size:100%;
	}
	
#contenido-responsabilidad-social article:nth-child(1) {
	padding:70px 0;
	}
	
#contenido-responsabilidad-social article:nth-child(1) p {
	font-size:16px;
	line-height:28px;
	text-align:center;
	}
	
	
/*EMPRESAS*/

.fondo-sanbombas-empresas {
	padding-top:8%;
	}
	
.ideas-y-experiencias {
	width:120px;
	height:120px;
	margin-bottom:20px;
	}
	
/*TAB PROCESO EMPRESAS PERSONAS */

#tab-nuestro-proceso {
	height:600px;
	}
	
#tab-nuestro-proceso h2 {
	font-size: 15px;
	line-height:22px;
	height:95px;
	padding:0 25px;
	}
	
.tab-label-content .tab-content figure {
	text-align:center;
	width:100%;
	height:auto;
	padding:15px 0 0 0 ;	
	}
	
.tab-label-content .tab-content figure img {
	width:30%;
	}
	
.tab-label-content .tab-content figcaption {
	width:100%;
	height:auto;
	padding:0 40px;
/*	font-size:18px;
	line-height:38px;
	padding:8% 10% 0 0;
	font-weight:300;*/
	}
	
	
	
}










