

@font-face {
    /*    font-family: "Cormorant Garamond";
        src: url("media/CormorantGaramond-SemiBold.ttf");
    */
    /*
      font-family: "play";
        src: url("media/PlayfairDisplay-VariableFont_wght.ttf");
    */
}


body{
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: black;
    margin:0;
    padding:0;
    height: 100%;
    font-size: 1.5em;
}

html {
    scroll-behavior: smooth;

    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: black;
    margin:0;
    padding:0;
    height: 100%;
}

a{
    text-decoration: none;   
}

p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;

}  

ul li{
    list-style: none;

}

h1, h2, h3 {
    font-family: 'Old Standard TT', serif;     
    text-rendering: optimizeLegibility;

}

h2{

    font-family: 'Old Standard TT', serif; 
    /* font-family: 'Cormorant Garamond', serif; */
    color: #222;
    font-weight: 500; 
    font-style: normal;
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 1.3em;
    text-transform: none;


}



h1{
    font-family: 'Old Standard TT', serif ;    
    color: #222;



    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.3em;
    text-transform: none;


}





@media (min-width: 768px)    {     
    h1{
        font-size: 50px;    
    }

    h2{


        /*! font-size:3em;
        font-size: 50px;
        
        font-weight: lighter;
        text-align: center;
        */

        font-family: 'Old Standard TT', serif; 
        /* font-family: 'Cormorant Garamond', serif; */
        color: black; 

        /*   font-weight: 500; */
        font-style: normal;
        font-size: 50px;
        letter-spacing: -.02em;
        line-height: 1.3em;
        text-transform: none;
    }

}


/*paralax */

.parallax {
    /* The image used */
    /*background-image: url("img/paralax.jpg");*/

    /* Full height */
    width:100%;
    /* height: 100%;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 17px;
}


img{
   /* width:100%; */
}


video{
    margin:0 auto;
    min-width: 100%;                
    width: 100%;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: center;
    transition: 1s opacity;
    align-self: center;
    overflow: hidden;
}

@media (min-width: 768px)    {


    .parallax {
        /* The image used */
        /*background-image: url("img/paralax.jpg");*/

        /* Full height */
        height: 100%;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    video{
        margin:0 auto;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        background-size: cover;
        transition: 1s opacity;


    }
}

/* principal video */

/* ********************************************************* */
.div_imagen_presentacion .titulo{
/*color: black!important;*/
  color: black!important;
}

.div_imagen_presentacion .titulo{
/*color: black!important;*/
  color: white!important;
}

.div_imagen_presentacion span{
/* color: black!important; */
  color: #ccc!important;
}

@media (min-width: 768px)    {

    .presentacion_principal_sub {
        /* font-size:0.4em; */   
    }
}




/* presentación texto */


@media (min-width: 768px)    {
    #presentacion{
        max-width: 25%;
    }


}


#presentacion p{
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.5em;
    text-transform: none;
    color: #222;
}

@media (min-width: 768px)    {
    #presentacion p{
        font-weight: 300;
        font-style: normal;
        font-size: 19px;
        letter-spacing: .1em;
        line-height: 2em;
        text-transform: none;
        color: #222;
    }
}



/*!
.parallax video{ 
    min-width: 100%;
  
 
    position: fixed;
    top:0;
    z-index: -999;
    
    
}
*/



#redes{
    position: absolute;
    top:20px;
    right: 20px;
    z-index: 1;

}


.fab {
    font-size: 1em;
    padding:5px;
    color:white ;
    background-color:black ;

}


@media (min-width: 768px)    {

    #redes{
        position: absolute;
        top:50px;
        right: 50px;
        z-index: 1;

    }

    .fab {
        font-size: 2em;
        padding:5px;
        color:white ;
        background-color:black ;

    }

}




.fab:hover {
    padding:5px;
    color:black;
    background-color:white ;
}

/******************************************** LOGO */

#logo{
    position: absolute;
    top:20px;
    left: 20px;
    z-index: 1;
    color:white;
}


#logo img{ 
    width: 90px;
    /*margin-bottom: 50px;*/
}

@media (min-width: 768px)    {
    .logo{
        position: absolute;
        top:50px;
        left: 60px;
        z-index: 1;
        color:white;


    }

    #logo img{ 
        width: 250px;
      /*margin-bottom: auto;*/
    }

}

.logo h1{              
    margin:5px;
    padding: 10px;
    background: black;
    color: white;
    font-size: 1em;
    font-weight: lighter;
}

@media (min-width: 768px)            {
    .logo h1{              
        font-size: 3em;
    }    
}


.logo span{
    padding:5px;
    margin:5px;
    font-size: 0.8em;
    background: white;
    color:black;
}





/* general *********************************************************************/

.principal{
    background-color: white;  
    padding-bottom: 50px;

    margin:0;
}
@media (min-width: 768px)            {
    .principal{
        padding-top: 10px;
    }

}


.envoltura{
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center; 
    max-width: 90%;
}

.envoltura p{
    line-height: 1.5; 
    font-weight: lighter;
    font-size: 1em;   
}


@media (min-width: 768px)            {
    .envoltura{
        max-width: 40%;
        margin: 0 auto;
        margin-bottom: 60px;
        /* text-align: center;*/
    }

    .envoltura p{
        line-height: 1.5;                    
        font-weight: lighter;
        font-size: 1.3em;     
    }


}


/* texto intro *****************************************************************/            





.texto{
    /*max-width: 35%; */
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    margin-bottom: 40px;

}

.texto p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: lighter;
}

/*clientes *********************************************************************/
.clientes{

    padding-bottom: 100px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 70px;
}

.clientes img{
    width: 50px;
    height: auto;
    margin:3px;
    padding: 0;

}

/* miniaturas ******************************************************/



.div_imagen {
    /* color: #d9480f;*/
    /*height:575px;*/
    position: relative;
    /* padding-top: 56.25%;  16:9 Aspect Ratio */

}

@media (min-width: 768px) {
    .div_imagen {
   
       height:500px; 
    }       
    
     
}

.div_imagen:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.0);
    margin-bottom: 5px;

}

.div_imagen:hover:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(0,0,0,0.2);

}





.miniaturas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* grid-gap: 5px;*/
    padding-bottom: 40px;
    border-radius: 5px;


}



@media (min-width: 768px)            {
    .miniaturas{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        padding-top: 50px;

    }
}

.miniaturas img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    background-color:  black;



}




.contenido2{
    /*
    position: absolute;
    top: 40%;
    margin: 0;
    padding: 10px;
    padding-right: 30px;
    padding-left: 10%;
    border-radius: 3px;
    background-color: rgba(0,0,0,.1);
    
    */
    /* width: 100%;*/



    /*
    position: absolute;
    top: 40%;
    
    
    margin: 0;
    padding: 10px;
    
    padding-left: 10%;
    padding-right: 20px;
    border-radius: 1px;
    background-color: rgba(0,0,0,.4);
    */



    position: absolute;
    top: 40%;

    left: 10%;
    margin: 0;
    padding: 10px;

    border-radius: 1px;
    /* background-color: rgba(0,0,0,.4); */
    /* width: 80%;*/


}



 {
}



.contenido2 .titulo{

    font-family: 'Old Standard TT', serif; 
    font-size:0.9em;
    color:white;
    font-weight: bold;






    /*
        background-color: rgba(0,0,0,.4);
        font-family: 'Old Standard TT', serif;
        font-size: 1em;
        color: white;
        font-weight: bold;
        padding: 5px;
    */


}






.contenido2 span{ 

    color: #ccc;
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size:0.6em;
}

@media (min-width: 768px)            {
    .contenido2 .titulo{          
        font-size:1.8em;

    }  

    .contenido2 span{ 


        font-size:0.7em;
    }




}



/* miniaturas */


/* contacto ********************************************************************/

.c-contacto{
    display: flex;
    flex-direction: column;
    /*! flex-wrap: wrap;
    font-size: 30px;
    text-align: center;
    */
    width: 100%;
    /*   align-items: center; */
}


.item-contacto{
    /* flex-grow: 1; */
    width: 90%;

}



.c-contacto img{
    width:50%;
    height:auto;
    border-radius:5px;

    margin: auto 0;

}


@media (min-width: 768px)    {   


    .c-contacto{
        display: flex;
        flex-direction: row;
        /*  align-items: center; */
        width: 100%;
    }


    .item-contacto{
        /* flex-grow: 1; */
        width: 100%;

    }




    .c-contacto img{
        width:70%;
        height:auto;
        border-radius:5px;

    }




}




.contacto {

    padding: 0;
    text-align: center;

}

@media (min-width: 768px)    {   
    .contacto {

        margin: 0 auto; 
        padding: 0;

    }
}




.contacto_foto ul{
    padding:0;

}

.contacto_foto ul li{
    list-style: none;
    line-height: 2;
    font-size: 0.6em;
}

.tel_contacto{


    color:black;
    padding: 5px;
}




/*!
contacto ********************************************************************
*/




.cap{
    font-size: 0.8em;
}

.mensaje{
    font-size: 2em;
    position: absolute;
    top:1px;
    display: block;
    background-color: red;
    color:white;
    width: 100%;
    margin: 0 auto;
    padding:10px;
    text-align: center;
    z-index: 99;
}

.g-recaptcha{

}





