/*TEMPLATE*/

body {
    width: 100%;
    height: 630px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

#imagenFondo {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1367px;
    height: 630px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/body.png?alt=media&token=5707849b-3c53-4f4e-a020-1544f4f67066");
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

#cajaLogo {
    position: absolute;
    top: 10px;
    width: 340px;
    height: 120px;
}

#logo {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 350px;
    height: 200px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/cabecera2.png?alt=media&token=5d34115b-dd98-4543-af92-c82167af5094");
    background-size: 100%;
    background-repeat: no-repeat;
}

#cajaMenu {
    position: absolute;
    top: 60px;
    left: 350px;
    width: 740px;
    height: 60px;
}

#menu {
    position: relative;
    margin: auto;
    top: 10px;
    width: 689px;
    list-style: none;
    display: flex;
    text-align: center;
    border-radius: 5px;
}

#itemMenu {
    margin-left: 1px;
    margin-right: 1px;
}

li {
    width: 150px;
    height: 35px;
}

a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    text-decoration: none;
    color: black;
}

#imgFB {
    position: absolute;
    top: 8px;
    right: 190px;
    width: 65px;
    height: 65px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/facebookLogo2.png?alt=media&token=9a2c3bda-15ae-44ea-b2a4-b9d495c63786");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#imgIG {
    position: absolute;
    top: 15px;
    right: 135px;
    width: 50px;
    height: 50px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/instagramLogo2.png?alt=media&token=041a8f88-f42c-4c81-8c96-664e76ba29c9");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#imgTT {
    position: absolute;
    top: 15px;
    right: 80px;
    width: 49px;
    height: 49px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/twitterLogo2.png?alt=media&token=48f0336a-2985-4f67-92ae-2405afeb12bb");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#imgLD {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/linkedinLogo2.png?alt=media&token=e0890ce9-92cb-4ea0-aacd-a60d482bbe42");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#cajaContenido {
    position: absolute;
    top: 70px;
    left: -350px;
    width: 1366px;
    height: 450px;
    background-color: #27496d;
    opacity: 70%;
}

#contenido {
    position: absolute;
    top: 85px;
    left: -350px;
    width: 1366px;
    height: 400px;
    background-color: rgb(39, 73, 109, 0.7);
    z-index: 1;
}

#pie {
    position: absolute;
    top: 500px;
    left: -350px;
    width: 1366px;
    height: 81px;
    background-color: black;
    border: 2px solid black;
    color: white;
}

#marcaPie {
    position: absolute;
    bottom: 15px;
    right: 50px;
    font-size: 10px;
}

#direccionPie {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 13px;
}

#horarioPie {
    position: absolute;
    left: 10px;
    bottom: -10px;
    font-size: 13px;
}


/*PÁGINA INICIO*/

#prfInicio {
    display: none;
    position: absolute;
    top: 40px;
    left: 250px;
    width: 600px;
    height: 300px;
    color: white;
    font-size: 25px;
    background-color: #10375c;
    border: 1px solid white;
    border-radius: 10px;
}

#imgInicio {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1360px;
    height: 400px;
}

#carrusel {
    position: absolute;
    margin: auto;
    width: 1366px;
    height: 400px;
}


/*SLIDE 1*/

#txt1Slide1 {
    display: none;
    position: absolute;
    top: 40px;
    left: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt2Slide1 {
    display: none;
    position: absolute;
    top: 100px;
    left: 520px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt3Slide1 {
    display: none;
    position: absolute;
    bottom: 140px;
    right: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#cajaTxtSlide1 {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 650px;
    height: 50px;
    align-items: center;
    background-color: rgb(39, 73, 109, 0.7);
}

#txtSlide1 {
    position: relative;
    top: 5px;
    z-index: 1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}


/*SLIDE 2*/

#txt1Slide2 {
    display: none;
    position: absolute;
    top: 40px;
    left: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt2Slide2 {
    display: none;
    position: absolute;
    top: 90px;
    left: 520px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt3Slide2 {
    display: none;
    position: absolute;
    bottom: 140px;
    right: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#cajaTxtSlide2 {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 650px;
    height: 50px;
    align-items: center;
    background-color: rgb(39, 73, 109, 0.7);
}

#txtSlide2 {
    position: relative;
    top: 5px;
    z-index: 1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}


/*SLIDE 3*/

#txt1Slide3 {
    display: none;
    position: absolute;
    top: 40px;
    left: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt2Slide3 {
    display: none;
    position: absolute;
    top: 100px;
    left: 520px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt3Slide3 {
    display: none;
    position: absolute;
    bottom: 140px;
    right: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#cajaTxtSlide3 {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 650px;
    height: 50px;
    align-items: center;
    background-color: rgb(39, 73, 109, 0.7);
}

#txtSlide3 {
    position: relative;
    top: 5px;
    z-index: 1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}


/*SLIDE 4*/

#txt1Slide4 {
    display: none;
    position: absolute;
    top: 40px;
    left: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt2Slide4 {
    display: none;
    position: absolute;
    top: 100px;
    left: 550px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt3Slide4 {
    display: none;
    position: absolute;
    bottom: 140px;
    right: 100px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt4Slide4 {
    display: none;
    position: absolute;
    top: 40px;
    right: 130px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt5Slide4 {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 460px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#txt6Slide4 {
    display: none;
    position: absolute;
    bottom: 140px;
    left: 80px;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
}

#cajaTxtSlide4 {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 650px;
    height: 50px;
    align-items: center;
    background-color: rgb(39, 73, 109, 0.7);
}

#txtSlide4 {
    position: relative;
    top: 5px;
    z-index: 1;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}

h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}


/*PÁGINA QUIENES SOMOS*/

#prfQuienesSomos {
    display: none;
    position: absolute;
    top: 20px;
    left: 50px;
    width: 380px;
    height: 250px;
    color: white;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#prfQuienesSomos2 {
    display: none;
    position: relative;
    margin: auto;
    top: 70px;
    width: 400px;
    height: 250px;
    color: white;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#prfQuienesSomos3 {
    display: none;
    position: absolute;
    top: 150px;
    right: 120px;
    width: 400px;
    height: 250px;
    color: white;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#imgQuienesSomos {
    display: none;
    position: absolute;
    top: 220px;
    left: 642px;
    width: 93px;
    height: 161px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/inicioLogo.png?alt=media&token=caaa2063-773b-4f6b-8d0b-d161dbbab122");
    background-size: 100%;
    background-repeat: no-repeat;
}


/*PÁGINA SERVICIOS*/

#prfServicios {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
}

#imgServicios {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 1369px;
    height: 400px;
    background-color: white;
}

#cajaServicios {
    display: none;
    position: absolute;
    top: 40px;
    left: 30px;
    width: 100%;
    height: 330px;
    border: 2px solid rgb(39, 73, 109);
    border-radius: 10px;
}

#servicio1 {
    display: none;
    position: absolute;
    top: 80px;
    left: 100px;
    width: 380px;
    height: 250px;
    border-radius: 10px;
}

#imgS1 {
    display: none;
    position: relative;
    top: 0px;
    width: 380px;
    height: 255px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/01.jpg?alt=media&token=d4cecabe-7fdb-4b3b-b905-3923ed266d63");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 4px solid rgb(39, 73, 109);
}

#txtS1 {
    display: none;
    position: absolute;
    top: 170px;
    left: 0px;
    width: 380px;
    font-size: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(39, 73, 109);
    color: white;
}

#servicio2 {
    display: none;
    position: relative;
    top: 80px;
    margin: auto;
    width: 380px;
    height: 255px;
}

#imgS2 {
    display: none;
    position: relative;
    top: 0px;
    width: 380px;
    height: 255px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/02.jpg?alt=media&token=a6cda768-1e51-41b0-b665-d03ae745ef31");
    background-size: 100%;
    background-repeat: no-repeat;
    border: 4px solid rgb(39, 73, 109);
    border-radius: 10px;
}

#txtS2 {
    display: none;
    position: absolute;
    top: 172px;
    left: 0px;
    width: 380px;
    font-size: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(39, 73, 109);
    color: white;
}

#servicio3 {
    display: none;
    position: absolute;
    top: 80px;
    right: 100px;
    width: 380px;
    height: 255px;
    border-radius: 10px;
    z-index: 1;
}

#imgS3 {
    display: none;
    position: relative;
    top: 0px;
    width: 380px;
    height: 255px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/03.jpg?alt=media&token=bedbb6ab-2d0a-4f80-840c-afe3f0e24017");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 4px solid rgb(39, 73, 109);
}

#txtS3 {
    display: none;
    position: absolute;
    top: 175px;
    left: 0px;
    width: 380px;
    font-size: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(39, 73, 109);
    color: white;
}


/*CONTACTO*/

#frmContacto {
    display: none;
    position: absolute;
    top: 20px;
    left: 150px;
    width: 800px;
    height: 350px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid white;
}

input {
    text-align: center;
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid rgb(39, 73, 109);
}

input:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#lblNombre {
    display: none;
    position: absolute;
    top: 15px;
    left: 25px;
}

#txtNombre {
    display: none;
    position: absolute;
    top: 15px;
    left: 50px;
}

#alertaNombre {
    display: none;
    position: absolute;
    top: 45px;
    left: 50px;
    width: 200px;
    height: 15px;
    text-align: center;
}

#txtANombre {
    position: relative;
    top: -10px;
    margin: auto;
}

#lblApellido {
    display: none;
    position: absolute;
    top: 15px;
    left: 300px;
}

#txtApellido {
    display: none;
    position: absolute;
    top: 15px;
    left: 320px;
}

#alertaApellido {
    display: none;
    position: absolute;
    top: 45px;
    left: 320px;
    width: 200px;
    height: 15px;
    text-align: center;
}

#txtAApellido {
    position: relative;
    top: -10px;
    margin: auto;
}

#lblEmpresa {
    display: none;
    position: absolute;
    top: 15px;
    left: 575px;
}

#txtEmpresa {
    display: none;
    position: absolute;
    top: 15px;
    left: 580px;
}

#alertaEmpresa {
    display: none;
    position: absolute;
    top: 45px;
    left: 580px;
    width: 200px;
    height: 15px;
    text-align: center;
}

#txtAEmpresa {
    position: relative;
    top: -10px;
    margin: auto;
}

#lblEmail {
    display: none;
    position: absolute;
    top: 80px;
    left: 25px;
}

#txtEmail {
    display: none;
    position: absolute;
    top: 80px;
    left: 50px;
}

#alertaEmail {
    display: none;
    position: absolute;
    top: 110px;
    left: 50px;
    width: 200px;
    height: 15px;
    text-align: center;
}

#txtAEmail {
    position: relative;
    top: -10px;
    margin: auto;
}

#lblTelefono {
    display: none;
    position: absolute;
    top: 80px;
    left: 300px;
}

#txtTelefono {
    display: none;
    position: absolute;
    top: 80px;
    left: 325px;
}

#alertaTelefono {
    display: none;
    position: absolute;
    top: 110px;
    left: 325px;
    width: 200px;
    height: 15px;
    text-align: center;
}

#txtATelefono {
    position: relative;
    top: -10px;
    margin: auto;
}

#lblMensaje {
    display: none;
    position: absolute;
    top: 130px;
    left: 420px;
    color: gray;
}

#txtMensaje {
    display: none;
    position: absolute;
    top: 160px;
    left: 50px;
    width: 720px;
    height: 120px;
    border: 1px solid rgb(39, 73, 109);
    background-color: transparent;
    border-radius: 5px;
    border-bottom: 3px solid rgb(39, 73, 109);
}

#alertaMensaje {
    display: none;
    position: absolute;
    top: 161px;
    left: 51px;
    width: 718px;
    height: 15px;
    text-align: center;
}

#txtAMensaje {
    position: relative;
    top: -10px;
    margin: auto;
}

#txtMensaje:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#btnEnviar {
    display: none;
    position: absolute;
    top: 300px;
    right: 375px;
}

#alertMenEnv {
    display: none;
    position: absolute;
    top: 0px;
    width: 800px;
    height: 350px;
    z-index: 1;
    color: rgb(39, 73, 109);
    -webkit-text-stroke: 0.5px white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}

#mensajeContacto {
    display: none;
    position: absolute;
    top: 20px;
    right: 150px;
    width: 250px;
    height: 250px;
    color: white;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#logoPieContacto {
    display: none;
    position: absolute;
    top: 170px;
    left: 85px;
    width: 93px;
    height: 161px;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/sstolympus.appspot.com/o/inicioLogo.png?alt=media&token=caaa2063-773b-4f6b-8d0b-d161dbbab122");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#mapa {
    display: none;
    position: absolute;
    top: 505px;
    left: 160px;
    width: 200px;
    height: 50px;
    border-radius: 10px;
}

#mapaD {
    display: initial;
    position: absolute;
    top: 504px;
    width: 100%;
    left: 12%;
    z-index: 1;
}

h1 {
    color: black;
}


/*
    @media screen and (max-width: 535px) and (orientation:landscape){
        body{
          
            width: 515px;
            height: 220px;
            background-image: url("/css/img/movil/bodyHorizontal.png");
            background-size: 100%;
            background-repeat: no-repeat;
          
    
        
            overflow-x:hidden;
            overflow-y:hidden;
    
        
        
        }
    
        #cajaImagen{
            position: absolute;
            top: 80px;
            left: 170px;
            background-image: url("/css/img/movil/cabecera.png");
            background-size: 100%;
            background-repeat: no-repeat;
            width: 200px;
            height: 70px;
          z-index: 1;
        }
    
      
    
  }
  @media screen and (max-width: 320px) and (min-height: 536px) and (max-height: 536px){
    body{
      
        width: 300px;
        height: 520px;
        background-image: url("/css/img/movil2/body.png");
        background-size: 100%;
        background-repeat: no-repeat;
    
        overflow-x:hidden;
        overflow-y:hidden;
    }
    #cajaImagen{
        position: absolute;
        top: 40%;
        left: 55px;
        background-image: url("/css/img/movil/cabecera.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 70px;
      z-index: 1;
    }
   
}
@media screen and (min-width: 592px) and (max-width: 600px) and (orientation:landscape){
    body{
      
        width: 515px;
        height: 220px;
        background-image: url("/css/img/movil/bodyHorizontal.png");
        background-size: 100%;
        background-repeat: no-repeat;
      
    
        overflow-x:hidden;
        overflow-y:hidden;

    
    
    }
    #cajaImagen{
        position: absolute;
        top: 80px;
        left: 200px;
        background-image: url("/css/img/movil/cabecera.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 70px;
      z-index: 1;
    }
    

}

*/