/*
Theme Name: Tema Custom
Text Domain: tema-custom
Version: 1.0
Description: Tema creado para los landing a desarrollar en Wordpress por Indat junto con elementor
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Indat
Author URI: https://indat.mx/
Theme URI: https://indat.mx/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
:root{
    --base: #fcf8ff;
    --yellow: #ffa801;
    --white: #ffffff;
    --purple: #b21bac;
    --black: #484848;
    --black-one: #ece3f2;
    --orange: #f18a00;

}

.text-naranja{
    color: var(--orange);
}


body{
    background-color: #fcf8ff!important;
    color: var(--black);
}

.btn-redes {
width: 50px;
height: 50px;
border-radius: 100px;
background-color: #fff;
text-align: center;
adding-top: 11px;
  color: #b21bac;
}
}
i{
    font-size: calc(34px + (34 - 34) * ((100vw - 300px) / (1920 - 300)));
    padding:  calc(5px + (10 - 5) * ((100vw - 300px) / (1920 - 300))) 0;
}
.btn-redes i {
font-size: 25px;
}
.tabla .tr .th div{
font-weight: bold;
border-top-left-radius: 1.25rem !important;
border-top-right-radius: 1.25rem !important;
color: #fff !important;
padding: .5rem !important;
width: 100% !important;
background-color: #b21bac !important;
}

.tabla .tr .td {
background-color: #fff !important;
border: 0 !important;
}

.tabla .tr .td div {
font-weight: bold;
}

.tabla .tr .td div {
padding: .25rem !important;
}
