/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
@font-face {
	font-family: 'ari';
	src:url(../fonts/Nunito-Regular.eot);
	src: url('../fonts/ari.eot?#iefix') format('embedded-opentype'), url('../fonts/ari.ttf') format('truetype'), url('../fonts/ari.svg#ari') format('svg');
	font-weight:bold;
	font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-Regular.woff2') format('woff2'),
    url('../fonts/Nunito-Regular.woff') format('woff'),
    url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Light';
    src: url('../fonts/Nunito-Light.eot');
    src: url('../fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-Light.woff2') format('woff2'),
    url('../fonts/Nunito-Light.woff') format('woff'),
    url('../fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:"Nunito";
    padding: 0px;
    margin: 0px;
    font-size: 1.8vh;
}




::-webkit-scrollbar              { width:0px;}
::-webkit-scrollbar              { height:0px;}
::-webkit-scrollbar-button       { opacity:0}
::-webkit-scrollbar-track        { opacity:0}
::-webkit-scrollbar-track-piece  { opacity:0}
::-webkit-scrollbar-thumb        { background-color:rgb(0, 0, 0);}
::-webkit-scrollbar-corner       { opacity:0}
::-webkit-resizer{ opacity:0}

img {
    object-fit: cover;
  }
  
  .centrar {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .centrar_v {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
  }
  
  .centrar_h {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
  }
                  .circulo{
                      -moz-border-radius: 50%;
                      -webkit-border-radius: 50%;
                      border-radius: 50%;
                  }
                  .redondo{
                      -moz-border-radius: 1vh;
                      -webkit-border-radius: 1vh;
                      border-radius: 1vh;
                  }
                  .redondo2{
                      -moz-border-radius: 2vh;
                      -webkit-border-radius: 2vh;
                      border-radius: 2vh;
                  }
                  .redondo3{
                    -moz-border-radius: 4vh;
                    -webkit-border-radius: 4vh;
                    border-radius: 4vh;
                }
                .cabecera {
                    position: absolute;
                    top:0vh;
                    width:100%;
                    height: 40vh;
                  }

                .contenedor {
                    position: absolute;
                    top:47vh;
                    width:100%;
                  }
                  
                  .fotos {
                    width: calc(50% - 15px);
                    height: 35vh;
                    position: relative;
                    float: left;
                    margin-left: 10px;
                    margin-bottom: 10px;

                  }

                  .glass{
                    background: rgba(255, 255, 255, 0.28);
                    backdrop-filter: blur(5px);
                    -webkit-backdrop-filter: blur(5px);
                  }


                  ::placeholder {
                    color:aliceblue
                  }