*{
  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;
}
div#menuMobil {
  position: absolute;
  right: 38px;
  top: 44px;
  display: none;
  cursor:pointer;
}
nav{
  background-color: #e30713;
  padding: 19px 25px;
  box-shadow: 0 0 40px 0px;
  position: absolute;
  width: 100%;
  top: 124px;
  box-sizing: border-box;
}

nav img{
 /*width: 300px; LOGO Florez*/
}
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;
}
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;
}

.desplazar img{
  width: 30px;
  padding-top: 6px;
}

.content{
margin: 30px 0;
}
.content p {
  color: #515151;
  font-size: 15px;
  padding: 7px 0;
}

.inicio{
  padding: 43px 100px;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../../florezinicio/img/bg_content1.png), url(../../florezinicio/img/bg_content2.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  justify-content: space-around;
}

.about{
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: justify;
  max-width: 700px;
}

.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: 24px;
  position: relative;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}



.about p{

  /*padding-top: 22px;
  color: #515151;
  font-size: 15px;*/
}

.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: 100%;
  position: relative;
  display: flex;
  padding: 0 10px;
  justify-content: center;
}

.foto img{
  height: 430px;
}

.nombre{
  background-color: #C62831;
  color: white;
  height: 98px;
  position: relative;
  padding: 23px;
  box-sizing: border-box;
  font-size: 24px;
  width: 51%;
  margin-top: 300px;
}

.nombre img{
  position: absolute;
  right: 26px;
  bottom: -27px;
  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 {

  right: 303px;
  top: 30px;
  z-index: 2;
  filter: brightness(10);
  position: absolute;
}
.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;
}

.page-header h1{
 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: 24px;
position: relative;
width: auto;
display: inline-block;
}
.popUp{
    position: absolute;
      z-index: 1000;
      width: 700px;
      background-color: #fffffff2;
      padding: 22px 40px;
      border-bottom: 8px solid #FF0000;
      margin: 40px auto 0;
      left: 0;
      right: 0;
      border-top: 17px solid #FF0000;
      box-shadow: 0 0 4px black;
      -webkit-animation: fadeInUp 1s;
      animation: fadeInUp 1s;
      display: none;
}
.popUp div {
    font-size: 14px;
}
.popUp h1 {
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #000;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin: 20px 0;
  font-size: 41px;
}
.popUp p {
    margin: 10px 0;
    font-size: 15px;
}
.popUp .notaroja {
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
}
.popUp .botoncerrar {
  position: absolute;
right: 25px;
cursor: pointer;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
