
@media (max-width: 1200px) {
    

/******************** 
Estilos Globales - Textos
********************/

h1 {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 900;
}

h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

h3 {
    font-family: 'kotoriRose';
    font-size: 4.5rem;
    letter-spacing: 2px;
}

h4 {
    font-size: 4rem;
    font-weight: 700;
}

h5 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}

h6 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
}

p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 350;
}

b {
    font-weight: 700;
    letter-spacing: 0.3px;
}

sup {
    vertical-align: super;
    font-size: 1.2rem;
}



/******************** 
Estilos Globales - Padding & Margin
********************/

.paddingHorizontal {
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}

.paddingVertical {
    padding-top: 3%;
    padding-bottom: 3%;
    box-sizing: border-box;
}

.margenArriba {
    margin-top: 5%;
}

.margenAbajo {
    margin-bottom: 5%;
}


/******************** 
Estilos Globales - Botones
********************/

.boton {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
    padding: 10px 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s ease;
}

.botonGrande p {
    font-size: 2rem;
    font-weight: 300;
}

.botonGrande p span {
    font-size: 1.4rem;
    font-weight: 100;
}

.botonGrande i {
    font-size: 1.6rem;
    margin: 0 0 0 25px;
}

.botonBlanco {
    color: #fff;
    border: 1px solid #fff;
}

.botonAzul {
    color: var(--azul);
    border: 1px solid var(--azul);
}

/******************** 
Estilos Globales - Cabeceras
********************/

.cabecera {
    width: 100%;
}

/******************** 
MENÃš - Estilos MenÃº
********************/

#menu {
    width: 100%;
    z-index: 999;
}

#menu a {
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#derechaDiagonal {
    width: 10vw;
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#derechaDiagonal h6 {
    position: absolute;
    transform: rotate(90deg);
}

#izquierdaDiagonal {
    width: 14vw;
    height: auto;
    position: fixed;
    top: 45%;
    z-index: 999;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#izquierdaDiagonal h6 {
    position: absolute;
    transform: rotate(-90deg);
}

#abajo {
    width: 20vw;
    height: auto;
    position: fixed;
    bottom: 8%;
    left: 40%;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#abajo h6 {
    position:absolute;
}

#arriba {
    width: 20vw;
    height: auto;
    position: fixed;
    top: 5%;
    left: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#arribaRedes {
    width: 16%;
    height: auto;
    position: fixed;
    top: 5%;
    right: 10%;

}

#arribaRedes a i {
    font-size: 3rem;
    color: var(--verde);
}

/******************** 
Footer - Estilos Pie de PÃ¡gina
********************/

footer {}


#autorFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vh 5vw;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 100;
}

#autorFooter a {
    font-weight: 300;
    color: var(--azul);
}

#autorFooter img {
    height: 25px;
    margin: 0 0 0 10px;
}

/******************** 
Inicio - Estilos 
********************/

#cabeceraHome .titulo {
    font-family: 'kotoriRose';
    text-align: center;
    margin-top: 35vh;
}

/******************** 
Sobre mi - Estilos 
********************/

#cajaSobreMi {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cajaSobreMi .datosSobreMi{
    text-align: right;
    margin-right: 3%;
}

#cajaSobreMi .datosSobreMi h4{
    margin-bottom: 12%;
}

#cajaSobreMi .sobreMi {
    width: 30%;
    padding: 5%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


#cajaSobreMi .sobreMi > p {
    width: 100%;
    display: flex;
    align-content: flex-end;
    color: var(--hueso);
}

/******************** 
contacto - Estilos 
********************/

#cajaContacto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

#cajaContacto .datosContacto {
    text-align: right;
    margin-right: 3%;
}

#cajaContacto .datosContacto h4 {
    margin-bottom: 15%;
}
    
#cajaContacto .datosContacto p {
    line-height : 130%;
}

#cajaContacto .cajasFormulario {
    width: 30%;
    padding: 5%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cajasFormulario input,
.cajasFormulario select,
.cajasFormulario textarea {
    position: relative;
    width: 100%;
    margin: 0 0 4% 0;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1.4px solid var(--hueso);
    background-color: var(--verde);
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--hueso);
}

::placeholder {
    color: var(--hueso);
}

.cajasFormulario button {
    margin: 3% 0 0 0;
    border: 1.4px solid white;
    background-color: var(--verde);
    color: var(--hueso);
    font-size: 2rem;
    display: flex;
    justify-content: flex-end;
}

/******************** 
proyectos Scroll horizontal - Estilos 
********************/

#scrollProyectos {
    width: 500vw;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
}

#scrollProyectos .contenedorProyecto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollProyectos .contenedorProyecto a {
    text-decoration: none;
}

 
#scrollProyectos .contenedorProyecto .proyecto div h3 {
    margin-bottom: 0%;
}
    
    #scrollProyectos .contenedorProyecto .proyecto div p {
    display: none;
}

/******************** 
Proyectos individuales - Estilos 
********************/

#cabeceraProyecto {
    width: 100hv;
    height: 100wv;
    
}

#cabeceraProyecto  img {
    margin-top: 20%;
}

.tituloProyecto {
    text-align: center;
    margin: 4% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tituloProyecto h3{
    margin-bottom: 2%;
}

.tituloProyecto h6{
    width: 100%;
    margin-bottom: 3%;
}

.tituloProyecto p{
    width: 60%;
}

.tituloProyecto a{
    width: 60%;
}

#galeriaProyecto {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#galeriaProyecto  img {
    width: 80%;
    margin-bottom: 3%;
}

#galeriaProyecto .dosFotos {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#galeriaProyecto .dosFotos img{
    width: 48%;
}

#galeriaProyecto p{
    width: 60%;
    margin-bottom: 3%;
    text-align: center;
}

#galeriaProyecto video {
    width: 70%;
    margin-bottom: 3%;
}

#galeriaOjos {
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#galeriaOjos img {
    width: 49%;
    margin-bottom: 2%;
}

#botonesProyectos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 5% 0;
}

#botonesProyectos a{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

#botonesProyectos p{
    
    text-align: center;
    text-decoration: none;
    color: black;
}

#botonesProyectos p:hover{
    color: var(--verde);
}

#abajoProyecto {
    width: 20vw;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#videoProyecto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#videoProyecto video {
    width: 80%;
    margin-bottom: 3%;
}

#videoProyecto p {
    width: 60%;
    margin-bottom: 3%;
    text-align: center;
}

#sliderBonos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

#sliderBonos .main-carousel {
    width: 80%;
}

#sliderBonos .main-carousel .carousel-cell {
    width: 40%;
    padding: 0 5%;
}

#sliderBonos .main-carousel .carousel-cell img {
    width: 100%;
    
}
  
    
}
















@media (max-width: 992px) {
    

/******************** 
Estilos Globales - Textos
********************/

h1 {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 900;
}

h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

h3 {
    font-family: 'kotoriRose';
    font-size: 4.5rem;
    letter-spacing: 2px;
}

h4 {
    font-size: 4rem;
    font-weight: 700;
}

h5 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}

h6 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
}

p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 350;
}

b {
    font-weight: 700;
    letter-spacing: 0.3px;
}

sup {
    vertical-align: super;
    font-size: 1.2rem;
}



/******************** 
Estilos Globales - Padding & Margin
********************/

.paddingHorizontal {
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}

.paddingVertical {
    padding-top: 3%;
    padding-bottom: 3%;
    box-sizing: border-box;
}

.margenArriba {
    margin-top: 5%;
}

.margenAbajo {
    margin-bottom: 5%;
}


/******************** 
Estilos Globales - Botones
********************/

.boton {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
    padding: 10px 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s ease;
}

.botonGrande p {
    font-size: 2rem;
    font-weight: 300;
}

.botonGrande p span {
    font-size: 1.4rem;
    font-weight: 100;
}

.botonGrande i {
    font-size: 1.6rem;
    margin: 0 0 0 25px;
}

.botonBlanco {
    color: #fff;
    border: 1px solid #fff;
}

.botonAzul {
    color: var(--azul);
    border: 1px solid var(--azul);
}

/******************** 
Estilos Globales - Cabeceras
********************/

.cabecera {
    width: 100%;
}

/******************** 
MENÃš - Estilos MenÃº
********************/

#menu {
    width: 100%;
    z-index: 999;
}

#menu a {
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#derechaDiagonal {
    width: 10vw;
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#derechaDiagonal h6 {
    position: absolute;
    transform: rotate(90deg);
}

#izquierdaDiagonal {
    width: 14vw;
    height: auto;
    position: fixed;
    top: 45%;
    z-index: 999;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#izquierdaDiagonal h6 {
    position: absolute;
    transform: rotate(-90deg);
}

#abajo {
    width: 20vw;
    height: auto;
    position: fixed;
    bottom: 8%;
    left: 40%;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#abajo h6 {
    position:absolute;
}

#arriba {
    width: 20vw;
    height: auto;
    position: fixed;
    top: 5%;
    left: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#arribaRedes {
    width: 16%;
    height: auto;
    position: fixed;
    top: 5%;
    right: 10%;

}

#arribaRedes a i {
    font-size: 3rem;
    color: var(--verde);
}

/******************** 
Footer - Estilos Pie de PÃ¡gina
********************/


#autorFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vh 5vw;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 100;
}

#autorFooter a {
    font-weight: 300;
    color: var(--azul);
}

#autorFooter img {
    height: 25px;
    margin: 0 0 0 10px;
}

/******************** 
Inicio - Estilos 
********************/

#cabeceraHome .titulo {
    font-family: 'kotoriRose';
    text-align: center;
    margin-top: 35vh;
}

/******************** 
Sobre mi - Estilos 
********************/

#cajaSobreMi {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cajaSobreMi .datosSobreMi{
    text-align: right;
    margin-right: 3%;
}

#cajaSobreMi .datosSobreMi h4{
    margin-bottom: 12%;
}

#cajaSobreMi .sobreMi {
    width: 30%;
    padding: 5%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


#cajaSobreMi .sobreMi > p {
    width: 100%;
    display: flex;
    align-content: flex-end;
    color: var(--hueso);
}

/******************** 
contacto - Estilos 
********************/

#cajaContacto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

#cajaContacto .datosContacto {
    text-align: right;
    margin-right: 3%;
}

#cajaContacto .datosContacto h4 {
    margin-bottom: 15%;
}
    
#cajaContacto .datosContacto p {
    line-height : 130%;
}

#cajaContacto .cajasFormulario {
    width: 30%;
    padding: 5%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cajasFormulario input,
.cajasFormulario select,
.cajasFormulario textarea {
    position: relative;
    width: 100%;
    margin: 0 0 4% 0;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1.4px solid var(--hueso);
    background-color: var(--verde);
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--hueso);
}

::placeholder {
    color: var(--hueso);
}

.cajasFormulario button {
    margin: 3% 0 0 0;
    border: 1.4px solid white;
    background-color: var(--verde);
    color: var(--hueso);
    font-size: 2rem;
    display: flex;
    justify-content: flex-end;
}

/******************** 
proyectos Scroll horizontal - Estilos 
********************/

#scrollProyectos {
    width: 500vw;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
}

#scrollProyectos .contenedorProyecto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollProyectos .contenedorProyecto a {
    text-decoration: none;
}

 
#scrollProyectos .contenedorProyecto .proyecto div h3 {
    margin-bottom: 0%;
}
    
    #scrollProyectos .contenedorProyecto .proyecto div p {
    display: none;
}

/******************** 
Proyectos individuales - Estilos 
********************/

#cabeceraProyecto {
    width: 100hv;
    height: 100wv;
    
}

#cabeceraProyecto  img {
    margin-top: 20%;
}

.tituloProyecto {
    text-align: center;
    margin: 4% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tituloProyecto h3{
    margin-bottom: 2%;
}

.tituloProyecto h6{
    width: 100%;
    margin-bottom: 3%;
}

.tituloProyecto p{
    width: 60%;
}

.tituloProyecto a{
    width: 60%;
}

#galeriaProyecto {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#galeriaProyecto  img {
    width: 80%;
    margin-bottom: 3%;
}

#galeriaProyecto .dosFotos {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#galeriaProyecto .dosFotos img{
    width: 48%;
}

#galeriaProyecto p{
    width: 60%;
    margin-bottom: 3%;
    text-align: center;
}

#galeriaProyecto video {
    width: 70%;
    margin-bottom: 3%;
}

#galeriaOjos {
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#galeriaOjos img {
    width: 49%;
    margin-bottom: 2%;
}

#botonesProyectos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 5% 0;
}

#botonesProyectos a{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

#botonesProyectos p{
    
    text-align: center;
    text-decoration: none;
    color: black;
}

#botonesProyectos p:hover{
    color: var(--verde);
}

#abajoProyecto {
    width: 20vw;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#videoProyecto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#videoProyecto video {
    width: 80%;
    margin-bottom: 3%;
}

#videoProyecto p {
    width: 60%;
    margin-bottom: 3%;
    text-align: center;
}

#sliderBonos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

#sliderBonos .main-carousel {
    width: 80%;
}

#sliderBonos .main-carousel .carousel-cell {
    width: 40%;
    padding: 0 5%;
}

#sliderBonos .main-carousel .carousel-cell img {
    width: 100%;
    
}
  
    
}


















@media (max-width: 768px) {



/******************** 
Estilos Globales - Textos
********************/

h1 {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 900;
}

h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

h3 {
    font-family: 'kotoriRose';
    font-size: 3.5rem;
    letter-spacing: 2px;
}

h4 {
    font-size: 3rem;
    font-weight: 700;
}

h5 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}

h6 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
}

p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
}

b {
    font-weight: 700;
    letter-spacing: 0.3px;
}

sup {
    vertical-align: super;
    font-size: 1.2rem;
}


/******************** 
Estilos Globales - Padding & Margin
********************/

.paddingHorizontal {
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}

.paddingVertical {
    padding-top: 3%;
    padding-bottom: 3%;
    box-sizing: border-box;
}

.margenArriba {
    margin-top: 5%;
}

.margenAbajo {
    margin-bottom: 5%;
}


/******************** 
Estilos Globales - Botones
********************/

.boton {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
    padding: 10px 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s ease;
}

.botonGrande p {
    font-size: 2rem;
    font-weight: 300;
}

.botonGrande p span {
    font-size: 1.4rem;
    font-weight: 100;
}

.botonGrande i {
    font-size: 1.6rem;
    margin: 0 0 0 25px;
}

.botonBlanco {
    color: #fff;
    border: 1px solid #fff;
}

.botonAzul {
    color: var(--azul);
    border: 1px solid var(--azul);
}

/******************** 
Estilos Globales - Cabeceras
********************/

.cabecera {
    width: 100%;
}
    
.cabecera  h3{
    font-size: 4.7rem;
}

/******************** 
MENÃš - Estilos MenÃº
********************/

#menu {
    width: 100%;
    z-index: 999;
    background-color: var(hueso);
}

#menu a {
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#derechaDiagonal {
    width: 22vw;
    height: auto;
    position: fixed;
    top: 45%;
    right: -4%;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#derechaDiagonal h6 {
    position: absolute;
    transform: rotate(90deg);
}

#izquierdaDiagonal {
    width: 22vw;
    height: auto;
    position: fixed;
    top: 45%;
    z-index: 999;
    left: -4%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#izquierdaDiagonal h6 {
    position: absolute;
    transform: rotate(-90deg);
}

#abajo {
    width: 20vw;
    height: auto;
    position: fixed;
    bottom: 8%;
    left: 40%;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#abajo h6 {
    position:absolute;
}
    
    
#arriba {
    width: 20vw;
    height: auto;
    position: fixed;
    top: 3%;
    left: 20%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#arribaRedes {
    width: 23%;
    height: auto;
    position: fixed;
    top: 6.5%;
    right: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    text-align: center;
}

#arribaRedes a {}

#arribaRedes a i {
    font-size: 1.7rem;
    color: var(--verde);
}


/******************** 
Inicio - Estilos 
********************/
    
    #cabeceraHome {
    background-color: var(hueso);
    }

#cabeceraHome .titulo {
    font-family: 'kotoriRose';
    text-align: center;
    margin-top: 35vh;
    
}

/******************** 
Sobre mi - Estilos 
********************/

#cajaSobreMi {
    width: 100%;
    height: 100vh;
    display: flex;
    margin-top: 20%;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}

#cajaSobreMi .datosSobreMi{
    width: 100·;
    text-align: center;
    margin-right: 0%;
}

#cajaSobreMi .datosSobreMi h4{
    margin-bottom: 12%;
}

#cajaSobreMi .sobreMi {
    width: 55%;
    padding: 7%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


#cajaSobreMi .sobreMi > p {
    width: 100%;
    display: flex;
    align-content: flex-end;
    color: var(--hueso);
}

/******************** 
contacto - Estilos 
********************/

#cajaContacto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

#cajaContacto .datosContacto {
    text-align: right;
    margin-right: 3%;
}

#cajaContacto .datosContacto h4 {
    margin-bottom: 15%;
}

#cajaContacto .cajasFormulario {
    width: 30%;
    padding: 5%;
    background-color: var(--verde);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cajasFormulario input,
.cajasFormulario select,
.cajasFormulario textarea {
    position: relative;
    width: 100%;
    margin: 0 0 3% 0;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1.4px solid var(--hueso);
    background-color: var(--verde);
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--hueso);
}

::placeholder {
    color: var(--hueso);
}

.cajasFormulario button {
    margin: 3% 0 0 0;
    border: 1.4px solid white;
    background-color: var(--verde);
    color: var(--hueso);
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
}

.cajasFormulario input:focus,
.cajasFormulario textarea:focus {
    outline: none;
}

/******************** 
proyectos Scroll horizontal - Estilos 
********************/

#scrollProyectos {
    width: 500vw;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
}

#scrollProyectos .contenedorProyecto {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollProyectos .contenedorProyecto a {
    text-decoration: none;
}

#scrollProyectos .contenedorProyecto .proyecto {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    text-decoration: none;
}

#scrollProyectos .contenedorProyecto .proyecto .imagenUno{
    transition: all 0.3s ease;
}

#scrollProyectos .contenedorProyecto .proyecto .imagenDos{
    margin-right: 15%;
/*    transition: all 0.3s ease;*/
}

#scrollProyectos .contenedorProyecto .proyecto:hover {
    justify-content: center;
}

#scrollProyectos .contenedorProyecto .proyecto:hover .imagenDos {
    margin-right: 0;
}

#scrollProyectos .contenedorProyecto .proyecto div {
    position: absolute;
    left: -8%;
    top: 20%;
    color: var(--verde);
}

/******************** 
Proyectos individuales - Estilos 
********************/

#cabeceraProyecto {
    width: 100hv;
    height: 100wv;
    
}

#cabeceraProyecto  img {
    width: 100%;
    margin-top: 28%;
}

.tituloProyecto {
    text-align: center;
    margin: 4% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tituloProyecto h3{
    width: 75%;
    margin-bottom: 4%;
}

.tituloProyecto h6{
    width: 75%;
    margin-bottom: 4%;
}

.tituloProyecto p{
    width: 75%;
}

.tituloProyecto a{
    width: 75%;
}

#galeriaProyecto {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#galeriaProyecto  img {
    width: 75%;
    margin-bottom: 5%;
}

#galeriaProyecto .dosFotos {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

#galeriaProyecto .dosFotos  img{
    width: 48%;
}

#galeriaProyecto p{
    width: 75%;
    margin-bottom: 3%;
    text-align: center;
}

#galeriaProyecto video {
    width: 80%;
    margin-bottom: 5%;
}

#galeriaOjos {
    margin: 0 12.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#galeriaOjos img {
    width: 48%;
    margin-bottom: 4%;
}

#botonesProyectos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 5% 0;
}

#botonesProyectos a{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

#botonesProyectos p{
    
    text-align: center;
    text-decoration: none;
    color: black;
}

#botonesProyectos p:hover{
    color: var(--verde);
}

#abajoProyecto {
    width: 20vw;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
    font-family: 'kotoriRose';
    font-weight: 200;
    text-decoration: none;
}

#videoProyecto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#videoProyecto video {
    width: 75%;
    margin-bottom: 3%;
}

#videoProyecto p {
    width: 75%;
    margin-bottom: 3%;
    text-align: center;
}

#sliderBonos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

#sliderBonos .main-carousel {
    width: 75%;
}

#sliderBonos .main-carousel .carousel-cell {
    width: 40%;
    padding: 0 5%;
}

#sliderBonos .main-carousel .carousel-cell img {
    width: 100%;
       
}
 
      
}

