/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/07/2023, 04:51:22 PM
    Author     : pcgc7
*/

body { font-family: "Roboto", sans-serif; background-image: url('../imagenes/imgTaller_3.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.colorFondo { background-color: rgba(0, 0, 0, 0.4); }

/* Encabezado */
.w-25 { width: 30% !important; }
.redes { font-size: 1.5em; }
.py-4 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.vh-100 { height: 150vh !important; }

/* Sección principal */
.py-5 { padding-top: 2.5em !important; padding-bottom: 2.5em !important; }
h1 { font-size: 2.25em; }
h3 { font-size: 1.75em; }
.w-50 { width: 30%!important; }
.btn-lg { font-size: 1.25em !important; }

/* Sección principal - formulario */
.mb-5 { margin-bottom: 2.5em !important; }
.p-4 { padding: 1.5em !important; }
label { font-size: 1em; }
.form-control { font-size: 1em }

/* Nuestros beneficios */
.w-75 { width: 50% !important; }
.pt-5 { padding-top: 2.5em !important; }

/****************************** MEDIA QUERIES ******************************/

@media screen and (min-width: 1484px) and (max-width: 1647.98px) { 
    
    /* Encabezado */
    .w-25 { width: 35% !important; }
    .redes { font-size: 1.5em; }
    .py-4 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
    .vh-100 { height: 150vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 2.5em !important; padding-bottom: 2.5em !important; }
    h1 { font-size: 2em; }
    h3 { font-size: 1.5em; }
    .w-50 { width: 35% !important; }
    .btn-lg { font-size: 1.25em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 2.5em !important; }
    .p-4 { padding: 1.5em !important; }
    label { font-size: 1em; }
    .form-control { font-size: 1em }
    
    /* Nuestros beneficios */
    .w-75 { width: 50% !important; }
    .pt-5 { padding-top: 2.5em !important; }
    .pt-5 { padding-top: 2.5em !important; }
}

@media screen and (min-width: 1200px) and (max-width: 1483.98px) {
    
    /* Encabezado */
    .w-25 { width: 40% !important; }
    .redes { font-size: 1.25em; }
    .py-4 { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
    .vh-100 { height: 180vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 2em !important; padding-bottom: 2em !important; }
    h1 { font-size: 1.5em; }
    h3 { font-size: 1em; }
    .w-50 { width: 35% !important; }
    .btn-lg { font-size: 1em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 2em !important; }
    .p-4 { padding: 1.25em !important; }
    label { font-size: 1em; }
    .form-control { font-size: 1em }
    
    /* Nuestros beneficios */
    .w-75 { width: 50% !important; }
    .pt-5 { padding-top: 2em !important; }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    
    /* Encabezado */
    .w-25 { width: 40% !important; }
    .redes { font-size: 1.25em; }
    .py-4 { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
    .vh-100 { height: 180vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 2em !important; padding-bottom: 2em !important; }
    h1 { font-size: 1.2em; }
    h3 { font-size: 1em; }
    .w-50 { width: 35% !important; }
    .btn-lg { font-size: 1em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 2em !important; }
    .p-4 { padding: 1.25em !important; }
    label { font-size: 1em; }
    .form-control { font-size: 1em }
    
    /* Nuestros beneficios */
    .w-75 { width: 50% !important; }
    .pt-5 { padding-top: 2em !important; }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    
    /* Encabezado */
    .w-25 { width: 40% !important; }
    .redes { font-size: 1.25em; }
    .py-4 { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
    .vh-100 { height: 200vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 2em !important; padding-bottom: 2em !important; }
    h1 { font-size: 1.5em; }
    h3 { font-size: 1em; }
    .w-50 { width: 30% !important; }
    .btn-lg { font-size: 1em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 2em !important; }
    .p-4 { padding: 1.25em !important; }
    label { font-size: 0.75em; }
    .form-control { font-size: 0.75em }
    
    /* Nuestros beneficios */
    .w-75 { width: 50% !important; }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    
    /* Encabezado */
    .w-25 { width: 50% !important; }
    .redes { font-size: 1em; }
    .py-4 { padding-top: 1em !important; padding-bottom: 1em !important; }
    .vh-100 { height: 200vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
    h1 { font-size: 1.25em; }
    h3 { font-size: 1em; }
    .w-50 { width: 35% !important; }
    .btn-lg { font-size: 0.75em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 1.5em !important; }
    .p-4 { padding: 1em !important; }
    label { font-size: 0.75em; }
    .form-control { font-size: 0.75em }
    
    /* Nuestros beneficios */
    .w-75 { width: 50% !important; }
    .pt-5 { padding-top: 1.5em !important; }
}

@media screen and (min-width: 481px) and (max-width: 575.98px) {
    
    /* Encabezado */
    .w-25 { width: 50% !important; }
    .redes { font-size: 1em; }
    .py-4 { padding-top: 1em !important; padding-bottom: 1em !important; }
    .vh-100 { height: 200vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
    h1 { font-size: 1em; }
    h3 { font-size: 0.75em; }
    .w-50 { width: 40% !important; }
    .btn-lg { font-size: 0.75em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 1.5em !important; }
    .p-4 { padding: 1em !important; }
    label { font-size: 0.75em; }
    .form-control { font-size: 0.75em }
    
    /* Sección beneficios */
    .w-75 { width: 50%!important; }
    .pt-5 { padding-top: 1.5em !important; }
}

@media screen and (max-width: 480px) {
    
    /* Encabezado */
    .w-25 { width: 50% !important; }
    .redes { font-size: 1em; }
    .py-4 { padding-top: 1em !important; padding-bottom: 0.75em !important; }
    .vh-100 { height: 200vh !important; }
    
    /* Sección principal */
    .py-5 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
    h1 { font-size: 1em; }
    h3 { font-size: 0.75em; }
    .w-50 { width: 40% !important; }
    .btn-lg { font-size: 0.75em !important; }
    
    /* Sección principal - formulario */
    .mb-5 { margin-bottom: 1.5em !important; }
    .p-4 { padding: 1em !important; }
    label { font-size: 0.75em; }
    .form-control { font-size: 0.75em }
    
    /* Sección beneficios */
    .w-75 { width: 50%!important; }
    .pt-5 { padding-top: 1.5em !important; }
}