@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 13px;
	color: #646464;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	}


body{
	/*overflow: hidden;*/
	}



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, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}



h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;	
}

h1{
	font-weight: 900;
}

.vertical-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}





/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#subir {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #002e4d;
    border: 3px solid #002e4d;
    padding: 15px 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#subir:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

#subir:hover{
	background-color: transparent;
}


#subir:hover:after {
    color: #002e4d;
}


/*HEADER --------------------------------------*/
header{
	padding: 20px 30px 10px;
}

nav{
	padding-top: 37px;
}

nav li a{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #002E4D;
    text-transform: uppercase;
    padding: 11px 18px!important;
}


.navbar-brand {
    height: auto;
}

header:after {
    display: block;
    content: '';
    clear: both;
}

a#logo {
    padding-top: 0;
}


#whats{}

/*------------------------------------------------------------------

	SLIDER

-------------------------------------------------------------------*/
#slider{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/image-header.jpg);
	background-size: cover;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	height: 735px;
	position: relative;
	color: #fff;
}

#slider:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    content: '';
}

#slider h1 {
    font-size: 56px;
    letter-spacing: 3px;
    margin: 10px 0 12px;
}

#slider h4 {
    font-size: 22px;
    text-transform: unset;
    letter-spacing: 3px;
    line-height: 34px;
}





#whats{
	position: fixed;
	right: 0;
	bottom: 94px;
	z-index: 99;
}

#whats a{
	display: block!important;
}

#whats a img{
	width: 70px;
}
/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/

section{
	padding: 80px 0;
	background-color: #fff;
}

section.conbtns{
	padding-bottom: 0;
	background-color: #fff;
}

section.gray{
	background-color: #EEEEEE;
}

section h2{
font-size: 40px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-weight: 700;
    color: #3c3c3c;
    position: relative;
	margin-bottom: 30px;
}

section h2:before{
	position: absolute;
	display: block;
	content: '';
	margin: auto;
	left: 	0;
	right: 0;
	bottom: 0;
	width: 216px;
	height: 1px;
	background-color: #B2B2B2;
}

section h2:after{
	position: absolute;
	display: block;
	content: '';
	margin: auto;
	left: 	0;
	right: 0;
	bottom: 0px;
	width: 33px;
	height: 2px;
	background-color: #002E4D;
}





section p, section li{
    font-size: 18px;
    line-height: 35px;
    color: #6f6f6f;
    font-weight: 100;
}


section p{
    text-align: center;
}


.row.botones{
	padding-bottom: 40px;
}

a.btn-bg, a.btn-bg:focus {
    background-color: #002e4d;
    color: #fff;
    border: 3px solid #002e4d;
    display: inline-block;
    width: 262px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px;
    letter-spacing: 2px;
    height: 60px;
    line-height: 41px;
}

a.btn-bg:hover{
	cursor: pointer;
}

a.btn-bg:hover, a.btn-bg[aria-expanded="true"] {
    background-color: transparent;
    color: #002e4d;
    border: 3px solid #002e4d;
}

a.btn-bg .fa-angle-up{
	display: none;
}

a.btn-bg[aria-expanded="true"] .fa-angle-down{
	display: none;
}

a.btn-bg[aria-expanded="true"] .fa-angle-up{
	display: inline-block;
}



a.btn-bg .fa {
    margin-left: 6px;
}

a.btn-bg + a.btn-bg {
    margin-left: 20px;
}



.panel-body {
    padding: 20px 0 80px;
    line-height: 25px;
    text-align: center;
}



section ul{}

section ul li{
    margin-bottom: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding-left: 23px;
    position: relative;
}

section ul li:before{
    display: block;
    position: absolute;
    content: '\f178';
    font-family: FontAwesome;
    color: #EE5630;
    left: 0;
    top: 2px;
    font-size: 11px;
}


#accesibilidad img.img-responsive {
    margin-top: 10px;
}


#sustentabilidad .accordian-style2 {
    padding: 0;
    margin: 30px 0 20px;
}


#sustentabilidad .panel-group .panel {
    border: 0;
    padding: 0;
    margin-top: 1px;
    width: 20%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sustentabilidad .panel-heading {
    padding: 11px 19px 9px;
    background-color: transparent!important;
}

#sustentabilidad .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #373737;
    font-weight: 400;
    text-transform: none;
    text-align: center;
}

#sustentabilidad .panel-title > a {
    text-transform: uppercase;
    color: #545454;
    font-size: 13px;
    line-height: 23px;
    display: block;
}

#sustentabilidad .panel-title a img {
    display: block;
    margin: 0 auto;
    max-height: 180px;
}

#sustentabilidad .panel-group .panel+.panel {
    margin-top: 0;
}

#sustentabilidad .panel-collapse {
    border-top: 1px solid #f5f5f5;
}


#video iframe {
    margin-top: 20px;
}





#owl-imagenes{
	overflow: hidden;
}


#owl-imagenes .owl-item {
    height: 350px;
}


#owl-imagenes .owl-nav {
    text-align: center;
    margin-top: 50px;
}


.owl-dots{
	display: none;
}

#owl-imagenes .owl-nav > div {
    margin: 0 5px;
    background-color: #242960;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}


#owl-imagenes .item{
    position: absolute;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
}




input.form-control, textarea.form-control {
    border: 0;
    border-radius: 0;
	padding: 6px 12px;
}

input.form-control {
    height: 46px;
}

textarea.form-control {
    padding: 10px 12px;
}


input.submitbutton {
    float: right;
    width: 100%;
    background-color: #002E4E;
    border: 2px solid  #002E4E;
    border-radius: 0;
    color: #fff;
    padding: 6px 12px;
    height: 46px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
input.submitbutton:hover{
	background: transparent;
	color: #002E4E;
}

.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}




.fondo-preload {
    z-index: 9;
    display: none;
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    width: 100%;
    height: 100%;
}





/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
}


footer #foot-toribio {
    background: #ee2d3d;
    color: #fff;
    padding: 40px 0;
}

#foot-toribio img {
    margin: 0 auto;
    max-width: 100%;
}

footer #foot-raghsa {
    background: #676261;
    color: #fff;
    padding: 34px 0 40px;
}


footer .datos{
	font-size: 16px;
    letter-spacing: 2px;
	line-height: 27px;
}

footer .datos p, footer .datos a{
	color: #fff;
}

 footer .datos a{
	color: #fff;
	 display: block;
}

footer .datos a:hover{
	color: #c5c3c3;
}

#foot-raghsa img{
	margin-top: 10px;
}

#foot-raghsa p{
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.copyright {
	text-align: right;
	padding: 20px 0;
	}

.copyright a{
	color: #909090;
}

.copyright a:hover{
	color: #000;
}



#hacemos.panel-group .panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: none;
    padding-top: 50px;
	-webkit-box-shadow: none;
    box-shadow: none;
}





@media only screen and (max-width: 1199px) {

}


@media only screen and (max-width: 1024px) {
	header .menu{
    text-align: inherit;
    position: relative;
	}
	header #logo {
    float: none;
    display: inline-block;
	
	}

	a#toribio {
    position: absolute;
    top: 10px;
    right: 0;
	}
}

@media only screen and (max-width: 1024px)
 and (min-width: 768px){
	
	 
	header nav.navbar-collapse.collapse{
	display: block!important;
    float: none;
	padding-top: 0;
	}
	header .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
	}
	.navbar-nav>li {
    float: none;
    display: inline-block;
	}
}

@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
	#slider h1 {
    font-size: 42px;
	}
	a.btn-bg, a.btn-bg:focus {
    width: 222px;
    letter-spacing: 0px;
	}
	
	.botones a.btn-bg {
    width: 222px;
    letter-spacing: 0px;
	}

	a#toribio {
    top: 4px;
	}
}

@media only screen and (min-width: 768px) {
	.row.col-equal {
    display: table;
	width: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: top;
	}
	.navbar-collapse.collapse {
    display: inline-block!important;
	}
	
	
	#logo img{
	width: 240px;
	}
	#toribio {
    margin-top: 11px;
	}


	#toribio img{
	width: 267px;
	}
	
	
	.txt{
		width: 88%;
		margin: 0 auto 40px;
	}

}


@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}
	header #logo {
    float: left;
    display: inline-block;
	}
	.navbar-brand>img {
    max-width: 250px;
	}
	a#toribio2 {
    margin-left: 35px;
    margin-top: 6px;
	}
	.navbar-toggle {
    margin-top: 30px;
    margin-right: 0;
	}
	.navbar-toggle .icon-bar {
    background-color: #002e4d;
	}
	nav.navbar-collapse{
	width: 100%;
    padding-top: 0px;
    text-align: center;
	}
	a.btn-bg:hover, a.btn-bg[aria-expanded="true"] {
    background-color: #002e4d;
    color: #fff;
    border: 3px solid #002e4d;	
	}

	#accesibilidad img.img-responsive {
    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 736px) {
	.botones a.btn-bg{
    width: 208px;
	font-size: 15px;
	}
	
	.botones a.btn-bg + a.btn-bg {
		margin-left: 7px;
	}
	
}





@media only screen and (max-width: 667px) {
	.botones a.btn-bg {
    width: 190px;
    font-size: 14px;
	}
}



@media only screen and (max-width: 568px) {
	.botones a.btn-bg {
    display: block;
    margin: 0 auto;
    text-align: center;
	}
	.botones a.btn-bg + a.btn-bg {
    margin: 10px auto 0;
	}
}


@media only screen and (max-width: 543px) {
	header {
    padding: 20px 15px 20px;
	}
	a#logo {
    padding: 0;
	}
	a#toribio2 {
    margin-left: 14px;
    margin-top: 6px;
    padding: 0;
    float: left;
	}
	a#toribio2 img {
    width: 145px;
	}
	.navbar-brand>img {
    max-width: 162px;
	}
	.navbar-toggle {
    margin-top: 5px;
    margin-right: 0;
	}
	.navbar-nav {
    margin-bottom: 0;
	}
	#slider {
    background-attachment: inherit;
    height: 458px;
	}
	.row.botones {
    margin-top: 30px;
	}
	a.btn-bg + a.btn-bg {
    margin-left: 0;
	margin-top: 10px;
	}
	
	#sustentabilidad .panel-group .panel {
    width: 100%;
	}
	section h2 {
    font-size: 28px;
	margin-bottom: 30px;
	}
	#sustentabilidad .accordian-style2:after {
    display: block;
    content: '';
    clear: both;
	}
	#sustentabilidad .accordian-style2 {
    padding: 0;
    margin: 0px 0 20px;
	}
	.panel-body {
    padding: 20px 0 0px;
	}
	.panel-body {
    font-size: 17px;
    line-height: 28px;
	}
	#video iframe {
    margin-top: 20px;
    height: 300px;
	}
	#contacto .txt {
    margin-bottom: 20px;
	}
	#foot-raghsa p {
    font-size: 14px;
    line-height: 22px;
	}
	#foot-raghsa img {
    margin-bottom: 20px;
	}	
	.copyright {
	text-align: center;
	}
	
	#whats a[href^="whatsapp://send?text="]{
	display: block!important
	}

}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#subir {
    right: 0px;
	}
	.form-group{width: 100%;
	}
	input.submitbutton {
    margin-top: 20px;
	}
}

@media only screen and (max-width: 414px) {	

}

@media only screen and (max-width: 375px) {
	.navbar-brand>img {
    max-width: 135px;
	}
	#slider h4 {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
	}

}


@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {
}














