@import"//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";



@font-face{
  font-family: typoL;
  src:url(../../assets/fuentes/Typo_Square_Light_Demo.ttf);
}

@font-face{
  font-family: typoR;
  src:url(../../assets/fuentes/Typo_Square_Regular_Demo.ttf);
}


@font-face{
  font-family: typoB;
  src:url(../../assets/fuentes/Typo_Square_Bold_Demo.otf);
}
@font-face{
  font-family: carrois;
  src:url(../../assets/fuentes/carrois/CarroisGothic-Regular.ttf);
}
@font-face{
  font-family: helvetica;
  src:url(../../assets/fuentes/helvetica/Helvetica-Condensed-Light.otf);
}
@font-face{
  font-family: opensans;
  src:url(../../assets/fuentes/opensans/OpenSans-Light.ttf);
}
@font-face{
  font-family: opensansR;
  src:url(../../assets/fuentes/opensans/OpenSans-Regular.ttf);
}
@font-face{
  font-family: opensansB;
  src:url(../../assets/fuentes/opensans/OpenSans-Bold.ttf);
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
  background-color: black;
  overflow-x: hidden;

}
a:link{
  text-decoration: none;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow  */
    overflow-x: hidden;              
}
.tab-content > .active,
.pill-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */
.container-fluid{


padding: 0;


}

.center-block{
    float: none;
}
html, body, .containerpage, .scroller {
	height: 100%;
}
h1, h2, h3, h4{
	font-family: 'typoL';
}
h5{
	font-family: 'opensans';
}
h
p{
	font-family: 'opensans';
	    font-weight: 100 !important;
}

.bold{
	font-family: 'opensansB';
}
.titulotabs h3, h4{
	font-family: 'opensans';
}

.sliderinicio img{
	width: 100%;
}



.cursiva{
	font-style: italic;
}


.contscroller {
	    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroller,
.scroller-inner {
	position: relative;
}
.itemoculto{

	display: none;
}
.containerpage {
	position: relative;
    overflow: hidden;
    background: transparent;
}
.caja{

	height: auto;
}
.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 1.9em;
}
.menu-trigger:hover {
	color: red;
	text-decoration: none;
}
.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;

	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
	content: '';
}
.logomovilfuera img{
	width: 100%;
	margin-left: 37px;
}
.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	display: none;
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E21F1D;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp-menu h2{
	text-align: center;
	color: white;
}
.logomovil {
		
	padding: 1em;
	
	
}
	.logomovil img{
	    width: 69%;
	}
.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	font-family: 'typoR';
	display: block;
	padding: 1.1em 1em 0.6em 2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	text-decoration: none;

}

.mp-menu ul li::before {
	position: absolute;
    left: 10px;
    z-index: -1;
    color: rgb(255, 255, 255);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);

}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase; 
    letter-spacing: 1px;
    font-weight: 100; 
    display: block;
    font-size: 1.4em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.mp-back::after {
	
	position: absolute;
	content: "\e037";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

/*NAV BAR FULL PAGE*/


.navbarfullpage{
border-top: 3px solid #e30312 !important;
    background-color: #ffffff;
    height: 90px;
    /* -webkit-box-shadow: 3px 2px 4px 1px rgb(88, 88, 88); */
    -moz-box-shadow: 3px 2px 4px 1px rgba(153,153,153,1);
    /* box-shadow: 1px 1px 1px 1px rgb(84, 84, 84); */
    border: none;
    width: 98.8%;
}

.dropdown-menu {
    width: 949px;
    position: absolute;
    /* top: 101%; */
	left: 17%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin-top: 10px !important;
    /* margin: 3px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
    background-color: #ff5050;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-item {
    margin-top: 30px;	
}



.txtheader{
	margin-top: 10px;
	font-weight: 100;
	
}


.imgslider{

	width: 100%;
height: auto;

}

.logoimg{

	width: 244px;
    margin-top: -41px;
}
.iconoheader{
	width: 12%;
	margin-right: 10px;

}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 17px;
    margin-right: 15px;
    margin-bottom: -7px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'typoR';
    color: #1b1b1b;
    font-size: 15px;

    letter-spacing: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #C81010;
    background-color: transparent;
}




/*NAVEGACION*/
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
	margin-left: -8px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #ff5050;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	font-family: 'typoR';
  color: #e21f1d;
	font-size: 15px;
	letter-spacing: 1px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/**/

/*INICIO*/



   /*SLIDER*/
	.sliderinicio h1{
		color: white;
   		font-family: 'typoB';
   		text-shadow: 2px 2px black;
   		font-size: 65px;
	}
	   #test h1{
			   	opacity: 0;
			    
			    -webkit-transition: opacity 1s ease-in;
			    -moz-transition: opacity 1s ease-in;
			    -o-transition: opacity 1s ease-in;
			    -ms-transition: opacity 1s ease-in;
			    transition: opacity 1s ease-in;
	   }
	  .load {
	    opacity: 1 !important;
		}
   .cajatextoslider{
   		position: absolute;
   	
		width: 45%;
   		height: 200px;
   		margin-top: -20%;	
   }
   .cajatextoslider2{
   		position: absolute;
   
   	 	width: 45%;

   		height: 200px;
   		margin-top: -44%;

   }
   		.cajatextoslider h1{
   			
   			margin-top: 50px;
   		}
   		.cajatextoslider2 h1{
   		
   			margin-top: 50px;
   		}
   /*SLIDER*/
.slick-dots li button:before {
    margin-top: -30px !important;
    color: #e21f1d !important;
    font-size: 20px !important;
    line-height: 20px !important;
}
.contenedor1inicio{

	background-color: #e30413ba;
    height: 65px;
    margin-top: -134px;
    margin-bottom: 29px;
    position: relative;
}
.contenedortipsinicio{
	height: auto;
	padding-bottom: 100px;
	padding-top: 50px;
}
.containerblack{
	background-color: black;
	padding-top: 60px;
	padding-bottom: 60px;
}
			/*TIPS*/
				.cajafototips{
				    height: auto;
				    margin-bottom: 5px;
				    padding-top: 10px;
				    padding-bottom: 10px;
				}
				.coltitulotips{

					margin-bottom: 20px;
				}
				
				.coltitulotips h1{

					letter-spacing: 2px;
					font-size: 35px;
					color: white;
					font-family: 'typoR';
				}
				.textotips{
			   
			    height: 114px;
			    color: white;
			    /* border: 1px solid gray; */
			    padding-top: 18px;
			    padding-bottom: 27px;
			    padding-left: 5px;
			    padding-right: 5px;
			    border-radius: 13px 0px 13px 0px;
			    -moz-border-radius: 13px 0px 13px 0px;
			    -webkit-border-radius: 13px 0px 13px 0px;
			  
				}

				.textotips h4{
					font-size: 25px;
				}
				.coltips{
					margin-bottom: 50px;
				}

				.iconotips{
					    color: #ff1917;
					font-size: 9rem;
				}

				.iconoimgtips{
					width: 9rem;
				}

				.cajatips2{
					border: 1px solid red;
					height: 120px;
					border-radius: 13px 0px 13px 0px;
				    -moz-border-radius: 13px 0px 13px 0px;
				    -webkit-border-radius: 13px 0px 13px 0px;
				}
				.spanletrainicial2{
					color: red;
				    font-size: 37px;
				    font-family: 'opensansB';
				}
				.spanletrainicial3{
					color: red;
				    font-size: 27px;
				    font-family: 'opensansB';
				}
			/*TIPS*/
.contenedorvolante{
	background-color: #e30413;
	margin-top: 60px;
}
		.imgvolante{
			padding: 50px;
		}
.contenedor2inicio{
	background-color: #e21f1d;
}
.contenedor3inicio{
	background: url(../../assets/img/fondobannerinicio.jpg) center center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: auto;
	    padding-top: 20px;
    padding-bottom: 20px;
}
.contenedor4inicio{
	background-color: #e30413;
	height: auto;
	padding-bottom: 40px;
}

				/*CAJA INICIO*/
				.form-control {
					    display: block;
					    width: 100%;
					    height: 34px;
					    padding: 6px 12px;
					    font-size: 17px;
					    line-height: 1.42857143;
					    color: #555;
					    background-color: #fff;
					    background-image: none;
					    border: 1px solid #ccc;
					    border-radius: 4px;
					    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
					    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
					    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
					    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
					    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
					}
				.cajainicio{
					   
					    width: 378px;
					    height: 424px;
					    background-color: #353535f0;
					    position: absolute;
					    z-index: 999;
					    right: 2%;
					    margin-top: 10%;
					    border-radius: 1px;
					    -webkit-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 1);
					    -moz-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 1);
					    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.48);
				}
				.cajainicio2{
					display: none;
				}
				.contenidocaja{
					    padding-top: 10px;
					    padding-left: 14px;
					    padding-right: 14px;
				}
				.contenidocaja h4, h5{
					color: white;
					letter-spacing: 1px;
					line-height: 18px;
				}

				.btnenviar{
					margin-top: 10px;
					background-color: transparent;
					width: 180px;
					height: 45px;
					
					font-family: 'typoR';
					font-size: 17px;
					color: white;
					border-radius: 13px 0px 13px 0px;
					-moz-border-radius: 13px 0px 13px 0px;
					-webkit-border-radius: 13px 0px 13px 0px;
					border: 1px solid #d60000;
				}
				.btnenviar:hover{
					background-color: #E21F1D;
					border: 1px solid #E21F1D;
					color: white;

				}

				.formsinicio{
					    border: 1px solid #e21f1d;
					    margin-top: 20px;
			   			background: #e21f1d30;
					    color: white;
					    height: 40px;
				}
				

				textarea:focus, input:focus, input[type]:focus {
				    border-color: rgb(255,255,255,255);
				    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px rgba(255,255,255,0.6);
				    outline: 0 none;
				}


.contenedorcajamovimiento{
	height: 200px;
	background-color: white;
}

/*SEA PREVENTIVO*/
.container4{
	margin-top: 60px;
}
.imgseapreventivo{
	width: 55%;
}

.colpreventivo{
	margin-bottom: 40px;
}

.cajatextoseapreventivo{
	margin-top: 10px;
    padding-top: 16px;
    background-color: #00000059;
    width: 210px;
    height: 76px;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'typoR';
    
}

.cajablancaseapreventivo{
	background-color: transparent;
	height: auto;
	
}


/*SEA PREVENTIVO*/
				/*CAJA INICIO*/


.tituloinicio3{
    font-family: 'typoR';
    font-size: 30px;
    padding: 50px;
    color: white;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 2px;
}

.tituloinicio4{
	font-family: 'typoR';
	font-size: 34px;
	padding: 30px;
	color: white;
	letter-spacing: 2px;
}
.spanletrainicial{
	color: red;
    font-size: 47px;
}

.leotorga{
	font-family: 'opensans' !important;
}
.p-0{
	padding-left: 0px;
	padding-right: 0px;
}

.col-5 {
    width: 47%;
}
.imginicio{
	background: url(../../assets/img/ratita.jpg);
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 974px;
}


@media (max-width: 1500px) and (min-width: 1200px)
.choose-wrapper {
    padding: 70px 50px 50px;
}

@media (max-width: 1500px) and (min-width: 1200px)
.choose-wrapper {
    padding: 130px 15px 127px;
}
.choose-wrapper {
       padding: 37px 80px 50px 80px;
}
.blue-bg {
      background: #e21f1d;
}

.white-text {
    color: #fff;
}

.section-title {
}
.mb-40 {
    margin-bottom: 40px;
}

.section-title h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.section-title h4::before {
    background: #eeeeee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.section-title p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
        letter-spacing: 0.8px;
 
}
.custom-row {
    margin: 0 -25px;
}
.choose-space {
    padding: 0 25px;
}

.choose-content-wrapper {
       background: #4a4a4a none repeat scroll 0 0;
    padding: 30px 49px 33px;
    height: 300px;
}
.mb-50 {
    margin-bottom: 50px;
}

.choose-categories-img {
background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    width: 50px;
    border: 2px solid white;
}

.choose-categories-content h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 19px;
    text-transform: uppercase;
}
.choose-categories-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.cajatextoinicio{

    
    width: 100%;
    font-size: 16px;
    color: #a00000;
    font-weight: bold;

}
.message {
	margin-top: 8px;	
	font-family: 'opensans';
	text-align: center;
    position: relative;
    color: white;
    font-size: 3.7rem;
    font-weight: 400;
}

.cajatextoinicio h1{
	font-family: 'typoR';
	color: white;
}

/*INCIO*/



/*FOOTER*/
.amailcontacto{
	color: #909090;
}

.contenedorfooter{
	height: auto;
	background-color: black;
	padding-bottom: 20px;
}
.cajafooterp{
	font-size: 14px;
    margin-top: -22px;
    margin-left: 46px;
    font-family: 'typoR';
    color: #929292;
}
.cajafooterlink{
	    margin-top: 43px !important;
}
		.cajafooterlink h3{
			color: white;

		}
		.cajafooterlink p{
			color: #929292;
			font-family: 'typoR';
			letter-spacing: 3px;
		}
.cajafooter{
	    margin-top: 50px;
}
.iconofooter{

    width: 23px;
    margin-left: 10px;
}

.logofooter{
	margin-top: -25px;
 	width: 280px;
}

.plink{
	width: 190px;
}



.social2 {
    margin-top: 10px  ;
    padding: 0;
}

.social2 ul {
    margin: 0;
    padding: 5px;
}

.social2 ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social2 h1{
letter-spacing: 2px;
    font-size: 45px;
    color: #484848;
}
.social2 i {
    width: 40px;
    height: 39px;
    color: white;
    background-color: transparent;
    font-size: 22px;
    text-align: center;
    padding-top: 11px;
    border: 1px solid white;


}

.social2 i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;

}

.social2 .fa-facebook:hover {
    background: #4060A5;
}

.social2 .fa-twitter:hover {
    background: #00ABE3;
}




.social2 .fa-instagram:hover {
    background: #D10869;
    border: 1px solid #D10869;
}



.social2 .fa-youtube:hover {
    background: #FF1F25;
}

.siguenos ul li{
     list-style: none outside none;
}

/*FOOTER*/




/*CAJA SOLICITE ATENCION SECCIONES*/
.containercajasolicita{
			background-color: #e30312 !important;
			padding-bottom: 0px;
   			margin-bottom: 1px;
   		    margin-top: 154px;
		
			
			
}

		.cajasolicitafixed{
			background-color: #e30312 !important;
			width: 98.8% !important; 
			padding-bottom: 0px;
   			 margin-bottom: 1px;
			margin-top: 90px;
			position: fixed;
			z-index: 100;		
		}

		
.hsolicita{
	color: white;
			    padding-top: 2px;
}
.formsolicitasecciones{
	  padding-top: 5px;
}
.formsolicitasecciones .form-control{
	width: 200px;
	min-width: 98%;
	border: 1px solid #444444;
}

.btnenviarsolicitasecciones{
	padding-left: 15px;
    color: #fff;
    background-color: #000;
    border-color: #fff;
    padding-right: 15px;
}
.btnenviarsolicitasecciones:hover{
	 color: white;
    background-color: #e30312;

}
/*CAJA SOLICITE ATENCION SECCIONES*/



/*----------------------------------SECCIONES-------------------------------------*/
		

/*CSS GENERAL SECCIONES*/
.bannersecciones{
    height: 52px;
	background-color: transparent;

}

.cajatitulosecciones {
    position: fixed;
    background-color: black;
    width: 98.8%;
    height: 65px;
    margin-top: 90px;

    z-index: 100;
}

.h1titulossecciones{
	font-family: 'typoR';
    color: white;
font-size: 38px;
   
     margin-top: 17px;


}

.colsubtitulos{
    margin-bottom: 49px;
    color: #ffffff;
    margin-top: 25px;
    font-size: 17px;
    background: #e30312;
}
.colsubtitulos2{
	margin-left: -15px;
    margin-bottom: 12px;
    color: white;
    margin-top: 25px;
    font-size: 23px;
}

	.colsubtitulos3{
	margin-left: 1px;
    margin-bottom: 12px;
    color: white;
    margin-top: 25px;
    font-size: 23px;
}
/*CSS GENERAL SECCIONES*/

.containergeneralsubsecciones{
	
    padding-bottom: 75px;
	height: auto;
	padding-top: 90px;

}
.containergeneralsubsecciones p{
	font-family: 'opensans';
	    font-size: 16px;
	color: white;
	text-align: justify;
}
.containergeneralsubsecciones h1{
	color: white;
	
}
.containergeneralsubsecciones h3{
	color: white;
	
}
.plagasimg{

	 border: 1px solid #ff8988;
}
.padding{

	padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}




/*SERVICIOS*/
.sliderservicios{
	margin-top: 140px;
	height: auto;

}
.slick-prev {
    left: 4px !important;
    z-index: 999;
}
.slick-next {
    right: 3px !important;
}
.spanletrainicial3{
	color: red;
    font-size: 27px;
    font-family: 'opensansB';
}
	.slick-next {
   	 right: -16px;
	}
	.slick-prev {
    left: -15px;
	}
.contenedordesinsectacion{

	margin-top: 150px;
	height: auto;
	padding-bottom: 10px;
	background-color: black;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.containerdesratizacion{

	padding-bottom: 100px;

}

			.divcasa{
				height: auto;
				background-color: white;
			}
			.divcasa h1{
				font-family: 'typoR';
				margin-top: 50px;
			}
			.divcasa img{
				    margin-top: 80px;
    margin-bottom: 50px;
			}


.contenedorsanitizacion{
		height: auto;
	padding-bottom: 10px;
	background-color: black;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contenedorjardineria{
			height: auto;
	padding-bottom: 140px;
	background-color: black;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.whitetext{
	color: white;
}
.redtext{
	color: #e30312;
	margin-bottom: 20px;
	font-family: 'typoR';
}
.parrafoservicios{
	font-size: 17px;
    text-align: justify;
    color: white;
    font-family: 'opensans';
}
.parrafosbold{
	font-family: 'opensansB';
	    padding-left: 33px;
    padding-right: 20px;

}
.titulosservicios{
	font-family: 'typoR';
}

.psubtitulo{
	color: #e30312;
}
/*SERVICIOS*/
/*INSECTOS*/

.containergeneralsubsecciones .col-md-3{
	margin-bottom: 80px;
}
.containergeneralsubsecciones .col-md-4{
	margin-bottom: 80px;
}
	/*RASTREROS*/
		.rastrerosimg{
		
		}
		@media (min-width: 768px) {

		    .brand-pills > li > a {
		        border-top-right-radius: 0px;
		    	border-bottom-right-radius: 0px;
		    }
		    
		    li.brand-nav.active a:after{
		    	content: " ";
		    	display: block;
		    	width: 0;
		    	height: 0;
		    	border-top: 20px solid transparent;
		    	border-bottom: 20px solid transparent;
  				  border-left: 9px solid #e30312;
		    	position: absolute;
		    	top: 50%;
		    	margin-top: -20px;
		    	left: 100%;
		    	z-index: 2;
		    }
		    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
				    color: #fff;
				    background-color: #e30312;
				}


		}


		.dividercategories{
			width: 7%;
			background-color: #e30312;
			height: 1px;
			margin-top: -10px;
		}
		.colcontenidocategorias{
	background: #0c0c0c;
    margin-top: 50px;
    height: auto;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(107, 107, 107, 0.75);
    -moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px -2px rgba(121, 121, 121, 0.75);
		}
		.contenidotabs{
			margin-top: 20px;
			color: white;
			text-align: justify;
		}
	
		.imgtabs{
			margin-top: 40px;
		}
		.imgtabs img{
				width: 90%;
		}

		.tab-content h1 {
		    color: white;
		}
		.nav > li > a:hover, .nav > li > a:focus {
		    text-decoration: none;
		    background-color: #909090;
		}
		.nav a{
			color: white;
		}
	/*RASTREROS*/
/*INSECTOS*/

/*ROEDORES*/



		.coltablaratones{
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.coltablaratones h3{
			    font-family: 'typoR';
			margin-bottom: 30px;
			color: #e30312;
		}


		.containerrata{
   			 background-color: #000000;
		    padding-top: 64px;
		    padding-bottom: 150px;
		}

			.containerrata p{
				font-size: 18px;
				text-align: justify;
			}

			.containerrata h3{
				font-family: 'typoR';
			}
		.rowparrafosrata{
			margin-top: 100px;
		}

		.rowratasyratones{
			margin-bottom: 45px;
		}





		.cajaraton{
			position: relative;
			background-color: white;
		}

		/*Imagenes a aparecer*/

	.containertitulosentidos{
		background-color: #e30312;
	}
	div.imagenHacemos{
	    max-width: 820px;
	    width: 95%;
	    height: auto;
	    margin: 35px auto 5px auto;
	    position: relative;
	    padding: 5px;
	}
	.h1sentidosrata{
		font-family: 'typoR';
		color: white;
   		font-size: 40px;
	}
div.imagenHacemos img.fondoHacemos{
    width: 100%;
    display: none;
}
i.imagenesHacemos{
    cursor: pointer;
    position: absolute;
    width: 17%;
    height: auto;
    display: none;
    font-size: 30px;
    color: #e30312;
    transition: font-size 0.1s;

}

i.imagenesHacemos:hover{
	font-size: 32px;

}
.containerrata{
	padding-left: 20px;
	padding-right: 20px;
}
/*1era*/
#sentidoprimera{
    left: 28%;
    bottom: 36%;

}
/*2da*/
#sentidosegunda{
	left: 17%;
    top: 44%;

}
/*3ra*/
#sentidotercera{
    left: 35%;
        top: 28%;
}
/*4ta*/
#sentidocuarta{
	left: 41%;
    top: 37%;
}
/*5ta*/
#sentidoquinta{
    right: 28%;
    top: 51%;

}
/*6a*/
#sentidosexta{
	right: 26%;
    bottom: 26%;
}
/*7ma*/
#sentidoseptima{
	right: 0%;
    bottom: 35%;
}
/*Cambiamos el tema de tooltip*/
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content {
    color: #fff;
    background: #e30312;
    padding: 8px;
    font-family: 'MyriadLight',sans-serif; 
    line-height: 25px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #e30312;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #e30312;
}
/*Titulo bajo las imagenes*/
p.tituloHacemos{
    display: none;
    color: red;
}
		/*RATAS*/
			.rowratas{
				margin-bottom: 80px;
			}
			.rowratas img{
				margin-top: 40px;
			}
		/*RATAS*/



		/*LAGOMORFOS*/
		.lagomorfosimg{
			width: 90%;
			margin-top: 50px;
		}
		.subtitulosliebre{
			font-family: 'typoR';
			margin-top: 30px;
			margin-bottom: 30px;
			color: #e30312;
		}

		.puntosliebre{
			margin-left: 20px;
			margin-top: 20px;
		}
		/*LAGOMORFOS*/

/*ROEDORES*/




/*JARDINERIA*/

.cajatextoinsectostitulo h3, h4{
	font-family: 'opensans';
}
.coltitulojardineria{
	margin-bottom: 30px;
}
.parrafojardineria{
	margin-bottom: 76px;
}
.parrafojardineria p{
	color: white;
	font-size: 17px;

}
.coltitulojardineria{
	color: white;
	font-size: 20px;
}
.dividertitulos {
	width: 40px;
	height: 2px;
	background-color: #bd0000;
}
.contenedorjardin{
	background: url(../../assets/img/texturapasto.jpg) center center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.line{
	width: 90%;
    height: 1px;
    background-color: #e4e4e4;
    margin-bottom: 60px;

}


  /*MAELZAS*/
	.rowmalezas{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.controlmalezasimg{
		margin-top: 25px;
	}
	.cajatextowithdots{
		    margin-top: -29px;
	}
  /*MAELZAS*/

  /*PLAGAS*/
	.infoplagas{
		padding-bottom: 50px;
		padding-top: 10px;
	}
	.parrafosplagas{
		margin-top: 20px;
	}
	.nombrecientifico{
		    font-style: italic;
    color: #bd0000 !important;
		
	}
	.imgplagas img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.tituloshongosplagas{
		margin-bottom: 40px;
	}
  /*PLAGAS*/
/*JARDINERIA*/



/*CONTACTO*/
.mapa{
  width: 100%;
  height: 100%;
 
}
.bannercontacto {
    height: 450px;
    background-color: transparent;
    margin-top: 40px;
}
.containercontacto{
	background-color: #000000;
}
.contformulariocontacto{
  height: auto;
  background: #ff6c00;

}

.h1contacto{
  color: #E21F1D;
  font-size: 44px;
  margin-top: 43px;
  font-family: 'typoR';
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: black;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
  font-family: 'typoR';
   font-weight: 100;
   font-size: 20px;
    color: #424242;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
  font-size: 1.3rem;
    background-color:#fff;;
    color: #1b1b1b;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    padding: 35px;
	background: #080808;
    width: 701px;
    max-width: 100%;
    margin: -11px auto 25px auto;
}

.submit-btn {
 
margin-top: 15px;
padding-bottom: 10px;
padding-top: 10px;
border-radius: 3px;
border: 1px solid white;
font-family: 'typoR', sans-serif;
font-size: 20px;
letter-spacing: 2px;
background-color: transparent;
color: #fff;
cursor: pointer;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
width: 225px;
text-align: center;
}

.submit-btn:hover {
  background: white;
  color: #e30413;
  border: 1px solid white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10),
              0 2px 2px 0 rgba(0,0,0,0.09);
}

.h1tituloseccionescontacto{
	background-color: #060606e0;
}


.cajafotoubicacion{
	    position: absolute;
    width: 180px;
    height: auto;
    background-color: transparent;
    border: 2px solid white;
    margin-top: -12%;
    margin-left: 50px;
}
	  .cnt{
    overflow:hidden;

  }
      div.overlay{
   
      width: 91%;
      position: absolute;
      top: 0;
      left: 15px;
      height: 91%;
      z-index: 1;

      padding: 10px;
      display: none;
    
  }
  div.cnt:hover > div.overlay{
      display: block;
  }

  .iconover {
      color: white;
     
      font-size: 43px;
      text-align: center;
      margin-top: 19px;
      color: white;
  }
.lb-data .lb-close {
    display: block;
    float: right;
    width: 49px;
    height: 45px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
/*----------------------------------SECCIONES-------------------------------------*/

/*MEDIA SCREEN*/


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

				.navbar-default .navbar-nav > li > a {
			    font-family: 'typoR';
			    color: #1b1b1b;
			    font-size: 11px;
			    letter-spacing: 0px;
			}
					.logoimg {
			    width: 215px;
			    margin-top: -41px;
			}
			.cajatitulosecciones {
				    position: fixed;
				    background-color: black;
				    width: 98%;
				    height: 65px;
				    margin-top: 3px;
				    z-index: 100;
				}
				.containercajasolicita {
				    background-color: #e30312 !important;
				    padding-bottom: 0px;
				    margin-bottom: 1px;
				    margin-top: 86px;
				}

	}

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

		i.imagenesHacemos {
		    cursor: pointer;
		    position: absolute;
		    width: 17%;
		    height: auto;
		    display: none;
		    font-size: 14px;
		    color: #e30312;
		}

	}

	
	@media screen and (max-width: 560px){
		/*MEDIA INICIO*/
			.cajatextoslider {
			    position: absolute;
			    width: 100%;
			    height: 200px;
			    margin-top: -35%;
			}
			.cajatextoslider2 {
			    position: absolute;
			    width: 100%;
			    height: 200px;
			    margin-top: -35%;
			}
			.sliderinicio h1 {
			    color: white;
			    font-family: 'typoB';
			    text-shadow: 2px 2px black;
			    font-size: 39px;
			}


			.contenedor1inicio {
			    background-color: #e30413ba;
			  	height: 140px;
			    margin-top: 0px;
			    margin-bottom: 29px;
			    position: relative;
			    padding-left: 10px;
			    padding-right: 10px;
			}
			.message {
			    margin-top: 8px;
			    font-family: 'opensans';
			    text-align: center;
			    position: relative;
			    color: white;
			    font-size: 3.0rem;
			    font-weight: 400;
			}
			.itemoculto {
			    background-color: white;
			}
			.block {
			       margin-top: 9px;
			    /* width: 100% !important; */
			    /* padding: 0em; */
			    /* margin-top: -46px; */
			}
			.menu-trigger:before {
			    position: absolute;
			    top: 2px;
			    left: 0;
			    width: 40px;
			    height: 6px;
			    box-shadow: 0 6px #000000, 0 12px #fff, 0 18px #000000, 0 24px #fff;
			    content: '';
			    
			}
			.logomovilfuera img {
			    width: 100%;
			    margin-left: 37px;
			    padding-bottom: 10px;
			}
		.cajatips2 {
			    border: 1px solid red;
			    height: auto;
			    border-radius: 13px 0px 13px 0px;
			    -moz-border-radius: 13px 0px 13px 0px;
			    -webkit-border-radius: 13px 0px 13px 0px;
			     margin: 5px;
			}
			.textotips {
		    height: auto;
		    color: white;
		    /* border: 1px solid gray; */
		    /* padding-top: 18px; */
		    padding-bottom: 27px;
		    padding-left: 5px;
		    padding-right: 5px;
		    border-radius: 13px 0px 13px 0px;
		    -moz-border-radius: 13px 0px 13px 0px;
		    -webkit-border-radius: 13px 0px 13px 0px;
			}	
			.coltitulotips h1 {
		    letter-spacing: 2px;
		    font-size: 26px;
		    color: white;
		    font-family: 'typoR';
		}	
			.imgvolante {
			    padding: 10px;
			}
			.containerblack {
			    background-color: black;
			    padding-top: 60px;
			    padding-bottom: 60px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			.cajafooter {
			    margin-top: 50px;
			    padding-left: 10px;
			    padding-right: 10px;
			}
			.tituloinicio3 {
			    font-family: 'typoR';
			    font-size: 30px;
			    padding: 26px;
			    color: white;
			    text-shadow: 1px 1px 1px black;
			    letter-spacing: 2px;
			}
			/*MEDIA INICIO*/

			/*MEDIA SERVICIOS*/
			.parrafoservicios {
			    font-size: 17px;
			    text-align: justify;
			    color: white;
			    font-family: 'opensans';
			    padding-left: 32px;
			    padding-right: 32px;
			}

			.cajasolicitafixed {
			    background-color: #e30312 !important;
			    width: 95.8% !important;
			    padding-bottom: 0px;
			    margin-bottom: 1px;
			    margin-top: 10px;
			   position: relative;
			    z-index: 100;
			}


			.cajamargintop{
				margin-top: 100px;
			}
			.containerdesratizacion {
			    padding-bottom: 100px;
			    padding-left: 0px !important;	
			    padding-right: 0px !important;
			}
			.contenedordesinsectacion {
					  margin-top: 20px;
				    height: auto;
				    padding-bottom: 28px;
				    background-color: black;
				    background-size: auto auto;
				    -webkit-background-size: cover;
				    -moz-background-size: cover;
				    -o-background-size: cover;
				    background-size: cover;
				}
				.colsubtitulos2 {
				  margin-left: 0px;
				    margin-bottom: 12px;
				    color: white;
				    margin-top: 25px;
				    font-size: 19px;
				}
				.titulosservicios {
				    text-align: center;
				   
				}
				.psubtitulo {
					text-align: center;
				    color: #e30312;
				    padding-left: 17px;
				    padding-right: 17px;
				}
				.sliderservicios {
				    height: auto;
				    padding-left: 30px;
				    padding-right: 30px;
				}
				.slick-dots {
				    position: relative;
				    bottom: -25px;
				    display: block;
				    width: 100%;
				    padding: 0;
				    margin: 0;
				    list-style: none;
				    text-align: center;
				    margin-top: -10px;
				}
				.divcasa {
				    height: auto;
				    background-color: white;
				    padding-left: 10px;
				    padding-right: 10px;
				}
				.divcasa h1 {
				    font-family: 'typoR';
				    margin-top: 50px;
				    padding-left: 10px;
				    padding-right: 10px;
				}
				.divcasa img {
				    margin-top: 20px;
				    margin-bottom: 50px;
				}

				.slick-dots li button:before {
				    margin-top: 0px !important;
				    color: #e21f1d !important;
				    font-size: 20px !important;
				    line-height: 20px !important;
				}
			/*MEDIA SERVICIOS*/


			/*MEDIA SECCIONES*/
					.bannersecciones {
				    height: 100px;
				    background-color: transparent;
				    margin-top: 3px;
				}
				.containercajasolicita {
					background-color: #e30312 !important;
					    padding-bottom: 0px;
					    margin-bottom: 1px;
					    margin-top: 76px;
					    margin-left: 10px;
					    margin-right: 10px;
				}
				.containergeneralsubsecciones {
				    margin-top: 30px; 
				    padding-bottom: 75px;
				    height: auto;
				    padding-top: 0px; 
				}
				.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
				    color: #fff;
				    background-color: #e30312;
				}

				.nav-pills > li > a {
				    border-radius: 1px;
				    font-size: 15px;
				}
				.colsubtitulos {
			
				    padding-top: 1px;
				    padding-bottom: 1px;
				}
				.rowparrafosrata {
				    margin-top: 100px;
				    padding-left: 30px;
				    padding-right: 30px;
				}

				.cajatextowithdots {
				    margin-top: 0px;
				}
				.parrafosplagas {
			    margin-top: 20px;
			    padding-left: 15px;
			    padding-right: 15px;
			}
			.padding {
				    padding-left: 10px;
				    padding-right: 10px;
				    padding-bottom: 10px;
				}
				.cajafotoubicacion {
			    position: absolute;
			    width: 180px;
			    height: auto;
			    background-color: transparent;
			    border: 2px solid white;
			    margin-top: -35%;
			    margin-left: 29px;
			}
			.bannercontacto {
			    height: 450px;
			    background-color: transparent;
			    margin-top: 0px;
			}

			.input-container {
			    padding: 0px;
			    background: #080808;
			    width: 701px;
			    max-width: 100%;
			    margin: -11px auto 25px auto;
			    padding-bottom: 20px;
			}



			/*MEDIA SECCIONES*/
	}

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


			
				

	}
	







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

    .itemoculto{    display: block;
    background: white;
    
 }
    .navbarfullpage{display: none;}
    .cajainicio{display: none;}

    	.cajainicio2 {
    		display: block;
		    width: 90%;
		    height: auto;
		    background-color: #353535f0;
		    z-index: 999;
		    right: 2%;
		    margin-top: 10%;
		    border-radius: 1px;
		    -webkit-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 1);
		    -moz-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 1);
		    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.48);
		    padding-bottom: 20px;
		}


}

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


		.cajatitulosecciones {
			background-color: #e30312;
			    width: 100%;
			    height: 53px;
			    position: absolute;
			   margin-top: -29px;
			}
			.h1titulossecciones {
			    color: white;
			    font-size: 30px;
			    margin-top: 11px;
			}
		
}

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


			

}