.camera_wrap {
  margin-top: 40px;
}

.header {
  height: 35px;
  background-color: #8C1C44;
  /*width: 1000px;*/
  /*margin-left: 84px;*/
}

.banner {
  margin-top: 10px;
}

.home, .idioma {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  line-height: 30px;
  /*height: 35px;*/
  cursor: pointer;
  margin-left: -20px;
  padding-top: 5px;
}

.txt-nav {
  font-size: 12px;
  text-transform: uppercase;
}

.space-cor {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
  height: 25px;
  margin-top: -20px;
  margin-left: 19px;
  width: 500px;
}

.align-cor {
  /* border: solid; */
  margin-left: -4px;
}

.border {
  border: solid 1px #DCDCDC;
} 

/*.icon {
  position: absolute;
  width: 430px;
  height: 40px;
  margin-top: 445px;
  margin-left: 530px;
}*/

.bar {
    /*border: solid 1px;*/
    width: 85.5%;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    background-color: #8C1C44;
}

.txt-a {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
  margin-bottom: 30px;
}

.serv:before, .serv-2:before, .serv-3:before  {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -15px;
  margin-top: 9px;
  border-radius: 100%;
  background-color:  #524D53;
  /*background-color: #8c1c44;*/
}

.serv, .serv-2, .serv-3 {
  color : #524D53;
  cursor: pointer;
  margin-bottom: 30px;
}

.serv:hover, .serv-2:hover, .serv-3:hover {
  color: #ab1656;
}

.serv:hover:after {
  color: #ab1656;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -73px;
  margin-top: 9px;
  border-radius: 100%;
  background-color: #8c1c44;
}

.serv-2:hover:after {
  color: #ab1656;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -88px;
  margin-top: 9px;
  border-radius: 100%;
  background-color: #8c1c44;
}

.serv-3:hover:after {
  color: #ab1656;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -108px;
  margin-top: 9px;
  border-radius: 100%;
  background-color: #8c1c44;
}

.txt-metis-2 {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
}

.txt-metis-3 {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
  margin-top: -15px;
}

.txt-metis {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 40px;
  text-align: justify;
}
  
.txt-cor {
  font-size: 14px !important;
}

.p-cor {
    font-size: 14px !important;
    font-family: Helvetica, sans-serif;
    text-align: justify;
    margin-top: -10px;
}

.p-contables {
  padding-left: 30px;
}

.p-interes {
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px !important;
  margin-top: -13px;
}

.url-interes {
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px !important;
  color: #ba9765;
  margin-top: -15px;
  font-weight: bolder;
}

.redes {
  margin-top: 80px;
  margin-bottom: 10px;
}

.row-metis {
  margin-top: 40px;
  /*border: solid 1px;*/
  /*width: 940px;*/
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-metis {
  /*border: solid 1px red;*/
  height: 75px;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #A30046;
}

.col-metis-1 {
  /*border: solid 1px red;*/
  height: 50px;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 18px;
}

.col-metis-2 {
  /*border: solid 1px red;*/
  height: 35px;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 18px;
}

.col-1 {
  height: 70px;
  text-align: justify;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
}

.container-img {
  height: 100px;
  cursor: pointer;
}

.hover-1 {
  background-image: url('../img/home/icon/areas-1.png');
  width: 130px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 1px 5px;
}

.hover-1:hover {
  background-image: url('../img/home/icon/areas-2.png');
  background-position: 4px 7px;
  background-repeat: no-repeat;
}

.hover-2 {
  background-image: url('../img/home/icon/clientes-1.png');
  width: 130px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 20px 15px;
}

.hover-2:hover {
  background-image: url('../img/home/icon/clientes-2.png');
  background-repeat: no-repeat;
  background-position: 20px 17px;
}

.hover-3 {
  background-image: url('../img/home/icon/contacto-1.png');
  background-repeat: no-repeat;
  background-position: 38px 10px;
  width: 130px;
  height: 120px;
}

.hover-3:hover {
  background-image: url('../img/home/icon/contacto-2.png');
  background-repeat: no-repeat;
  background-position: 23px 12px;
}

.hover-4 {
  background-image: url('../img/home/icon/sitios-1.png');
  background-repeat: no-repeat;
  background-position: 13px 26px;
  width: 130px;
  height: 120px;
}

.hover-4:hover {
  background-image: url('../img/home/icon/sitios-2.png');
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

.hover-5 {
  background-image: url('../img/home/icon/alianzas-1.png');
  width: 175px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 23px 23px;
}

.hover-5:hover {
  background-image: url('../img/home/icon/alianzas-2.png');
  background-position: 0px 29px;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.access {
  margin-top: 12px;
  margin-left: 135px;
  cursor: pointer;
}

.mail {
  position: absolute;
  margin-left: 70px;
  margin-top: 10px;
  cursor: pointer;
}

.space {
  margin-top: 30px;
}

.air-cont {
  height: 30px;
}

.air {
  height: 70px;
}

.menu-clientes {
  margin-top: 30px;
}

.inmo, .fundaciones ,.comer, .entre, .servi, .aseguradoras { cursor: pointer; }

.inmo {
  margin-top: 10px;
}

.fundaciones, .aseguradoras {
  margin-top: 5px;
}

.comer {
  margin-top: 23px;
}

.entre, .servi {
  margin-top: 12px;
}

.cuadros-clientes {
  font-size: 12px;
  text-align: justify;
  color: #524d53;
  width: 280px;
}

.info-clientes {
  margin-top: 20px;
}

.clientes {
  height: 105px;
}

.cube {
  margin-bottom: 10px;
  /*border: solid 1px;*/
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 490px;
}

.office {
  font-size: 22px;
  color: #8c1c44;
  line-height: 5px;
}

.p-contacto {
  font-size: 14px;
  line-height: 22px;
}

.url {
  font-size: 14px;
  color: #ba9765;
  line-height: 0px;
}

.noriega {
  width: 75px;
}

.rios {
  width: 220px;
  height: 37px;
}

.hide {
  display: none;
}

.senado {
  background-image: url("../img/senado.jpg");
  background-size: 110px !important;
  background-position: 0px;
  background-repeat: no-repeat;
  margin-top: -8px;
  width: 115px;
  height: 40px;
}
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .row-metis {
      margin-top: 10px !important;
    }

    .title-metis {
      font-size: 12px !important;
    } 

    .col-metis-1 {
      height: 95px !important;
      font-size: 12px !important;
    }

    .col-metis-2 {
      height: 70px !important;
      font-size: 12px !important;
    }

    .redes {
      margin-top: 250px !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .nav-menu {
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: #7a7a7a !important;
    font-family: Helvetica, sans-serif !important;
    width: 135px !important;
    display: inline-block !important;
    text-align: center !important;
    cursor: pointer !important;
  }   

  .nav-menu-1 {
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: #7a7a7a !important;
    font-family: Helvetica, sans-serif !important;
    width: 75px !important;
    display: inline-block !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  .fundaciones, .aseguradoras {
    margin-top: 16px !important;
  }

  .comer {
    margin-top: 39px !important;
  }

  .entre {
    margin-top: 29px !important;
  }

  .servi {
    margin-top: 13px !important;
  }

  .menos, .mas  {
    margin-left: 210px !important;
  }

  .menu-clientes {
    margin-top: 40px !important;
  }

  .info-clientes {
    margin-top: 35px !important;
  }
  
  .rios {
    width: 190px !important;
    height: 30px !important;
  }
  
  .dos {
    margin-top: -30px !important;
  }

  .tres {
    margin-top: -26px !important;
  }

  .txt-alianz {
    font-size: 18px !important;
  }

  .america {
    width: 100px !important;
  }

  .panel-alianz {
    height: 930px !important;
  }
}

.mas {
    content:"+";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #8c1c44;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -72px;
    margin-left: 250px;
}
 
.menos {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #717174;
  color: #FFF;
  text-align: center;
  line-height: 17px;
  font-size: 19px;
  font-weight: bold;
  margin-top: -72px;
  margin-left: 250px;
  cursor: pointer;
}

.txt-alianz {
  font-size: 20px;
}

.dos {
  margin-top: -36px;
} 

.tres {
    margin-top: -29px;
}

.panel-interno {
  margin-top: 40px;
}

.p-2 {
  margin-top: 60px; 
}

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

.america {
  width: 140px;
  margin-top: 10px;
}

.panel-alianz {
    border: solid 1px #999999;
    width: 105%;
    height: 820px;
    margin-bottom: 25px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    margin-top: 50px;
}

.final-ali {
  border-right: none;
}

/*** Init Dropdown ***/
#container-main{
    margin:40px auto;
    width:100%;
    min-width:320px;
    max-width:960px;
}
 
.accordion-container {
    width: 100%;
    /*margin: 0 0 20px;*/
    clear:both;
    border: solid 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #9A9A9A;
}

.final {
  border-bottom: none;
}

.accordion-titulo:before {
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px;
  position: absolute;
  margin-left: -12px;
  border-radius: 100%;
  margin-top: 7px;
  background-color: #8c1d45;
}

.accordion-titulo-1:before {
  content: "";
  width: 22px;
  height: 22px;
  border: solid 2px;
  position: absolute;
  margin-left: -35px;
  border-radius: 100%;
  margin-top: 1px;
  color: #C99965;
  border-style: dashed;
}

.accordion-titulo-1:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 7px;
  border-radius: 100%;
  top: 17px;
  background-color: #A30046;
}

.accordion-titulo-1 {
  padding-left: 35px !important;
  font-size: 16px !important; 
}

.accordion-titulo, .accordion-titulo-1 {
    position: relative;
    display: block;
    background: #f6f6f6;
    color: #A91152 !important;
    text-decoration: none;
    height: 50px;
    padding-left: 12px;
    font-size: 15px;
    font-family: Helvetica, sans-serif;
    padding-top: 10px;
    cursor: pointer;
}
 
.accordion-titulo span.toggle-icon:before, .accordion-titulo-1 span.toggle-icon:before {
    content:"+";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #8c1c44;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    font-size: 19px;
}
 
.accordion-titulo.open span.toggle-icon:before, .accordion-titulo-1.open span.toggle-icon:before {
  content: "-";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #717174;
  color: #FFF;
  text-align: center;
  line-height: 19px;
}
 
.accordion-titulo span.toggle-icon, .accordion-titulo-1 span.toggle-icon {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
    margin-top: -10px;
}
 
.accordion-content p.p-acordion {
  margin: -15px 0px;
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
}
 
.accordion-content p {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  text-align: justify;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}
 
 
@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

.nav  {
  margin-top: 10px;
  height: 60px;
}

li {
  list-style: none;
}

.li-nav-logo {
  width: 220px;
  /*border: solid;*/
  display: inline-block;
  margin-left: -20px;
  cursor: pointer;
}

.nav-logo {
  width: 215px;
}

.nav-menu {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-family: Helvetica, sans-serif;
  /*border: solid 1px;*/
  width: 170px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.nav-menu-1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-family: Helvetica, sans-serif;
  /*border: solid 1px;*/
  width: 90px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.txt-aviso {
  font-size: 14px;
  color: #78787b;
}