
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Black';
    src: url('../fonts/Helvetica-Black.woff2') format('woff2'),
        url('../fonts/Helvetica-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

td{
  margin: 0px !important;
  padding: 0px !important;

}
tr{
  margin: 0px !important;
  padding: 0px !important;

}

.btnIdioma{
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.7) !important ;
}

button:focus {
    outline: 1px dotted;
    outline: none !important;
}



.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
   .hidden-phone{
        display: none;
    }
    .home{
       background-image: url(../images/v1/bgHomeMv.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }

    .imgSq4{
        width: 100%;
        min-height: 150px;
        height: calc(25vh);

    }
     .tituloS{
        font-family: "Helvetica-Bold";
        color: #5F0D3E;
        font-size: 15px;
/*            padding: 10px;*/
    }
        .parrafoSoc{
            font-size: 10px !important;
            text-align: justify !important;
            color: #9A9C9B !important;
            padding:  0px 10px;
            font-weight: 500 !important;
    }
    .padre {
   display: table;
   min-height: 150px;
    height: calc(25vh);
}
.hijo {
   display: table-cell;
   vertical-align: bottom;

}
        .qH{
         min-height: 150px;
        height: calc(25vh);
        background-color: #5F0D3E;

    }
    .textQh{
        padding-left: 10px;
        font-family: "Helvetica-Black";
        color: #00C0F3 !important;
        padding-bottom: 0px !important;
        font-size: 25px;
        margin: 0px !important;
    }

    .textqhbo{
        padding-left: 10px;
        font-family: "Helvetica-Light";
        color: white;
        font-size: 15px !important;
        padding-bottom: 10px !Important;
    }

      .imgSq5{
        width: 100%;
        height: 25vw;

    }
    .imgSq6{
       height: 100vh;
        width: 100%;
    }
    .tituloAc{
    text-align: center;
    font-family: "Helvetica-Bold";
    color: #5f0d3e;
    padding: 0px;
        font-size: 20px !important;
    }

     .actuaciones{
        background-image: url('../images/v1/actuacionesVer.png');
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
    }



       .txtFooter{
        color: #00C0F3;
        font-size: 14px;
        font-family: "Helvetica-Light";


    }

        .txtFooter2{
/*        color: #c2dbe2;*/
         color:   rgb(95 13 62 / 42%);
        font-size: 14px;
        font-family: "Helvetica-Light";


    }
 .ment{

        background-image: url('../images/v1/ment.png');
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .hidden-desktop{
        display: none;
    }

    .imgSq{
        width: 100%;
        min-height: 200px;
        height: calc(33vh);

    }

    .imgSq2{
        width: 100%;
        min-height: 75px;
        height: calc(12.5vh);
        font-family: "Helvetica-Bold";
    }

    .imgSq3{
        width: 100%;
        min-height: 200px;
        height: calc(34vh);
        font-family: "Helvetica-Bold";

    }
        .imgSq4{
        width: 100%;
        min-height: 150px;
        height: calc(25vh);

    }

    .imgSq5{
        width: 50%;
        min-height: 200px;
        height: calc(34vh);
        font-family: "Helvetica-Bold";

    }

      .ment{
          margin-top: 35vh;
        background-image: url('../images/v1/ment.png');
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
    }



    .imgTxt1{
        position: absolute;
        top: 50vh;
        left: 40px;
    }
    .franja{
        background-color:  rgb(95 13 62 / 80%);;
        width: 100%;
        min-height: 600px;
        height: calc(100vh);
    }

        .content {
            width:100%;
            min-height: 600px;
            height: calc(100vh);

/*            margin:0px auto;*/
            right: 0px;
    position: absolute;


/*            background-color:#CCCCCC;*/
        }
    .titloNet
    {
    font-family: "Helvetica-black";
    color: white;
    font-size: 25px;
    padding-left: 10px;
    }

        .content img {
            vertical-align:middle;
        }

            .content2 {
            width:100%;
            height:100vh;
           right: 0px;
             position: absolute;
            text-align:center;
/*            background-color:#CCCCCC;*/
        }

            .content3 {
            width:100vw;
            min-height: 600px;
            height: calc(100vh);
            line-height:100vh;
/*            margin:0px auto;*/
            right: 0px;

            text-align:center;
            background-image: url('../images/v1/p6.jpg');
            background-position: right;
/*            background-size: contain;*/
                    background-size: cover;
    background-repeat: no-repeat;

        }

    .textsq{
      text-align: left;
        color: #00C0F3 !important;
           FONT-SIZE: 40px !important;
    line-height: 30px !important;
        margin: 0px !important;
        padding-top: 10px;
        padding-left: 10px;
        }

    .titulo{
        font-family: "Helvetica-Bold";
        color: white;
        font-size: 26px !important;
        line-height: 20px!important;
        padding-top: 5vh;
    }
    .tituloS{
        font-family: "Helvetica-Bold";
        color: #5F0D3E;
        font-size: 18px
    }

    .parrafoSoc{
            font-size: 11px !important;
            text-align: justify !important;
            color: #9A9C9B !important;
        font-weight: 500 !important;
    }
    .parrafoSocio{
/*     position: absolute;*/

        bottom: 0;
    }

    .qH{
         min-height: 150px;
        height: calc(25vh);
        background-color: #5F0D3E;

    }


.padre {
   display: table;
   min-height: 150px;
    height: calc(25vh);
}
.hijo {
   display: table-cell;
   vertical-align: bottom;

}

    .textQh{
        padding-left: 40px;
        font-family: "Helvetica-Black";
        color: #00C0F3 !important;
        padding-bottom: 0px !important;
        font-size: 35px;
        margin: 0px !important;
    }

    .textqhbo{
        padding-left: 40px;
        font-family: "Helvetica-Light";
        color: white;
        font-size: 14px !important;
        padding-bottom: 10px !Important;
    }

    .yet{
        text-align: right !important;
        font-size: 75px !important;
        line-height: 45px !important;
        color: #7A7E80 !important;
        font-family: "Helvetica-Black" !important;
    }

    .actuaciones{
        background-image: url('../images/v1/actuaciones.png');
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 70vh;
        background-repeat: no-repeat;
    }

    .tituloAc{
    text-align: center;
    font-family: "Helvetica-Bold";
    color: #5f0d3e;
    padding: 30px;
    }

    .imgFooter{
        background-image: url('../images/v1/logoFooter.png');
        background-position: center left;
        background-size: 30%;
        background-repeat: no-repeat;
        margin-left: 60px;
    }


    .padreFooter {
   display: table;
    height: 10vh;
}
.hijoFooter {
   display: table-cell;
   vertical-align: middle;

}
    .txtFooter{
        color: #00C0F3;
        font-size: 14px;
        font-family: "Helvetica-Light";


    }

        .txtFooter2{
/*        color: #c2dbe2;*/
            color: rgb(95 13 62 / 42%);
        font-size: 14px;
        font-family: "Helvetica-Light";


    }

.padreLogo {
/*   display: table;*/
    height: 100vh;
}
.hijoLogo {
   display: table-cell;
   vertical-align: middle;

}


}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
}

/* Extra large devices (large laptops and desktops, 1200px and down) */
@media only screen and (max-width: 1200px) {
    .hidden-menu{
        display: none;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hidden-menu{

    }
}
