*{
  font-family: 'Roboto';
  font-weight: 700;
}
html {
    -webkit-text-size-adjust: none;
}

body{
  background: grey;
  overflow: hidden;
  margin: 0;
}

.dropShadow{
    box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
}
#container{
  width: 100%;
  height: 100%;
  position: fixed;
}

#UI_upper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
}

#logo{
  width: 150px;
  height: 100%;
  background: url(../ui/logo_horizontal.svg) no-repeat;
  float: left;
  margin-left: 15px;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0;
}

#nav{
  float: right;
  height: 100%;
}

#nav div{
  display: inline-block;
}

#division{
  width: 2px;
  height: 82%;
  margin: 5px 0 0 20px;
  float: left;
  background: black;
}

#title{
  color: #808080;
  font-weight: 500;
}

#title, #about_btn, #contact_btn{
  float: left;
  margin-top: 15px;
}

#about_btn{
  margin-right: 40px;
}

#contact_btn{
  margin-right: 79px;
}

#UI_foot{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: black;
  box-sizing: border-box;
  padding-top: 18px;
  padding-left: 10px;
}

#containerDots{
  overflow: hidden;
  display: inline-block;
  /*display: none;*/
  margin-left: 12px;
  float: left;
}

.dotThb{
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  border-radius: 100%;
  margin: 0px 5px 0px 0px;
  cursor: pointer;
  transition: all 1s;
}

#counterObras{
  float: left;
  color: #808080;
  font-weight: 200;
  font-size: 0.7em;
  margin-left: 8px;
}

.dotThb:hover{
  background: rgba(255, 255, 255, 1);
  /*border-radius: 0%;*/
}

.UI_flechas{
  position: fixed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0px 10px;
}

#flechaIzq{
  left: -40px;
  top: calc(50% - 12.5px);
  background: url(../ui/flecha_izq.svg);
  background-size: contain;
  background-position: center;
}

#flechaDer{
  right: -40px;
  top: calc(50% - 12.5px);
  background: url(../ui/flecha_der.svg);
  background-size: contain;
  background-position: center;
}

#UI_artwork{
  position: absolute;
  top: 0px;
  width: 250px;
  height: 100%;
  /*overflow: hidden;*/
  left: calc(50% - 125px);
  /*background: green;*/
}

#iconsArrow{
  display: inline-block;
  height: 53px;
  width: 296px;
  /*background: black;*/
  margin: 0 calc(50% - 148px);
  text-align: center;
}

#icon_left{
  background: url(../ui/icon_ArLeft.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

#icon_right{
  background: url(../ui/icon_ArRight.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

#iconsCont{
  display: inline-block;
  text-align: center;
}

#icon_audio{
  background: url(../ui/audio_on.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  cursor: pointer;
  position: relative;
}

#icon_info{
  background: url(../ui/info_off.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
  position: relative;
}

#icon_zoom{
  background: url(../ui/zoom_off.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
  position: relative;
}

#icon_comment{
  background: url(../ui/comment_off.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
  position: relative;
}

#icon_share{
  background: url(../ui/share.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
}

#icon_video{
  display: none;
  background: url(../ui/play_video.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
  position: relative;
}

.iconsAW{
  display: -webkit-inline-box;
  width: 46px;
  height: 50px;
  background-size: contain;
}

#icon_info:after, #icon_zoom:after, #icon_comment:after, #icon_audio:after, #icon_video:after{
  content: '';
  width: 1px;
  height: 25%;
  background: #808080;
  position: absolute;
  top: 38%;
  right: -2px;
}

#panelRS{
  position: relative;
  width: 100%;
  height: 100px;
  top: -100px;
  background: black;
  display: none;
}

#icon_share:hover #panelRS{
  display: block;
}

.subIconsRS{
  display: inline-block;
  width: 100%;
  height: 33.3333%;
  background: white;
  background-size: contain;
}

#subIcon_fb{
  background: url(../ui/subIcon_fb.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  cursor: pointer;
  position: relative;
}

#subIcon_tw{
  background: url(../ui/subIcon_tw.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  cursor: pointer;
  position: relative;
}

#subIcon_fb:after, #subIcon_tw:after{
  content: '';
  width: 60%;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 100%;
  right: 20%;
}

#subIcon_em{
  background: url(../ui/subIcon_em.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  cursor: pointer;
}

.panelZoom{
  position: absolute;
  width: 169px;
  height: 124px;
  background: url(../ui/bgPanelZoom.svg) no-repeat;
  top: -116px;
  left: calc(50% - 84.5px);
  transform: scale(0.8);
}

.divZoom{
  box-sizing: border-box;
  border: 1px solid white;
  float: left;
  cursor: pointer;
}

#div4 .divZoom{
  width: 49.9%;
  height: 50%;
}

#div9 .divZoom{
  width: 33.3%;
  height: 33.3%;
}

.numZoom {
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
  margin: calc(50% - 21px) calc(50% - 15px);
}

#div4{
  display: none;
}

#div9{
  display: none;
}

#cedula{
  width: 720px;
  background: white;
  min-height: 590px;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: calc(50% - 285px);
  left: calc(50% - 360px);
  display: none;
}

#contCedula{
  width: 100%;
  overflow: hidden;
}

#comments{
  width: 720px;
  background: white;
  min-height: 590px;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  position: absolute;
  top: calc(50% - 285px);
  left: calc(50% - 360px);
}

#comment{
  resize: none;
  border: 2px solid grey;
  margin-left: 23px;
}

.cierraPanel{
  width: 22px;
  height: 22px;
  cursor: pointer;
  float: right;
  background: url(../ui/cerrar.svg) no-repeat;
}

.downPanels h3{
  margin: 50px 10px 28px;
  font-size: 20px;
}

.downPanels p{
  margin: 0px 30px;
  text-align: justify;
  line-height: 25px;
}

#comments textarea, #cedula textarea{
  resize: none;
  border: 2px solid grey;
  width: 96.5%;
  margin: 0 11px;
  box-sizing: border-box;
  padding: 10px;
}

#comments #sender_comment, #cedula .input_form{
  border: 2px solid grey;
  width: 96.5%;
  margin: 0 11px 11px 11px;
  box-sizing: border-box;
  padding: 10px;
}



.btn_ui{
  background: black;
  color: white;
  font-weight: bold;
  float: right;
  padding: 9px 33px;
  margin-right: 2px;
  cursor: pointer;
  margin-top: 5px;
}

#wrapperComments{
  clear: both;
  /*background: black;*/
  margin: 57px 11px 0 11px;
  height: 477px;
  overflow-y: scroll;
  float: left;
  width: 50%;
}

#wrap_form_comment{
  float: left;
  width: 46.5%;
}

.clusterComment{
  width: 100%;
  min-height: 90px;
  border-bottom: 1px solid black;
}

h5.fecha {
  margin: 10px 0;
}

.clusterComment h3{
  margin-left: 10px;
  font-weight: 100;
}

.clusterComment p{
  line-height: normal;
  font-size: 0.75em;
}

#contacto{
  width: 720px;
  background: white;
  min-height: 590px;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  position: absolute;
  top: calc(50% - 285px);
  left: calc(50% - 360px);
}

#confirmacion{
    width: 300px;
    background: white;
    min-height: 40px;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    /*top: calc(50% - 50px);
    left: calc(50% - 150px);*/
}

#contacto input{
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 97%;
  margin-left: 10px;
  height: 50px;
  border: 2px solid grey;
  padding: 10px;
}

#contacto textarea{
  box-sizing: border-box;
  margin-bottom: 0px;
  width: 97%;
  margin-left: 10px;
  height: 160px;
  border: 2px solid grey;
  resize: none;
  padding: 10px;
}

#contacto h3{
  margin: 29px 10px 28px;
}

#contacto .btn_ui{
  margin-right: 11px;
}

#persona_contacto{
  clear: both;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 54px;
  position: relative;
}

#persona_contacto:after{
  content: '';
  width: 100px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  right: calc(50% - 50px);
}


#nosotros{
  width: 720px;
  background: white;
  min-height: 590px;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  position: absolute;
  top: calc(50% - 285px);
  left: calc(50% - 360px);
}

#nosotros h3{
  margin: 29px 10px 28px;
}
#msgConfirmacion1{
  float: left;
  width: 100%;
  text-align: center;
}
#msgConfirmacion2{
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}
.personitas{
  float: left;
  width: 50%;
  text-align: center;
}

.personitas p{
  text-align: center;
}

.personitas span{
  font-weight: 400;
}

#persona_nosotros{
  clear: both;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;
}
#info_nosotros p{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

#foto_nosotros{
  width: 103%;
  margin: 0 auto;
  height: 170px;
  margin-left: -1.5%;
  background: url(../ui/img_nosotros.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

#blocker{
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.previewAw{
  width: 86px;
  height: 98px;
  background: url(../ui/previewAw.svg) no-repeat;
  background-size:  contain;
  position: absolute;
  top: -81px;
  display: none;
}

.imageHolder{
  width: 80px;
  height: 80px;
  /*background: black;*/
  margin: 3px;
}

#UI_automatic{
  position: fixed;
  top:60px;
  right: 10px;
  width: 42px;
  height: 42px;
  display: none;
  /*background: black;*/
}
#UI_automaticBtns{
  /*position: absolute;*/
  position: fixed;
  bottom: 5px;
  right: 10px;
  /*top:60px;
  right: 10px;*/
  width: 50px;
  height: 30px;
  cursor : pointer;
  /* display: none; */
  /*background: black;*/
}
#UI_automaticLabel{
  position: fixed;
  /*/position: fixed;*/
  bottom: 5px;
  right: 60px;
  /*top:60px;
  right: 10px;*/
  width: 145px;
  height: 30px;
  color : #FFFFFF;
  display: none;
  /*background: black;*/
  font-weight: 100;
  font-size: 14px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
}

.svg_ui_auto{
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  text-align: center;
}

#line{
  margin-top: 2px;
}

#stop, #play{
  margin-top: 11px;
}

#play{
  margin-left: 2px;
  opacity: 0;

}

#circle_svg{
  stroke: #000;
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 114;
  /*transition: stroke-dashoffset 1s linear;*/
}

#share_mail{
  width: 720px;
  height: 550px;
  background: white;
  position: fixed;
  top: calc(50% - 275px);
  left: calc(50% - 360px);
  box-sizing: border-box;
  padding: 10px;
  display: none;
}

#share_mail h3{
  margin-top: 40px;
  margin-left: 10px;
}

#share_mail input{
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 97%;
  margin-left: 10px;
  height: 50px;
  border: 2px solid grey;
  padding: 10px;
}

#share_mail textarea{
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 97%;
  margin-left: 10px;
  height: 270px;
  border: 2px solid grey;
  resize: none;
  padding: 10px;
}

.colsCedula {
  float: left;
  width: 50%;
}

.leftCol{

}

.rightCol {
  max-height: 370px;
  width: 45%;
}

#obraThb{
  width: 305px;
  height: 305px;
  background: black;
  margin-left: 22px;
  margin-bottom: 20px;

}

#preloader{
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
}

#contAnimLoader{
  /*background: black;*/
  width: 90px;
  height: 30px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
}

.loadAnim{
  position: absolute;
  width: 30px;
  height: 30px;
  background: black;
  bottom: 0;
  transform: scale(0.8);
  border-radius: 100%;
}

#asset1{
  left: 0;
}

#asset2{
  left: 30px;
}

#asset3{
  left: 60px;
}

#progresoPreloaderCont{

  /* background: black; */
  width: 240px;
  height: 30px;
  position: absolute;
  top: calc(50% + 5px);
  left: calc(50% - 120px);

}
#cargandoMSG {
  text-align: center;
}

#initOptions{
  width: 100%;
  height: 100%;
  /*background: rgba(255,255,255,.8);*/
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  /*opacity: .9;*/
}

#opcionesLabel{
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 230px);
    text-align: right;
    color : white;
    font-weight: 100;
}
#switcherAutomatic{
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 20px);
    text-align: center;
    cursor: pointer;
    /* background: black; */
}
.autoBtn {
  width: 48%;
  float: left;
  text-align: center;
  height: 100%;
  padding: 4px;
  box-sizing: border-box;
  background-color: black;
  border: solid 1px white;
  margin-left: 2%;
  cursor: pointer;
  color: white;
}
.autoBtn:hover {
  opacity: .4;
}

#iniciar {
    background: #ffffff;
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: calc(50% + 30px);
    text-align: center;
    display: block;
    color: #000000;
    margin-left: 0;
    border-radius: 15px;
}

#icon_menu{
  float: left;
  height: 50px;
  width: 50px;
  background: black;
  /*background: black url(../ui/menu_open.svg) no-repeat;
  background-size:  45%;*/
  background-position: center;
  cursor: pointer;
  color: #808080;
  text-align:center;
  font-size: 0.80em;
  box-sizing: border-box;
  padding-top: 16px;
}

#icon_menu ul{
  position: relative;
  margin: 0;
  right: 100px;
  top: 100%;
  background: black;
  width: 150px;
  list-style: none;
  padding: 0;
  display: none;
}

#icon_menu li{
  color: white;
  border-bottom: 1px solid white;
  text-align: center;
  padding: 10px 15px;
  transition: all 1s;
}
#icon_menu li:hover{
  background: white;
  color: black;
}

#lang_select{
  float: right;
  color: #808080;
  box-sizing: border-box;
  padding: 16px 15px;
  font-weight: 500;
}

#lang_select span{
  font-weight: 500;
  line-height: 1.2em;
  cursor: pointer;
  font-size: 0.80em;
}

#lang_select span:hover{
  border-bottom: 2px solid black;
}

#lang_select #dot{
  width: 4px;
  height: 4px;
  background: black;
  border-radius: 2px;
  margin: 0px 5px 4px 5px;
}

.terms_priva{
  color: white;
  font-weight: bold;
  font-size: 9px;
  position: absolute;
  top: 23px;
}

#terms{
  left: 10px;
}

#privacy{
  right: 10px;
}

#menu_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  display: none;
}

#close_menu{
  width: 50px;
  height: 50px;
  background: black url(../ui/close_menu.svg) no-repeat center;
  cursor: pointer;
}

#menu_body{
  width: 100%;
  height: calc(100% - 50px);
  background: black;
}

.menu_opt{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #808080;
  color: #808080;
  text-align: center;
  box-sizing: border-box;
  padding-top: 16px;
  cursor: pointer;
}

#socialAIQ{
  width: 100%;
  height: 50px;
}

.btnsSocialAIQ{
  float: left;
  width: 24.33333%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

#fb_aiq{
  background: url(../ui/subIcon_fb.svg) no-repeat center;
  background-size: 50%;
}


#fb_aiq:after{
  content:''; width:1px; height:60%; background:#808080; position:absolute; top:20%; right:0px;
}

#tw_aiq{
  background: url(../ui/subIcon_tw.svg) no-repeat center;
  background-size: 50%;
}

#tw_aiq:after{
  content:''; width:1px; height:60%; background:#808080; position:absolute; top:20%; right:0px;
}

#in_aiq{
  background: url(../ui/subIcon_in.svg) no-repeat center;
  background-size: 50%;
}

#in_aiq:after{
  content:''; width:1px; height:60%; background:#808080; position:absolute; top:20%; right:0px;
}

#em_aiq{
  background: url(../ui/subIcon_em.svg) no-repeat center;
  background-size: 50%;
}

#bottom_menu{
  position: absolute;
  bottom: 0;
  width: 100%;
}

#UI_recorAuto{
  /*position: fixed;
  bottom: 10px;
  right: 10px;
  color: #808080;
  display: inline-block;
  font-weight: 400;
  font-size: 0.7em;
  */
  position: fixed;
  top: calc(50%);
  left: calc(50% - 95px);
  color: #808080;
  display: inline-block;
  font-weight: 400;
  font-size: 0.7em;
}

#switch_recorAuto{
  float: right;
  margin-left: 10px;
  margin-top: -1px;
  cursor: pointer;
}

#icon_ambient{
  width: 18px;
  height: 20px;
  position: absolute;
  background: url(../ui/ambient_on.svg) no-repeat;
  background-position: center;
  bottom: 16px;
  right: 227px;
  display: none;
}

p#titulo_obra{
  font-weight: 300;
  font-style: italic;
}

.subtexto_cedula{
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}

p#instrucciones_compra {
  font-size: 11px;
}
#icon_instrucciones{
  box-sizing: border-box;
  margin-left: 4px;
  padding-top: 4px;
  cursor: pointer;
}

.errores{
    color: red;
    display: none;
    font-size: 10px;
    margin-left: 15px;
    margin-top: -5px;
}

#block_portrait{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #808080 url(../ui/block_portrait.svg) no-repeat center;
  display: none;
}

@media(max-width: 1000px){
  #containerDots{
    display: none;
  }
}

@media(max-width: 1023px) and (orientation: portrait){
  #block_portrait{
    display: block;
  }
}

#counterObras{
    display: none;
}
#bodyPagInicial{
  background: white;
  overflow: hidden;
  margin: 0;
}
a{
      text-decoration:none;
}

@media(max-width: 700px) and (orientation: landscape){
  #UI_upper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: white;
  }
  #icon_menu {
    height: 40px;
    color: #808080;
    padding-top: 13px;
  }
  #title{
    margin-top: 16px;
    font-size: x-small;
  }
  #lang_select {
    float: right;
    color: #808080;
    box-sizing: border-box;
    padding: 11px 15px;
    font-weight: 500;
  }
  #close_menu {
    width: 50px;
    height: 40px;
    background: black url(../ui/close_menu.svg) no-repeat center;
    cursor: pointer;
  }
  #menu_cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    font-size: smaller;
  }
  #UI_automaticLabel {
    display: none!important;
  }
  #cedula {
    width: 525px;
    min-height: 266px;
    top: calc(50% - 100px);
    left: calc(50% - 263px);
    font-size: smaller;
  }
  .cierraPanel {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: right;
    background: url(../ui/cerrar.svg) no-repeat;
    background-size: contain;
  }
  .contCedula{
    font-size: smaller;
  }
  #obraThb {
    width: 41%;
    height: 103px;
  }
  #cedula textarea {
    height: 70px;
    font-size: x-small;
  }
  #cedula .input_form {
    height: 30px;
    font-size: x-small;
  }
  .downPanels p {
    margin: 0px 30px;
    text-align: justify;
    line-height: 18px;
  }
  .downPanels h3 {
    margin: 0px 10px 15px;
    font-size: 16px;
  }
  .btn_ui {
    margin-right: 0px;
  }
  #comments {
    width: 525px;
    min-height: 308px;
    top: calc(50% - 155px);
    left: calc(50% - 262px);
    font-size: smaller;
  }
  #wrapperComments {
    clear: both;
    margin: 20px 11px 20px 11px;
    height: 270px;
    overflow-y: scroll;
    float: left;
    width: 50%;
  }
  #wrap_form_comment {
    float: right;
    width: 45%;
  }
  #nosotros {
    width: 525px;
    min-height: 266px;
    top: calc(50% - 100px);
    left: calc(50% - 263px);
  }
  #nosotros h3 {
    margin: 15px 10px 28px;
  }
  #foto_nosotros {
    display: none;
  }
  #info_nosotros {
    height: 115px;
    overflow: scroll;
  }
  #info_nosotros p {
    font-size: 11px;
    line-height: 15px;
  }
  br:nth-child(2){
    display: none;
  }
  .personitas{
    font-size: smaller;
  }
  #persona1 {
    width: 29%;
  }
  #persona2{
    width: 32%;
  }
  #contacto {
    width: 525px;
    min-height: 266px;
    top: calc(50% - 100px);
    left: calc(50% - 263px);
    font-size: smaller;
  }
  #contacto h3 {
    margin: 15px 10px 10px;
  }
  #contacto input {
    height: 25px;
    font-size: x-small;
  }
  #contacto textarea {
    height: 90px;
  }
  #persona_contacto{
    display: none;
  }
  .subtexto_cedula{
    font-size: 11px;
  }
  #icon_comment{
    display: none;
  }
  #logo{
    width: 110px;
  }
}
/*@media(max-width: 580px) and (orientation: landscape){
  #logo {
    width: 115px;
  }
  #cedula {
    width: 525px;
    min-height: 308px;
    box-sizing: border-box;
    top: calc(50% - 155px);
    left: calc(50% - 262px);
  }
  #contCedula {
    font-size: smaller;
  }
  #obraThb {
    width: 57%;
    height: 144px;
  }
  .subtexto_cedula {
    font-size: x-small;
  }
  #menu_cont {
    width: 175px;
    font-size: small;
  }
  #nosotros {
    width: 525px;
    min-height: 305px;
    top: calc(50% - 154px);
    left: calc(50% - 262px);
    overflow: scroll;
  }
  #nosotros h3 {
    margin: 15px 10px 28px;
  }
  #info_nosotros {
    height: 170px;
    font-size: smaller;
  }
  #info_nosotros p {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  }
  #persona_nosotros {
    clear: both;
    width: 100%;
    font-size: smaller;
    padding-top: 30px;
  }
  #persona1 {
    width: 29%;
  }
  #persona2{
    width: 32%;
  }
  #icon_comment {
    display: none;
  }
  #contacto {
    width: 525px;
    min-height: 308px;
    top: calc(50% - 155px);
    left: calc(50% - 262px);
    font-size: smaller;
  }
}*/

/*path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}*/
