section.elegirItebio
{
    background-color: rgba(229, 229, 229);
}
section.elegirItebio .row .informacion
{
    margin-top: 200px;
}
section.elegirItebio .img_engraneElegir
{
    width:600px;
    height:600px;
    background-image:url('../../img/engrane_blanco-gris.png');
    background-size:contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
section.elegirItebio .containerEngrane:hover .img_engraneElegir
{
    background-image:url('../../img/engranerueda2.png');
    animation-name: spin3D;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes spin3D
{
    from
    {
        transform: rotateY(0deg);
    }
    to
    {
        transform: rotateY(360deg);
    }
}

section.elegirItebio
{
    padding-bottom: 150px;
}
section.elegirItebio .informacion .titulo
{
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1D3C76;
    text-shadow: .022em .022em .022em #111;
}
section.elegirItebio .contenido
{
    margin-top: 150px;
}
section.elegirItebio .info-section .row
{
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 15px;
}
section.elegirItebio .info-section .subtitulo
{
    width: 100%;
    /* border: 1px solid #111; */
    font-size: 25px;
    text-align: center;
    color: #1D3C76;
    font-weight: 600;
}
section.elegirItebio .info-section .texto
{
    text-align: justify;
    color: #1D3C76;
}
section.elegirItebio .info-section .row:nth-child(1)
{
    margin-top: 40px;
}
section.elegirItebio .info-section .row:nth-child(2)
{
    margin-top: 120px;
}
section.elegirItebio .contenido #imgLineaSupIzq
{
    margin-top: 80px;
    width:280px;
    height: 100px;
    margin-left: -50px;
}
section.elegirItebio .contenido #imgLineaInfIzq
{
    margin-top: 255px;
    margin-left: -70px;
    width:300px;
    height: 130px;
}
section.elegirItebio .contenido #imgLineaSupDer
{
    margin-top: 85px;
    width:280px;
    height: 70px;
    transform: scaleX(-1);
    margin-left: -90px;
}
section.elegirItebio .contenido #imgLineaInfDer
{
    margin-top: 262px;
    margin-left: -80px;
    width:300px;
    height: 135px;
    transform: scaleX(-1);
}


/* Nest Hub MAX*/
@media only screen
and (width: 1280px)
and (height: 800px)
{
    section.elegirItebio .img_engraneElegir
    {
        width:400px;
        height:400px;
        margin-top: 120px;
        margin-left: 20px;
    }
}

/* Nest Hub*/
@media only screen
and (width: 1024px)
and (height: 600px)
{
    section.elegirItebio .img_engraneElegir
    {
        width:350px;
        height:350px;
        margin-top: 120px;
        margin-left: 20px;
    }
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
    section.elegirItebio .row .informacion
    {
        margin-top: 120px;
    }
    section.elegirItebio
    {
        padding-bottom: 100px;
    }
    section.elegirItebio .informacion .titulo
    {
        font-size: 55px;
    }
    section.elegirItebio .contenido
    {
        margin-top: 50px;
    }
    section.elegirItebio .info-section .row
    {
        background-color: #fff;
        padding: 18px;
        margin-top: 25px !important;
    }
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 20px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 15px;
    }
    section.elegirItebio .contenido .info-section
    {
        max-width: 80% !important;
        flex: 0 0 100% !important;
        margin: auto;
    }
    section.elegirItebio .contenido .containerImgLinea,
    section.elegirItebio .contenido .containerEngrane
    {
        display: none;
    }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
    section.elegirItebio .row .informacion
    {
        margin-top: 100px;
    }
    section.elegirItebio
    {
        padding-bottom: 100px;
    }
    section.elegirItebio .informacion .titulo
    {
        font-size: 50px;
    }
    section.elegirItebio .contenido
    {
        margin-top: 50px;
    }
    section.elegirItebio .info-section .row
    {
        margin-left: 50px !important;
        margin-right: 50px !important;
        background-color: #fff;
        padding: 18px;
    }
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 22px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 16px;
    }
    section.elegirItebio .info-section .row
    {
        margin-top: 35px !important;
    }
    section.elegirItebio .contenido .containerImgLinea,
    section.elegirItebio .contenido .containerEngrane
    {
        display: none;
    }
}

/* Teléfonos */
@media only screen and (max-width: 575px)
{
    section.elegirItebio .row .informacion
    {
        margin-top: 100px;
    }
    section.elegirItebio
    {
        padding-bottom: 100px;
    }
    section.elegirItebio .informacion .titulo
    {
        font-size: 40px;
    }
    section.elegirItebio .contenido
    {
        margin-top: 50px;
    }
    section.elegirItebio .info-section .row
    {
        margin-left: 10px !important;
        margin-right: 10px !important;
        background-color: #fff;
        padding: 18px;
    }
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 20px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 15px;
    }
    section.elegirItebio .info-section .row
    {
        margin-top: 20px !important;
    }
    section.elegirItebio .contenido .containerImgLinea,
    section.elegirItebio .contenido .containerEngrane
    {
        display: none;
    }
}

/* Iphone 5 lanscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape)
{
    section.elegirItebio .info-section .row
    {
        margin-top: 30px !important;
    }
    section.elegirItebio .contenido .info-section
    {
        max-width: 90% !important;
        margin: auto;
    }
}

/* ipad */
@media only screen
and (height : 1024px)
and (width : 768px)
{
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 22px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 16px;
    }
}
/* ipad lanscape*/
@media only screen
and (width: 1024px)
and (height: 768px)
and (orientation: landscape)
{
    section.elegirItebio .row .informacion
    {
        margin-top: 150px;
    }
    section.elegirItebio .img_engraneElegir
    {
        width:320px;
        height:320px;
        margin-top: 120px;
    }
    section.elegirItebio
    {
        padding-bottom: 150px;
    }
    section.elegirItebio .informacion .titulo
    {
        font-size: 60px;
    }
    section.elegirItebio .contenido
    {
        margin-top: 100px;
    }
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 18px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 14px;
    }
    section.elegirItebio .info-section .row:nth-child(1)
    {
        margin-top: 10px;
    }
    section.elegirItebio .info-section .row:nth-child(2)
    {
        margin-top: 20px;
    }
    section.elegirItebio .contenido #imgLineaSupIzq
    {
        margin-top: 55px;
        width:200px;
        height: 80px;
        margin-left: -50px;
    }
    section.elegirItebio .contenido #imgLineaInfIzq
    {
        margin-top: 275px;
        margin-left: -70px;
        width:250px;
        height: 135px;
    }
    section.elegirItebio .contenido #imgLineaSupDer
    {
        margin-top: 55px;
        width:200px;
        height: 80px;
        transform: scaleX(-1);
        margin-left: -90px;
    }
    section.elegirItebio .contenido #imgLineaInfDer
    {
        margin-top: 275px;
        margin-left: -90px;
        width:180px;
        height: 155px;
        transform: scaleX(-1);
    }
}
/* ipad Pro*/
@media only screen
and (width: 1024px)
and (height: 1366px)
{
    section.elegirItebio .row .informacion
    {
        margin-top: 150px;
    }
    section.elegirItebio .img_engraneElegir
    {
        width:320px;
        height:320px;
        margin-top: 120px;
    }
    section.elegirItebio
    {
        padding-bottom: 150px;
    }
    section.elegirItebio .contenido
    {
        margin-top: 100px;
    }
    section.elegirItebio .info-section .subtitulo
    {
        font-size: 18px;
    }
    section.elegirItebio .info-section .texto
    {
        font-size: 14px;
    }
    section.elegirItebio .info-section .row:nth-child(1)
    {
        margin-top: 10px;
    }
    section.elegirItebio .info-section .row:nth-child(2)
    {
        margin-top: 20px;
    }
    section.elegirItebio .contenido #imgLineaSupIzq
    {
        margin-top: 55px;
        width:200px;
        height: 80px;
        margin-left: -50px;
    }
    section.elegirItebio .contenido #imgLineaInfIzq
    {
        margin-top: 275px;
        margin-left: -70px;
        width:250px;
        height: 135px;
    }
    section.elegirItebio .contenido #imgLineaSupDer
    {
        margin-top: 55px;
        width:200px;
        height: 80px;
        transform: scaleX(-1);
        margin-left: -90px;
    }
    section.elegirItebio .contenido #imgLineaInfDer
    {
        margin-top: 275px;
        margin-left: -90px;
        width:180px;
        height: 155px;
        transform: scaleX(-1);
    }
}
/* ipad Pro landscape*/
@media only screen
and (width: 1366px)
and (height: 1024px)
and (orientation: landscape)
{
    section.elegirItebio .img_engraneElegir
    {
        width:400px;
        height:400px;
        margin-top: 120px;
        margin-left: 40px;
    }
}
/* Galaxy Fold*/
/* @media only screen
and (width: 280px)
and (height: 653px)
{

} */
