﻿/*================================================ */
/* SECCIONES
================================================ */

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.9px;
    color: rgba(255, 255, 255, 0.14);
    opacity: 0.4;
}

.titulo-manual {
    border-bottom: 2px solid rgba(68, 80, 190, 0.29);
    width: 100%;
    padding-bottom: 0.5em;
    text-align: center;
}

#seccion-home {
    background-image: url(../imagenes/home-banner-3.jpg);
    background-position: 50% 50%;
    width: 100%;
    height: 500px;
    background-size: cover;
    align-content: center center;
}

    #seccion-home .container {
        padding-top: 145px;
        padding-bottom: 65px;
        width: 100%;
        height: 500px;
        background-color: rgba(0, 0, 0, 0.15);
        text-align: center center;
        align-content: center center;
    }

    #seccion-home h2 {
        border-color: black;
        border-width: 5px;
        font-size: 40px;
        padding-top: 10px;
        color: black;
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    }

    #seccion-home p {
        font-size: 20px;
        color: rgb(15, 39, 89);
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.12)
    }

    #seccion-home i {
        font-size: 130px;
        color:black;
    }

.circulo-pago-efectivo {
    /*background-color: #00843E;
    border-radius: 50%;*/
    align-content: center center;
    width: 70%;
    /*height: 200px;*/
}

.circulo-pago-oxxo {
    /*background-color: #0058A4;
    border-radius: 50%;*/
    align-content: center center;
    width: 75%;
    /*height: 190px;*/
}

.circulo-pago-tdc {
    /*background-color: #FF1717;
    border-radius: 50%;*/
    align-content: center center;
    width: 70%;
    /*height: 200px;*/
}

.Nuevo {
    width: 25%;
    transform: rotate(20deg);
}

/*--------------------------------------------------*/

.productdos {
    margin: 0px auto;
    margin-bottom:12px;
    width: 100%;
    height: auto;
    background: white;
    border: 2px solid rgba(101, 96, 96, 0.27);
    position: relative;
    z-index: 90;
}

.product {
    margin: 50px auto;
    width: 100%;
    height: auto;
    background: white;
    border: 2px solid rgba(101, 96, 96, 0.27);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #ebb134;
    color: #fff;
}




/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {
    #seccion-home {
        background-image: url(../imagenes/home-banner-2-empresarial.jpg);
        height: 450px;
    }

        #seccion-home .container {
            background-color: rgba(148, 148, 148, 0.00);
        }

        #seccion-home h2 {
            font-size: 30px;
            background-color: rgba(255, 255, 255, 0.34);
        }

        #seccion-home p {
            font-size: 15px;
            color: rgb(0, 0, 0);
            background-color: rgba(255, 255, 255, 0.34);
        }

        #seccion-home i {
            font-size: 75px;
        }
}
/*-------------------------------------------------------------------------*/

#seccion-micuenta {
    padding-top: 2em;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: white;
}

    #seccion-micuenta .container {
        padding-top: 30px;
        padding-bottom: 65px;
        width: 100%;
        background-color: #fff;
        opacity: 8;
    }

/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {
    #seccion-micuenta h3 {
        font-size: 20px;
    }

    #seccion-micuenta p {
        font-size: 15px;
    }
}

/*-------------------------------------------------------------------------*/

#seccion-tarjeta {
    background-position: 50% 10%;
    padding-top: 2em;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: white;
}

    #seccion-tarjeta .container {
        padding-top: 30px;
        padding-bottom: 65px;
        width: 100%;
        background-color: #fff;
        opacity: 8;
    }

/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {

    #seccion-tarjeta h3 {
        font-size: 20px;
    }

    #seccion-tarjeta p {
        font-size: 15px;
    }
}

/*-------------------------------------------------------------------------*/

#seccion-webphone {
    background-position: 50% 10%;  
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: white;
}

    #seccion-webphone .container {
        background-color: #fff;
        width: 100%;       
        padding-bottom: 65px;
        opacity: 8;
    }


/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {

    #seccion-webphone h3 {
        font-size: 20px
    }

    #seccion-webphone p {
        font-size: 15px;
    }
}

/*-------------------------------------------------------------------------*/

#seccion-clicktocall {
    background-position: 50% 10%;
    padding-top: 2em;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: white;
}

    #seccion-clicktocall .container {
        background-color: #fff;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 65px;
        opacity: 8;
    }


/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {

    #seccion-clicktocall h3 {
        font-size: 20px
    }

    #seccion-clicktocall p {
        font-size: 15px;
    }
}

/*-------------------------------------------------------------------------*/

.imagen-seccion-estilo1 {
    width: 50% !important;
}

.imagen-seccion-estilo2 {
    width: 60% !important;
}

.imagen-seccion-estilo3 {
    width: 45% !important;
}


.imagen-seccion-estilo4 {
    padding-top: 2.5em;
    width: 80% !important;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 400px) {

    .imagen-seccion-estilo1 {
        width: 80% !important;
    }

    .imagen-seccion-estilo2 {
        width: 90% !important;
    }

    .imagen-seccion-estilo4 {
        padding-top: 1.5em;
        width: 95% !important;
    }

    #seccion-home .container {
        padding-top: 85px;       
    }

    .ribbon {
        font: bold 12px sans-serif;
        padding: 7px 0;
        top: 5px;
        left: -40px;
        width: 120px;
    }

}

/*-------------------------------------------------------------------------*/

#seccion-cuerpo a:link, a:visited {
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.link-registrate {
    background-color: #b71037;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

    .link-registrate:hover {
        background-color: rgba(183, 16, 55, 0.91);
    }



/*MEDIA QUERY*/
@media only screen and (max-width: 400px) {

    link-registrate {
        font-size: 5px !important;
    }
}
/*-------------------------------------------------------------------------*/

.texto-control-modal {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/*-------------------------------------------------------------------------*/

.icono-flecha {
    width: 55% !important;
}
