@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/

* {
    margin: 0;
    padding: 0;
    -webkit-background-size: border-box;
    -moz-background-size: border-box;
    -o-background-size: border-box;
    background-size: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
/*Botón Whatsapp*/
.btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: white !important;
    z-index: 9999;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    
}
.btn-wsp:hover{
    text-decoration: none;
    color: #0df053 !important;
    background: white;
    
}

iframe {
    background-color: rgba(42, 40, 88, 0.9);
}

embed {
    margin: 10% 25%;
}

body {
    background-color: #f5f5f5;

}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: rgb(42, 40, 88);
}

header {
    background-color: rgba(42, 40, 88, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.menu {
    width: 100%;
    height: 58px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu .logo {
    background-image: url(../img/logoOryco.svg);
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-position: center;
    display: inline-block;
    width: 150px;
    height: 58px;
    margin: auto;
    cursor: pointer;
}

.menu .menu-bars {
    width: 35px;
    height: 40px;
    display: none;
}
.menu-bars #iconMenu{
    font-size: 40px;
    color: #fff;
}
.menu .enlaces {
    display: inline-flex;
    text-align: right;
    height: 100%;
    margin: auto 30px;
}

.menu .enlaces a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 22px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.menu .enlaces a:hover {
    border-bottom: 3px solid #fff;
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*responsibe-menu/
/*_____________________________________________________*/

/*_____________________________________________________*/

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

    header .menu {
        flex-direction: row;
        margin: auto;
        width: 80%;
        height: 68px;
    }
    header .menu .logo {
        position: absolute;
        left: 30%;
    }
    .menu .menu-bars {
        width: 35px;
        height: 40px;
        display: block;
    }
.menu-bars #iconMenu{
    display: inline-flex;
    font-size: 40px;
    color: #fff;
}
    header .menu .enlaces {
        position: absolute;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 68px;
        left: -100%;
        margin: 0;
    }
    header .menu .enlaces a {
        background-color: rgba(42, 40, 88, 0.8);
    }
    .menu .enlaces a:hover {
        border-bottom: none;
        background-color: #383560;
    }
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*headroom/
/*_____________________________________________________*/

/*_____________________________________________________*/

.headroom {
    transition: transform .5s ease;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*main*/

/*_____________________________________________________*/

/*_____________________________________________________*/

#nosotros {
    background: url(../img/Nosotros/bg-Nosotros.png) 50% 0 no-repeat fixed;
    margin: 0px auto;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#certificado{
    width: 100%;
    height: auto;
}

#certificado #titleCert{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
}
#titleCert a{
    font-size: 24px;    
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
#certificado #imageCert{
    width: 410px;
    height: 200px;
    margin: auto;
    background-image: url(../img/Nosotros/iso_partners2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.tituloNosotros {
    position: relative;
    width: 300px;
    border-bottom: 4px solid #fff;
    top: 100px;
}

.tituloNosotros .adentro {
    display: inline-flex;
    font-size: 250%;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

#nosotrosContenido {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 30px rgba(50, 50, 50, 1);
}

.article-nosotros {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
}

.nosotrosMision {
    margin: 30px 15px;
    width: 260px;
    height: 300px;
    background-color: #f5f5f5;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    -moz-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
}

.nosotrosMision #title-Nosotros {
    color: #666;
    font-size: 46px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
}

.nosotrosMision #separador-Nosotros {
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #666;
}

.nosotrosMision #cont-Nosotros {
    width: 100%;
    padding-top: 20px;
    color: #666666;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
}

.nosotrosMision #cont-valores {
    width: 100%;
    padding-top: 10px;
    color: #666666;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
}
.nosotrosVision {
    margin: 30px 15px;
    width: 260px;
    height: 300px;
    background-color: #f5f5f5;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    -moz-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
}

.nosotrosVision #title-Nosotros {
    color: #666;
    font-size: 46px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
}

.nosotrosVision #separador-Nosotros {
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #666;
}

.nosotrosVision #cont-Nosotros {
    width: 100%;
    padding-top: 20px;
    color: #666666;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
}

#descrip-nosotros {
    width: 100%;
    min-height: 470px;
    background-image: url(../img/Nosotros/desc-nosotros.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

#descrip-nosotros .descriptxt {
    width: 500px;
    height: 470px;
    left: 10%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

#descrip-nosotros .descriptxt p {
    padding: 50px 20PX 0 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
}


.article-empresasNosotros {
    width: 100%;
    display: inline-flex;
    background-color: rgba(42, 40, 88, .9);
}

#empresas-nosotros .nosotros-omx {
    background-image: url(../img/Nosotros/nosotros-omx.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33.3333%;
    height: 223px;
    display: inline-flex;
}

#empresas-nosotros .nosotros-omx:hover {
    filter: brightness(50%);
}

#empresas-nosotros .nosotros-omx a {
    background-image: url(../img/Nosotros/omx.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    width: 148px;
    height: 53px;
    display: inline-flex;
    margin: auto;
}

#empresas-nosotros .nosotros-max {
    background-image: url(../img/Nosotros/nosotros-max.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33.3333%;
    height: 223px;
    display: inline-flex;
}

#empresas-nosotros .nosotros-max:hover {
    filter: brightness(50%);
}

#empresas-nosotros .nosotros-max a {
    background-image: url(../img/Nosotros/max.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    width: 85px;
    height: 61px;
    display: inline-flex;
    margin: auto;
}

#empresas-nosotros .nosotros-serv {
    background-image: url(../img/Nosotros/nosotros-serv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33.3333%;
    height: 223px;
    display: inline-flex;
}

#empresas-nosotros .nosotros-serv:hover {
    filter: brightness(50%);
}

#empresas-nosotros .nosotros-serv a {
    background-image: url(../img/Nosotros/xserv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    width: 179px;
    height: 37px;
    display: inline-flex;
    margin: auto;
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*responsibe-Nosotros/
/*_____________________________________________________*/

/*_____________________________________________________*/

@media screen and (max-width: 768px) {
    .nosotrosVision {
        width: 220px;
        height: auto;
        padding: 40px;
        margin: 20px auto;
        -webkit-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
        -moz-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
        box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    }
    .nosotrosMision {
        width: 220px;
        height: auto;
        padding: 40px;
        margin: 20px auto;
        -webkit-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
        -moz-box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
        box-shadow: 0px 0px 7px 1px rgba(107, 107, 107, 0.9);
    }
    .article-nosotros {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }

    .article-empresasNosotros {
        width: 100%;
        background-color: rgba(42, 40, 88, .9);
    }

    #empresas-nosotros .nosotros-omx {
        background-image: url(../img/Nosotros/nosotros-omx.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 33.3333%;
        height: 223px;
        display: inline-flex;
    }
    #empresas-nosotros .nosotros-omx:hover {
        filter: brightness(50%);
    }
    #empresas-nosotros .nosotros-omx a {
        display: inline-flex;
        margin: auto;
    }
    #empresas-nosotros .nosotros-max {
        background-image: url(../img/Nosotros/nosotros-max.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 33.3333%;
        height: 223px;
        display: inline-flex;
    }
    #empresas-nosotros .nosotros-max:hover {
        filter: brightness(50%);
    }
    #empresas-nosotros .nosotros-max a {
        display: inline-flex;
        margin: auto;
    }
    #empresas-nosotros .nosotros-serv {
        background-image: url(../img/Nosotros/nosotros-serv.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 33.3333%;
        height: 223px;
        display: inline-flex;
    }
    #empresas-nosotros .nosotros-serv:hover {
        filter: brightness(50%);
    }
    #empresas-nosotros .nosotros-serv a {
        display: inline-flex;
        margin: auto;
    }
    #descrip-nosotros .descriptxt {
        width: 100%;
        left: 0;
    }
}


/*_____________________________________________________*/

/*_____________________________________________________*/

/*Servicios y soluciones*/

/*_____________________________________________________*/

/*_____________________________________________________*/

#Servicios {
    background: url(../img/SerSol/soluciones-bg.png) 50% 0 no-repeat fixed;
    margin: 0px auto;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-Servicios {
    position: relative;
    width: 300px;
    border-bottom: 4px solid #fff;
    top: 550px;
}

.titulo-Servicios1 {
    position: relative;
    width: 300px;
    top: 550px;
}

.titulo-Servicios .adentro-Servicios {
    display: inline-flex;
    font-size: 250%;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.titulo-Servicios1 .afuera-Servicios {
    display: inline-flex;
    font-size: 250%;
    padding-left: 40px;
    padding-top: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

ol,
ul {
    list-style: none;
}

.article-slider {
    width: 100%;
    height: inherit;
    position: relative;
    display: inline-flex;
    background-color: #f5f5f5;
    margin: 50px auto;
}

.slideshow {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.slider {
    width: 100%;
    height: auto;
}
#conceptoSlider{
    width: 768px;
    height: auto;
    display: flex;
    margin: auto;
}
#conceptoSlider .imgSCarrusel{
    width: 280px;
    height: 250px;
    margin: auto;
}
#conceptoSlider .txtSCarrusel{
    width: 280px;
    height: auto;
    padding: 20px;
    margin: auto;
}
.txtSCarrusel #redaccionTSC{
    display: block;
    text-align: justify;
    text-align-last: left;
}
.txtSCarrusel .opcionesTSC{
    width: 280px;
    height: auto;
    display: block;
    padding: 20px 0;
}
#imgC {
    background-image: url(../img/SerSol/C.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgCO {
    background-image: url(../img/SerSol/CO.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgD {
    background-image: url(../img/SerSol/D.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgE {
    background-image: url(../img/SerSol/E.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgI {
    background-image: url(../img/SerSol/I.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgM {
    background-image: url(../img/SerSol/M.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}

#imgP {
    background-image: url(../img/SerSol/P.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 250px;
    margin: auto;
}
#separador{
    padding: 10px 0 ;
    text-align: justify;
    text-align-last: left;
}

.slider li img {
    width: 100%;
}

.pagination {

    position: absolute;
    width: 100%;
    top: 100%;
    margin: 20px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
}

.pagination li {
    font-size: 20px;
    margin: 2px 5px;
    color: #b2b2b2;
    cursor: pointer;

}

.left,
.right {
    position: absolute;
    top: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}

.left {
    background-image: url(../img/SerSol/preview.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: -70px;
}

.right {
    background-image: url(../img/SerSol/next.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    right: -70px;
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*responsibe-Servicios y soluciones/
/*_____________________________________________________*/

/*_____________________________________________________*/
@media screen and (max-width: 1024px) {
    #conceptoSlider{
        width: 100%;
        display: block;
    }
}
    @media screen and (max-width: 768px) {
    #conceptoSlider{
        width: 100%;
        display: block;
    }

    .slideshow {
        width: 100%;
    }

    .left,
    .right {
        display: none;
    }

    .slider #C {
        width: 100%;
        height: 250px;
    }
    .slider #CO {
        width: 100%;
        height: 250px;
    }
    .slider #D {
        width: 100%;
        height: 250px;
    }
    .slider #E {
        width: 100%;
        height: 250px;
    }
    .slider #I {
        width: 100%;
        height: 250px;
    }
    .slider #M {
        width: 100%;
        height: 250px;
    }
    .slider #P {
        width: 100%;
        height: 250px;
    }
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*clientes/
/*_____________________________________________________*/

/*_____________________________________________________*/

#Clientes {
    background: url(../img/Clientes/bg-Clientes.png) 50% 0 no-repeat fixed;
    margin: 0px auto;
    min-height: 700px;
    max-height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-Clientes {
    position: relative;
    width: 300px;
    border-bottom: 4px solid #fff;
    top: 600px;
}

.titulo-Clientes .adentro-Clientes {
    display: inline-flex;
    font-size: 250%;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.galery-Clientes {
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
    background-color: #f5f5f5;
}

.galery-Clientes .galery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galery-Clientes .galery li {
    margin-right: 10px;
    margin-bottom: 20px;
    list-style: none;

}

.galery-Clientes .galery li img {
    position: relative;
    width: 100%;
    height: inherit;
    justify-content: center;
}

/*_____________________________________________________*/

/*_____________________________________________________*/

/*clientes/
/*_____________________________________________________*/

/*_____________________________________________________*/

#bolsaTrabajo {
    background: url(../img/Bolsa/bTrabajo.png) 50% 0 no-repeat fixed;
    margin: 0px auto;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-Bolsa {
    position: relative;
    width: 300px;
    border-bottom: 4px solid #fff;
    top: 550px;
}

.titulo-Bolsa1 {
    position: relative;
    width: 300px;
    top: 550px;
}

.titulo-Bolsa .adentro-Bolsa {
    display: inline-flex;
    font-size: 250%;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.titulo-Bolsa1 .afuera-Bolsa {
    display: inline-flex;
    font-size: 250%;
    padding-left: 40px;
    padding-top: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

#contentBolsa {
    width: 100%;
    height: auto;
    display: flex;
    background-color: #f5f5f5;
}

#contentBolsa .contenidoBTrabajo {
    width: 70%;
    height: auto;
    color: #666;
}

.contenidoBTrabajo #titleBolsa {
    padding: 20px;
    text-align: center;
}

.contenidoBTrabajo #titleBolsa a {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.contenidoBTrabajo #descripcionBolsa {
    width: 70%;
    margin: auto;
    padding: 20px;
    text-align: center;

}

.contenidoBTrabajo #descripcionBolsa .titulo {
    margin: 40px auto;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.contenidoBTrabajo #descripcionBolsa .normalTitle {
    margin: 40px auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

#descripcionBolsa {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

#btnBTrabajo {
    width: 200px;
    height: auto;
    margin: auto;
    cursor: pointer;
}

.botonBTrabajo {
    width: 30%;
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
}

.botonBTrabajo #iconoBolsa {
    color: #666;
    font-size: 40px;
    margin: auto;
    padding: 20px 0;
}

.botonBTrabajo #textoBolsa {
    width: 100%;
    height: auto;
    margin: auto;
}
#iconoBolsa #imgLogoUno{
        width: 180px;
    height: 100px;
    margin: auto;
    background-image: url(../img/Bolsa/OCC.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#iconoBolsa #imgLogoDos{
        width: 180px;
    height: 100px;
    margin: auto;
    background-image: url(../img/Bolsa/LINKEDIN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#iconoBolsa #imgLogoTres{
        width: 180px;
    height: 100px;
    margin: auto;
    background-image: url(../img/Bolsa/compulogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#iconoBolsa #imgLogoCuatro{
        width: 180px;
    height: 100px;
    margin: auto;
    background-image: url(../img/Bolsa/TALENTECA.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#iconoBolsa #imgLogoCinco{
        width: 180px;
    height: 100px;
    margin: auto;
    background-image: url(../img/Bolsa/fblogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#textoBolsa a {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #666;
}

@media screen and (max-width: 768px) {
    #contentBolsa {
        display: block;
    }
    #contentBolsa .contenidoBTrabajo {
        width: 100%;
    }
    .botonBTrabajo {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
}

#Contacto {
    background: url(../img/Contacto/bg-Contacto.png) 50% 0 no-repeat fixed;
    margin: 0px auto;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-Contacto {
    position: relative;
    width: 300px;
    border-bottom: 4px solid #fff;
    top: 600px;
}

.titulo-Contacto .adentro-Contacto {
    display: inline-flex;
    font-size: 250%;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.article-Contacto {
    display: inline-flex;
    width: 100%;
    height: auto;
    justify-content: center;
}

.formulario-Contacto {
    position: relative;
    height: inherit;
    display: inline-flex;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 18px;
    padding: 50px;
    margin: 0 auto;
}

.formato-Furmulario {
    width: 100%;
    text-align: center;
}
#captcha{
    width: 280px;
    height: auto;
    padding: 10px;
    margin: auto;
}
#captcha #googleCaptcha{
    border: none;
    padding: 5px 0;
}

.formato-Furmulario #llenarDatos input,
textarea {
    max-width: 400px;
    min-width: 300px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 20px;
    background: none;
    border: 0;
    border-bottom: 2px solid #666;
    margin: 10px;
}

.formato-Furmulario #llenarDatos textarea {
    max-width: 400px;
    min-width: 300px;
    min-height: 200px;
    max-height: 500px;
}

#btnEnviar input {
    width: 200px;
    height: 50px;
    background-color: rgb(42, 40, 88);
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
    cursor: pointer;
}

.datos-Contacto {
    position: relative;
    width: 100%;
    height: inherit;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 18px;
    padding: 50px;
    text-align: justify;
    margin: auto;
}

.datos-Contacto iframe {
    text-align: center;
}

.datos-Contacto #datos {
    text-align: center;
}

.datos-Contacto #datos #titulo-Datos {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 30px 0;
}

.datos-Contacto #datos #titulo-Concepto {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 10px;
}

.datos-Contacto #datos #titulo-Concepto a {
    text-decoration: none;
    color: #666666;
}

.datos-Contacto iframe {
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .article-Contacto {
        display: inline-block;
        width: 100%;
        justify-content: center;
    }

    .formulario-Contacto {
        width: 100%;
        padding: 0;
    }

    .formato-Furmulario #llenarDatos input {
        max-width: 100%;
        min-width: 80%;
        margin: 10px 0;
    }

    .formato-Furmulario #llenarDatos textarea {
        max-width: 100%;
        min-width: 80%;
        min-height: 200px;
        max-height: 500px;
    }
    .datos-Contacto {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    #btnEnviar input {
        width: 200px;
        height: 50px;
        background-color: rgb(42, 40, 88);
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        color: #f5f5f5;
        margin: 50px 40px;
    }
}

#resumenFo {
    width: 100%;
    height: auto;
    display: inline-flex;
    position: relative;
    background-color: gray;
}

.logoFooter {
    background-image: url(../img/logoOryco.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    height: 58px;
    width: 30%;
    margin: auto 0;
}

#conjunto {
    width: 70%;
    display: inline-flex;
}

.mapaSitio {
    width: 40%;
    display: flex;
    height: auto;
    padding: 40px;
    justify-content: center;
}

.mapaSitio .mapa li {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.mapaSitio .mapa .tiulo {
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.mapaSitio .mapa .concpto {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.mapaSitio .mapa .concpto a {
    text-decoration: none;
    color: #f5f5f5;
    margin: 15px 30px;
    cursor: pointer;
}

.avisoPrivacidad {
    width: 50%;
    padding: 40px;
    height: auto;
}

.avisoPrivacidad .aviso .avisoTitulo {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding: 20px 0;
    cursor: pointer;
}
#pdfAviso{
    text-align: center;
    cursor: pointer;
}
.avisoPrivacidad .aviso .avisoTitulo a {
    text-decoration: none;
    color: #f5f5f5;
}

.avisoPrivacidad .aviso .concepto {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.avisoPrivacidad .aviso .concepto a {
    text-decoration: none;
    color: #f5f5f5;
    margin: auto;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .logoFooter {
        width: 100%;
        margin: 10px 0;
    }
    #resumenFo {
        width: 100%;
        display: inline-block;
    }

    #conjunto {
        width: 85%;
        display: inline-block;
        margin: auto 15px;
    }

    .avisoPrivacidad {
        width: 100%;
        height: auto;
    }

    .mapaSitio {
        width: 79%;
        height: auto;
    }

    .mapaSitio .mapa li {
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }

    .mapaSitio .mapa .tiulo {
        text-align: center;
    }

    .avisoPrivacidad {
        width: 79%;
        height: auto;
    }
}

#Derechos {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: rgb(42, 40, 88);
    text-align: center;

}

#Derechos p {
    color: #f5f5f5;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 15px auto;
}