/* Pantallas */
@media screen and (min-width: 1441px) and (max-width: 2560px){

    #logo {
        margin-top: 2.5em;
    }

    #navbarXS {
        display: none;
    }

    #navbarPropia ul > li {                
        float: left;
        letter-spacing: 6px;
        font-size: 17px;
        padding-bottom: 0px;
    }

    #navbarPropia ul {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    #navbarPropia li::after {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 90px;
        content: "·";
        vertical-align: middle;
        color: rgb(144,208,214);
    }            

    #navbarPropia li:last-child:after {
        content: "";
        padding: 0px;
    }

    #navbarPropia li {
        text-decoration: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px){

    #logo {
        margin-top: 2.5em;
    }

    #navbarXS {
        display: none;
    }

    #navbarPropia ul > li {                
        float: left;
        letter-spacing: 6px;
        font-size: 17px;
        padding-bottom: 0px;
    }

    #navbarPropia ul {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    #navbarPropia li::after {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 90px;
        content: "·";
        vertical-align: middle;
        color: rgb(144,208,214);
    }            

    #navbarPropia li:last-child:after {
        content: "";
        padding: 0px;
    }

    #navbarPropia li {
        text-decoration: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px){

    #logo {
        margin-top: 2.5em;
    }

    #navbarXS {
        display: none;
    }

    #navbarPropia ul > li {                
        float: left;
        letter-spacing: 4px;
        font-size: 12px;
        padding-bottom: 0px;
    }

    #navbarPropia ul {
        width: 92.5%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    #navbarPropia li::after {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 90px;
        content: "·";
        vertical-align: middle;
        color: rgb(144,208,214);
    }            

    #navbarPropia li:last-child:after {
        content: "";
        padding: 0px;
    }

    #navbarPropia li {
        text-decoration: none;
    }

}

@media screen and (min-width: 426px) and (max-width: 768px){

    #logo {
        margin-top: 2.5em;
    }

    #navbarXS {
        display: none;
    }

    #navbarPropia ul > li {                
        float: left;
        letter-spacing: 4.5px;
        font-size: 12px;
        padding-bottom: 0px;
    }

    #navbarPropia ul {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    #navbarPropia li::after {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 90px;
        content: "·";
        vertical-align: middle;
        color: rgb(144,208,214);
    }            

    #navbarPropia li:last-child:after {
        content: "";
        padding: 0px;
    }

    #navbarPropia li {
        text-decoration: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px){

    #navbarXS {
        display: block;
    }

    #logo {
        margin-bottom: 0px;
    }

    #myNavbar ul > li {
        letter-spacing: 5px;
        font-size: 18px;
    }

    #navbarPropia {
        display: none;
    }

    #logo {
        margin-top: 85px;
        margin-bottom: 1.25em;
    }

}

/*Generales*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    font-family: Avenir;
    position: relative;
}

#logoMach {
    margin-bottom: 0px;
}

#footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.8em;
    text-align: center;
    font-size: 18px;
    background-color: white;
}

a:hover, a:focus {
text-decoration: none;
color: rgb(144,208,214);
}

a {
    color: black;
}

.hrSeparadorPie {
    height: 1.5px;
    border: 0;
    width: 80%;
    border-top: 1px solid rgb(144,208,214);
}

#carruselFotos img{
    margin: auto;
    padding-bottom: auto;
}

#contenido {
    padding-bottom: 160px;
}

/*Estudio*/

#enlacesEstudio {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

#enlacesEstudio a:hover, a:focus {
    text-decoration: none;
    color: rgb(144,208,214);
}

#enlacesEstudioXS {
    text-transform: uppercase;
    font-size: 14px;
}

#enlacesEstudioXS a:hover, a:focus {
    text-decoration: none;
    color: rgb(144,208,214);
}

#textoFilosofia p {
    text-indent: 2em;
    text-align: justify;
    font-size: 1.2em;
}

#textoEstudioLG #textoFilosofia p{
    font-size: 1.5em;
}

#textoEstudioLG #textoFilosofia {
    margin-top: 3%;
}

#textoEstudioLG {    
    margin-top: 2em;
}

#textoEstudioMD {
    margin-top: 2em;
    text-indent: 2em;
    text-align: justify;
    font-size: .9648em;
    font-size: 1.28em;
}

#textoEstudioSM {
    margin-top: 2em;
    text-indent: 3em;
    text-align: justify;
    font-size: 1.3em;
    
}

#textoEstudioXS {
    margin-top: 2em;
    text-indent: 3em;
    text-align: justify;
    font-size: 1.1em;
}

#sociasSection ul {
    list-style-type: none;
}

#sociasSection h3 {
    font-weight: lighter;
}

#sociasSection h4 {
    font-weight: lighter;
}

#sociasLG img {
    display: block;
    margin: auto;
}

#sociasLG #imagenSocias {
    width: 270px;
}

#sociasMD img {
    display: block;
    margin: auto;
}

#sociasMD #imagenSocias {
    width: 220px;
}

#sociasMD p {
    font-size: 12px;
}

#sociasSM img {
    display: block;
    margin: auto;
}

#sociasSM #imagenSocias {
    width: 170px;
}

#sociasSM p {
    font-size: 11px;
}

#sociasSM h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

#sociasSM button {
    margin-top: 30px;
}

/*Sistematica*/

#sistematicaSection h3:hover, h4:hover {   
    color: rgb(144,208,214);
    cursor: pointer;
}

#sistematicaSection li::before {
    content: "• ";
    color: rgb(144,208,214); /* or whatever color you prefer */
    float: left;
    margin-right: 15px;
}

#sistematicaLG h3 {
    text-align: justify;
    font-size: 17px;
}

#sistematicaMD h4 {
    text-align: justify;
    font-size: 17px;
}

#sistematicaXS h5:hover {   
    color: rgb(144,208,214);
    cursor: pointer;
}

#sistematicaSection .carousel {
    margin-top: 30px;
}

#carruselSistematica img{
    margin: auto;
    padding-bottom: auto;
    padding-left: 60px;
    padding-right: 60px;
}

#carruselSistematicaMD img{
    margin: auto;
    padding-bottom: auto;
    padding-left: 50px;
    padding-right: 50px;
}

#sistematicaSM #datosSM {
    margin-top: 20px;
}
#carruselSistematicaSM img{
    margin: auto;
    padding-bottom: auto;
    padding-left: 30px;
    padding-right: 30px;
}
 
 #sistematicaLG li h3 {
     font-size: 1.4em;
 }
 
 #sistematicaMD li h4 {
     font-size: 1.3em;
 }
 
 #sistematicaSM li h4 {
     font-size: 1.3em;
 }
 
 #sistematicaXS li h5 {
     font-size: 1.2em;
 }

/*Proyectos*/

#proyectosLG div{
    display: block;
    margin: auto;
}

#proyectosLG img {
    width: 200px;
    display: block;
    margin: auto;
}

#proyectosLG .ih-item.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

#proyectosLG .ih-item.circle .img {
    position: relative;
    width: 200px;
    height: 200px;
}

#proyectosMD img {
    width: 170px;
    display: block;
    margin: auto;
}

#proyectosMD div{
    display: block;
    margin: auto;
}

#proyectosMD .ih-item.circle {
    position: relative;
    width: 170px;/*170px*/
    height: 170px;
    border-radius: 50%;
}

#proyectosMD .ih-item.circle .img {
    position: relative;
    width: 170px;/*170px*/
    height: 170px;
}

#proyectosMD .ih-item.circle.effect19 .info h3 {    
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 10px;
    padding: 45px 0 0 0;
    height: 140px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

#proyectosMD .ih-item.circle.effect19 .info p {
    color: #bbb;
    padding: 0px 5px;
    font-style: italic;
    margin: -15px 25px;
    font-size: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#proyectosSM div {
    display: block;
    margin: auto;
}

#proyectosSM img {
    width: 150px;
    display: block;
    margin: auto;
}

/*B&W*/
#proyectosSection figure:hover img {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
} 

#proyectosSection img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .5s ease-in-out;
}

#proyectosXS div {
    display: block;
    margin: auto;
}

#proyectosXS img {
    width: 160px;
    display: block;
    margin: auto;
}

/*Eventos*/

#eventosSept img {
    display: block;
    margin: auto;
    height: auto;
}

#eventosSept p {
    text-align: center;
}

/*Contacto*/

#contactoSection #datosLocalizacion img {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

#contactoSection input {
    width: 100%;
}

#contactoSection h3:hover, h4:hover, h5:hover, h6:hover{
    color: black;
    cursor: auto;
}

#formDeContacto span {
    font-size: 1.25em;
}

#contactoMDLG #localizacion {
    text-align: center;
    font-size: 1.6em;
    font-weight: lighter;
}

#contactoMDLG textarea {
    width: 100%;
    height: 80px;
    resize: none;
    text-align: center;
}

#contactoSM #localizacion {
    text-align: center;
    font-size: 1em;
    font-weight: lighter;
}

#contactoSM textarea {
    width: 100%;
    height: 80px;
    resize: none;
    text-align: center;
}

#contactoXS #localizacion {
    text-align: center;
    font-size: 2em;
    font-weight: lighter;
}

#datosLocalizacionXS p {
    font-size: 22px;
}

#messageSentXS {
    text-align: center;
}

#messageSent {
    text-align: center;
    margin-top: 1em; 
    padding-bottom: -20px;
}

#arquitecturayejecuciondeobra img {
    display: block;
    margin: auto;
}

#interiorismoydecoracion img {
    display: block;
    margin: auto;
}

#masmach img {
    display: block;
    margin: auto;
}

#masmach h4:before {
    content: "· ";
    color: rgb(144,208,214);
    font-size: 50px;
    vertical-align: middle;
}

#actualizacionymantenimiento img {
    display: block;
    margin: auto;
}

#blogs i {
    display: inline-block;
    margin: auto;
    width: 90px;
    height: 90px;
    font-size: 75px;
    text-align: center;
    color: white;
    padding-top: 8px;
}

#insta {
    background:
        radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),    
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),    
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),   
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border-radius: 15px;
}

#instaMach:hover {
    cursor: pointer;
}

#instaMach:hover h4 {
    color: rgb(144,208,214);
}

#facebook {
    background: rgb(59,89,152);
    border-radius: 15px;
}

#facebookMach:hover {
    cursor: pointer;
}

#facebookMach:hover h4 {
    color: rgb(144,208,214);
}

#twitter {
    background: rgb(0,172,237);
    border-radius: 15px;
}

#twitterMach:hover {
    cursor: pointer;
}

#twitterMach:hover h4 {
    color: rgb(144,208,214);
}

#blogsXS i {
    font-size: 50px;
}