/*Theme Name: Musante e Ingenieros
Theme URI: http://www.musanteing.cl/
Author: Rodrigo Sotomayor Castillo - Rods.cl
Author URI: http://www.rods.cl/
Description: Musante e Ingenieros · Mecánica de Suelos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.rods.cl
Tags: mecánica, suelos, ingeniería, edificios, chile
Text Domain: Musante e ingenieros · Mecánica de suelos
*/


 
/* selector compatible con Firefox */
::-moz-selection {
 background:#35434d;; /* color de fondo */
 color: #fff; /* color de texto */
}
/* selector compatible con Safari */
::selection {
	background: #35434d;; /* color de fondo */
	color: #fff; /* color de texto */
}





body{
     font-family: 'Lato', sans-serif !important;
	 font-weight:400;
	 color:#58585a;
	 background-color:#fff !important;
}

p:empty {
  display: none;
}

p{
	/*font-weight:100 !important;*/
	color:#bfbfbf;
}


a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color: #fff !important;
	color:#d74408 !important;
	
}


.button {
  color: #666666;
  margin-top: 20px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .3s;
	transition-duration: .3s;}


.button-primary,
.button-primary-flat {
  background-color: #f48118;
  border-color: #f48118;
  color: white; }
  .button-primary:visited,
  .button-primary-flat:visited {
    color: white; }
  .button-primary:hover, .button-primary:focus,
  .button-primary-flat:hover,
  .button-primary-flat:focus {
    background-color: #d74408;
    border-color: #d74408;
    color: white; }
  .button-primary:active, .button-primary.active, .button-primary.is-active,
  .button-primary-flat:active,
  .button-primary-flat.active,
  .button-primary-flat.is-active {
    background-color: #d74408;
    border-color: #d74408;
    color: #fff; }


/*
* Button Types (optional)
*
* All of the files below represent the various button
* types (including shapes & sizes). None of these files
* are required. Simple remove the uneeded type below and
* the button type will be excluded from the final build
*/
/*
* Button Shapes
*
* This file creates the various button shapes
* (ex. Circle, Rounded, Pill)
*/

.button-rounded {
  border-radius: 4px; }

/*
* 3D Buttons
*
* These buttons have a heavy three dimensional
* style that mimics the visual appearance of a
* real life button.
*/
.button-3d {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  .button-3d:hover, .button-3d:focus {
    -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  .button-3d:active, .button-3d.active, .button-3d.is-active {
    top: 5px;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2); }

/*
* 3D Button Colors
*
* Create colors for buttons
* (.button-primary, .button-secondary, etc.)
*/
.button-3d.button-primary {
  -webkit-box-shadow: 0 7px 0 #d74408, 0 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 0 #d74408, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-primary:hover, .button-3d.button-primary:focus {
    -webkit-box-shadow: 0 7px 0 #a73609, 0 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 0 #a73609, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .button-3d.button-primary:active, .button-3d.button-primary.active, .button-3d.button-primary.is-active {
    -webkit-box-shadow: 0 2px 0 #a73609, 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 #a73609, 0 3px 3px rgba(0, 0, 0, 0.2); }



/*PROJECTS*/

section.projects{
	background-color:#fff;
}

/*BREADCRUMBS*/

.bread{
	color: #f48118 !important;
	margin: 0px 10px;
}

.breadcrumbs{
	background-color: #fff;
    color: #878787;
    display: inline-block;
    padding: 4px 15px;
	margin-bottom: 14px;
}

.breadcrumbs a{
	font-weight: 900;
	color: #878787;
}

.breadcrumbs a:hover{
	color: #35434d;
}

/*PAGINA*/
.paginas p{
	margin: 45px auto;
	font-size: 20px;
	color: #4c5861;
	text-align: center;
	max-width: 700px;
}

.paginas strong{
	font-weight: 900;
}

.paginas-proyectos img{
	margin: 10px;
}

.paginas-proyectos p{
	margin: 45px 0px;
	font-size: 18px;
	color: #4c5861;
	text-align: left;
	max-width: 700px;
}

.paginas-proyectos ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.paginas-proyectos li{
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 16px;
    color: #4c5861;
    text-align: left;
	font-weight: 700;
}

.paginas-proyectos li::before {
  content: "• ";
  color: #d74408; 
}

.paginas-proyectos h2{
	color: #4c5861;
    font-weight: 900;
    font-size: 35px;
    margin: 25px 0px;
}
.paginas-proyectos h3{
	color: #4c5861;
    font-weight: 900;
    font-size: 25px;
    margin: 25px 0px;
}
.paginas-proyectos h2 strong{
	font-weight: 100;
}

.paginas-proyectos strong{
	font-weight: 900;
}

/*LANDSCAPE*/

section.landscape{
	background-image:url('images/bg-landscape.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
	text-align: center;
}

section.landscape h3{
	font-size: 28px;
	color: #fff;
	font-weight: 100;
}

section.landscape p{
	color: #fff;
	margin-top:30px;
	font-weight: 900 !important;
}

.fa-quote-left, .fa-quote-right{
	color:#d74408;
	font-size: 40px;
}

/*FOOTER*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #35434d !important;
}
#footer p{
	text-align: left;
}
#footer h5{
padding-left: 10px;
    border-left: 3px solid #d74408;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	text-align: left;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}


/*FIN FOOTER*/

/*SECCIÓN Servicios*/

section.Sorange{
	background-color:#fff;
	padding: 30px 0px !important;
	position:relative;
    width:100%;
}

section.Sorange:before{
	content:'';
    background-color:#f48118;
    position:absolute;
    top:0px;
    height:50%;
    width:100%;
	
}

section.Sorange h2{
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

section.Sorange p{
	color: #fff;
	margin-bottom: 25px;
	letter-spacing: 1px;
    font-size: 15px;
	position: relative;
}

section.Sorange li{
	color:#fff;
	font-size:13px;
	position:relative;
}

.servicios h4{
	font-size: 18px;
	color: #35434c;
	letter-spacing: 2px;
	font-weight: 900;
	margin: 30px 0px;
	
}

.imgServicio{
	width: 100%;
    height: 60px;
    padding: 10px 5px;
    margin-bottom: 10px;
    float: left;
	display: table;
	border-bottom: 1px solid #2c3840;
}

.imgServicio img{
	max-width: 100px;
}

a.btnServicios{
	background-color: #475761;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
}

a.btnServicios:hover{
	background-color: #2e383e;
	color: #fff;
}

.imgServicio h5{
	border-left: 3px solid #fff;
	padding-left: 10px;
	color:#fff;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 12px;
}

.azulM{
	background-color: #35434d;
	padding: 10px 0px;
}

.azulM h3{
	color:#fff !important;
	border-bottom: 4px solid #d74408;
    padding-bottom: 10px;
}

.servicios p{
	font-size: 20px !important;
	color: #878787 !important;
	letter-spacing: 1px !important;
	font-weight: 100 !important;
}

.servicios img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.servicios img:hover{
	 -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
}

.control-nav{
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #fff;
	text-align: center;
	line-height: 40px;
}

.control-nav.left{


}

.control-nav.right{
left: auto;
    right: 0;

}

.carousel-showsixmoveone{
	
}

/*END SERVICIOS*/

/*PROJECTS*/

section.projects h2{
	color: #35434c;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
	margin-bottom: 30px;
}

section.projects p{
	font-size: 20px !important;
    color: #878787 !important;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
	margin-bottom: 30px;
}

/*CARRUSEL*/
.carousel-inner.onebyone-carosel { margin: 30px auto 0px auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.carousel-inner .active.left  { left: -33%;             }
.carousel-inner .active.right { left: 33%;              }
.carousel-inner .next         { left: 33%               }
.carousel-inner .prev         { left: -33%              }
/*END CARRUSEL*/



/*ENCABEZADO*/

section.encabezado{
	padding: 30px 0px;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
	height:200px;
}

section.encabezado h1{
	color: #35434d;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	background-color: #fff;
    display: table;
    padding: 10px 5px;
}

section.encabezado h1 strong{
	font-weight:100;
}
/*FIN ENCABEZADO*/


/*MISIÓN HISTORIA EQUIPO PROYECTOS*/

.bgShadow{
	background-image: url('images/bg-shadow.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	background-position: bottom;
	position: absolute;
	z-index: 1;
	bottom: 0px;
}

a.btnProject{
	padding: 10px 16px; 
	font-size: 12px;
	background-color: #f48118;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 4px;
}

a.btnProject:hover{
	background-color:#fff;
	color: #f48118;
}

.imgProject{
	position: relative;
}

.proyectoBig{
	position: relative;
	margin-bottom: 25px;
}

.proyectoBig h3{
	color: #4c5861;
	font-size: 24px;
}
.proyectoBig h3 strong{
	font-weight: 900;
}

.proyectoBig p{
	font-size: 18px;
	color: #8c8f91;
}

.proyectoSmall{
	position: relative;
	margin-bottom: 25px;
}

.proyectoSmall h3{
		color: #4c5861;
	font-size: 15px;
}
.proyectoSmall h3 strong{
	font-weight: 900;
}
.proyectoSmall p{
	font-size: 12px;
	color: #8c8f91;
}

.break{
margin:20px 0px;
}

.equipo h3{
    color: #4c5861;
    font-weight: 900;
    font-size: 20px;
    
}

.equipo p{
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #9aa8b3;
}

.equipo span{
	margin-bottom: 10px;
	display: block;
	color:#d74408;
	font-size:16px;
}

.textoIn{
	
}

.textoIn p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #9aa8b3;
}

.textoIn h3{
	color: #4c5861;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 25px;
}

a.btn-footer{
    padding: 22px;
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
	font-size: 20px;
	font-weight: 900;
	color: #4c5861;
	margin: 30px 0px;
}

a.btn-footer:hover{
	color:#d74408;
}

a.btn-footer#left{
	text-align: right;
	background-color: #eaeaea;
}

.no-margin{
	margin:0px !important;
	padding: 0px !important;
}

.colorOrange{
	color:#d74408 !important;
}

/* Makes two columns */
.ms-item {
width: 50%;
}

/* Makes three columns */
.ms-item {
width: 33%;
}

/*CONTACTO*/

.panel-title{
	text-align:center;
}
#slides li{
	    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff !important;
    font-weight: bolder;
    letter-spacing: 1px;
    padding: 10px 0px;
	}
	
.panel-body li{
	letter-spacing:1px;
	font-size:13px !important;
}

.centrado{
	text-align:center !important;
}

.titulos{
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 900;
color: #1a2124;
font-weight:100 !important;
letter-spacing:6px;
max-width:625px;
height:50%;
padding: 60px;
margin: auto;
text-align: center;
}

.titulos h1 {
    background-color: #eabe09;
    padding: 20px 0px;
    font-size: 40px;
}
.inside{
	z-index:77777;
}

.imagenHeader {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
	height:400px;
}

.marginF{
	margin-bottom:20px !important;
}

.formulario{
	margin:40px 0px;
	padding: 20px 25px;
	background-color: #f2f2f2;
}

.formulario p{
	margin-bottom:15px !important;
}



select{
	width:100%;
	height:76px;
	color:#58585a;
	font-size:30px !important;
	background-color:#f0f0f0;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px !important;
border:none;
}


input[type="text"], input[type="email"]{
	width:100%;
	color:#58585a;
	font-size:25px;
	background-color:#f2f2f2;
padding:17px;
border-bottom:1px solid #c1c2c3;
		border-top: none;
	border-right: none;
	border-left: none;
}

input[type="text"], input[type="tel"]{
	width:100%;
	color:#58585a;
	font-size:25px;
	background-color:#f2f2f2;
padding:17px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:1px solid #c1c2c3;
}

.send{
	width:100%;
	color:#fff;
	font-size:30px;
	font-weight:600;
	background-color:#00aeef;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px;
border:none;
text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.send:hover{
	background-color:#058cbf;
}






/*FOOTER*/

.btn-novedades {
    width: 100% !important;
    height: 65px;
    background-color: #eabe09 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    border: none !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
    border-radius: 0 5px 5px 0 !important;
}

.form-control{
	background-color:#fff !important;
	height:65px !important;
	font-size:21px !important;
	color:#2c98d5 !important;
	-webkit-border-radius: 5px 0 0 5px !important;
    border-radius: 5px 0 0 5px !important;
}

.campo{
	width:80% !important;
	padding:0px !important;
	}
	
.letra{
	width:20% !important;
	padding:0px !important;
	}

#copyright{
	font-size:13px;
	color:#fff;
	margin-top:40px;
	}


.footP{
	width:100%;
	background-color:#1a2124;
	padding:40px 0px;
	margin:0px;
	
	}
	
	.footP h3{
		color:#eabe09;
		margin-bottom:45px;
		font-weight:100;
	}
	
	.footP ul{
		padding-left:0px !important;
		}
	
.footP li{
	color:#fff;
	list-style:none;
	margin-bottom:12px;
	font-size:13px;
	}	
	
	.footP li a{
	color:#fff;
	}	


/**/


.glyphicon{
	color:#fff;
	}


.mright{
	padding-right:0px !important;
	}
.mleft{
	padding-left:0px !important;
	}

.gray{
	background-color:#e9eef1;}
	
	.cyan{
		background-color:#2c98d5;
		}


a.btn-default{
	color:#fff !important;
	background-color:#eabe09 !important;
	-webkit-border-radius: 30px 30px 30px 30px !important;
border-radius: 30px 30px 30px 30px !important;
border:none !important;
margin-top:30px;
padding:10px 25px !important;
text-transform:uppercase !important;
font-size:12px;
font-weight:bold !important;
position:absolute;
bottom:0px;
}

a.btn-default:hover{
	background-color:#2c98d5 !important;
	color:#fff;
	}
	
	.col-lg-4{
		margin:30px 0px;
		}
	.c{
		color:#2b303b !important;
		}
	
	h2.featurette-heading{
	font-size:35px !important;
	font-weight:100 !important;
	color:#fff;
	margin-bottom:30px;
		}
		
    h4.featurette-heading{
	font-size:18px !important;
	font-weight:bold !important;
	color:#fff;
	margin-bottom:30px;
	line-height:29px;
		}
		
	.other{
	color:#2c98d5 !important;
	font-size:15px !important;
	}
	
	p.lead{
	font-size:15px !important;
	color:#fff;
		}

.col-lg-4 h2{
	font-size:35px !important;
	font-weight:100 !important;
	color:#2b303b !important;
	margin-bottom:30px;
}


.col-lg-4 h4{
    font-size:18px !important;
	font-weight:bold !important;
	color:#2c98d5 !important;
	margin-bottom:30px;
	line-height:29px;
}


.col-lg-4 p{
	font-size:14px;
	color:#8f8f8f;
}



/* Header */

.urr {
	width: 220px;
	height: 70px;
	position: fixed;
    right: 0;
    bottom: 65vh;
    z-index: 999;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-image:url('images/URR-unidad-de-respuesta.png');
}

.urr-title h3 {
	color: #00aeef;
	margin-bottom: 20px;
	font-weight: 600;
}

#bloque_texto_4_titulo {

	text-align: center;
	border-radius: 15px;

	
}

.center {text-align: center;}


#urr-msj  p{
	background-color: #bdbdbd;
	color: #ffffff;
	border-radius: 15px;
	padding: 15px;
	display: inline-block;

}

#header{
	background:none !important;
	z-index:2000;
}

header{
	background:none !important;
}

.logo{
	margin:0px 15px 0px 0px;
	float:left !important;

}
.navbar.navbar-inverse{
	border:none !important;
	background:none !important;
	height:100%;
	border:none;
	padding:20px 0px 0px 0px;
}

.navbar-toggle{
	border: 1px solid #d74408 !important;
	background-color:#d74408 !important;
	color:#4c5861;
	margin-right: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#fff !important;
	}


.navbar-header{
	background:none !important;
}

.navbar-wrapper {
top: 0;
right: 0;
left: 0;
z-index: 20000;
margin-top:20px;
}


.navbar-wrapper.white.sticky {
            position: fixed;
            height: 100px; 
            width: 100%;
		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }

.navbar-wrapper.white.sticky img {
	width: 145px;
		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }

.navbar-wrapper.white img {
	width: 180px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }

.navbar-wrapper.white{
margin-top:0px !important;
padding:14px 0px;
height: 130px;
background-color:#fff !important;
position:fixed!important;
border-bottom:1px solid #efeded;
top:0px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-wrapper.white2{
margin-top:0px !important;
padding:14px 0px;
height: 130px;
background-color:#fff !important;
border-bottom:1px solid #efeded;
top:0px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-wrapper.white2.sticky {
            position: sticky;
            height: 100px; 
            width: 100%;
		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }

.navbar-wrapper.white2.sticky img {
	width: 145px;
		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }

.navbar-wrapper.white2 img {
	width: 180px;
			-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
        }



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    color:#333 !important;
}

.nav>ul{
	float:right;
	padding-top: 10px;
}

.nav>ul>li{
	list-style:none;
	font-size:13px;
	float:left;
	margin-right:20px;
}

.nav>ul>li>a{
	color:#fff;
	padding:6px 12px;
	letter-spacing: 1px;
	font-weight:900;
	text-transform: uppercase;
}

.nav>ul>li.current-menu-item>a {
	padding:10px;
	color:#fff !important;
	background-color: #d74408;
}

.nav>ul>li.current-menu-item>a:hover {
	padding:10px;
	color:#fff !important;
	background-color: #d74408 !important;
}

.nav.azul>ul>li>a{
	color:#4c5861;
}

.nav.azul>ul>li>a:hover{
	color:#d74408;
	
}

.nav.azul>ul>li.current-menu-item>a {
	padding:6px 12px;
	border-radius:3px;
	color:#fff !important;
}

.navbar-collapse.in ul li a{
	color:#fff;
}


.nav>ul>li>a:hover{
	color:#d74408 !important;
	background:none !important;
}

.nav>ul>li>ul{
	display: none;
    position: absolute;
    background: #4c5861;
	opacity:1;
filter:alpha(opacity=80); /* For IE8 and earlier */
    color: #fff;
    padding:12px 5px;
    margin: 0px 0px;
	border-radius:0px !important;
}

.nav>ul>li>ul>li{
	float:left;
     color: #fff;
     width:100%;
     margin:0px 0px 3px 0px;
}

.nav>ul>li>ul>li>a{
	color: #fff;
	float:left;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 11px;
}

.nav>ul>li>ul>li>a:hover{
	 color: #d74408;
	background:none !important;
     cursor:pointer;
}

.nav>li:hover>ul,.nav>ul>li:hover>ul,.nav>ul>ul>li:hover>ul,.nav>li.iehover>ul,.nav>ul>li.iehover>ul,.nav>ul>ul>li.iehover>ul {
 display: block;
 cursor:pointer;
}

.shadow-header{
	width:100%;
	height:181px;
	background-image:url('images/shadow-header.png');
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	z-index:600;
}

.jumbotron {
background: none !important;
margin: auto !important;
}

.caption {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 999;
color: #fff;
max-width:625px;
height:50%;
padding: 60px;
margin: auto;
text-align: center;
}

.caption h1{
	color:#fff !important;
	/*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	font-weight:900;
	text-transform: uppercase;
	margin-bottom: 40px;
	
}

.caption h1:after{
	background: none repeat scroll 0 0 #d74408;
    bottom: -20px;
    content: "";
	margin: 0 auto;
    display: block;
    height: 10px;
    position: relative;
    width: 150px;
	text-align: center;
}

.caption p{
	color:#fff;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
	padding: 5px 0px;
	letter-spacing: 1px;
	font-weight: normal !important;
}


a.cyan{
	background-color:#00aeef !important;
	font-weight:500 !important;
	border:0px !important;
}

a.cyan:hover{
	background-color:#0283b3 !important;
}

a.white{
	background-color:#fff !important;
	font-weight:500 !important;
	border:0px !important;
	color:#58585a !important;
	font-weight:600 !important;
}

a.white:hover{
	background-color:#00aeef !important;
	color:#fff !important;
}

.boxes{
	position:relative !important;
	padding:0px !important;
	border-left:1px solid #fff;
}

.boxes h3{
	color:#fff;
	font-weight:500 !important;
	margin:0px !important;
	padding:20px;
	background-color:#00aeef;
}

.boxes img{
	width:100%;
}

.boxes p{
	color:#fff;
	font-size:17px;
}

a.btnBox{
	color:#00aeef;
	border:1px solid #fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	font-weight:600;
	background-color:inherit;
	padding:10px 15px;
	font-size:15px;
	margin-top:15px;
	display:inline-block;
}

a.solicitaSeguro{
	padding: 15px 22px;
    border: 4px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
}

a.solicitaSeguro:hover{
	color:#0283b3;
	border:4px solid #0283b3;
}

a.btnBox:hover{
	background-color:#fff;
	color:#00aeef;
}

.overlap{
	padding:0px 15px;
	width:100%;
	height:122px;
	position:absolute;
	z-index:500;
	bottom:0px;
	background-image:url('images/shadow-boxes.png');
	background-repeat: repeat-x;
}

.overlap2{
	position:absolute;
	width:100%;
	height:210px;
	bottom:0px;
	z-index:499;
	background-repeat:repeat-x;
	background-image:url('images/shadow-boxes2.png');
}

.picBg{
}

.picBg{
	display:table;
	color:#fff;
	background-image:url('images/pic-bg.jpg');
	width:100%;
	height:285px;
	background-attachment: fixed;
	background-position:center top;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.picBg h3{
	font-size:25px;
	font-weight:600;
	margin-bottom:30px;
	
}

.contentPic{
	display:table-cell;
	vertical-align:middle;
	margin:auto 0;
	height:285px;
	padding:0px 15px;
}

.picBg p{
	font-size:17px;
	font-weight:300;
	max-width:80%;
}

.footHeading{
	background-color:#f3f3f3;
	padding:26px 15px;
}
.socialFoot{
	float:right;
}

.logoFoot{
	background-image:url('images/iram-foot.png');
	width:160px;
	height:58px;
	float:left;
}

.foot{
	margin:50px 0px !important;
}

.foot h3{
	color:#00aeef;
	font-weight:500;
	margin-bottom:30px;
}

.foot p{
	font-size:18px;
	color:#bebebe;
}

.foot a{
	color:#00aeef;
}

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

.foot ul{
	margin-left:0px !important;
	padding-left:0px !important; 
}

.foot ul li{
	list-style:none !important;
	font-weight:300;
}

.foot ul li a{
	font-size:18px;
	color:#bebebe;
}

.foot ul li a:hover{
	color:#00aeef;
}


a.facebook, a.twitter{
	float:left;
	margin-left:12px;
	width:40px;
	height:40px;
	padding:20px;
	display:block;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
}

a.facebook:hover, a.twitter:hover{
	background-color:#d2d1d1;
}

a.facebook{
	background-image:url('images/facebook.png');
}

a.twitter{
	background-image:url('images/twitter.png');
}

.logos{
	margin-bottom:40px;
}

.empresas h3{
	color:#00aeef;
	font-weight:500;
	margin:40px 0px;
}

#map{
	height:350px;
	width:100%;
}


select{
	width:100%;
	height:76px;
	color:#58585a;
	font-size:30px !important;
	background-color:#f0f0f0;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px !important;
border:none;
}


/*input[type="text"], input[type="email"]{
	width:100%;
	color:#58585a;
	font-size:30px;
	background-color:#f0f0f0;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px;
border:none;
}

input[type="text"], input[type="tel"]{
	width:100%;
	color:#58585a;
	font-size:30px;
	background-color:#f0f0f0;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px;
border:none;
}*/

.send{
	width:100%;
	color:#fff;
	font-size:30px;
	font-weight:600;
	background-color:#00aeef;
	-webkit-border-radius: 5px;
border-radius: 5px;
padding:17px;
border:none;
text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.send:hover{
	background-color:#058cbf;
}

.docs{
	margin:40px 0px;
}

.docs h2{
}

.docs strong{
	color:#999 !important;
}

.doctores{
		text-align:center !important;
}

li.doctores p{
	font-size:17px !important;
	
	
}

.docs h4{
	color:#58585a;
	font-weight:600 !important;
}


.imagenNews img{
	width:100%;
}

.premios{
	margin: 30px 0px 60px 0px;
display: block;
float: left;
width: 100%;
}

a.awards img {
margin-bottom:20px;
border-radius: 150px;
-webkit-border-radius: 150px;
border: 10px solid #00aeef !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}

a.awards img:hover{
	border-radius:150px;
	-webkit-border-radius: 150px;
	border:10px solid #057ca9 !important;
	transform : scale(1.1);
		-moz-transform : scale(1.1); /* Firefox */
		-webkit-transform : scale(1.1); /* Chrome - Safari */
		-o-transform : scale(1.1); /* Opera */
		-ms-transform : scale(1.1); /* IE9 */
}

.separador{
	padding:40px 0px;
	margin:40px 0px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.separador h2{
	margin-top:0px !important;
	padding-top:0px !important;
}

a.mail{
	font-weight:600;
	font-size:19px;
	color:#fff;
}

a.mail:hover{
	color:#58585a;
}

a.publicacion{
	color:#666;
	font-size:17px;
	font-weight:400;
}

li.publicacion{
	list-style-image:url('images/bullet-publicacion.png');
	display:inline-block;
}

.slides-navigation{
}


.slides-navigation a.prev{
	left:30px !important;
}
.slides-navigation a.next{
	right:30px !important;
}

.nav-tabs>li>a{
	color:#58585a;
	font-weight:600;
	font-size:18px;
}

.progress-bar.progress-bar-info, .progress-bar.progress-bar-success, .progress-bar.progress-bar-danger{
	color: #58585a;
font-size: 14px;
font-weight: 600;
}

.contentN{
	background-color:#f7f7f7;
	padding:20px;
	margin-bottom:20px;
	
}


/*NOTICIAS*/

.contentN h4{
	font-weight:600;
	font-size:24px;
	color:#58585a;
}

.n p{
	font-size:14px;
}

.n h4{
	color:#000;
	font-weight:200;
	margin:10px 0px 20px 0px;
	font-size:20px;
}

a.hotN{
}

.fecha{
	color:#00aeef;
	font-weight:600;
	margin:15px 0px;
	font-size:14px;
}

a.linkN{
	color:#00aeef !important;
	font-weight:600;
	font-size:16px;
	margin-bottom:20px;
	display: inline-block;
}
a.linkN:hover{
	color:#006990 !important;
	text-decoration:underline !important;
}

a.hotN:hover{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.fecha-noticias {
	position:absolute;
	left:0px;
	left: 15px;
    width: 61px;
	padding:10px;
	background-color:#00aeef;
}

.entryDate {
	border: 1px solid #999;
	left: -4.8em;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 3.5em;
}
.entryDate span {
	display: block;
	text-align: center;
}
.postMonth {
	text-transform: uppercase;
	font-size: 20px;
	color:#58585a;
}
.postDay {
	font-size: 40px;
	color:#FFFFFF;
	font-weight: 600;
	line-height:25px;
}
.postYear {
	color: #58585a;
	font-size: 15px;
	width: 50px;
	float: left;
	margin-top:5px;
}

/*PAGINADOR*/
.pagination {
	font-weight: 900 !important;
	height:70px;
	float: right;
	position:relative;
	font-size:20px;
	line-height:13px;
	margin-bottom:30px;
	z-index:5000;
}
.pagination span, .pagination a {
	font-weight: 700;
	display:block;
	float:left;
	text-decoration:none;
	width:auto;
	color:#fff;
	background-color: #35434d;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding:12px;
}
.pagination a:hover {
	color:#fff;
	background-color: #f48118;
}
.pagination .current {
	font-weight: 300;
	color:#fff;
	background-color: #f48118;
}
/*FIN PAGINADOR*/



.capTestimonio h4{
	color: #58585a;
font-weight: 200;
margin: 10px 0px 20px 0px;
font-size: 20px;
}

.capTestimonio p{
	font-size:17px;
	font-style:italic;
	color:#bfbfbf !important;
}

.capTestimonio{
	float:left;
	width:50%;
}

.imgTestimonio{
	float:left;
	width:50%;
}

.imgTestimonio img{
	-webkit-border-radius: 100px;
border-radius: 100px;

}

.conference{
	font-size:13px;
	color:#999;
	font-weight:600;
}

.capPublicacion{
	height:300px;
}

.capPublicacion h4{
	font-weight:600;
	font-size:18px;
	color:#58585a !important;
}

.capPublicacion p{
	font-size:14px;
    color:#bfbfbf !important;
	
}


a.btnPublicacion{
	margin-bottom:30px;
	font-size:14px;
	color:#00aeef !important;
	font-weight:400;
	display:inline-block;
}

a.btnPublicacion:hover{
	color:#006085;
	text-decoration:underline !important;
}

.bx-wrapper{
	max-width:100% !important;
}





@media (max-width: 1280px) {
	
	
}

@media(max-width: 1199px){
}

@media(max-width: 1100px){
}

@media (max-width:1024px ){

}

@media(max-width:993px;){
}

@media (max-width: 934px){
}






@media (max-width: 768px) {
	
	.picServi{
		display: none;
	}
	
	
	section.encabezado {
		height:200px;
	}
	
	section.encabezado h1{
		font-size: 30px;
	}
	
	.servicios p{
		color: #fff !important;
	}
	
	section.Sorange:before{
		height: 100%;
	}
	
	section.landscape h3{
	font-size: 18px;
}
	
	.boxHome{
	min-height:inherit !important;
	position:relative !important;
}
	
	a.btn-default{
		position:inherit !important;
	}
	
	.imagenHeader {
		height:340px;
	}
	
	.titulos h1 {
    background-color: #eabe09;
    padding: 20px 0px;
    font-size: 25px;
}

	.mright{
	padding:0px !important;
	}
.mleft{
	padding:0px !important;
	}
	
	.logo img { width:70%;} 
	
	
	.nav>ul>li>ul{
	display: none;
    position: absolute;
    background: #000 !important;
	opacity:1 !important;
    filter:alpha(opacity=100) !important; /* For IE8 and earlier */
    color: #fff;
    padding:5px;
    margin: 0px 0px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index:1000000;
}
	
	.nav-tabs>li>a{
	color:#fff;
	font-weight:600;
	font-size:13px;
}
	
	a.dropdown-toggle{
		color:#fff !important;
	}
	
	.bx-wrapper .bx-viewport {
		margin-top:30px;
}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background-color:#4c5861;
	width:100%;
	margin-left:0px !important;
	margin-right:0px !important;
	opacity:1 !important;
filter:alpha(opacity=70); /* For IE8 and earlier */
padding:20px 20px !important;
margin-top:10px;
border:none;
-webkit-border-radius: 4px;
border-radius: 4px;
}


.caption p{
	font-size:16px !important;
}

#header{
	padding-top: 0px !important;
	margin-top:0px !important;
}
	
	header{
		padding:20px 3%;
		border: none !important;
	}
	
.slides-navigation{
	display:none;
}
	
	.nav>ul>li{
		float:none !important;
	
}

.nav>ul{
	float:left; margin-left: 0;
}


#copyright{
	font-size:13px !important;
}

.btn-lg, .btn-group-lg>.btn{
	font-size:15px !important;
	padding:8px 13px !important;
}

.pd0sidemobile{padding-left:15px!important; padding-right: 15px !important;}

}





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






.clear{ clear:both}


.p-idd-574 h1{ text-indent:-9999999px; ; background-image:url(http://www.iram.cl/wp-content/uploads/2015/10/cancer.png); background-position:top center; background-repeat: no-repeat; font-size:75px !important}
.p-idd-574 p{ /*margin-top:190px;*/}

.p-idd-605 h1{ text-indent:-9999999px; ; background-image:url(http://www.iram.cl/wp-content/uploads/2015/11/CANCER.png); background-position:top center; background-repeat: no-repeat; font-size:75px !important}
.p-idd-605 p{ /*margin-top:190px;*/}

@media (max-width: 480px){

}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15
{
  width: 20%;
  float: left;
}
@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}
