*{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body{
  width: 100%;
}
.contenedorCentrar{
  width: 1349px;
margin: 0 auto;
overflow: hidden;
position: relative;
box-shadow: 0 0 11px 0px #00000057;


}
header{
  height: 505px;
background-image: url(../../florezcontenido/img/bg-content.jpg);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
width: 1349px;
}

nav{
  background-color: #e30713;
  padding: 19px 25px;
  box-shadow: 0 0 40px 0px;
  position: absolute;
  width: 100%;
  top: 124px;
  box-sizing: border-box;
}
div#menuMobil {
  position: absolute;
  right: 38px;
  top: 44px;
  display: none;
  cursor:pointer;
}

nav img{
  /*width: 300px;*/
}
ul.nav {
	position: absolute;
    right: 100px;
	top: 55px;
  display: block;
}
ul.nav > li {
	list-style: none;
    padding: 0;
	display: inline-block;
}
ul.nav > li > a{
	color: #fff;
    text-decoration: none;
    padding: 10px 7px;
    font-size: 17px;
}
ul.nav > li > a:hover{
	color: #ffffff;
    text-shadow: 1px 2px 3px black;
}
ul.nav > li:hover ul {
	display: block;
	animation:animacionEntradaSubmenus 1s;


}
@keyframes animacionEntradaSubmenus {
	0% {transform:translateX(-10px); opacity:0;}
	100%{transform:translateX(0px); opacity:1;}
}
ul.nav > li > ul {
	display: none;
	position: absolute;
	padding-top: 31px;
  z-index: 5;
}
ul.nav > li:nth-child(3)  > ul{
  right: 0;
}
ul.nav > li > ul > li {
	list-style: none;
    padding: 0;
}

ul.nav > li > ul > li > a{
	padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
	background-color: #00000096;
	transition: 0.7s all;
}
ul.nav > li > ul > li > a:hover{
	background-color: #173558a8;
	transform: translateX(-9px);
	box-shadow: 4px 2px 8px black;
}
/*ul.nav-pills > li{
padding: 5px 0;
}
ul.nav-pills > li:hover > ul{
  height: auto;
    max-height: 400px;
    opacity: 1;
}
ul.nav-pills > li > a{
  color: white;
font-size: 18px;
padding-left: 35px;
margin: 6px 0;
font-weight: 600;
cursor: pointer;
text-decoration:none;
background-image: url(../../florezinicio/img/item-menu.png);
    background-repeat: no-repeat;
    background-position: 20px 9px;
	    font-weight: 400;
}
ul.nav-pills > li > a.menuNoDesplegable{
  background-image: url(../../florezinicio/img/item-menuNo.png);

}
ul.nav-pills > li > ul{
  background-color: rgba(44, 44, 44, 0.9);
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
      transition: max-height 1s ease;
}
ul.nav-pills > li > ul > li{
  margin: 6px 0;
  color: white;
  cursor: pointer;
  }
  ul.nav-pills > li > ul > li:hover{
    background-color: white;
    color: #333;
  }
  ul.nav-pills > li > ul > li > a{
    margin: 6px 0;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0 10px 40px;
    margin: 0;
    }
    ul.nav-pills > li > ul > li:hover > a{
      color: #333;
    }
	*/
.desplazar{
  position: absolute;
  left: 37%;
  top: 500px;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  display: none;
}

.desplazar img{
  width: 30px;
  padding-top: 6px;
}

.content{
margin: 0 0 30px 0;
}
.content p {
	padding:10px;
	color: #515151;
    font-size: 15px;
}


.inicio{
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.textInterno{
  width: 45%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: justify;
  max-width: 700px;
}
.textInterno ul li{
  list-style-image: url("/images/item.png");
  text-align: left;
  padding: 2px 0;
  margin-left: 25px;
}

.nuestroEquipoTxt{
  padding: 20px 0;
}
.item-page {
    padding: 0px 100px;
    color: #515151;
    font-size: 15px;
}
.page-header h2, .titulo{
  background-color: rgb(0, 159, 227);
  padding: 5px 290px 5px 40px;
  background-image: url(../../florezcontenido/img/blue-line.jpg);
background-repeat: repeat-y;
background-position: right;
color: white;
    font-weight: 400;
	font-size: 22px;
	position: relative;
	width: auto;
	display: inline-block;

}
.titulo img{
  position: absolute;
  right: -14px;
  top: 0;
  height: 38px;
}

.textInterno p{
	/*line-height: 23px;*/
    color: #515151;
    font-size: 15px;
    padding: 7px 0;
}

.textInterno p.listaItemsContenidos{
  margin-bottom: 7px;
}
 .textInterno p img.listaItems {
   margin-right: 4px;
 }

.img_about{
  position: relative;
  max-width: 700px;
  text-align: center;
}

.img_about p{
  left: 0;
position: absolute;
top: 196px;
font-size: 52px;
font-family: 'Oswald', sans-serif;
color: white;
width: 242px;
text-align: left;
line-height: 52px;
text-shadow: 0 0 13px black;
right: 0;
margin: 0 auto;
}

.img_about img{
    width: 460px;
}
/*
.baners .custom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 800px;
  background-image: url("../../florezinicio/img/bg_baners.jpg");
  background-size: cover;
  padding-top: 50px;
}
.baners .custom .bannerinterno{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 450px;
}

.baners .caja{
  position: relative;
  box-shadow: 4px 4px 17px black;
  height: 157px;
  overflow: hidden;
  margin: 0 25px;
}

.baners p{
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  color: white;
  text-shadow: 0 0 13px black;
  position: absolute;
  margin: 0 auto;
  left: 13px;
  top: 10px;
  width: 260px;
}
*/

.BannersNew{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 50px 90px;
}
.BannersNew a{
  width: 44%;
  text-decoration: none;
  color: #282828;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.BannersNew a:hover{
  background-color: #DDDDDD;
}
.BannersNew span{
  width: 24%;
  display: block;
  text-align: center;
}
.BannersNew img{
}
.BannersNew .textBanners{
  width: 70%;
}
.BannersNew h3{
  font-size: 17px;
  padding-bottom: 15px;
  font-weight: 500;
}
.BannersNew p{
  font-size: 14px;
  color: #777777;
  text-align: justify;
}

footer{
  font-size: 15px;
  background-image: url("../../florezinicio/img/bg_footer.jpg");
  background-size: cover;
  height: 300px;
  position: relative;
  padding: 40px;
  line-height: 23px;
  color: white;
  box-sizing: border-box;

}

footer .data_footer {
    /*width: 25%;*/
  box-sizing: border-box;
  height: 170px;
  margin-right: 35px;
}
footer .data_footer .custom{
  display: flex;
flex-wrap: wrap;
}

footer .data_footer:nth-child(3) {
  width: 50%;
  padding-left: 40px;
}

footer a{
  text-decoration: none;
  color: white;
}

footer a.adone img{
  height: 22px;
  position: absolute;
  bottom: 23px;
  right: 27px;
}

footer .last_data .custom{
  border-top: 1px solid #fff;
  padding-top: 10px;
  width: 30%;
}



/* QUIENES SOMOS */

.equipo{
  padding-top: 50px;
  padding: 43px 100px;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
}

.foto{
  /*width: 44%;*/
  position: relative;
  display: flex;
  justify-content: center;
}

.foto img{
  height: 375px;
}

.nombre{
  background-color: #e30713;
  color: white;
  height: 375px;
  position: absolute;
  font-size: 24px;
  width: 51px;
  right: -48px;
}

.nombre img{
  position: absolute;
  right: -24px;
  transform: rotatez(-90deg);
  top: 14px;
  height: 50px;
}

.nombre span{
  font-style: italic;
  color: #C4C4C4;
  font-size: 22px;
}


/* Menu */

.menu_desplegable{
  background-color: rgba(44, 44, 44, 0.8);
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  right: 0;
  box-sizing: border-box;
  padding-top: 80px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.menu_desplegable_off{
  width:420px;
  opacity: 1;
      position: absolute;
}

.menu_desplegable li.drop {
  color: white;
  font-size: 18px;
  list-style-image: url(images/item-menu.png);
  padding-left: 18px;
  margin: 6px 0;
  font-weight: 600;
  cursor: pointer;
}
.menu_desplegable li.nodrop {
  color: white;
  font-size: 18px;
  list-style-image: url(images/item-nodrop.png);
  padding-left: 18px;
  margin: 6px 0;
  cursor: pointer;
}

.menu_desplegable .menu_items .items ul{
  background-color: rgba(44, 44, 44, 0.9);
  list-style: none;
  padding:5px 0;
}

.menu_desplegable .menu_items .items ul li{
  padding: 10px 0 10px 40px;
  margin: 6px 0;
  color: white;
  cursor: pointer;
}

.menu_desplegable .menu_items .items ul li:hover{
  background-color: white;
  color: #333;
}

.menu_desplegable .items{

max-height: 0;
overflow: hidden;
transition: max-height 1s ease;
}

.menu_desplegable .menu_items:hover .items{
  height: auto;
  max-height: 400px;
}

.menu_off{

    position: absolute;
    right: 155px;
    top: 30px;
    z-index: 2;
    transition: all 0.5s;
}

.menu_active {

  position: fixed;
  right: 303px;
  top: 30px;
  z-index: 2;
  filter: brightness(10);
  position: absolute;
}
/*-------columnas blog noticias------*/
.cols-2 {
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
		justify-content: space-between;
		font-family: "Trebuchet MS";
	}
	.cols-2 p {
	}
	.column-1 {

	}
	.cols-2 .span6{
		width: 556px;
		box-shadow: 0 0 11px rgba(0, 0, 0, 0.53);
		padding: 10px;
		box-sizing: border-box;
			margin-top:15px;
			margin-bottom: 20px;
      background-image: url("../../florezcontenido/img/fondoNoticias.png");
      background-repeat: no-repeat;
      background-position: bottom;
	}
.cols-2 dd.category-name, .cols-3 dd.create{
	color:#04A2DE;
	font-size:13px;
	font-weight:700;
	    margin: 0;
}
.blogpaginaBlog > h2{
	padding: 10px 0 10px 73px;
    color: #fff;
    background-color: #04a2de;
}

.cols-2 .span6 h2{
	color:#808281;
	font-size:25px;
	    margin: 0;
      padding: 0;
      background-image: none;
background-color: #fff0;
}
.cols-2 .span6 p a{
  color: #04A2DE;
font-size: 20px;
}
.cols-2 .span6 p{
	margin-top:10px;
	color:#808281;
	font-family: "Trebuchet MS";
	font-size:14px;
}
.cols-2 .span4 .contVM{
	display:flex;
	align-items:center;
}
dd.published {
    display: block;
		color: #04A2DE;
font-size: 13px;
font-weight: 700;
margin: 7px 0;
}
.cols-2 .readmore{
	float: right;
	padding: 12px 12px 65px;
}
.cols-2 .readmore a{
	text-decoration:none;
	color:#04A2DE;
}
.pull-left.item-image img{
  width: 100%;
}
.contentInfoBlog {
    display: flex;
    justify-content: space-between;
}
.contentInfoBlog .textoInfo{
      width: 52%;
}
 .contentInfoBlog .textoInfo p{
  margin-bottom: 15px;
}

.fotoNuestroEquipo{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.fotoNuestroEquipo img{
  height: 430px;
}

.nombreRojoHorizontal{
  background-color:#e30713;
  color: white;
  height: 98px;
  position: relative;
  padding: 23px;
  box-sizing: border-box;
  font-size: 24px;
  width: 51%;
  margin-top: 300px;
}

.nombreRojoHorizontal img{
   position: absolute;
   right: 26px;
   bottom: -27px;
   height: 50px;
 }

.nombreRojoHorizontal span{
 font-style: italic;
 color: #C4C4C4;
 font-size: 22px;
}

.textInterno p.parrafoNuestroEquipo{
  /*line-height: 29px;*/
  padding-top: 22px;
  color: #515151;
  font-size: 15px;
}
/*-------- clientes------*/
.contenLC {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
    justify-content: center;
}
.cadaCL {
    border: 2px solid #42b6a1;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    margin-top: 11px;
    margin-right:11px;
    transition: all 1s;
}
.cadaCL img{
transform: rotateY(0deg);
transition: all 0.8s ease;
}
.cadaCL:hover img{
transform: rotateY(360deg);

}
.menuIdioma {
  position: absolute;
      right: 261px;
      top: 29px;
      z-index: 2;
      font-size: 22px;
      font-weight: 800;
      /* border-right: solid 2px #6b6b6b; */
      color: #6b6b6b;
      padding: 0px 7px;
      display: flex;
      align-items: center;
  }
  .menuIdioma .custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuIdioma a {
  text-decoration: none;
      color: #6b6b6b;
      display: flex;
      align-items: center;
      width: 30px;
      justify-content: space-between;
}

/*FORMULARIO CONTACTO*/

.formularioContacto{
  width: 700px;
  margin: 20px auto 0;
  padding: 20px;
  box-sizing: border-box;
}

.formularioContacto form.formulario{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}

.formularioContacto form.formulario label{
  width: 35%;
}

.formularioContacto form.formulario input{
  width: 57%;
  margin-bottom: 7px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #969696;
  padding: 0 5px;
}

.formularioContacto form.formulario textarea{
  width: 59%;
  margin-bottom: 7px;
  height: 85px;
  border-radius: 3px;
  border: 1px solid #969696;
  padding: 10px;
  box-sizing: border-box;
}

.formularioContacto form.formulario input.checkbox{
  height: 15px;
  width: 8%;
}

.formularioContacto form.formulario label.acepto{
  width: 90%;
  font-size: 15px;
}

.formularioContacto form.formulario .botonEnviarFormulario{
  width: 200px;
  margin: 15px auto 0;
  height: 35px;
  color: white;
  background-color: #333;
  border: none;
  cursor: pointer;
}
