/*// Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 450px) {
    
      #catdep h3 {
        font-size: 20px;
        text-align: center;
        font-family: 'montserratregular';
        color: #ececec;
    }
   
    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 100%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
   


#Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
    margin: -24px 222px;
    
}

#mapaVer{

    width: 329px;
    height: 395px;
    position: relative;
    overflow: hidden;
}




    #deslizar{

     /* position: absolute; */
    /* z-index: 2; */
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: 416px 213px; */
    margin-top: 416;
    /* margin-top: 646px; */
    position: absolute;
    top: 798px;
    left: -786px;;
}


    #deslizardos{

  position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    margin: -10px 213px;
}
    
    
.contacto-fondo {
    width: 100%;
    height: 701px;
    background-color: #211d1fd9;
    border-radius: 10px;
    margin-top: 90px;
}
.footer {
    background-color: #ed5775;
    padding: 2px;
}
/*depas*/


#catdep h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 243px;}

#catdep article figure #lupa {
    width: 23px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 0px;
}


#texto{
    width: 183px;
    height: 70px;
    color: #000;
    float: left;
    position: absolute;
    margin: -13px -268px;
    font-family: 'montserratblack';
}

#opacity{
    background-color: rgba(255, 251, 0, 1);
    opacity: 0.6;
    width: 83px;
    height: 77px;
    position: absolute;
    top: 0px;
}


#textodos{
 width: 200px;
    height: 70px;
    color: #000;
    float: left;
    position: absolute;
    margin: 91px -268px;
    font-family: 'montserratblack';
}
#opacitydos{
    background-color: rgba(255, 251, 0, 1);
    opacity: 0.6;
    width: 83px;
    height: 77px;
    position: absolute;
    top: 0px;
}



#textotres{
       width: 200px;
    height: 70px;
    color: #000;
    float: left;
    position: absolute;
    margin: 200px -268px;
    font-family: 'montserratblack';
}
#opacitytres{
    background-color: rgb(255,0,0);
    opacity: 0.6;
    width: 83px;
    height: 77px;
    position: absolute;
    top: 0px;
}




#textocuadro{
   width: 200px;
    height: 70px;
    color: #000;
    float: left;
    position: absolute;
margin: 229px 282px;
font-family: 'montserratblack';
}
#opacitycuatro{
    background-color: rgb(255,0,0);
    opacity: 0.6;
    width: 83px;
    height: 77px;
    position: absolute;
    top: 0px;
}

#catdep h4 {
    font-size: 15px;
    text-align: center;
    font-family: 'montserratregular';
    color: white;
    background-color: #ea4e6a;
    padding: 8px;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -10px;
} 

/*contacto*/




#depas .depastext {
    color: black;
    font-family: 'montserratblack';
    font-size: 30px;
}

#depas .amuetext {
    color: black;
    font-family: 'montserratbold';
    font-size: 28px;
}

#descripcion .depastext {
    color: black;
    font-family: 'montserratblack';
    font-size: 15px;
    position: inherit;
}

#banner {
    height: 902px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

#bannerhome {
    height: 490px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}



#depas {
     height: 2603px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 52%;
    position: relative;
    width: 100%;
}




}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 451px) and (max-width: 575px) {

      #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 100%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
   


 #catdep h3 {
        font-size: 20px;
        text-align: center;
        font-family: 'montserratregular';
        color: #ececec;
    }
   
    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 100%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }


#Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
   margin: -21px 287px;
}

#mapaVer{

    width: 420px;
    height: 397px;
    position: relative;
    overflow: hidden;
}
    #deslizar{

     /* position: absolute; */
    /* z-index: 2; */
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: 416px 213px; */
    margin-top: 416;
    /* margin-top: 646px; */
    position: absolute;
    top: 798px;
    left: -786px;;
}

     #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}
/*depas*/

.footer {
    background-color: #ed5775;
    padding: 4px;
}

#depas .depastext{
    color: black;
    font-family:'montserratblack';
    font-size: 43px;
}

#catdep h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 269px;}

#catdep article figure #lupa {
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 10px;
}

#catdep h4 {
    font-size: 15px;
    text-align: center;
    font-family: 'montserratregular';
    color: white;
    background-color: #ea4e6a;
    padding: 8px;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 70px;
}

#depas {
    height: 2867px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 52%;
    position: relative;
    width: 100%;
}

#banner {
    height: 855px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

.contacto-fondo {
    width: 95%;
    height: 650px;
    background-color: #211d1fd9;
    border-radius: 10px;
    margin-top: 90px;
}

#bannerhome {
    height: 720px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}



}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {


    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: -6%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }


    #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
   margin: -21px 400px;
}

#mapaVer{

    width: 469px;
    height: 397px;
    position: relative;
    overflow: hidden;
}

        #deslizar{

     /* position: absolute; */
    /* z-index: 2; */
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: 416px 213px; */
    margin-top: 416;
    /* margin-top: 646px; */
    position: absolute;
    top: 798px;
    left: -786px;;
}

         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}

/*depas*/
#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 570px;
/*    padding-left: 245px;*/
}

.footer {
    background-color: #ed5775;
    padding: 4px;
}

#depas .depastext{
    color: black;
    font-family:'montserratblack';
    font-size: 55px;
}

#textosnomedidos {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 570px;
/*    padding-left: 245px;*/
}
#depas {
   height: 2920px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

#banner {
    height: 850px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

.contacto-fondo {
    width: 95%;
    height: 640px;
    background-color: #211d1fd9;
    border-radius: 10px;
    margin-top: 90px;
}

}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {


    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 93%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
      #catdep h2 {
        font-size: 17px;
        text-align: center;
        font-family: 'montserratregular';
        color: #fef000;
        padding-top: 123px;
    }

     #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
    margin: -45px 246px;
}

#mapaVer{

    width: 464px;
    height: 491px;
    position: relative;
    overflow: hidden;
}



           #deslizar{

     /* position: absolute; */
    /* z-index: 2; */
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: 416px 213px; */
    margin-top: 416;
    /* margin-top: 646px; */
    position: absolute;
    top: 798px;
    left: -786px;;
}

         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}

/*depas*/
#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 223px;
/*    padding-left: 77px;*/
}


#catdep article figure #lupa {
   display:none;
}



#bannerhome {
        height: 862px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

#depas {
    height: 862px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}


#catdep h4 {
    font-size: 15px;
    text-align: center;
    font-family: 'montserratregular';
    color: white;
    background-color: #ea4e6a;
    padding: 8px;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -32px;
}

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {


    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 97%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
    
    #Mapa {
    height: 37px;
    width: 100px;
    position: absolute;
    margin: -24px 283px;
}

          #deslizar{

     /* position: absolute; */
    /* z-index: 2; */
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: 416px 213px; */
    margin-top: 416;
    /* margin-top: 646px; */
    position: absolute;
    top: 798px;
    left: -786px;;
}



         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}

/*depas*/
#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 304px;
/*    padding-left: 26px;*/
}

#catdep h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 187px;
}

hr {
    margin-top: 6px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

#catdep article figure #lupa {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 0px;
}


#bannerhome {
    height: 1048px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

#catdep h4 {
    font-size: 15px;
    text-align: center;
    font-family: 'montserratregular';
    color: white;
    background-color: #ea4e6a;
    padding: 8px;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -6px;
}


}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1499px) {



     #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 7%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
    #banner {
    height: 677px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}
    
    #banneragradecimiento {
    height: 677px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

      #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
  margin: -28px 369px;
}

#mapaVer{

   width: 767px;
    height: 687px;
    position: relative;
    overflow: hidden;
}


         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}


#deslizar{

   position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: -381px 741px; */
    position: absolute;
    top: 805px;
    left: -784px;
}

/*depas*/



#textosnomedi {
   font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 367px;
    padding-left: 92px;
}

#textosnomedidos {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 384px;
    padding-left: 92px;
}

#catdep h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 6px;
}

#catdep article figure #lupa {
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 4px;
}

#catdep h4 {
    font-size: 15px;
    text-align: center;
    font-family: 'montserratregular';
    color: white;
    background-color: #ea4e6a;
    padding: 0px;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 58px;
}

#depas {
    height: 1258px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;

}

#descripcion {
    height: 1100px;
    background-image: url(../img/fondoblanco.jpeg);
    background-position: center;
    background-size: cover;
    /* color: white; */
    line-height: 150%;
    position: relative;
    width: 100%;
    padding-bottom: 59px;
}


#bannerhome {
        height: 680px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

.footer {
    background-color: #ed5775;
    padding: 4px;
}

}

@media (min-width: 1500px) and (max-width: 1550px) {


    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 7%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
   #banneragradecimiento {
    height: 909px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

    
    
    
    #textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 482px;
    padding-left: 192px;
}
    
    
    #depas {
   height: 1426px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}


   #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
  margin: -26px 498px;
}

#mapaVer{

    width: 760px;
    height: 682px;
    position: relative;
    overflow: hidden;
}



#bannerhome {
        height: 909px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}


    #deslizar{

   position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: -381px 741px; */
    position: absolute;
    top: 805px;
    left: -784px;
}

#texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}

/*depas*/


#descripcion {
    height: 1406px;
    background-image: url(../img/fondoblanco.jpeg);
    background-position: center;
    background-size: cover;
    /* color: white; */
    line-height: 150%;
    position: relative;
    width: 100%;
    padding-bottom: 59px;
}
/*depas*/
#textosnomedidos {
     font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 508px;
/*    padding-left: 191px;*/
}

}

@media (min-width: 1551px) and (max-width: 1650px)  {

     #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 7%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
    
    #banner {
    height:866px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}
    
    
    #banneragradecimiento {
    height: 865px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}
    
    
    #descripcion {
    height: 1510px;
    background-image: url(../img/fondoblanco.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 150%;
    position: relative;
    width: 100%;
    padding-bottom: 59px;
}
    
    
    #depas {
    height: 1200px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

      
#Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
  margin: -29px 520px;
}

#mapaVer{

    width: 765px;
    height: 730px;
    position: relative;
    overflow: hidden;
}



        #deslizar{

   position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: -381px 741px; */
    position: absolute;
    top: 805px;
    left: -784px;
}

#bannerhome {
        height: 875px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}


#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 483px;
   padding-left: 209px;
}
#textosnomedidos {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 530px;
/*    padding-left: 209px;*/
}



}

@media (min-width: 1651px) and (max-width: 1800px)  {


        #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 7%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }


    #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
   margin: -29px 554px;
}

#mapaVer{

    width: 765px;
    height: 745px;
    position: relative;
    overflow: hidden;
}

        #deslizar{

   position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: -381px 741px; */
    position: absolute;
    top: 805px;
    left: -784px;
}


#bannerhome {
         height: 1100px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}


#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 574px;
/*    padding-left: 209px;*/
}
#textosnomedidos {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 574px;
/*    padding-left: 209px;*/
}


}


@media (min-width: 1801px) and (max-width: 1900px)  {


    #catdep article figure figcaption {
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 39, 0);
        position: absolute;
        left: 0;
        bottom: 7%;
        transition: all .7s;
        padding: 15px;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-shadow: 1px 1px 0 black;
        font-family: 'montserratmedium';
        cursor: pointer;
    }
    
    #depas {
    height: 1776px;
    background-image: url(../img/fondoedificios.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}


      #Mapa{
    height: 37px;
    width: 100px;
    position: absolute;
       margin: -27px 600px;
}

#mapaVer{

    width: 765px;
    height: 800px;
    position: relative;
    overflow: hidden;
}


  

        #deslizar{

   position: absolute;
    z-index: 2;
    /* top: 22px; */
    background: rgba(237, 87, 117);
    /* margin: -255px 111px; */
    margin-top: -36px 44px;
    /* margin: -381px 741px; */
    position: absolute;
    top: 805px;
    left: -784px;
}

#bannerhome {
         height: 1090px;
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    color: white;
    line-height: 100%;
    position: relative;
    width: 100%;
}

         #texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}

#textosnomedi {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 609px;
    /* padding-left: 347px; */
}

#textosnomedidos {
    font-size: 32px;
    text-align: right;
    font-family: 'montserratregular';
    color: #fef000;
    padding-top: 609px;
    /* padding-left: 347px; */
}

}






@media (min-width: 665px) and (max-width: 1962px)  {

#texto{
 display: none;
}

#opacity{
     display: none;

}


#textodos{
  display: none;

}
#opacitydos{
    display: none;

}   
#textotres{
           display: none;

}
#opacitytres{
        display: none;

}




}



